diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/Azure.ResourceManager.StorageCache.sln b/sdk/storagecache/Azure.ResourceManager.StorageCache/Azure.ResourceManager.StorageCache.sln index 99e52b111c17..9195651c2db4 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/Azure.ResourceManager.StorageCache.sln +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/Azure.ResourceManager.StorageCache.sln @@ -1,21 +1,15 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.30309.148 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.33530.505 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{55E7DA27-BC5F-406C-B961-74B84F17C09A}") = "Azure.ResourceManager.StorageCache", "src\Azure.ResourceManager.StorageCache.csproj", "{CDABF942-9584-4F6F-93AB-D8A7625D6382}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.StorageCache", "src\Azure.ResourceManager.StorageCache.csproj", "{CDABF942-9584-4F6F-93AB-D8A7625D6382}" EndProject -Project("{55E7DA27-BC5F-406C-B961-74B84F17C09A}") = "Azure.ResourceManager.StorageCache.Tests", "tests\Azure.ResourceManager.StorageCache.Tests.csproj", "{CB757061-AA59-45B0-8911-7860E1765D6E}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.StorageCache.Tests", "tests\Azure.ResourceManager.StorageCache.Tests.csproj", "{CB757061-AA59-45B0-8911-7860E1765D6E}" EndProject -Project("{55E7DA27-BC5F-406C-B961-74B84F17C09A}") = "Azure.ResourceManager.StorageCache.Samples", "samples\Azure.ResourceManager.StorageCache.Samples.csproj", "{A3AAE477-6A8F-4435-BB68-FE3219B1F813}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.StorageCache.Samples", "samples\Azure.ResourceManager.StorageCache.Samples.csproj", "{A3AAE477-6A8F-4435-BB68-FE3219B1F813}" EndProject Global - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {8CF7CCB3-D0D7-4B51-947D-D28E5C9C4158} - EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Debug|x64 = Debug|x64 @@ -49,5 +43,23 @@ Global {CB757061-AA59-45B0-8911-7860E1765D6E}.Release|x64.Build.0 = Release|Any CPU {CB757061-AA59-45B0-8911-7860E1765D6E}.Release|x86.ActiveCfg = Release|Any CPU {CB757061-AA59-45B0-8911-7860E1765D6E}.Release|x86.Build.0 = Release|Any CPU + {A3AAE477-6A8F-4435-BB68-FE3219B1F813}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A3AAE477-6A8F-4435-BB68-FE3219B1F813}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A3AAE477-6A8F-4435-BB68-FE3219B1F813}.Debug|x64.ActiveCfg = Debug|Any CPU + {A3AAE477-6A8F-4435-BB68-FE3219B1F813}.Debug|x64.Build.0 = Debug|Any CPU + {A3AAE477-6A8F-4435-BB68-FE3219B1F813}.Debug|x86.ActiveCfg = Debug|Any CPU + {A3AAE477-6A8F-4435-BB68-FE3219B1F813}.Debug|x86.Build.0 = Debug|Any CPU + {A3AAE477-6A8F-4435-BB68-FE3219B1F813}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A3AAE477-6A8F-4435-BB68-FE3219B1F813}.Release|Any CPU.Build.0 = Release|Any CPU + {A3AAE477-6A8F-4435-BB68-FE3219B1F813}.Release|x64.ActiveCfg = Release|Any CPU + {A3AAE477-6A8F-4435-BB68-FE3219B1F813}.Release|x64.Build.0 = Release|Any CPU + {A3AAE477-6A8F-4435-BB68-FE3219B1F813}.Release|x86.ActiveCfg = Release|Any CPU + {A3AAE477-6A8F-4435-BB68-FE3219B1F813}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {8CF7CCB3-D0D7-4B51-947D-D28E5C9C4158} EndGlobalSection EndGlobal diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/CHANGELOG.md b/sdk/storagecache/Azure.ResourceManager.StorageCache/CHANGELOG.md index 8686df225ebb..f963a77d7c5f 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/CHANGELOG.md +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/CHANGELOG.md @@ -1,15 +1,11 @@ # Release History -## 1.2.0-beta.2 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.2.0-beta.2 (2023-06-28) ### Other Changes +- Upgraded api-version to `2023-05-01` + ## 1.2.0-beta.1 (2023-05-31) ### Features Added diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/api/Azure.ResourceManager.StorageCache.netstandard2.0.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/api/Azure.ResourceManager.StorageCache.netstandard2.0.cs index ed9d1cdef62f..841ff68a974b 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/api/Azure.ResourceManager.StorageCache.netstandard2.0.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/api/Azure.ResourceManager.StorageCache.netstandard2.0.cs @@ -1,5 +1,60 @@ namespace Azure.ResourceManager.StorageCache { + public partial class AmlFileSystemCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable + { + protected AmlFileSystemCollection() { } + public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string amlFileSystemName, Azure.ResourceManager.StorageCache.AmlFileSystemData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string amlFileSystemName, Azure.ResourceManager.StorageCache.AmlFileSystemData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Exists(string amlFileSystemName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ExistsAsync(string amlFileSystemName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string amlFileSystemName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string amlFileSystemName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } + System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + } + public partial class AmlFileSystemData : Azure.ResourceManager.Models.TrackedResourceData + { + public AmlFileSystemData(Azure.Core.AzureLocation location) : base (default(Azure.Core.AzureLocation)) { } + public Azure.ResourceManager.StorageCache.Models.AmlFileSystemClientInfo ClientInfo { get { throw null; } } + public string FilesystemSubnet { get { throw null; } set { } } + public Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealth Health { get { throw null; } } + public Azure.ResourceManager.StorageCache.Models.AmlFileSystemPropertiesHsm Hsm { get { throw null; } set { } } + public Azure.ResourceManager.Models.ManagedServiceIdentity Identity { get { throw null; } set { } } + public Azure.ResourceManager.StorageCache.Models.StorageCacheEncryptionKeyVaultKeyReference KeyEncryptionKey { get { throw null; } set { } } + public Azure.ResourceManager.StorageCache.Models.AmlFileSystemPropertiesMaintenanceWindow MaintenanceWindow { get { throw null; } set { } } + public Azure.ResourceManager.StorageCache.Models.AmlFileSystemProvisioningStateType? ProvisioningState { get { throw null; } } + public string SkuName { get { throw null; } set { } } + public float? StorageCapacityTiB { get { throw null; } set { } } + public int? ThroughputProvisionedMBps { get { throw null; } } + public System.Collections.Generic.IList Zones { get { throw null; } } + } + public partial class AmlFileSystemResource : Azure.ResourceManager.ArmResource + { + public static readonly Azure.Core.ResourceType ResourceType; + protected AmlFileSystemResource() { } + public virtual Azure.ResourceManager.StorageCache.AmlFileSystemData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + public virtual Azure.Response AddTag(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> AddTagAsync(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Archive(Azure.ResourceManager.StorageCache.Models.AmlFileSystemArchiveContent content = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task ArchiveAsync(Azure.ResourceManager.StorageCache.Models.AmlFileSystemArchiveContent content = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response CancelArchive(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CancelArchiveAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string amlFileSystemName) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.StorageCache.Models.AmlFileSystemPatch patch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.StorageCache.Models.AmlFileSystemPatch patch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class StorageCacheCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { protected StorageCacheCollection() { } @@ -37,6 +92,16 @@ public StorageCacheData(Azure.Core.AzureLocation location) : base (default(Azure } public static partial class StorageCacheExtensions { + public static Azure.Response CheckAmlFSSubnets(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.StorageCache.Models.AmlFileSystemSubnetContent content = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static System.Threading.Tasks.Task CheckAmlFSSubnetsAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.StorageCache.Models.AmlFileSystemSubnetContent content = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.Response GetAmlFileSystem(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string amlFileSystemName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static System.Threading.Tasks.Task> GetAmlFileSystemAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string amlFileSystemName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.ResourceManager.StorageCache.AmlFileSystemResource GetAmlFileSystemResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } + public static Azure.ResourceManager.StorageCache.AmlFileSystemCollection GetAmlFileSystems(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) { throw null; } + public static Azure.Pageable GetAmlFileSystems(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.AsyncPageable GetAmlFileSystemsAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.Response GetRequiredAmlFSSubnetsSize(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.StorageCache.Models.RequiredAmlFileSystemSubnetsSizeContent content = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static System.Threading.Tasks.Task> GetRequiredAmlFSSubnetsSizeAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.StorageCache.Models.RequiredAmlFileSystemSubnetsSizeContent content = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.Response GetStorageCache(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string cacheName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> GetStorageCacheAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string cacheName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.ResourceManager.StorageCache.StorageCacheResource GetStorageCacheResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } @@ -158,10 +223,168 @@ protected StorageTargetResource() { } } namespace Azure.ResourceManager.StorageCache.Models { + public partial class AmlFileSystemArchive + { + internal AmlFileSystemArchive() { } + public string FilesystemPath { get { throw null; } } + public Azure.ResourceManager.StorageCache.Models.AmlFileSystemArchiveStatus Status { get { throw null; } } + } + public partial class AmlFileSystemArchiveContent + { + public AmlFileSystemArchiveContent() { } + public string FilesystemPath { get { throw null; } set { } } + } + public partial class AmlFileSystemArchiveStatus + { + internal AmlFileSystemArchiveStatus() { } + public string ErrorCode { get { throw null; } } + public string ErrorMessage { get { throw null; } } + public System.DateTimeOffset? LastCompletionOn { get { throw null; } } + public System.DateTimeOffset? LastStartedOn { get { throw null; } } + public int? PercentComplete { get { throw null; } } + public Azure.ResourceManager.StorageCache.Models.ArchiveStatusType? State { get { throw null; } } + } + public partial class AmlFileSystemClientInfo + { + internal AmlFileSystemClientInfo() { } + public Azure.ResourceManager.StorageCache.Models.AmlFileSystemContainerStorageInterface ContainerStorageInterface { get { throw null; } } + public string LustreVersion { get { throw null; } } + public string MgsAddress { get { throw null; } } + public string MountCommand { get { throw null; } } + } + public partial class AmlFileSystemContainerStorageInterface + { + internal AmlFileSystemContainerStorageInterface() { } + public string PersistentVolume { get { throw null; } } + public string PersistentVolumeClaim { get { throw null; } } + public string StorageClass { get { throw null; } } + } + public partial class AmlFileSystemHealth + { + internal AmlFileSystemHealth() { } + public Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealthStateType? State { get { throw null; } } + public string StatusCode { get { throw null; } } + public string StatusDescription { get { throw null; } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct AmlFileSystemHealthStateType : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public AmlFileSystemHealthStateType(string value) { throw null; } + public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealthStateType Available { get { throw null; } } + public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealthStateType Degraded { get { throw null; } } + public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealthStateType Maintenance { get { throw null; } } + public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealthStateType Transitioning { get { throw null; } } + public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealthStateType Unavailable { get { throw null; } } + public bool Equals(Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealthStateType other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealthStateType left, Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealthStateType right) { throw null; } + public static implicit operator Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealthStateType (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealthStateType left, Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealthStateType right) { throw null; } + public override string ToString() { throw null; } + } + public partial class AmlFileSystemHsmSettings + { + public AmlFileSystemHsmSettings(string container, string loggingContainer) { } + public string Container { get { throw null; } set { } } + public string ImportPrefix { get { throw null; } set { } } + public string LoggingContainer { get { throw null; } set { } } + } + public partial class AmlFileSystemPatch + { + public AmlFileSystemPatch() { } + public Azure.ResourceManager.StorageCache.Models.StorageCacheEncryptionKeyVaultKeyReference KeyEncryptionKey { get { throw null; } set { } } + public Azure.ResourceManager.StorageCache.Models.AmlFileSystemUpdatePropertiesMaintenanceWindow MaintenanceWindow { get { throw null; } set { } } + public System.Collections.Generic.IDictionary Tags { get { throw null; } } + } + public partial class AmlFileSystemPropertiesHsm + { + public AmlFileSystemPropertiesHsm() { } + public System.Collections.Generic.IReadOnlyList ArchiveStatus { get { throw null; } } + public Azure.ResourceManager.StorageCache.Models.AmlFileSystemHsmSettings Settings { get { throw null; } set { } } + } + public partial class AmlFileSystemPropertiesMaintenanceWindow + { + public AmlFileSystemPropertiesMaintenanceWindow() { } + public Azure.ResourceManager.StorageCache.Models.MaintenanceDayOfWeekType? DayOfWeek { get { throw null; } set { } } + public string TimeOfDayUTC { get { throw null; } set { } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct AmlFileSystemProvisioningStateType : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public AmlFileSystemProvisioningStateType(string value) { throw null; } + public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemProvisioningStateType Canceled { get { throw null; } } + public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemProvisioningStateType Creating { get { throw null; } } + public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemProvisioningStateType Deleting { get { throw null; } } + public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemProvisioningStateType Failed { get { throw null; } } + public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemProvisioningStateType Succeeded { get { throw null; } } + public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemProvisioningStateType Updating { get { throw null; } } + public bool Equals(Azure.ResourceManager.StorageCache.Models.AmlFileSystemProvisioningStateType other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.StorageCache.Models.AmlFileSystemProvisioningStateType left, Azure.ResourceManager.StorageCache.Models.AmlFileSystemProvisioningStateType right) { throw null; } + public static implicit operator Azure.ResourceManager.StorageCache.Models.AmlFileSystemProvisioningStateType (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.StorageCache.Models.AmlFileSystemProvisioningStateType left, Azure.ResourceManager.StorageCache.Models.AmlFileSystemProvisioningStateType right) { throw null; } + public override string ToString() { throw null; } + } + public partial class AmlFileSystemSubnetContent + { + public AmlFileSystemSubnetContent() { } + public string FilesystemSubnet { get { throw null; } set { } } + public Azure.Core.AzureLocation? Location { get { throw null; } set { } } + public string SkuName { get { throw null; } set { } } + public float? StorageCapacityTiB { get { throw null; } set { } } + } + public partial class AmlFileSystemUpdatePropertiesMaintenanceWindow + { + public AmlFileSystemUpdatePropertiesMaintenanceWindow() { } + public Azure.ResourceManager.StorageCache.Models.MaintenanceDayOfWeekType? DayOfWeek { get { throw null; } set { } } + public string TimeOfDayUTC { get { throw null; } set { } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct ArchiveStatusType : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public ArchiveStatusType(string value) { throw null; } + public static Azure.ResourceManager.StorageCache.Models.ArchiveStatusType Canceled { get { throw null; } } + public static Azure.ResourceManager.StorageCache.Models.ArchiveStatusType Cancelling { get { throw null; } } + public static Azure.ResourceManager.StorageCache.Models.ArchiveStatusType Completed { get { throw null; } } + public static Azure.ResourceManager.StorageCache.Models.ArchiveStatusType Failed { get { throw null; } } + public static Azure.ResourceManager.StorageCache.Models.ArchiveStatusType FSScanInProgress { get { throw null; } } + public static Azure.ResourceManager.StorageCache.Models.ArchiveStatusType Idle { get { throw null; } } + public static Azure.ResourceManager.StorageCache.Models.ArchiveStatusType InProgress { get { throw null; } } + public static Azure.ResourceManager.StorageCache.Models.ArchiveStatusType NotConfigured { get { throw null; } } + public bool Equals(Azure.ResourceManager.StorageCache.Models.ArchiveStatusType other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.StorageCache.Models.ArchiveStatusType left, Azure.ResourceManager.StorageCache.Models.ArchiveStatusType right) { throw null; } + public static implicit operator Azure.ResourceManager.StorageCache.Models.ArchiveStatusType (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.StorageCache.Models.ArchiveStatusType left, Azure.ResourceManager.StorageCache.Models.ArchiveStatusType right) { throw null; } + public override string ToString() { throw null; } + } public static partial class ArmStorageCacheModelFactory { + public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemArchive AmlFileSystemArchive(string filesystemPath = null, Azure.ResourceManager.StorageCache.Models.AmlFileSystemArchiveStatus status = null) { throw null; } + public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemArchiveStatus AmlFileSystemArchiveStatus(Azure.ResourceManager.StorageCache.Models.ArchiveStatusType? state = default(Azure.ResourceManager.StorageCache.Models.ArchiveStatusType?), System.DateTimeOffset? lastCompletionOn = default(System.DateTimeOffset?), System.DateTimeOffset? lastStartedOn = default(System.DateTimeOffset?), int? percentComplete = default(int?), string errorCode = null, string errorMessage = null) { throw null; } + public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemClientInfo AmlFileSystemClientInfo(string mgsAddress = null, string mountCommand = null, string lustreVersion = null, Azure.ResourceManager.StorageCache.Models.AmlFileSystemContainerStorageInterface containerStorageInterface = null) { throw null; } + public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemContainerStorageInterface AmlFileSystemContainerStorageInterface(string persistentVolumeClaim = null, string persistentVolume = null, string storageClass = null) { throw null; } + public static Azure.ResourceManager.StorageCache.AmlFileSystemData AmlFileSystemData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), Azure.ResourceManager.Models.ManagedServiceIdentity identity = null, string skuName = null, System.Collections.Generic.IEnumerable zones = null, float? storageCapacityTiB = default(float?), Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealth health = null, Azure.ResourceManager.StorageCache.Models.AmlFileSystemProvisioningStateType? provisioningState = default(Azure.ResourceManager.StorageCache.Models.AmlFileSystemProvisioningStateType?), string filesystemSubnet = null, Azure.ResourceManager.StorageCache.Models.AmlFileSystemClientInfo clientInfo = null, int? throughputProvisionedMBps = default(int?), Azure.ResourceManager.StorageCache.Models.StorageCacheEncryptionKeyVaultKeyReference keyEncryptionKey = null, Azure.ResourceManager.StorageCache.Models.AmlFileSystemPropertiesMaintenanceWindow maintenanceWindow = null, Azure.ResourceManager.StorageCache.Models.AmlFileSystemPropertiesHsm hsm = null) { throw null; } + public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealth AmlFileSystemHealth(Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealthStateType? state = default(Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealthStateType?), string statusCode = null, string statusDescription = null) { throw null; } + public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemPropertiesHsm AmlFileSystemPropertiesHsm(Azure.ResourceManager.StorageCache.Models.AmlFileSystemHsmSettings settings = null, System.Collections.Generic.IEnumerable archiveStatus = null) { throw null; } public static Azure.ResourceManager.StorageCache.Models.OutstandingCondition OutstandingCondition(System.DateTimeOffset? timestamp = default(System.DateTimeOffset?), string message = null) { throw null; } public static Azure.ResourceManager.StorageCache.Models.PrimingJob PrimingJob(string primingJobName = null, System.Uri primingManifestUri = null, string primingJobId = null, Azure.ResourceManager.StorageCache.Models.PrimingJobState? primingJobState = default(Azure.ResourceManager.StorageCache.Models.PrimingJobState?), string primingJobStatus = null, string primingJobDetails = null, double? primingJobPercentComplete = default(double?)) { throw null; } + public static Azure.ResourceManager.StorageCache.Models.RequiredAmlFileSystemSubnetsSize RequiredAmlFileSystemSubnetsSize(int? filesystemSubnetSize = default(int?)) { throw null; } public static Azure.ResourceManager.StorageCache.Models.StorageCacheActiveDirectorySettings StorageCacheActiveDirectorySettings(System.Net.IPAddress primaryDnsIPAddress = null, System.Net.IPAddress secondaryDnsIPAddress = null, string domainName = null, string domainNetBiosName = null, string cacheNetBiosName = null, Azure.ResourceManager.StorageCache.Models.DomainJoinedType? domainJoined = default(Azure.ResourceManager.StorageCache.Models.DomainJoinedType?), Azure.ResourceManager.StorageCache.Models.StorageCacheActiveDirectorySettingsCredentials credentials = null) { throw null; } public static Azure.ResourceManager.StorageCache.StorageCacheData StorageCacheData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), Azure.ResourceManager.Models.ManagedServiceIdentity identity = null, string skuName = null, int? cacheSizeGB = default(int?), Azure.ResourceManager.StorageCache.Models.StorageCacheHealth health = null, System.Collections.Generic.IEnumerable mountAddresses = null, Azure.ResourceManager.StorageCache.Models.StorageCacheProvisioningStateType? provisioningState = default(Azure.ResourceManager.StorageCache.Models.StorageCacheProvisioningStateType?), Azure.Core.ResourceIdentifier subnet = null, Azure.ResourceManager.StorageCache.Models.StorageCacheUpgradeStatus upgradeStatus = null, Azure.ResourceManager.StorageCache.Models.StorageCacheUpgradeSettings upgradeSettings = null, Azure.ResourceManager.StorageCache.Models.StorageCacheNetworkSettings networkSettings = null, Azure.ResourceManager.StorageCache.Models.StorageCacheEncryptionSettings encryptionSettings = null, System.Collections.Generic.IEnumerable securityAccessPolicies = null, Azure.ResourceManager.StorageCache.Models.StorageCacheDirectorySettings directoryServicesSettings = null, System.Collections.Generic.IEnumerable zones = null, System.Collections.Generic.IEnumerable primingJobs = null, System.Collections.Generic.IEnumerable spaceAllocation = null) { throw null; } public static Azure.ResourceManager.StorageCache.Models.StorageCacheHealth StorageCacheHealth(Azure.ResourceManager.StorageCache.Models.StorageCacheHealthStateType? state = default(Azure.ResourceManager.StorageCache.Models.StorageCacheHealthStateType?), string statusDescription = null, System.Collections.Generic.IEnumerable conditions = null) { throw null; } @@ -204,6 +427,16 @@ public BlobNfsTarget() { } public static bool operator !=(Azure.ResourceManager.StorageCache.Models.DomainJoinedType left, Azure.ResourceManager.StorageCache.Models.DomainJoinedType right) { throw null; } public override string ToString() { throw null; } } + public enum MaintenanceDayOfWeekType + { + Monday = 0, + Tuesday = 1, + Wednesday = 2, + Thursday = 3, + Friday = 4, + Saturday = 5, + Sunday = 6, + } public partial class NamespaceJunction { public NamespaceJunction() { } @@ -318,6 +551,17 @@ public PrimingJobContent(string primingJobId) { } public static bool operator !=(Azure.ResourceManager.StorageCache.Models.PrimingJobState left, Azure.ResourceManager.StorageCache.Models.PrimingJobState right) { throw null; } public override string ToString() { throw null; } } + public partial class RequiredAmlFileSystemSubnetsSize + { + internal RequiredAmlFileSystemSubnetsSize() { } + public int? FilesystemSubnetSize { get { throw null; } } + } + public partial class RequiredAmlFileSystemSubnetsSizeContent + { + public RequiredAmlFileSystemSubnetsSizeContent() { } + public string SkuName { get { throw null; } set { } } + public float? StorageCapacityTiB { get { throw null; } set { } } + } public partial class StorageCacheActiveDirectorySettings { public StorageCacheActiveDirectorySettings(System.Net.IPAddress primaryDnsIPAddress, string domainName, string domainNetBiosName, string cacheNetBiosName) { } @@ -331,6 +575,8 @@ public StorageCacheActiveDirectorySettings(System.Net.IPAddress primaryDnsIPAddr } public partial class StorageCacheActiveDirectorySettingsCredentials { + public StorageCacheActiveDirectorySettingsCredentials(string username) { } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] public StorageCacheActiveDirectorySettingsCredentials(string username, string password) { } public string Password { get { throw null; } set { } } public string Username { get { throw null; } set { } } @@ -421,6 +667,8 @@ public StorageCacheNetworkSettings() { } private readonly object _dummy; private readonly int _dummyPrimitive; public StorageCacheProvisioningStateType(string value) { throw null; } + public static Azure.ResourceManager.StorageCache.Models.StorageCacheProvisioningStateType Canceled { get { throw null; } } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] public static Azure.ResourceManager.StorageCache.Models.StorageCacheProvisioningStateType Cancelled { get { throw null; } } public static Azure.ResourceManager.StorageCache.Models.StorageCacheProvisioningStateType Creating { get { throw null; } } public static Azure.ResourceManager.StorageCache.Models.StorageCacheProvisioningStateType Deleting { get { throw null; } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_AmlFileSystemCollection.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_AmlFileSystemCollection.cs new file mode 100644 index 000000000000..b5d0beb029a9 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_AmlFileSystemCollection.cs @@ -0,0 +1,196 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.StorageCache; +using Azure.ResourceManager.StorageCache.Models; + +namespace Azure.ResourceManager.StorageCache.Samples +{ + public partial class Sample_AmlFileSystemCollection + { + // amlFilesystems_ListByResourceGroup + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAll_AmlFilesystemsListByResourceGroup() + { + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/amlFilesystems_ListByResourceGroup.json + // this example is just showing the usage of "amlFilesystems_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 + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "scgroup"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this AmlFileSystemResource + AmlFileSystemCollection collection = resourceGroupResource.GetAmlFileSystems(); + + // invoke the operation and iterate over the result + await foreach (AmlFileSystemResource item in collection.GetAllAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + AmlFileSystemData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + + // amlFilesystems_Get + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_AmlFilesystemsGet() + { + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/amlFilesystems_Get.json + // this example is just showing the usage of "amlFilesystems_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 + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "scgroup"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this AmlFileSystemResource + AmlFileSystemCollection collection = resourceGroupResource.GetAmlFileSystems(); + + // invoke the operation + string amlFileSystemName = "fs1"; + AmlFileSystemResource result = await collection.GetAsync(amlFileSystemName); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + AmlFileSystemData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // amlFilesystems_Get + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Exists_AmlFilesystemsGet() + { + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/amlFilesystems_Get.json + // this example is just showing the usage of "amlFilesystems_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 + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "scgroup"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this AmlFileSystemResource + AmlFileSystemCollection collection = resourceGroupResource.GetAmlFileSystems(); + + // invoke the operation + string amlFileSystemName = "fs1"; + bool result = await collection.ExistsAsync(amlFileSystemName); + + Console.WriteLine($"Succeeded: {result}"); + } + + // amlFilesystems_CreateOrUpdate + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate_AmlFilesystemsCreateOrUpdate() + { + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/amlFilesystems_CreateOrUpdate.json + // this example is just showing the usage of "amlFilesystems_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 + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this ResourceGroupResource created on azure + // for more information of creating ResourceGroupResource, please refer to the document of ResourceGroupResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "scgroup"; + ResourceIdentifier resourceGroupResourceId = ResourceGroupResource.CreateResourceIdentifier(subscriptionId, resourceGroupName); + ResourceGroupResource resourceGroupResource = client.GetResourceGroupResource(resourceGroupResourceId); + + // get the collection of this AmlFileSystemResource + AmlFileSystemCollection collection = resourceGroupResource.GetAmlFileSystems(); + + // invoke the operation + string amlFileSystemName = "fs1"; + AmlFileSystemData data = new AmlFileSystemData(new AzureLocation("eastus")) + { + Identity = new ManagedServiceIdentity("UserAssigned") + { + UserAssignedIdentities = +{ +[new ResourceIdentifier("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identity1")] = new UserAssignedIdentity(), +}, + }, + SkuName = "AMLFS-Durable-Premium-250", + Zones = +{ +"1" +}, + StorageCapacityTiB = 16, + FilesystemSubnet = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.Network/virtualNetworks/scvnet/subnets/fsSub", + KeyEncryptionKey = new StorageCacheEncryptionKeyVaultKeyReference(new Uri("https://examplekv.vault.azure.net/keys/kvk/3540a47df75541378d3518c6a4bdf5af"), new WritableSubResource() + { + Id = new ResourceIdentifier("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.KeyVault/vaults/keyvault-cmk"), + }), + MaintenanceWindow = new AmlFileSystemPropertiesMaintenanceWindow() + { + DayOfWeek = MaintenanceDayOfWeekType.Friday, + TimeOfDayUTC = "22:00", + }, + Hsm = new AmlFileSystemPropertiesHsm() + { + Settings = new AmlFileSystemHsmSettings("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.Storage/storageAccounts/storageaccountname/blobServices/default/containers/containername", "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.Storage/storageAccounts/storageaccountname/blobServices/default/containers/loggingcontainername") + { + ImportPrefix = "/", + }, + }, + Tags = +{ +["Dept"] = "ContosoAds", +}, + }; + ArmOperation lro = await collection.CreateOrUpdateAsync(WaitUntil.Completed, amlFileSystemName, data); + AmlFileSystemResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + AmlFileSystemData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_AmlFileSystemResource.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_AmlFileSystemResource.cs new file mode 100644 index 000000000000..bc292d8bdbe3 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_AmlFileSystemResource.cs @@ -0,0 +1,219 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Identity; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.StorageCache; +using Azure.ResourceManager.StorageCache.Models; + +namespace Azure.ResourceManager.StorageCache.Samples +{ + public partial class Sample_AmlFileSystemResource + { + // amlFilesystems_List + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetAmlFileSystems_AmlFilesystemsList() + { + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/amlFilesystems_List.json + // this example is just showing the usage of "amlFilesystems_List" 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 + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionResource created on azure + // for more information of creating SubscriptionResource, please refer to the document of SubscriptionResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + ResourceIdentifier subscriptionResourceId = SubscriptionResource.CreateResourceIdentifier(subscriptionId); + SubscriptionResource subscriptionResource = client.GetSubscriptionResource(subscriptionResourceId); + + // invoke the operation and iterate over the result + await foreach (AmlFileSystemResource item in subscriptionResource.GetAmlFileSystemsAsync()) + { + // the variable item is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + AmlFileSystemData resourceData = item.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + Console.WriteLine($"Succeeded"); + } + + // amlFilesystems_Delete + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Delete_AmlFilesystemsDelete() + { + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/amlFilesystems_Delete.json + // this example is just showing the usage of "amlFilesystems_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 + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this AmlFileSystemResource created on azure + // for more information of creating AmlFileSystemResource, please refer to the document of AmlFileSystemResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "scgroup"; + string amlFileSystemName = "fs1"; + ResourceIdentifier amlFileSystemResourceId = AmlFileSystemResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, amlFileSystemName); + AmlFileSystemResource amlFileSystem = client.GetAmlFileSystemResource(amlFileSystemResourceId); + + // invoke the operation + await amlFileSystem.DeleteAsync(WaitUntil.Completed); + + Console.WriteLine($"Succeeded"); + } + + // amlFilesystems_Get + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Get_AmlFilesystemsGet() + { + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/amlFilesystems_Get.json + // this example is just showing the usage of "amlFilesystems_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 + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this AmlFileSystemResource created on azure + // for more information of creating AmlFileSystemResource, please refer to the document of AmlFileSystemResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "scgroup"; + string amlFileSystemName = "fs1"; + ResourceIdentifier amlFileSystemResourceId = AmlFileSystemResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, amlFileSystemName); + AmlFileSystemResource amlFileSystem = client.GetAmlFileSystemResource(amlFileSystemResourceId); + + // invoke the operation + AmlFileSystemResource result = await amlFileSystem.GetAsync(); + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + AmlFileSystemData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // amlFilesystems_Update + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Update_AmlFilesystemsUpdate() + { + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/amlFilesystems_Update.json + // this example is just showing the usage of "amlFilesystems_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 + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this AmlFileSystemResource created on azure + // for more information of creating AmlFileSystemResource, please refer to the document of AmlFileSystemResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "scgroup"; + string amlFileSystemName = "fs1"; + ResourceIdentifier amlFileSystemResourceId = AmlFileSystemResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, amlFileSystemName); + AmlFileSystemResource amlFileSystem = client.GetAmlFileSystemResource(amlFileSystemResourceId); + + // invoke the operation + AmlFileSystemPatch patch = new AmlFileSystemPatch() + { + Tags = +{ +["Dept"] = "ContosoAds", +}, + KeyEncryptionKey = new StorageCacheEncryptionKeyVaultKeyReference(new Uri("https://examplekv.vault.azure.net/keys/kvk/3540a47df75541378d3518c6a4bdf5af"), new WritableSubResource() + { + Id = new ResourceIdentifier("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.KeyVault/vaults/keyvault-cmk"), + }), + MaintenanceWindow = new AmlFileSystemUpdatePropertiesMaintenanceWindow() + { + DayOfWeek = MaintenanceDayOfWeekType.Friday, + TimeOfDayUTC = "22:00", + }, + }; + ArmOperation lro = await amlFileSystem.UpdateAsync(WaitUntil.Completed, patch); + AmlFileSystemResource result = lro.Value; + + // the variable result is a resource, you could call other operations on this instance as well + // but just for demo, we get its data from this resource instance + AmlFileSystemData resourceData = result.Data; + // for demo we just print out the id + Console.WriteLine($"Succeeded on id: {resourceData.Id}"); + } + + // amlFilesystems_Archive + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task Archive_AmlFilesystemsArchive() + { + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/amlFilesystems_Archive.json + // this example is just showing the usage of "amlFilesystems_Archive" 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 + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this AmlFileSystemResource created on azure + // for more information of creating AmlFileSystemResource, please refer to the document of AmlFileSystemResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "scgroup"; + string amlFileSystemName = "sc"; + ResourceIdentifier amlFileSystemResourceId = AmlFileSystemResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, amlFileSystemName); + AmlFileSystemResource amlFileSystem = client.GetAmlFileSystemResource(amlFileSystemResourceId); + + // invoke the operation + AmlFileSystemArchiveContent content = new AmlFileSystemArchiveContent() + { + FilesystemPath = "/", + }; + await amlFileSystem.ArchiveAsync(content: content); + + Console.WriteLine($"Succeeded"); + } + + // amlFilesystems_cancelArchive + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CancelArchive_AmlFilesystemsCancelArchive() + { + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/amlFilesystems_CancelArchive.json + // this example is just showing the usage of "amlFilesystems_CancelArchive" 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 + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this AmlFileSystemResource created on azure + // for more information of creating AmlFileSystemResource, please refer to the document of AmlFileSystemResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + string resourceGroupName = "scgroup"; + string amlFileSystemName = "sc"; + ResourceIdentifier amlFileSystemResourceId = AmlFileSystemResource.CreateResourceIdentifier(subscriptionId, resourceGroupName, amlFileSystemName); + AmlFileSystemResource amlFileSystem = client.GetAmlFileSystemResource(amlFileSystemResourceId); + + // invoke the operation + await amlFileSystem.CancelArchiveAsync(); + + Console.WriteLine($"Succeeded"); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_StorageCacheCollection.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_StorageCacheCollection.cs index b3daa8ecca06..88bd5563d30a 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_StorageCacheCollection.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_StorageCacheCollection.cs @@ -27,7 +27,7 @@ public partial class Sample_StorageCacheCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_CachesListByResourceGroup() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/Caches_ListByResourceGroup.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/Caches_ListByResourceGroup.json // this example is just showing the usage of "Caches_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 @@ -63,7 +63,7 @@ public async Task GetAll_CachesListByResourceGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_CachesGet() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/Caches_Get.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/Caches_Get.json // this example is just showing the usage of "Caches_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 @@ -97,7 +97,7 @@ public async Task Get_CachesGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_CachesGet() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/Caches_Get.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/Caches_Get.json // this example is just showing the usage of "Caches_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 @@ -127,7 +127,7 @@ public async Task Exists_CachesGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CachesCreateOrUpdate() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/Caches_CreateOrUpdate.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/Caches_CreateOrUpdate.json // this example is just showing the usage of "Caches_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 @@ -188,7 +188,10 @@ public async Task CreateOrUpdate_CachesCreateOrUpdate() ActiveDirectory = new StorageCacheActiveDirectorySettings(IPAddress.Parse("192.0.2.10"), "contosoAd.contoso.local", "contosoAd", "contosoSmb") { SecondaryDnsIPAddress = IPAddress.Parse("192.0.2.11"), - Credentials = new StorageCacheActiveDirectorySettingsCredentials("consotoAdmin", ""), + Credentials = new StorageCacheActiveDirectorySettingsCredentials("consotoAdmin") + { + Password = "", + }, }, UsernameDownload = new StorageCacheUsernameDownloadSettings() { @@ -223,7 +226,7 @@ public async Task CreateOrUpdate_CachesCreateOrUpdate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CachesCreateOrUpdateLdapOnly() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/Caches_CreateOrUpdate_ldap_only.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/Caches_CreateOrUpdate_ldap_only.json // this example is just showing the usage of "Caches_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/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_StorageCacheResource.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_StorageCacheResource.cs index 581bad59f3e6..43519385872b 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_StorageCacheResource.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_StorageCacheResource.cs @@ -26,7 +26,7 @@ public partial class Sample_StorageCacheResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetStorageCaches_CachesList() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/Caches_List.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/Caches_List.json // this example is just showing the usage of "Caches_List" 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 GetStorageCaches_CachesList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_CachesDelete() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/Caches_Delete.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/Caches_Delete.json // this example is just showing the usage of "Caches_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 @@ -85,7 +85,7 @@ public async Task Delete_CachesDelete() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_CachesGet() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/Caches_Get.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/Caches_Get.json // this example is just showing the usage of "Caches_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 @@ -116,7 +116,7 @@ public async Task Get_CachesGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CachesUpdate() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/Caches_Update.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/Caches_Update.json // this example is just showing the usage of "Caches_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 @@ -219,7 +219,7 @@ public async Task Update_CachesUpdate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CachesUpdateLdapOnly() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/Caches_Update_ldap_only.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/Caches_Update_ldap_only.json // this example is just showing the usage of "Caches_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 @@ -325,7 +325,7 @@ public async Task Update_CachesUpdateLdapOnly() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task EnableDebugInfo_CachesDebugInfo() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/Caches_DebugInfo.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/Caches_DebugInfo.json // this example is just showing the usage of "Caches_DebugInfo" 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 @@ -352,7 +352,7 @@ public async Task EnableDebugInfo_CachesDebugInfo() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Flush_CachesFlush() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/Caches_Flush.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/Caches_Flush.json // this example is just showing the usage of "Caches_Flush" 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 @@ -379,7 +379,7 @@ public async Task Flush_CachesFlush() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Start_CachesStart() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/Caches_Start.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/Caches_Start.json // this example is just showing the usage of "Caches_Start" 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 @@ -406,7 +406,7 @@ public async Task Start_CachesStart() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Stop_CachesStop() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/Caches_Stop.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/Caches_Stop.json // this example is just showing the usage of "Caches_Stop" 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 @@ -433,7 +433,7 @@ public async Task Stop_CachesStop() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task StartPrimingJob_StartPrimingJob() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/StartPrimingJob.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/StartPrimingJob.json // this example is just showing the usage of "Caches_StartPrimingJob" 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 @@ -461,7 +461,7 @@ public async Task StartPrimingJob_StartPrimingJob() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task StopPrimingJob_StopPrimingJob() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/StopPrimingJob.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/StopPrimingJob.json // this example is just showing the usage of "Caches_StopPrimingJob" 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 @@ -489,7 +489,7 @@ public async Task StopPrimingJob_StopPrimingJob() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task PausePrimingJob_PausePrimingJob() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/PausePrimingJob.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/PausePrimingJob.json // this example is just showing the usage of "Caches_PausePrimingJob" 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 @@ -517,7 +517,7 @@ public async Task PausePrimingJob_PausePrimingJob() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task ResumePrimingJob_ResumePrimingJob() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/ResumePrimingJob.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/ResumePrimingJob.json // this example is just showing the usage of "Caches_ResumePrimingJob" 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 @@ -545,7 +545,7 @@ public async Task ResumePrimingJob_ResumePrimingJob() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task UpgradeFirmware_CachesUpgradeFirmware() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/Caches_UpgradeFirmware.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/Caches_UpgradeFirmware.json // this example is just showing the usage of "Caches_UpgradeFirmware" 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 @@ -572,7 +572,7 @@ public async Task UpgradeFirmware_CachesUpgradeFirmware() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task UpdateSpaceAllocation_SpaceAllocationPost() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/SpaceAllocation_Post.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/SpaceAllocation_Post.json // this example is just showing the usage of "Caches_SpaceAllocation" 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/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_StorageTargetCollection.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_StorageTargetCollection.cs index ac453b5a8529..1792c5b67180 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_StorageTargetCollection.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_StorageTargetCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_StorageTargetCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_StorageTargetsList() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/StorageTargets_ListByCache.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/StorageTargets_ListByCache.json // this example is just showing the usage of "StorageTargets_ListByCache" 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_StorageTargetsList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_StorageTargetsGet() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/StorageTargets_Get.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/StorageTargets_Get.json // this example is just showing the usage of "StorageTargets_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 @@ -95,7 +95,7 @@ public async Task Get_StorageTargetsGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_StorageTargetsGet() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/StorageTargets_Get.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/StorageTargets_Get.json // this example is just showing the usage of "StorageTargets_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 @@ -126,7 +126,7 @@ public async Task Exists_StorageTargetsGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_StorageTargetsCreateOrUpdate() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/StorageTargets_CreateOrUpdate.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/StorageTargets_CreateOrUpdate.json // this example is just showing the usage of "StorageTargets_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 @@ -188,7 +188,7 @@ public async Task CreateOrUpdate_StorageTargetsCreateOrUpdate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_StorageTargetsCreateOrUpdateBlobNfs() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/StorageTargets_CreateOrUpdate_BlobNfs.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/StorageTargets_CreateOrUpdate_BlobNfs.json // this example is just showing the usage of "StorageTargets_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 @@ -242,7 +242,7 @@ public async Task CreateOrUpdate_StorageTargetsCreateOrUpdateBlobNfs() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_StorageTargetsCreateOrUpdateNoJunctions() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/StorageTargets_CreateOrUpdate_NoJunctions.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/StorageTargets_CreateOrUpdate_NoJunctions.json // this example is just showing the usage of "StorageTargets_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/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_StorageTargetResource.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_StorageTargetResource.cs index fe83ea60ad23..101a1953778b 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_StorageTargetResource.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_StorageTargetResource.cs @@ -23,7 +23,7 @@ public partial class Sample_StorageTargetResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task RefreshDns_CachesDnsRefresh() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/StorageTargets_DnsRefresh.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/StorageTargets_DnsRefresh.json // this example is just showing the usage of "StorageTargets_DnsRefresh" 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 @@ -51,7 +51,7 @@ public async Task RefreshDns_CachesDnsRefresh() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_StorageTargetsDelete() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/StorageTargets_Delete.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/StorageTargets_Delete.json // this example is just showing the usage of "StorageTargets_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 @@ -79,7 +79,7 @@ public async Task Delete_StorageTargetsDelete() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_StorageTargetsGet() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/StorageTargets_Get.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/StorageTargets_Get.json // this example is just showing the usage of "StorageTargets_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 @@ -111,7 +111,7 @@ public async Task Get_StorageTargetsGet() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_StorageTargetsCreateOrUpdate() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/StorageTargets_CreateOrUpdate.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/StorageTargets_CreateOrUpdate.json // this example is just showing the usage of "StorageTargets_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 @@ -170,7 +170,7 @@ public async Task Update_StorageTargetsCreateOrUpdate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_StorageTargetsCreateOrUpdateBlobNfs() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/StorageTargets_CreateOrUpdate_BlobNfs.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/StorageTargets_CreateOrUpdate_BlobNfs.json // this example is just showing the usage of "StorageTargets_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 @@ -221,7 +221,7 @@ public async Task Update_StorageTargetsCreateOrUpdateBlobNfs() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_StorageTargetsCreateOrUpdateNoJunctions() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/StorageTargets_CreateOrUpdate_NoJunctions.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/StorageTargets_CreateOrUpdate_NoJunctions.json // this example is just showing the usage of "StorageTargets_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 @@ -264,7 +264,7 @@ public async Task Update_StorageTargetsCreateOrUpdateNoJunctions() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Flush_StorageTargetsFlush() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/StorageTargets_Flush.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/StorageTargets_Flush.json // this example is just showing the usage of "StorageTargets_Flush" 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 @@ -292,7 +292,7 @@ public async Task Flush_StorageTargetsFlush() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Suspend_StorageTargetsSuspend() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/StorageTargets_Suspend.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/StorageTargets_Suspend.json // this example is just showing the usage of "StorageTargets_Suspend" 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 @@ -320,7 +320,7 @@ public async Task Suspend_StorageTargetsSuspend() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Resume_StorageTargetsResume() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/StorageTargets_Resume.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/StorageTargets_Resume.json // this example is just showing the usage of "StorageTargets_Resume" 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 @@ -348,7 +348,7 @@ public async Task Resume_StorageTargetsResume() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Invalidate_StorageTargetsInvalidate() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/StorageTargets_Invalidate.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/StorageTargets_Invalidate.json // this example is just showing the usage of "StorageTargets_Invalidate" 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 @@ -376,7 +376,7 @@ public async Task Invalidate_StorageTargetsInvalidate() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task RestoreDefaults_StorageTargetsRestoreDefaults() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/StorageTargets_RestoreDefaults.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/StorageTargets_RestoreDefaults.json // this example is just showing the usage of "StorageTargets_RestoreDefaults" 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/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs index ff8cacad5bf2..cc5974f3f21d 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs @@ -18,12 +18,68 @@ namespace Azure.ResourceManager.StorageCache.Samples { public partial class Sample_SubscriptionResourceExtensions { + // checkAmlFSSubnets + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task CheckAmlFSSubnets_CheckAmlFSSubnets() + { + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/checkAmlFSSubnets.json + // this example is just showing the usage of "checkAmlFSSubnets" 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 + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionResource created on azure + // for more information of creating SubscriptionResource, please refer to the document of SubscriptionResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + ResourceIdentifier subscriptionResourceId = SubscriptionResource.CreateResourceIdentifier(subscriptionId); + SubscriptionResource subscriptionResource = client.GetSubscriptionResource(subscriptionResourceId); + + // invoke the operation + AmlFileSystemSubnetContent content = new AmlFileSystemSubnetContent() + { + FilesystemSubnet = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scgroup/providers/Microsoft.Network/virtualNetworks/scvnet/subnets/fsSub", + StorageCapacityTiB = 16, + SkuName = "AMLFS-Durable-Premium-125", + }; + await subscriptionResource.CheckAmlFSSubnetsAsync(content: content); + + Console.WriteLine($"Succeeded"); + } + + // getRequiredAmlFilesystemSubnetsSize + [NUnit.Framework.Test] + [NUnit.Framework.Ignore("Only verifying that the sample builds")] + public async Task GetRequiredAmlFSSubnetsSize_GetRequiredAmlFilesystemSubnetsSize() + { + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/getRequiredAmlFSSubnetsSize.json + // this example is just showing the usage of "getRequiredAmlFSSubnetsSize" 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 + TokenCredential cred = new DefaultAzureCredential(); + // authenticate your client + ArmClient client = new ArmClient(cred); + + // this example assumes you already have this SubscriptionResource created on azure + // for more information of creating SubscriptionResource, please refer to the document of SubscriptionResource + string subscriptionId = "00000000-0000-0000-0000-000000000000"; + ResourceIdentifier subscriptionResourceId = SubscriptionResource.CreateResourceIdentifier(subscriptionId); + SubscriptionResource subscriptionResource = client.GetSubscriptionResource(subscriptionResourceId); + + // invoke the operation + RequiredAmlFileSystemSubnetsSize result = await subscriptionResource.GetRequiredAmlFSSubnetsSizeAsync(); + + Console.WriteLine($"Succeeded: {result}"); + } + // Skus_List [NUnit.Framework.Test] [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetStorageCacheSkus_SkusList() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/Skus_List.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/Skus_List.json // this example is just showing the usage of "Skus_List" 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 @@ -51,7 +107,7 @@ public async Task GetStorageCacheSkus_SkusList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetUsageModels_UsageModelsList() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/UsageModels_List.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/UsageModels_List.json // this example is just showing the usage of "UsageModels_List" 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 @@ -79,7 +135,7 @@ public async Task GetUsageModels_UsageModelsList() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetStorageCacheUsages_AscUsagesList() { - // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-01-01/examples/AscResourceUsages_Get.json + // Generated from example definition: specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2023-05-01/examples/AscResourceUsages_Get.json // this example is just showing the usage of "AscUsages_List" 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/storagecache/Azure.ResourceManager.StorageCache/src/Customized/StorageCacheActiveDirectorySettingsCredentials.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Customized/StorageCacheActiveDirectorySettingsCredentials.cs new file mode 100644 index 000000000000..590a606cf6a5 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Customized/StorageCacheActiveDirectorySettingsCredentials.cs @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using Azure.Core; +using System.ComponentModel; + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// Active Directory admin credentials used to join the HPC Cache to a domain. + public partial class StorageCacheActiveDirectorySettingsCredentials + { + /// Initializes a new instance of StorageCacheActiveDirectorySettingsCredentials. + /// Username of the Active Directory domain administrator. This value is stored encrypted and not returned on response. + /// Plain text password of the Active Directory domain administrator. This value is stored encrypted and not returned on response. + /// or is null. + [EditorBrowsable(EditorBrowsableState.Never)] + public StorageCacheActiveDirectorySettingsCredentials(string username, string password) + { + Argument.AssertNotNull(username, nameof(username)); + Argument.AssertNotNull(password, nameof(password)); + + Username = username; + Password = password; + } + + /// Username of the Active Directory domain administrator. This value is stored encrypted and not returned on response. + public string Username { get; set; } + /// Plain text password of the Active Directory domain administrator. This value is stored encrypted and not returned on response. + public string Password { get; set; } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Customized/StorageCacheProvisioningStateType.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Customized/StorageCacheProvisioningStateType.cs new file mode 100644 index 000000000000..fd7519e549f6 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Customized/StorageCacheProvisioningStateType.cs @@ -0,0 +1,24 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property. + public readonly partial struct StorageCacheProvisioningStateType : IEquatable + { + + [EditorBrowsable(EditorBrowsableState.Never)] + private const string CancelledValue = "Cancelled"; + + /// Cancelled. + [EditorBrowsable(EditorBrowsableState.Never)] + public static StorageCacheProvisioningStateType Cancelled { get; } = new StorageCacheProvisioningStateType(CancelledValue); + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/AmlFileSystemCollection.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/AmlFileSystemCollection.cs new file mode 100644 index 000000000000..0329e03393e0 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/AmlFileSystemCollection.cs @@ -0,0 +1,341 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.StorageCache +{ + /// + /// A class representing a collection of and their operations. + /// Each in the collection will belong to the same instance of . + /// To get an instance call the GetAmlFileSystems method from an instance of . + /// + public partial class AmlFileSystemCollection : ArmCollection, IEnumerable, IAsyncEnumerable + { + private readonly ClientDiagnostics _amlFileSystemamlFilesystemsClientDiagnostics; + private readonly AmlFilesystemsRestOperations _amlFileSystemamlFilesystemsRestClient; + + /// Initializes a new instance of the class for mocking. + protected AmlFileSystemCollection() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the parent resource that is the target of operations. + internal AmlFileSystemCollection(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _amlFileSystemamlFilesystemsClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.StorageCache", AmlFileSystemResource.ResourceType.Namespace, Diagnostics); + TryGetApiVersion(AmlFileSystemResource.ResourceType, out string amlFileSystemamlFilesystemsApiVersion); + _amlFileSystemamlFilesystemsRestClient = new AmlFilesystemsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, amlFileSystemamlFilesystemsApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceGroupResource.ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceGroupResource.ResourceType), nameof(id)); + } + + /// + /// Create or update an AML file system. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// Object containing the user-selectable properties of the AML file system. If read-only properties are included, they must match the existing values of those properties. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual async Task> CreateOrUpdateAsync(WaitUntil waitUntil, string amlFileSystemName, AmlFileSystemData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(amlFileSystemName, nameof(amlFileSystemName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _amlFileSystemamlFilesystemsRestClient.CreateOrUpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, amlFileSystemName, data, cancellationToken).ConfigureAwait(false); + var operation = new StorageCacheArmOperation(new AmlFileSystemOperationSource(Client), _amlFileSystemamlFilesystemsClientDiagnostics, Pipeline, _amlFileSystemamlFilesystemsRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, amlFileSystemName, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Create or update an AML file system. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_CreateOrUpdate + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// Object containing the user-selectable properties of the AML file system. If read-only properties are included, they must match the existing values of those properties. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// or is null. + public virtual ArmOperation CreateOrUpdate(WaitUntil waitUntil, string amlFileSystemName, AmlFileSystemData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(amlFileSystemName, nameof(amlFileSystemName)); + Argument.AssertNotNull(data, nameof(data)); + + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemCollection.CreateOrUpdate"); + scope.Start(); + try + { + var response = _amlFileSystemamlFilesystemsRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, amlFileSystemName, data, cancellationToken); + var operation = new StorageCacheArmOperation(new AmlFileSystemOperationSource(Client), _amlFileSystemamlFilesystemsClientDiagnostics, Pipeline, _amlFileSystemamlFilesystemsRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, amlFileSystemName, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Returns an AML file system. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_Get + /// + /// + /// + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> GetAsync(string amlFileSystemName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(amlFileSystemName, nameof(amlFileSystemName)); + + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemCollection.Get"); + scope.Start(); + try + { + var response = await _amlFileSystemamlFilesystemsRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, amlFileSystemName, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new AmlFileSystemResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Returns an AML file system. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_Get + /// + /// + /// + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Get(string amlFileSystemName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(amlFileSystemName, nameof(amlFileSystemName)); + + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemCollection.Get"); + scope.Start(); + try + { + var response = _amlFileSystemamlFilesystemsRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, amlFileSystemName, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new AmlFileSystemResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Returns all AML file systems the user has access to under a resource group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems + /// + /// + /// Operation Id + /// amlFilesystems_ListByResourceGroup + /// + /// + /// + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _amlFileSystemamlFilesystemsRestClient.CreateListByResourceGroupRequest(Id.SubscriptionId, Id.ResourceGroupName); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _amlFileSystemamlFilesystemsRestClient.CreateListByResourceGroupNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new AmlFileSystemResource(Client, AmlFileSystemData.DeserializeAmlFileSystemData(e)), _amlFileSystemamlFilesystemsClientDiagnostics, Pipeline, "AmlFileSystemCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Returns all AML file systems the user has access to under a resource group. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems + /// + /// + /// Operation Id + /// amlFilesystems_ListByResourceGroup + /// + /// + /// + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => _amlFileSystemamlFilesystemsRestClient.CreateListByResourceGroupRequest(Id.SubscriptionId, Id.ResourceGroupName); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _amlFileSystemamlFilesystemsRestClient.CreateListByResourceGroupNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new AmlFileSystemResource(Client, AmlFileSystemData.DeserializeAmlFileSystemData(e)), _amlFileSystemamlFilesystemsClientDiagnostics, Pipeline, "AmlFileSystemCollection.GetAll", "value", "nextLink", cancellationToken); + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_Get + /// + /// + /// + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual async Task> ExistsAsync(string amlFileSystemName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(amlFileSystemName, nameof(amlFileSystemName)); + + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemCollection.Exists"); + scope.Start(); + try + { + var response = await _amlFileSystemamlFilesystemsRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, amlFileSystemName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Checks to see if the resource exists in azure. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_Get + /// + /// + /// + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + public virtual Response Exists(string amlFileSystemName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(amlFileSystemName, nameof(amlFileSystemName)); + + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemCollection.Exists"); + scope.Start(); + try + { + var response = _amlFileSystemamlFilesystemsRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, amlFileSystemName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetAll().GetEnumerator(); + } + + IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) + { + return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/AmlFileSystemData.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/AmlFileSystemData.cs new file mode 100644 index 000000000000..4b6f2d7fbeb0 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/AmlFileSystemData.cs @@ -0,0 +1,112 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.StorageCache.Models; + +namespace Azure.ResourceManager.StorageCache +{ + /// + /// A class representing the AmlFileSystem data model. + /// An AML file system instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md + /// + public partial class AmlFileSystemData : TrackedResourceData + { + /// Initializes a new instance of AmlFileSystemData. + /// The location. + public AmlFileSystemData(AzureLocation location) : base(location) + { + Zones = new ChangeTrackingList(); + } + + /// Initializes a new instance of AmlFileSystemData. + /// The id. + /// The name. + /// The resourceType. + /// The systemData. + /// The tags. + /// The location. + /// The managed identity used by the AML file system, if configured. Current supported identity types: None, UserAssigned. + /// SKU for the resource. + /// Availability zones for resources. This field should only contain a single element in the array. + /// The size of the AML file system, in TiB. This might be rounded up. + /// Health of the AML file system. + /// ARM provisioning state. + /// Subnet used for managing the AML file system and for client-facing operations. This subnet should have at least a /24 subnet mask within the VNET's address space. + /// Client information for the AML file system. + /// Throughput provisioned in MB per sec, calculated as storageCapacityTiB * per-unit storage throughput. + /// Specifies encryption settings of the AML file system. + /// Start time of a 30-minute weekly maintenance window. + /// Hydration and archive settings and status. + internal AmlFileSystemData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, IDictionary tags, AzureLocation location, ManagedServiceIdentity identity, StorageCacheSkuName sku, IList zones, float? storageCapacityTiB, AmlFileSystemHealth health, AmlFileSystemProvisioningStateType? provisioningState, string filesystemSubnet, AmlFileSystemClientInfo clientInfo, int? throughputProvisionedMBps, AmlFileSystemEncryptionSettings encryptionSettings, AmlFileSystemPropertiesMaintenanceWindow maintenanceWindow, AmlFileSystemPropertiesHsm hsm) : base(id, name, resourceType, systemData, tags, location) + { + Identity = identity; + Sku = sku; + Zones = zones; + StorageCapacityTiB = storageCapacityTiB; + Health = health; + ProvisioningState = provisioningState; + FilesystemSubnet = filesystemSubnet; + ClientInfo = clientInfo; + ThroughputProvisionedMBps = throughputProvisionedMBps; + EncryptionSettings = encryptionSettings; + MaintenanceWindow = maintenanceWindow; + Hsm = hsm; + } + + /// The managed identity used by the AML file system, if configured. Current supported identity types: None, UserAssigned. + public ManagedServiceIdentity Identity { get; set; } + /// SKU for the resource. + internal StorageCacheSkuName Sku { get; set; } + /// SKU name for this resource. + public string SkuName + { + get => Sku is null ? default : Sku.Name; + set + { + if (Sku is null) + Sku = new StorageCacheSkuName(); + Sku.Name = value; + } + } + + /// Availability zones for resources. This field should only contain a single element in the array. + public IList Zones { get; } + /// The size of the AML file system, in TiB. This might be rounded up. + public float? StorageCapacityTiB { get; set; } + /// Health of the AML file system. + public AmlFileSystemHealth Health { get; } + /// ARM provisioning state. + public AmlFileSystemProvisioningStateType? ProvisioningState { get; } + /// Subnet used for managing the AML file system and for client-facing operations. This subnet should have at least a /24 subnet mask within the VNET's address space. + public string FilesystemSubnet { get; set; } + /// Client information for the AML file system. + public AmlFileSystemClientInfo ClientInfo { get; } + /// Throughput provisioned in MB per sec, calculated as storageCapacityTiB * per-unit storage throughput. + public int? ThroughputProvisionedMBps { get; } + /// Specifies encryption settings of the AML file system. + internal AmlFileSystemEncryptionSettings EncryptionSettings { get; set; } + /// Specifies the location of the encryption key in Key Vault. + public StorageCacheEncryptionKeyVaultKeyReference KeyEncryptionKey + { + get => EncryptionSettings is null ? default : EncryptionSettings.KeyEncryptionKey; + set + { + if (EncryptionSettings is null) + EncryptionSettings = new AmlFileSystemEncryptionSettings(); + EncryptionSettings.KeyEncryptionKey = value; + } + } + + /// Start time of a 30-minute weekly maintenance window. + public AmlFileSystemPropertiesMaintenanceWindow MaintenanceWindow { get; set; } + /// Hydration and archive settings and status. + public AmlFileSystemPropertiesHsm Hsm { get; set; } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/AmlFileSystemResource.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/AmlFileSystemResource.cs new file mode 100644 index 000000000000..e9ac812f0ea4 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/AmlFileSystemResource.cs @@ -0,0 +1,732 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Globalization; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.StorageCache.Models; + +namespace Azure.ResourceManager.StorageCache +{ + /// + /// A Class representing an AmlFileSystem along with the instance operations that can be performed on it. + /// If you have a you can construct an + /// from an instance of using the GetAmlFileSystemResource method. + /// Otherwise you can get one from its parent resource using the GetAmlFileSystem method. + /// + public partial class AmlFileSystemResource : ArmResource + { + /// Generate the resource identifier of a instance. + public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string amlFileSystemName) + { + var resourceId = $"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFileSystemName}"; + return new ResourceIdentifier(resourceId); + } + + private readonly ClientDiagnostics _amlFileSystemamlFilesystemsClientDiagnostics; + private readonly AmlFilesystemsRestOperations _amlFileSystemamlFilesystemsRestClient; + private readonly AmlFileSystemData _data; + + /// Initializes a new instance of the class for mocking. + protected AmlFileSystemResource() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal AmlFileSystemResource(ArmClient client, AmlFileSystemData data) : this(client, data.Id) + { + HasData = true; + _data = data; + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal AmlFileSystemResource(ArmClient client, ResourceIdentifier id) : base(client, id) + { + _amlFileSystemamlFilesystemsClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.StorageCache", ResourceType.Namespace, Diagnostics); + TryGetApiVersion(ResourceType, out string amlFileSystemamlFilesystemsApiVersion); + _amlFileSystemamlFilesystemsRestClient = new AmlFilesystemsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, amlFileSystemamlFilesystemsApiVersion); +#if DEBUG + ValidateResourceId(Id); +#endif + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.StorageCache/amlFilesystems"; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual AmlFileSystemData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + internal static void ValidateResourceId(ResourceIdentifier id) + { + if (id.ResourceType != ResourceType) + throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); + } + + /// + /// Returns an AML file system. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_Get + /// + /// + /// + /// The cancellation token to use. + public virtual async Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemResource.Get"); + scope.Start(); + try + { + var response = await _amlFileSystemamlFilesystemsRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new AmlFileSystemResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Returns an AML file system. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_Get + /// + /// + /// + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemResource.Get"); + scope.Start(); + try + { + var response = _amlFileSystemamlFilesystemsRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken); + if (response.Value == null) + throw new RequestFailedException(response.GetRawResponse()); + return Response.FromValue(new AmlFileSystemResource(Client, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Schedules an AML file system for deletion. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual async Task DeleteAsync(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemResource.Delete"); + scope.Start(); + try + { + var response = await _amlFileSystemamlFilesystemsRestClient.DeleteAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new StorageCacheArmOperation(_amlFileSystemamlFilesystemsClientDiagnostics, Pipeline, _amlFileSystemamlFilesystemsRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Schedules an AML file system for deletion. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_Delete + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// The cancellation token to use. + public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancellationToken = default) + { + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemResource.Delete"); + scope.Start(); + try + { + var response = _amlFileSystemamlFilesystemsRestClient.Delete(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken); + var operation = new StorageCacheArmOperation(_amlFileSystemamlFilesystemsClientDiagnostics, Pipeline, _amlFileSystemamlFilesystemsRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name).Request, response, OperationFinalStateVia.Location); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletionResponse(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Update an AML file system instance. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_Update + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Object containing the user-selectable properties of the AML file system. If read-only properties are included, they must match the existing values of those properties. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(WaitUntil waitUntil, AmlFileSystemPatch patch, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(patch, nameof(patch)); + + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemResource.Update"); + scope.Start(); + try + { + var response = await _amlFileSystemamlFilesystemsRestClient.UpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, patch, cancellationToken).ConfigureAwait(false); + var operation = new StorageCacheArmOperation(new AmlFileSystemOperationSource(Client), _amlFileSystemamlFilesystemsClientDiagnostics, Pipeline, _amlFileSystemamlFilesystemsRestClient.CreateUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, patch).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Update an AML file system instance. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_Update + /// + /// + /// + /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. + /// Object containing the user-selectable properties of the AML file system. If read-only properties are included, they must match the existing values of those properties. + /// The cancellation token to use. + /// is null. + public virtual ArmOperation Update(WaitUntil waitUntil, AmlFileSystemPatch patch, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(patch, nameof(patch)); + + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemResource.Update"); + scope.Start(); + try + { + var response = _amlFileSystemamlFilesystemsRestClient.Update(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, patch, cancellationToken); + var operation = new StorageCacheArmOperation(new AmlFileSystemOperationSource(Client), _amlFileSystemamlFilesystemsClientDiagnostics, Pipeline, _amlFileSystemamlFilesystemsRestClient.CreateUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, patch).Request, response, OperationFinalStateVia.AzureAsyncOperation); + if (waitUntil == WaitUntil.Completed) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Archive data from the AML file system. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName}/archive + /// + /// + /// Operation Id + /// amlFilesystems_Archive + /// + /// + /// + /// Information about the archive operation. + /// The cancellation token to use. + public virtual async Task ArchiveAsync(AmlFileSystemArchiveContent content = null, CancellationToken cancellationToken = default) + { + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemResource.Archive"); + scope.Start(); + try + { + var response = await _amlFileSystemamlFilesystemsRestClient.ArchiveAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Archive data from the AML file system. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName}/archive + /// + /// + /// Operation Id + /// amlFilesystems_Archive + /// + /// + /// + /// Information about the archive operation. + /// The cancellation token to use. + public virtual Response Archive(AmlFileSystemArchiveContent content = null, CancellationToken cancellationToken = default) + { + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemResource.Archive"); + scope.Start(); + try + { + var response = _amlFileSystemamlFilesystemsRestClient.Archive(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, content, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Cancel archiving data from the AML file system. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName}/cancelArchive + /// + /// + /// Operation Id + /// amlFilesystems_CancelArchive + /// + /// + /// + /// The cancellation token to use. + public virtual async Task CancelArchiveAsync(CancellationToken cancellationToken = default) + { + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemResource.CancelArchive"); + scope.Start(); + try + { + var response = await _amlFileSystemamlFilesystemsRestClient.CancelArchiveAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Cancel archiving data from the AML file system. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName}/cancelArchive + /// + /// + /// Operation Id + /// amlFilesystems_CancelArchive + /// + /// + /// + /// The cancellation token to use. + public virtual Response CancelArchive(CancellationToken cancellationToken = default) + { + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemResource.CancelArchive"); + scope.Start(); + try + { + var response = _amlFileSystemamlFilesystemsRestClient.CancelArchive(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Add a tag to the current resource. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_Get + /// + /// + /// + /// The key for the tag. + /// The value for the tag. + /// The cancellation token to use. + /// or is null. + public virtual async Task> AddTagAsync(string key, string value, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(key, nameof(key)); + Argument.AssertNotNull(value, nameof(value)); + + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemResource.AddTag"); + scope.Start(); + try + { + if (await CanUseTagResourceAsync(cancellationToken: cancellationToken).ConfigureAwait(false)) + { + var originalTags = await GetTagResource().GetAsync(cancellationToken).ConfigureAwait(false); + originalTags.Value.Data.TagValues[key] = value; + await GetTagResource().CreateOrUpdateAsync(WaitUntil.Completed, originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + var originalResponse = await _amlFileSystemamlFilesystemsRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new AmlFileSystemResource(Client, originalResponse.Value), originalResponse.GetRawResponse()); + } + else + { + var current = (await GetAsync(cancellationToken: cancellationToken).ConfigureAwait(false)).Value.Data; + var patch = new AmlFileSystemPatch(); + foreach (var tag in current.Tags) + { + patch.Tags.Add(tag); + } + patch.Tags[key] = value; + var result = await UpdateAsync(WaitUntil.Completed, patch, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(result.Value, result.GetRawResponse()); + } + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Add a tag to the current resource. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_Get + /// + /// + /// + /// The key for the tag. + /// The value for the tag. + /// The cancellation token to use. + /// or is null. + public virtual Response AddTag(string key, string value, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(key, nameof(key)); + Argument.AssertNotNull(value, nameof(value)); + + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemResource.AddTag"); + scope.Start(); + try + { + if (CanUseTagResource(cancellationToken: cancellationToken)) + { + var originalTags = GetTagResource().Get(cancellationToken); + originalTags.Value.Data.TagValues[key] = value; + GetTagResource().CreateOrUpdate(WaitUntil.Completed, originalTags.Value.Data, cancellationToken: cancellationToken); + var originalResponse = _amlFileSystemamlFilesystemsRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken); + return Response.FromValue(new AmlFileSystemResource(Client, originalResponse.Value), originalResponse.GetRawResponse()); + } + else + { + var current = Get(cancellationToken: cancellationToken).Value.Data; + var patch = new AmlFileSystemPatch(); + foreach (var tag in current.Tags) + { + patch.Tags.Add(tag); + } + patch.Tags[key] = value; + var result = Update(WaitUntil.Completed, patch, cancellationToken: cancellationToken); + return Response.FromValue(result.Value, result.GetRawResponse()); + } + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Replace the tags on the resource with the given set. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_Get + /// + /// + /// + /// The set of tags to use as replacement. + /// The cancellation token to use. + /// is null. + public virtual async Task> SetTagsAsync(IDictionary tags, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(tags, nameof(tags)); + + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemResource.SetTags"); + scope.Start(); + try + { + if (await CanUseTagResourceAsync(cancellationToken: cancellationToken).ConfigureAwait(false)) + { + await GetTagResource().DeleteAsync(WaitUntil.Completed, cancellationToken: cancellationToken).ConfigureAwait(false); + var originalTags = await GetTagResource().GetAsync(cancellationToken).ConfigureAwait(false); + originalTags.Value.Data.TagValues.ReplaceWith(tags); + await GetTagResource().CreateOrUpdateAsync(WaitUntil.Completed, originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + var originalResponse = await _amlFileSystemamlFilesystemsRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new AmlFileSystemResource(Client, originalResponse.Value), originalResponse.GetRawResponse()); + } + else + { + var current = (await GetAsync(cancellationToken: cancellationToken).ConfigureAwait(false)).Value.Data; + var patch = new AmlFileSystemPatch(); + patch.Tags.ReplaceWith(tags); + var result = await UpdateAsync(WaitUntil.Completed, patch, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(result.Value, result.GetRawResponse()); + } + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Replace the tags on the resource with the given set. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_Get + /// + /// + /// + /// The set of tags to use as replacement. + /// The cancellation token to use. + /// is null. + public virtual Response SetTags(IDictionary tags, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(tags, nameof(tags)); + + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemResource.SetTags"); + scope.Start(); + try + { + if (CanUseTagResource(cancellationToken: cancellationToken)) + { + GetTagResource().Delete(WaitUntil.Completed, cancellationToken: cancellationToken); + var originalTags = GetTagResource().Get(cancellationToken); + originalTags.Value.Data.TagValues.ReplaceWith(tags); + GetTagResource().CreateOrUpdate(WaitUntil.Completed, originalTags.Value.Data, cancellationToken: cancellationToken); + var originalResponse = _amlFileSystemamlFilesystemsRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken); + return Response.FromValue(new AmlFileSystemResource(Client, originalResponse.Value), originalResponse.GetRawResponse()); + } + else + { + var current = Get(cancellationToken: cancellationToken).Value.Data; + var patch = new AmlFileSystemPatch(); + patch.Tags.ReplaceWith(tags); + var result = Update(WaitUntil.Completed, patch, cancellationToken: cancellationToken); + return Response.FromValue(result.Value, result.GetRawResponse()); + } + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Removes a tag by key from the resource. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_Get + /// + /// + /// + /// The key for the tag. + /// The cancellation token to use. + /// is null. + public virtual async Task> RemoveTagAsync(string key, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(key, nameof(key)); + + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemResource.RemoveTag"); + scope.Start(); + try + { + if (await CanUseTagResourceAsync(cancellationToken: cancellationToken).ConfigureAwait(false)) + { + var originalTags = await GetTagResource().GetAsync(cancellationToken).ConfigureAwait(false); + originalTags.Value.Data.TagValues.Remove(key); + await GetTagResource().CreateOrUpdateAsync(WaitUntil.Completed, originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); + var originalResponse = await _amlFileSystemamlFilesystemsRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new AmlFileSystemResource(Client, originalResponse.Value), originalResponse.GetRawResponse()); + } + else + { + var current = (await GetAsync(cancellationToken: cancellationToken).ConfigureAwait(false)).Value.Data; + var patch = new AmlFileSystemPatch(); + foreach (var tag in current.Tags) + { + patch.Tags.Add(tag); + } + patch.Tags.Remove(key); + var result = await UpdateAsync(WaitUntil.Completed, patch, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(result.Value, result.GetRawResponse()); + } + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Removes a tag by key from the resource. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_Get + /// + /// + /// + /// The key for the tag. + /// The cancellation token to use. + /// is null. + public virtual Response RemoveTag(string key, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(key, nameof(key)); + + using var scope = _amlFileSystemamlFilesystemsClientDiagnostics.CreateScope("AmlFileSystemResource.RemoveTag"); + scope.Start(); + try + { + if (CanUseTagResource(cancellationToken: cancellationToken)) + { + var originalTags = GetTagResource().Get(cancellationToken); + originalTags.Value.Data.TagValues.Remove(key); + GetTagResource().CreateOrUpdate(WaitUntil.Completed, originalTags.Value.Data, cancellationToken: cancellationToken); + var originalResponse = _amlFileSystemamlFilesystemsRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, cancellationToken); + return Response.FromValue(new AmlFileSystemResource(Client, originalResponse.Value), originalResponse.GetRawResponse()); + } + else + { + var current = Get(cancellationToken: cancellationToken).Value.Data; + var patch = new AmlFileSystemPatch(); + foreach (var tag in current.Tags) + { + patch.Tags.Add(tag); + } + patch.Tags.Remove(key); + var result = Update(WaitUntil.Completed, patch, cancellationToken: cancellationToken); + return Response.FromValue(result.Value, result.GetRawResponse()); + } + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/ArmStorageCacheModelFactory.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/ArmStorageCacheModelFactory.cs index 0e2a26646754..9dc4928cd31c 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/ArmStorageCacheModelFactory.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/ArmStorageCacheModelFactory.cs @@ -18,6 +18,106 @@ namespace Azure.ResourceManager.StorageCache.Models /// Model factory for models. public static partial class ArmStorageCacheModelFactory { + /// Initializes a new instance of AmlFileSystemData. + /// The id. + /// The name. + /// The resourceType. + /// The systemData. + /// The tags. + /// The location. + /// The managed identity used by the AML file system, if configured. Current supported identity types: None, UserAssigned. + /// SKU for the resource. + /// Availability zones for resources. This field should only contain a single element in the array. + /// The size of the AML file system, in TiB. This might be rounded up. + /// Health of the AML file system. + /// ARM provisioning state. + /// Subnet used for managing the AML file system and for client-facing operations. This subnet should have at least a /24 subnet mask within the VNET's address space. + /// Client information for the AML file system. + /// Throughput provisioned in MB per sec, calculated as storageCapacityTiB * per-unit storage throughput. + /// Specifies encryption settings of the AML file system. + /// Start time of a 30-minute weekly maintenance window. + /// Hydration and archive settings and status. + /// A new instance for mocking. + public static AmlFileSystemData AmlFileSystemData(ResourceIdentifier id = null, string name = null, ResourceType resourceType = default, SystemData systemData = null, IDictionary tags = null, AzureLocation location = default, ManagedServiceIdentity identity = null, string skuName = null, IEnumerable zones = null, float? storageCapacityTiB = null, AmlFileSystemHealth health = null, AmlFileSystemProvisioningStateType? provisioningState = null, string filesystemSubnet = null, AmlFileSystemClientInfo clientInfo = null, int? throughputProvisionedMBps = null, StorageCacheEncryptionKeyVaultKeyReference keyEncryptionKey = null, AmlFileSystemPropertiesMaintenanceWindow maintenanceWindow = null, AmlFileSystemPropertiesHsm hsm = null) + { + tags ??= new Dictionary(); + zones ??= new List(); + + return new AmlFileSystemData(id, name, resourceType, systemData, tags, location, identity, skuName != null ? new StorageCacheSkuName(skuName) : null, zones?.ToList(), storageCapacityTiB, health, provisioningState, filesystemSubnet, clientInfo, throughputProvisionedMBps, keyEncryptionKey != null ? new AmlFileSystemEncryptionSettings(keyEncryptionKey) : null, maintenanceWindow, hsm); + } + + /// Initializes a new instance of AmlFileSystemHealth. + /// List of AML file system health states. + /// Server-defined error code for the AML file system health. + /// Describes the health state. + /// A new instance for mocking. + public static AmlFileSystemHealth AmlFileSystemHealth(AmlFileSystemHealthStateType? state = null, string statusCode = null, string statusDescription = null) + { + return new AmlFileSystemHealth(state, statusCode, statusDescription); + } + + /// Initializes a new instance of AmlFileSystemClientInfo. + /// The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS). + /// Recommended command to mount the AML file system. + /// The version of Lustre running in the AML file system. + /// Container Storage Interface information for the AML file system. + /// A new instance for mocking. + public static AmlFileSystemClientInfo AmlFileSystemClientInfo(string mgsAddress = null, string mountCommand = null, string lustreVersion = null, AmlFileSystemContainerStorageInterface containerStorageInterface = null) + { + return new AmlFileSystemClientInfo(mgsAddress, mountCommand, lustreVersion, containerStorageInterface); + } + + /// Initializes a new instance of AmlFileSystemContainerStorageInterface. + /// Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML. + /// Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML. + /// Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML. + /// A new instance for mocking. + public static AmlFileSystemContainerStorageInterface AmlFileSystemContainerStorageInterface(string persistentVolumeClaim = null, string persistentVolume = null, string storageClass = null) + { + return new AmlFileSystemContainerStorageInterface(persistentVolumeClaim, persistentVolume, storageClass); + } + + /// Initializes a new instance of AmlFileSystemPropertiesHsm. + /// Specifies HSM settings of the AML file system. + /// Archive status. + /// A new instance for mocking. + public static AmlFileSystemPropertiesHsm AmlFileSystemPropertiesHsm(AmlFileSystemHsmSettings settings = null, IEnumerable archiveStatus = null) + { + archiveStatus ??= new List(); + + return new AmlFileSystemPropertiesHsm(settings, archiveStatus?.ToList()); + } + + /// Initializes a new instance of AmlFileSystemArchive. + /// Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data. + /// The status of the archive. + /// A new instance for mocking. + public static AmlFileSystemArchive AmlFileSystemArchive(string filesystemPath = null, AmlFileSystemArchiveStatus status = null) + { + return new AmlFileSystemArchive(filesystemPath, status); + } + + /// Initializes a new instance of AmlFileSystemArchiveStatus. + /// The state of the archive operation. + /// The time of the last completed archive operation. + /// The time the latest archive operation started. + /// The completion percentage of the archive operation. + /// Server-defined error code for the archive operation. + /// Server-defined error message for the archive operation. + /// A new instance for mocking. + public static AmlFileSystemArchiveStatus AmlFileSystemArchiveStatus(ArchiveStatusType? state = null, DateTimeOffset? lastCompletionOn = null, DateTimeOffset? lastStartedOn = null, int? percentComplete = null, string errorCode = null, string errorMessage = null) + { + return new AmlFileSystemArchiveStatus(state, lastCompletionOn, lastStartedOn, percentComplete, errorCode, errorMessage); + } + + /// Initializes a new instance of RequiredAmlFileSystemSubnetsSize. + /// The number of available IP addresses that are required for the AML file system. + /// A new instance for mocking. + public static RequiredAmlFileSystemSubnetsSize RequiredAmlFileSystemSubnetsSize(int? filesystemSubnetSize = null) + { + return new RequiredAmlFileSystemSubnetsSize(filesystemSubnetSize); + } + /// Initializes a new instance of StorageCacheSku. /// The type of resource the SKU applies to. /// A list of capabilities of this SKU, such as throughput or ops/sec. @@ -106,14 +206,14 @@ public static StorageCacheUsageName StorageCacheUsageName(string value = null, s /// The tags. /// The location. /// The identity of the cache, if configured. - /// SKU for the Cache. + /// SKU for the cache. /// The size of this Cache, in GB. - /// Health of the Cache. - /// Array of IP addresses that can be used by clients mounting this Cache. + /// Health of the cache. + /// Array of IPv4 addresses that can be used by clients mounting this cache. /// ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property. /// Subnet used for the Cache. - /// Upgrade status of the Cache. - /// Upgrade settings of the Cache. + /// Upgrade status of the cache. + /// Upgrade settings of the cache. /// Specifies network settings of the cache. /// Specifies encryption settings of the cache. /// Specifies security settings of the cache. @@ -135,7 +235,7 @@ public static StorageCacheData StorageCacheData(ResourceIdentifier id = null, st } /// Initializes a new instance of StorageCacheHealth. - /// List of Cache health states. + /// List of cache health states. Down is when the cluster is not responding. Degraded is when its functioning but has some alerts. Transitioning when it is creating or deleting. Unknown will be returned in old api versions when a new value is added in future versions. WaitingForKey is when the create is waiting for the system assigned identity to be given access to the encryption key in the encryption settings. /// Describes explanation of state. /// Outstanding conditions that need to be investigated and resolved. /// A new instance for mocking. @@ -156,9 +256,9 @@ public static OutstandingCondition OutstandingCondition(DateTimeOffset? timestam } /// Initializes a new instance of StorageCacheUpgradeStatus. - /// Version string of the firmware currently installed on this Cache. - /// True if there is a firmware update ready to install on this Cache. The firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation. - /// Time at which the pending firmware update will automatically be installed on the Cache. + /// Version string of the firmware currently installed on this cache. + /// True if there is a firmware update ready to install on this cache. The firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation. + /// Time at which the pending firmware update will automatically be installed on the cache. /// Time of the last successful firmware update. /// When firmwareUpdateAvailable is true, this field holds the version string for the update. /// A new instance for mocking. @@ -169,7 +269,7 @@ public static StorageCacheUpgradeStatus StorageCacheUpgradeStatus(string current /// Initializes a new instance of StorageCacheNetworkSettings. /// The IPv4 maximum transmission unit configured for the subnet. - /// Array of additional IP addresses used by this Cache. + /// Array of additional IP addresses used by this cache. /// DNS servers for the cache to use. It will be set from the network configuration if no value is provided. /// DNS search domain. /// NTP server IP Address or FQDN for the cache to use. The default is time.windows.com. @@ -234,7 +334,7 @@ public static PrimingJob PrimingJob(string primingJobName = null, Uri primingMan /// The name. /// The resourceType. /// The systemData. - /// List of Cache namespace junctions to target for namespace associations. + /// List of cache namespace junctions to target for namespace associations. /// Type of the Storage Target. /// ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property. /// Storage target operational state. diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Extensions/ResourceGroupResourceExtensionClient.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Extensions/ResourceGroupResourceExtensionClient.cs index 5b6044f7125f..62200da00892 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Extensions/ResourceGroupResourceExtensionClient.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Extensions/ResourceGroupResourceExtensionClient.cs @@ -31,6 +31,13 @@ private string GetApiVersionOrNull(ResourceType resourceType) return apiVersion; } + /// Gets a collection of AmlFileSystemResources in the ResourceGroupResource. + /// An object representing collection of AmlFileSystemResources and their operations over a AmlFileSystemResource. + public virtual AmlFileSystemCollection GetAmlFileSystems() + { + return GetCachedClient(Client => new AmlFileSystemCollection(Client, Id)); + } + /// Gets a collection of StorageCacheResources in the ResourceGroupResource. /// An object representing collection of StorageCacheResources and their operations over a StorageCacheResource. public virtual StorageCacheCollection GetStorageCaches() diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Extensions/StorageCacheExtensions.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Extensions/StorageCacheExtensions.cs index dbdedd59cafc..43cac92f1980 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Extensions/StorageCacheExtensions.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Extensions/StorageCacheExtensions.cs @@ -50,6 +50,25 @@ private static SubscriptionResourceExtensionClient GetSubscriptionResourceExtens return new SubscriptionResourceExtensionClient(client, scope); }); } + #region AmlFileSystemResource + /// + /// Gets an object representing an along with the instance operations that can be performed on it but with no data. + /// You can use to create an from its components. + /// + /// The instance the method will execute against. + /// The resource ID of the resource to get. + /// Returns a object. + public static AmlFileSystemResource GetAmlFileSystemResource(this ArmClient client, ResourceIdentifier id) + { + return client.GetResourceClient(() => + { + AmlFileSystemResource.ValidateResourceId(id); + return new AmlFileSystemResource(client, id); + } + ); + } + #endregion + #region StorageCacheResource /// /// Gets an object representing a along with the instance operations that can be performed on it but with no data. @@ -88,6 +107,62 @@ public static StorageTargetResource GetStorageTargetResource(this ArmClient clie } #endregion + /// Gets a collection of AmlFileSystemResources in the ResourceGroupResource. + /// The instance the method will execute against. + /// An object representing collection of AmlFileSystemResources and their operations over a AmlFileSystemResource. + public static AmlFileSystemCollection GetAmlFileSystems(this ResourceGroupResource resourceGroupResource) + { + return GetResourceGroupResourceExtensionClient(resourceGroupResource).GetAmlFileSystems(); + } + + /// + /// Returns an AML file system. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_Get + /// + /// + /// + /// The instance the method will execute against. + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public static async Task> GetAmlFileSystemAsync(this ResourceGroupResource resourceGroupResource, string amlFileSystemName, CancellationToken cancellationToken = default) + { + return await resourceGroupResource.GetAmlFileSystems().GetAsync(amlFileSystemName, cancellationToken).ConfigureAwait(false); + } + + /// + /// Returns an AML file system. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName} + /// + /// + /// Operation Id + /// amlFilesystems_Get + /// + /// + /// + /// The instance the method will execute against. + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// The cancellation token to use. + /// is an empty string, and was expected to be non-empty. + /// is null. + [ForwardsClientCalls] + public static Response GetAmlFileSystem(this ResourceGroupResource resourceGroupResource, string amlFileSystemName, CancellationToken cancellationToken = default) + { + return resourceGroupResource.GetAmlFileSystems().Get(amlFileSystemName, cancellationToken); + } + /// Gets a collection of StorageCacheResources in the ResourceGroupResource. /// The instance the method will execute against. /// An object representing collection of StorageCacheResources and their operations over a StorageCacheResource. @@ -97,7 +172,7 @@ public static StorageCacheCollection GetStorageCaches(this ResourceGroupResource } /// - /// Returns a Cache. + /// Returns a cache. /// /// /// Request Path @@ -110,7 +185,7 @@ public static StorageCacheCollection GetStorageCaches(this ResourceGroupResource /// /// /// The instance the method will execute against. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// is an empty string, and was expected to be non-empty. /// is null. @@ -121,7 +196,7 @@ public static async Task> GetStorageCacheAsync(th } /// - /// Returns a Cache. + /// Returns a cache. /// /// /// Request Path @@ -134,7 +209,7 @@ public static async Task> GetStorageCacheAsync(th /// /// /// The instance the method will execute against. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// is an empty string, and was expected to be non-empty. /// is null. @@ -144,6 +219,132 @@ public static Response GetStorageCache(this ResourceGroupR return resourceGroupResource.GetStorageCaches().Get(cacheName, cancellationToken); } + /// + /// Returns all AML file systems the user has access to under a subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/amlFilesystems + /// + /// + /// Operation Id + /// amlFilesystems_List + /// + /// + /// + /// The instance the method will execute against. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public static AsyncPageable GetAmlFileSystemsAsync(this SubscriptionResource subscriptionResource, CancellationToken cancellationToken = default) + { + return GetSubscriptionResourceExtensionClient(subscriptionResource).GetAmlFileSystemsAsync(cancellationToken); + } + + /// + /// Returns all AML file systems the user has access to under a subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/amlFilesystems + /// + /// + /// Operation Id + /// amlFilesystems_List + /// + /// + /// + /// The instance the method will execute against. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public static Pageable GetAmlFileSystems(this SubscriptionResource subscriptionResource, CancellationToken cancellationToken = default) + { + return GetSubscriptionResourceExtensionClient(subscriptionResource).GetAmlFileSystems(cancellationToken); + } + + /// + /// Check that subnets will be valid for AML file system create calls. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/checkAmlFSSubnets + /// + /// + /// Operation Id + /// checkAmlFSSubnets + /// + /// + /// + /// The instance the method will execute against. + /// Information about the subnets to validate. + /// The cancellation token to use. + public static async Task CheckAmlFSSubnetsAsync(this SubscriptionResource subscriptionResource, AmlFileSystemSubnetContent content = null, CancellationToken cancellationToken = default) + { + return await GetSubscriptionResourceExtensionClient(subscriptionResource).CheckAmlFSSubnetsAsync(content, cancellationToken).ConfigureAwait(false); + } + + /// + /// Check that subnets will be valid for AML file system create calls. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/checkAmlFSSubnets + /// + /// + /// Operation Id + /// checkAmlFSSubnets + /// + /// + /// + /// The instance the method will execute against. + /// Information about the subnets to validate. + /// The cancellation token to use. + public static Response CheckAmlFSSubnets(this SubscriptionResource subscriptionResource, AmlFileSystemSubnetContent content = null, CancellationToken cancellationToken = default) + { + return GetSubscriptionResourceExtensionClient(subscriptionResource).CheckAmlFSSubnets(content, cancellationToken); + } + + /// + /// Get the number of available IP addresses needed for the AML file system information provided. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/getRequiredAmlFSSubnetsSize + /// + /// + /// Operation Id + /// getRequiredAmlFSSubnetsSize + /// + /// + /// + /// The instance the method will execute against. + /// Information to determine the number of available IPs a subnet will need to host the AML file system. + /// The cancellation token to use. + public static async Task> GetRequiredAmlFSSubnetsSizeAsync(this SubscriptionResource subscriptionResource, RequiredAmlFileSystemSubnetsSizeContent content = null, CancellationToken cancellationToken = default) + { + return await GetSubscriptionResourceExtensionClient(subscriptionResource).GetRequiredAmlFSSubnetsSizeAsync(content, cancellationToken).ConfigureAwait(false); + } + + /// + /// Get the number of available IP addresses needed for the AML file system information provided. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/getRequiredAmlFSSubnetsSize + /// + /// + /// Operation Id + /// getRequiredAmlFSSubnetsSize + /// + /// + /// + /// The instance the method will execute against. + /// Information to determine the number of available IPs a subnet will need to host the AML file system. + /// The cancellation token to use. + public static Response GetRequiredAmlFSSubnetsSize(this SubscriptionResource subscriptionResource, RequiredAmlFileSystemSubnetsSizeContent content = null, CancellationToken cancellationToken = default) + { + return GetSubscriptionResourceExtensionClient(subscriptionResource).GetRequiredAmlFSSubnetsSize(content, cancellationToken); + } + /// /// Get the list of StorageCache.Cache SKUs available to this subscription. /// @@ -187,7 +388,7 @@ public static Pageable GetStorageCacheSkus(this SubscriptionRes } /// - /// Get the list of Cache Usage Models available to this subscription. + /// Get the list of cache usage models available to this subscription. /// /// /// Request Path @@ -208,7 +409,7 @@ public static AsyncPageable GetUsageModelsAsync(this Sub } /// - /// Get the list of Cache Usage Models available to this subscription. + /// Get the list of cache usage models available to this subscription. /// /// /// Request Path @@ -273,7 +474,7 @@ public static Pageable GetStorageCacheUsages(this Subscriptio } /// - /// Returns all Caches the user has access to under a subscription. + /// Returns all caches the user has access to under a subscription. /// /// /// Request Path @@ -294,7 +495,7 @@ public static AsyncPageable GetStorageCachesAsync(this Sub } /// - /// Returns all Caches the user has access to under a subscription. + /// Returns all caches the user has access to under a subscription. /// /// /// Request Path diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs index 7113493c136c..e8017ffb6916 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs @@ -5,7 +5,9 @@ #nullable disable +using System; using System.Threading; +using System.Threading.Tasks; using Azure; using Azure.Core; using Azure.Core.Pipeline; @@ -17,6 +19,10 @@ namespace Azure.ResourceManager.StorageCache /// A class to add extension methods to SubscriptionResource. internal partial class SubscriptionResourceExtensionClient : ArmResource { + private ClientDiagnostics _amlFileSystemamlFilesystemsClientDiagnostics; + private AmlFilesystemsRestOperations _amlFileSystemamlFilesystemsRestClient; + private ClientDiagnostics _defaultClientDiagnostics; + private StorageCacheManagementRestOperations _defaultRestClient; private ClientDiagnostics _skusClientDiagnostics; private SkusRestOperations _skusRestClient; private ClientDiagnostics _usageModelsClientDiagnostics; @@ -38,6 +44,10 @@ internal SubscriptionResourceExtensionClient(ArmClient client, ResourceIdentifie { } + private ClientDiagnostics AmlFileSystemamlFilesystemsClientDiagnostics => _amlFileSystemamlFilesystemsClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.StorageCache", AmlFileSystemResource.ResourceType.Namespace, Diagnostics); + private AmlFilesystemsRestOperations AmlFileSystemamlFilesystemsRestClient => _amlFileSystemamlFilesystemsRestClient ??= new AmlFilesystemsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, GetApiVersionOrNull(AmlFileSystemResource.ResourceType)); + private ClientDiagnostics DefaultClientDiagnostics => _defaultClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.StorageCache", ProviderConstants.DefaultProviderNamespace, Diagnostics); + private StorageCacheManagementRestOperations DefaultRestClient => _defaultRestClient ??= new StorageCacheManagementRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); private ClientDiagnostics SkusClientDiagnostics => _skusClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.StorageCache", ProviderConstants.DefaultProviderNamespace, Diagnostics); private SkusRestOperations SkusRestClient => _skusRestClient ??= new SkusRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); private ClientDiagnostics UsageModelsClientDiagnostics => _usageModelsClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.StorageCache", ProviderConstants.DefaultProviderNamespace, Diagnostics); @@ -53,6 +63,174 @@ private string GetApiVersionOrNull(ResourceType resourceType) return apiVersion; } + /// + /// Returns all AML file systems the user has access to under a subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/amlFilesystems + /// + /// + /// Operation Id + /// amlFilesystems_List + /// + /// + /// + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAmlFileSystemsAsync(CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => AmlFileSystemamlFilesystemsRestClient.CreateListRequest(Id.SubscriptionId); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => AmlFileSystemamlFilesystemsRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new AmlFileSystemResource(Client, AmlFileSystemData.DeserializeAmlFileSystemData(e)), AmlFileSystemamlFilesystemsClientDiagnostics, Pipeline, "SubscriptionResourceExtensionClient.GetAmlFileSystems", "value", "nextLink", cancellationToken); + } + + /// + /// Returns all AML file systems the user has access to under a subscription. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/amlFilesystems + /// + /// + /// Operation Id + /// amlFilesystems_List + /// + /// + /// + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAmlFileSystems(CancellationToken cancellationToken = default) + { + HttpMessage FirstPageRequest(int? pageSizeHint) => AmlFileSystemamlFilesystemsRestClient.CreateListRequest(Id.SubscriptionId); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => AmlFileSystemamlFilesystemsRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new AmlFileSystemResource(Client, AmlFileSystemData.DeserializeAmlFileSystemData(e)), AmlFileSystemamlFilesystemsClientDiagnostics, Pipeline, "SubscriptionResourceExtensionClient.GetAmlFileSystems", "value", "nextLink", cancellationToken); + } + + /// + /// Check that subnets will be valid for AML file system create calls. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/checkAmlFSSubnets + /// + /// + /// Operation Id + /// checkAmlFSSubnets + /// + /// + /// + /// Information about the subnets to validate. + /// The cancellation token to use. + public virtual async Task CheckAmlFSSubnetsAsync(AmlFileSystemSubnetContent content = null, CancellationToken cancellationToken = default) + { + using var scope = DefaultClientDiagnostics.CreateScope("SubscriptionResourceExtensionClient.CheckAmlFSSubnets"); + scope.Start(); + try + { + var response = await DefaultRestClient.CheckAmlFSSubnetsAsync(Id.SubscriptionId, content, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Check that subnets will be valid for AML file system create calls. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/checkAmlFSSubnets + /// + /// + /// Operation Id + /// checkAmlFSSubnets + /// + /// + /// + /// Information about the subnets to validate. + /// The cancellation token to use. + public virtual Response CheckAmlFSSubnets(AmlFileSystemSubnetContent content = null, CancellationToken cancellationToken = default) + { + using var scope = DefaultClientDiagnostics.CreateScope("SubscriptionResourceExtensionClient.CheckAmlFSSubnets"); + scope.Start(); + try + { + var response = DefaultRestClient.CheckAmlFSSubnets(Id.SubscriptionId, content, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Get the number of available IP addresses needed for the AML file system information provided. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/getRequiredAmlFSSubnetsSize + /// + /// + /// Operation Id + /// getRequiredAmlFSSubnetsSize + /// + /// + /// + /// Information to determine the number of available IPs a subnet will need to host the AML file system. + /// The cancellation token to use. + public virtual async Task> GetRequiredAmlFSSubnetsSizeAsync(RequiredAmlFileSystemSubnetsSizeContent content = null, CancellationToken cancellationToken = default) + { + using var scope = DefaultClientDiagnostics.CreateScope("SubscriptionResourceExtensionClient.GetRequiredAmlFSSubnetsSize"); + scope.Start(); + try + { + var response = await DefaultRestClient.GetRequiredAmlFSSubnetsSizeAsync(Id.SubscriptionId, content, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Get the number of available IP addresses needed for the AML file system information provided. + /// + /// + /// Request Path + /// /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/getRequiredAmlFSSubnetsSize + /// + /// + /// Operation Id + /// getRequiredAmlFSSubnetsSize + /// + /// + /// + /// Information to determine the number of available IPs a subnet will need to host the AML file system. + /// The cancellation token to use. + public virtual Response GetRequiredAmlFSSubnetsSize(RequiredAmlFileSystemSubnetsSizeContent content = null, CancellationToken cancellationToken = default) + { + using var scope = DefaultClientDiagnostics.CreateScope("SubscriptionResourceExtensionClient.GetRequiredAmlFSSubnetsSize"); + scope.Start(); + try + { + var response = DefaultRestClient.GetRequiredAmlFSSubnetsSize(Id.SubscriptionId, content, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + /// /// Get the list of StorageCache.Cache SKUs available to this subscription. /// @@ -98,7 +276,7 @@ public virtual Pageable GetStorageCacheSkus(CancellationToken c } /// - /// Get the list of Cache Usage Models available to this subscription. + /// Get the list of cache usage models available to this subscription. /// /// /// Request Path @@ -120,7 +298,7 @@ public virtual AsyncPageable GetUsageModelsAsync(Cancell } /// - /// Get the list of Cache Usage Models available to this subscription. + /// Get the list of cache usage models available to this subscription. /// /// /// Request Path @@ -188,7 +366,7 @@ public virtual Pageable GetStorageCacheUsages(AzureLocation l } /// - /// Returns all Caches the user has access to under a subscription. + /// Returns all caches the user has access to under a subscription. /// /// /// Request Path @@ -210,7 +388,7 @@ public virtual AsyncPageable GetStorageCachesAsync(Cancell } /// - /// Returns all Caches the user has access to under a subscription. + /// Returns all caches the user has access to under a subscription. /// /// /// Request Path diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/LongRunningOperation/AmlFileSystemOperationSource.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/LongRunningOperation/AmlFileSystemOperationSource.cs new file mode 100644 index 000000000000..8be1ed893898 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/LongRunningOperation/AmlFileSystemOperationSource.cs @@ -0,0 +1,40 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.StorageCache +{ + internal class AmlFileSystemOperationSource : IOperationSource + { + private readonly ArmClient _client; + + internal AmlFileSystemOperationSource(ArmClient client) + { + _client = client; + } + + AmlFileSystemResource IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) + { + using var document = JsonDocument.Parse(response.ContentStream); + var data = AmlFileSystemData.DeserializeAmlFileSystemData(document.RootElement); + return new AmlFileSystemResource(_client, data); + } + + async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) + { + using var document = await JsonDocument.ParseAsync(response.ContentStream, default, cancellationToken).ConfigureAwait(false); + var data = AmlFileSystemData.DeserializeAmlFileSystemData(document.RootElement); + return new AmlFileSystemResource(_client, data); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemArchive.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemArchive.Serialization.cs new file mode 100644 index 000000000000..365e6e83415a --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemArchive.Serialization.cs @@ -0,0 +1,43 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + public partial class AmlFileSystemArchive + { + internal static AmlFileSystemArchive DeserializeAmlFileSystemArchive(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional filesystemPath = default; + Optional status = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("filesystemPath"u8)) + { + filesystemPath = property.Value.GetString(); + continue; + } + if (property.NameEquals("status"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + status = AmlFileSystemArchiveStatus.DeserializeAmlFileSystemArchiveStatus(property.Value); + continue; + } + } + return new AmlFileSystemArchive(filesystemPath.Value, status.Value); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemArchive.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemArchive.cs new file mode 100644 index 000000000000..8615bd9df659 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemArchive.cs @@ -0,0 +1,32 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// Information about the AML file system archive. + public partial class AmlFileSystemArchive + { + /// Initializes a new instance of AmlFileSystemArchive. + internal AmlFileSystemArchive() + { + } + + /// Initializes a new instance of AmlFileSystemArchive. + /// Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data. + /// The status of the archive. + internal AmlFileSystemArchive(string filesystemPath, AmlFileSystemArchiveStatus status) + { + FilesystemPath = filesystemPath; + Status = status; + } + + /// Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data. + public string FilesystemPath { get; } + /// The status of the archive. + public AmlFileSystemArchiveStatus Status { get; } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemArchiveContent.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemArchiveContent.Serialization.cs new file mode 100644 index 000000000000..add208747213 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemArchiveContent.Serialization.cs @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + public partial class AmlFileSystemArchiveContent : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(FilesystemPath)) + { + writer.WritePropertyName("filesystemPath"u8); + writer.WriteStringValue(FilesystemPath); + } + writer.WriteEndObject(); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemArchiveContent.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemArchiveContent.cs new file mode 100644 index 000000000000..d6815e659a82 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemArchiveContent.cs @@ -0,0 +1,21 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// Information required to execute the archive operation. + public partial class AmlFileSystemArchiveContent + { + /// Initializes a new instance of AmlFileSystemArchiveContent. + public AmlFileSystemArchiveContent() + { + } + + /// Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data. + public string FilesystemPath { get; set; } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemArchiveStatus.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemArchiveStatus.Serialization.cs new file mode 100644 index 000000000000..b9494d429379 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemArchiveStatus.Serialization.cs @@ -0,0 +1,80 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + public partial class AmlFileSystemArchiveStatus + { + internal static AmlFileSystemArchiveStatus DeserializeAmlFileSystemArchiveStatus(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional state = default; + Optional lastCompletionTime = default; + Optional lastStartedTime = default; + Optional percentComplete = default; + Optional errorCode = default; + Optional errorMessage = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("state"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + state = new ArchiveStatusType(property.Value.GetString()); + continue; + } + if (property.NameEquals("lastCompletionTime"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + lastCompletionTime = property.Value.GetDateTimeOffset("O"); + continue; + } + if (property.NameEquals("lastStartedTime"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + lastStartedTime = property.Value.GetDateTimeOffset("O"); + continue; + } + if (property.NameEquals("percentComplete"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + percentComplete = property.Value.GetInt32(); + continue; + } + if (property.NameEquals("errorCode"u8)) + { + errorCode = property.Value.GetString(); + continue; + } + if (property.NameEquals("errorMessage"u8)) + { + errorMessage = property.Value.GetString(); + continue; + } + } + return new AmlFileSystemArchiveStatus(Optional.ToNullable(state), Optional.ToNullable(lastCompletionTime), Optional.ToNullable(lastStartedTime), Optional.ToNullable(percentComplete), errorCode.Value, errorMessage.Value); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemArchiveStatus.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemArchiveStatus.cs new file mode 100644 index 000000000000..b490ac40f63d --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemArchiveStatus.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// The status of the archive. + public partial class AmlFileSystemArchiveStatus + { + /// Initializes a new instance of AmlFileSystemArchiveStatus. + internal AmlFileSystemArchiveStatus() + { + } + + /// Initializes a new instance of AmlFileSystemArchiveStatus. + /// The state of the archive operation. + /// The time of the last completed archive operation. + /// The time the latest archive operation started. + /// The completion percentage of the archive operation. + /// Server-defined error code for the archive operation. + /// Server-defined error message for the archive operation. + internal AmlFileSystemArchiveStatus(ArchiveStatusType? state, DateTimeOffset? lastCompletionOn, DateTimeOffset? lastStartedOn, int? percentComplete, string errorCode, string errorMessage) + { + State = state; + LastCompletionOn = lastCompletionOn; + LastStartedOn = lastStartedOn; + PercentComplete = percentComplete; + ErrorCode = errorCode; + ErrorMessage = errorMessage; + } + + /// The state of the archive operation. + public ArchiveStatusType? State { get; } + /// The time of the last completed archive operation. + public DateTimeOffset? LastCompletionOn { get; } + /// The time the latest archive operation started. + public DateTimeOffset? LastStartedOn { get; } + /// The completion percentage of the archive operation. + public int? PercentComplete { get; } + /// Server-defined error code for the archive operation. + public string ErrorCode { get; } + /// Server-defined error message for the archive operation. + public string ErrorMessage { get; } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemClientInfo.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemClientInfo.Serialization.cs new file mode 100644 index 000000000000..2d75c3d7397b --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemClientInfo.Serialization.cs @@ -0,0 +1,55 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + public partial class AmlFileSystemClientInfo + { + internal static AmlFileSystemClientInfo DeserializeAmlFileSystemClientInfo(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional mgsAddress = default; + Optional mountCommand = default; + Optional lustreVersion = default; + Optional containerStorageInterface = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("mgsAddress"u8)) + { + mgsAddress = property.Value.GetString(); + continue; + } + if (property.NameEquals("mountCommand"u8)) + { + mountCommand = property.Value.GetString(); + continue; + } + if (property.NameEquals("lustreVersion"u8)) + { + lustreVersion = property.Value.GetString(); + continue; + } + if (property.NameEquals("containerStorageInterface"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + containerStorageInterface = AmlFileSystemContainerStorageInterface.DeserializeAmlFileSystemContainerStorageInterface(property.Value); + continue; + } + } + return new AmlFileSystemClientInfo(mgsAddress.Value, mountCommand.Value, lustreVersion.Value, containerStorageInterface.Value); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemClientInfo.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemClientInfo.cs new file mode 100644 index 000000000000..53f75ae26f01 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemClientInfo.cs @@ -0,0 +1,40 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// AML file system client information. + public partial class AmlFileSystemClientInfo + { + /// Initializes a new instance of AmlFileSystemClientInfo. + internal AmlFileSystemClientInfo() + { + } + + /// Initializes a new instance of AmlFileSystemClientInfo. + /// The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS). + /// Recommended command to mount the AML file system. + /// The version of Lustre running in the AML file system. + /// Container Storage Interface information for the AML file system. + internal AmlFileSystemClientInfo(string mgsAddress, string mountCommand, string lustreVersion, AmlFileSystemContainerStorageInterface containerStorageInterface) + { + MgsAddress = mgsAddress; + MountCommand = mountCommand; + LustreVersion = lustreVersion; + ContainerStorageInterface = containerStorageInterface; + } + + /// The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS). + public string MgsAddress { get; } + /// Recommended command to mount the AML file system. + public string MountCommand { get; } + /// The version of Lustre running in the AML file system. + public string LustreVersion { get; } + /// Container Storage Interface information for the AML file system. + public AmlFileSystemContainerStorageInterface ContainerStorageInterface { get; } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemContainerStorageInterface.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemContainerStorageInterface.Serialization.cs new file mode 100644 index 000000000000..e712fd445f44 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemContainerStorageInterface.Serialization.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + public partial class AmlFileSystemContainerStorageInterface + { + internal static AmlFileSystemContainerStorageInterface DeserializeAmlFileSystemContainerStorageInterface(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional persistentVolumeClaim = default; + Optional persistentVolume = default; + Optional storageClass = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("persistentVolumeClaim"u8)) + { + persistentVolumeClaim = property.Value.GetString(); + continue; + } + if (property.NameEquals("persistentVolume"u8)) + { + persistentVolume = property.Value.GetString(); + continue; + } + if (property.NameEquals("storageClass"u8)) + { + storageClass = property.Value.GetString(); + continue; + } + } + return new AmlFileSystemContainerStorageInterface(persistentVolumeClaim.Value, persistentVolume.Value, storageClass.Value); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemContainerStorageInterface.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemContainerStorageInterface.cs new file mode 100644 index 000000000000..261e0f8c8770 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemContainerStorageInterface.cs @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// AML file system container storage interface information. + public partial class AmlFileSystemContainerStorageInterface + { + /// Initializes a new instance of AmlFileSystemContainerStorageInterface. + internal AmlFileSystemContainerStorageInterface() + { + } + + /// Initializes a new instance of AmlFileSystemContainerStorageInterface. + /// Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML. + /// Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML. + /// Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML. + internal AmlFileSystemContainerStorageInterface(string persistentVolumeClaim, string persistentVolume, string storageClass) + { + PersistentVolumeClaim = persistentVolumeClaim; + PersistentVolume = persistentVolume; + StorageClass = storageClass; + } + + /// Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML. + public string PersistentVolumeClaim { get; } + /// Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML. + public string PersistentVolume { get; } + /// Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML. + public string StorageClass { get; } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemData.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemData.Serialization.cs new file mode 100644 index 000000000000..9ba07ca68d07 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemData.Serialization.cs @@ -0,0 +1,279 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Models; +using Azure.ResourceManager.StorageCache.Models; + +namespace Azure.ResourceManager.StorageCache +{ + public partial class AmlFileSystemData : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Identity)) + { + writer.WritePropertyName("identity"u8); + JsonSerializer.Serialize(writer, Identity); + } + if (Optional.IsDefined(Sku)) + { + writer.WritePropertyName("sku"u8); + writer.WriteObjectValue(Sku); + } + if (Optional.IsCollectionDefined(Zones)) + { + writer.WritePropertyName("zones"u8); + writer.WriteStartArray(); + foreach (var item in Zones) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(Tags)) + { + writer.WritePropertyName("tags"u8); + writer.WriteStartObject(); + foreach (var item in Tags) + { + writer.WritePropertyName(item.Key); + writer.WriteStringValue(item.Value); + } + writer.WriteEndObject(); + } + writer.WritePropertyName("location"u8); + writer.WriteStringValue(Location); + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(StorageCapacityTiB)) + { + writer.WritePropertyName("storageCapacityTiB"u8); + writer.WriteNumberValue(StorageCapacityTiB.Value); + } + if (Optional.IsDefined(FilesystemSubnet)) + { + writer.WritePropertyName("filesystemSubnet"u8); + writer.WriteStringValue(FilesystemSubnet); + } + if (Optional.IsDefined(EncryptionSettings)) + { + writer.WritePropertyName("encryptionSettings"u8); + writer.WriteObjectValue(EncryptionSettings); + } + if (Optional.IsDefined(MaintenanceWindow)) + { + writer.WritePropertyName("maintenanceWindow"u8); + writer.WriteObjectValue(MaintenanceWindow); + } + if (Optional.IsDefined(Hsm)) + { + writer.WritePropertyName("hsm"u8); + writer.WriteObjectValue(Hsm); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static AmlFileSystemData DeserializeAmlFileSystemData(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional identity = default; + Optional sku = default; + Optional> zones = default; + Optional> tags = default; + AzureLocation location = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; + Optional systemData = default; + Optional storageCapacityTiB = default; + Optional health = default; + Optional provisioningState = default; + Optional filesystemSubnet = default; + Optional clientInfo = default; + Optional throughputProvisionedMBps = default; + Optional encryptionSettings = default; + Optional maintenanceWindow = default; + Optional hsm = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("identity"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + identity = JsonSerializer.Deserialize(property.Value.GetRawText()); + continue; + } + if (property.NameEquals("sku"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + sku = StorageCacheSkuName.DeserializeStorageCacheSkuName(property.Value); + continue; + } + if (property.NameEquals("zones"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + zones = array; + continue; + } + if (property.NameEquals("tags"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + Dictionary dictionary = new Dictionary(); + foreach (var property0 in property.Value.EnumerateObject()) + { + dictionary.Add(property0.Name, property0.Value.GetString()); + } + tags = dictionary; + continue; + } + if (property.NameEquals("location"u8)) + { + location = new AzureLocation(property.Value.GetString()); + continue; + } + if (property.NameEquals("id"u8)) + { + id = new ResourceIdentifier(property.Value.GetString()); + continue; + } + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type"u8)) + { + type = new ResourceType(property.Value.GetString()); + continue; + } + if (property.NameEquals("systemData"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + systemData = JsonSerializer.Deserialize(property.Value.GetRawText()); + continue; + } + if (property.NameEquals("properties"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("storageCapacityTiB"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + storageCapacityTiB = property0.Value.GetSingle(); + continue; + } + if (property0.NameEquals("health"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + health = AmlFileSystemHealth.DeserializeAmlFileSystemHealth(property0.Value); + continue; + } + if (property0.NameEquals("provisioningState"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + provisioningState = new AmlFileSystemProvisioningStateType(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("filesystemSubnet"u8)) + { + filesystemSubnet = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("clientInfo"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + clientInfo = AmlFileSystemClientInfo.DeserializeAmlFileSystemClientInfo(property0.Value); + continue; + } + if (property0.NameEquals("throughputProvisionedMBps"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + throughputProvisionedMBps = property0.Value.GetInt32(); + continue; + } + if (property0.NameEquals("encryptionSettings"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + encryptionSettings = AmlFileSystemEncryptionSettings.DeserializeAmlFileSystemEncryptionSettings(property0.Value); + continue; + } + if (property0.NameEquals("maintenanceWindow"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + maintenanceWindow = AmlFileSystemPropertiesMaintenanceWindow.DeserializeAmlFileSystemPropertiesMaintenanceWindow(property0.Value); + continue; + } + if (property0.NameEquals("hsm"u8)) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + hsm = AmlFileSystemPropertiesHsm.DeserializeAmlFileSystemPropertiesHsm(property0.Value); + continue; + } + } + continue; + } + } + return new AmlFileSystemData(id, name, type, systemData.Value, Optional.ToDictionary(tags), location, identity, sku.Value, Optional.ToList(zones), Optional.ToNullable(storageCapacityTiB), health.Value, Optional.ToNullable(provisioningState), filesystemSubnet.Value, clientInfo.Value, Optional.ToNullable(throughputProvisionedMBps), encryptionSettings.Value, maintenanceWindow.Value, hsm.Value); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemEncryptionSettings.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemEncryptionSettings.Serialization.cs new file mode 100644 index 000000000000..fc3d1c7a1bfc --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemEncryptionSettings.Serialization.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + internal partial class AmlFileSystemEncryptionSettings : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(KeyEncryptionKey)) + { + writer.WritePropertyName("keyEncryptionKey"u8); + writer.WriteObjectValue(KeyEncryptionKey); + } + writer.WriteEndObject(); + } + + internal static AmlFileSystemEncryptionSettings DeserializeAmlFileSystemEncryptionSettings(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional keyEncryptionKey = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("keyEncryptionKey"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + keyEncryptionKey = StorageCacheEncryptionKeyVaultKeyReference.DeserializeStorageCacheEncryptionKeyVaultKeyReference(property.Value); + continue; + } + } + return new AmlFileSystemEncryptionSettings(keyEncryptionKey.Value); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemEncryptionSettings.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemEncryptionSettings.cs new file mode 100644 index 000000000000..61b461d675bb --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemEncryptionSettings.cs @@ -0,0 +1,28 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// AML file system encryption settings. + internal partial class AmlFileSystemEncryptionSettings + { + /// Initializes a new instance of AmlFileSystemEncryptionSettings. + public AmlFileSystemEncryptionSettings() + { + } + + /// Initializes a new instance of AmlFileSystemEncryptionSettings. + /// Specifies the location of the encryption key in Key Vault. + internal AmlFileSystemEncryptionSettings(StorageCacheEncryptionKeyVaultKeyReference keyEncryptionKey) + { + KeyEncryptionKey = keyEncryptionKey; + } + + /// Specifies the location of the encryption key in Key Vault. + public StorageCacheEncryptionKeyVaultKeyReference KeyEncryptionKey { get; set; } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemHealth.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemHealth.Serialization.cs new file mode 100644 index 000000000000..089f8eb8da54 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemHealth.Serialization.cs @@ -0,0 +1,49 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + public partial class AmlFileSystemHealth + { + internal static AmlFileSystemHealth DeserializeAmlFileSystemHealth(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional state = default; + Optional statusCode = default; + Optional statusDescription = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("state"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + state = new AmlFileSystemHealthStateType(property.Value.GetString()); + continue; + } + if (property.NameEquals("statusCode"u8)) + { + statusCode = property.Value.GetString(); + continue; + } + if (property.NameEquals("statusDescription"u8)) + { + statusDescription = property.Value.GetString(); + continue; + } + } + return new AmlFileSystemHealth(Optional.ToNullable(state), statusCode.Value, statusDescription.Value); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemHealth.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemHealth.cs new file mode 100644 index 000000000000..a7e8e0973f5c --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemHealth.cs @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// An indication of AML file system health. Gives more information about health than just that related to provisioning. + public partial class AmlFileSystemHealth + { + /// Initializes a new instance of AmlFileSystemHealth. + internal AmlFileSystemHealth() + { + } + + /// Initializes a new instance of AmlFileSystemHealth. + /// List of AML file system health states. + /// Server-defined error code for the AML file system health. + /// Describes the health state. + internal AmlFileSystemHealth(AmlFileSystemHealthStateType? state, string statusCode, string statusDescription) + { + State = state; + StatusCode = statusCode; + StatusDescription = statusDescription; + } + + /// List of AML file system health states. + public AmlFileSystemHealthStateType? State { get; } + /// Server-defined error code for the AML file system health. + public string StatusCode { get; } + /// Describes the health state. + public string StatusDescription { get; } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemHealthStateType.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemHealthStateType.cs new file mode 100644 index 000000000000..61b2ca6628ed --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemHealthStateType.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// List of AML file system health states. + public readonly partial struct AmlFileSystemHealthStateType : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public AmlFileSystemHealthStateType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string UnavailableValue = "Unavailable"; + private const string AvailableValue = "Available"; + private const string DegradedValue = "Degraded"; + private const string TransitioningValue = "Transitioning"; + private const string MaintenanceValue = "Maintenance"; + + /// Unavailable. + public static AmlFileSystemHealthStateType Unavailable { get; } = new AmlFileSystemHealthStateType(UnavailableValue); + /// Available. + public static AmlFileSystemHealthStateType Available { get; } = new AmlFileSystemHealthStateType(AvailableValue); + /// Degraded. + public static AmlFileSystemHealthStateType Degraded { get; } = new AmlFileSystemHealthStateType(DegradedValue); + /// Transitioning. + public static AmlFileSystemHealthStateType Transitioning { get; } = new AmlFileSystemHealthStateType(TransitioningValue); + /// Maintenance. + public static AmlFileSystemHealthStateType Maintenance { get; } = new AmlFileSystemHealthStateType(MaintenanceValue); + /// Determines if two values are the same. + public static bool operator ==(AmlFileSystemHealthStateType left, AmlFileSystemHealthStateType right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(AmlFileSystemHealthStateType left, AmlFileSystemHealthStateType right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator AmlFileSystemHealthStateType(string value) => new AmlFileSystemHealthStateType(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is AmlFileSystemHealthStateType other && Equals(other); + /// + public bool Equals(AmlFileSystemHealthStateType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemHsmSettings.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemHsmSettings.Serialization.cs new file mode 100644 index 000000000000..0ff24fc9ba17 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemHsmSettings.Serialization.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + public partial class AmlFileSystemHsmSettings : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("container"u8); + writer.WriteStringValue(Container); + writer.WritePropertyName("loggingContainer"u8); + writer.WriteStringValue(LoggingContainer); + if (Optional.IsDefined(ImportPrefix)) + { + writer.WritePropertyName("importPrefix"u8); + writer.WriteStringValue(ImportPrefix); + } + writer.WriteEndObject(); + } + + internal static AmlFileSystemHsmSettings DeserializeAmlFileSystemHsmSettings(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + string container = default; + string loggingContainer = default; + Optional importPrefix = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("container"u8)) + { + container = property.Value.GetString(); + continue; + } + if (property.NameEquals("loggingContainer"u8)) + { + loggingContainer = property.Value.GetString(); + continue; + } + if (property.NameEquals("importPrefix"u8)) + { + importPrefix = property.Value.GetString(); + continue; + } + } + return new AmlFileSystemHsmSettings(container, loggingContainer, importPrefix.Value); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemHsmSettings.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemHsmSettings.cs new file mode 100644 index 000000000000..11d2c69654a1 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemHsmSettings.cs @@ -0,0 +1,47 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// AML file system HSM settings. + public partial class AmlFileSystemHsmSettings + { + /// Initializes a new instance of AmlFileSystemHsmSettings. + /// Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account. + /// Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account. + /// or is null. + public AmlFileSystemHsmSettings(string container, string loggingContainer) + { + Argument.AssertNotNull(container, nameof(container)); + Argument.AssertNotNull(loggingContainer, nameof(loggingContainer)); + + Container = container; + LoggingContainer = loggingContainer; + } + + /// Initializes a new instance of AmlFileSystemHsmSettings. + /// Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account. + /// Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account. + /// Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace. + internal AmlFileSystemHsmSettings(string container, string loggingContainer, string importPrefix) + { + Container = container; + LoggingContainer = loggingContainer; + ImportPrefix = importPrefix; + } + + /// Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account. + public string Container { get; set; } + /// Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account. + public string LoggingContainer { get; set; } + /// Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace. + public string ImportPrefix { get; set; } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemPatch.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemPatch.Serialization.cs new file mode 100644 index 000000000000..b41b7ccd63f6 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemPatch.Serialization.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + public partial class AmlFileSystemPatch : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsCollectionDefined(Tags)) + { + writer.WritePropertyName("tags"u8); + writer.WriteStartObject(); + foreach (var item in Tags) + { + writer.WritePropertyName(item.Key); + writer.WriteStringValue(item.Value); + } + writer.WriteEndObject(); + } + writer.WritePropertyName("properties"u8); + writer.WriteStartObject(); + if (Optional.IsDefined(EncryptionSettings)) + { + writer.WritePropertyName("encryptionSettings"u8); + writer.WriteObjectValue(EncryptionSettings); + } + if (Optional.IsDefined(MaintenanceWindow)) + { + writer.WritePropertyName("maintenanceWindow"u8); + writer.WriteObjectValue(MaintenanceWindow); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemPatch.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemPatch.cs new file mode 100644 index 000000000000..f9e29f69c2dd --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemPatch.cs @@ -0,0 +1,41 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// An AML file system update instance. + public partial class AmlFileSystemPatch + { + /// Initializes a new instance of AmlFileSystemPatch. + public AmlFileSystemPatch() + { + Tags = new ChangeTrackingDictionary(); + } + + /// Resource tags. + public IDictionary Tags { get; } + /// Specifies encryption settings of the AML file system. + internal AmlFileSystemEncryptionSettings EncryptionSettings { get; set; } + /// Specifies the location of the encryption key in Key Vault. + public StorageCacheEncryptionKeyVaultKeyReference KeyEncryptionKey + { + get => EncryptionSettings is null ? default : EncryptionSettings.KeyEncryptionKey; + set + { + if (EncryptionSettings is null) + EncryptionSettings = new AmlFileSystemEncryptionSettings(); + EncryptionSettings.KeyEncryptionKey = value; + } + } + + /// Start time of a 30-minute weekly maintenance window. + public AmlFileSystemUpdatePropertiesMaintenanceWindow MaintenanceWindow { get; set; } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemPropertiesHsm.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemPropertiesHsm.Serialization.cs new file mode 100644 index 000000000000..4953fa098bc1 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemPropertiesHsm.Serialization.cs @@ -0,0 +1,64 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + public partial class AmlFileSystemPropertiesHsm : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Settings)) + { + writer.WritePropertyName("settings"u8); + writer.WriteObjectValue(Settings); + } + writer.WriteEndObject(); + } + + internal static AmlFileSystemPropertiesHsm DeserializeAmlFileSystemPropertiesHsm(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional settings = default; + Optional> archiveStatus = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("settings"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + settings = AmlFileSystemHsmSettings.DeserializeAmlFileSystemHsmSettings(property.Value); + continue; + } + if (property.NameEquals("archiveStatus"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(AmlFileSystemArchive.DeserializeAmlFileSystemArchive(item)); + } + archiveStatus = array; + continue; + } + } + return new AmlFileSystemPropertiesHsm(settings.Value, Optional.ToList(archiveStatus)); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemPropertiesHsm.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemPropertiesHsm.cs new file mode 100644 index 000000000000..4a63524e5c68 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemPropertiesHsm.cs @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// Hydration and archive settings and status. + public partial class AmlFileSystemPropertiesHsm + { + /// Initializes a new instance of AmlFileSystemPropertiesHsm. + public AmlFileSystemPropertiesHsm() + { + ArchiveStatus = new ChangeTrackingList(); + } + + /// Initializes a new instance of AmlFileSystemPropertiesHsm. + /// Specifies HSM settings of the AML file system. + /// Archive status. + internal AmlFileSystemPropertiesHsm(AmlFileSystemHsmSettings settings, IReadOnlyList archiveStatus) + { + Settings = settings; + ArchiveStatus = archiveStatus; + } + + /// Specifies HSM settings of the AML file system. + public AmlFileSystemHsmSettings Settings { get; set; } + /// Archive status. + public IReadOnlyList ArchiveStatus { get; } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemPropertiesMaintenanceWindow.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemPropertiesMaintenanceWindow.Serialization.cs new file mode 100644 index 000000000000..3e476b6d0195 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemPropertiesMaintenanceWindow.Serialization.cs @@ -0,0 +1,59 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + public partial class AmlFileSystemPropertiesMaintenanceWindow : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(DayOfWeek)) + { + writer.WritePropertyName("dayOfWeek"u8); + writer.WriteStringValue(DayOfWeek.Value.ToSerialString()); + } + if (Optional.IsDefined(TimeOfDayUTC)) + { + writer.WritePropertyName("timeOfDayUTC"u8); + writer.WriteStringValue(TimeOfDayUTC); + } + writer.WriteEndObject(); + } + + internal static AmlFileSystemPropertiesMaintenanceWindow DeserializeAmlFileSystemPropertiesMaintenanceWindow(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional dayOfWeek = default; + Optional timeOfDayUTC = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("dayOfWeek"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + dayOfWeek = property.Value.GetString().ToMaintenanceDayOfWeekType(); + continue; + } + if (property.NameEquals("timeOfDayUTC"u8)) + { + timeOfDayUTC = property.Value.GetString(); + continue; + } + } + return new AmlFileSystemPropertiesMaintenanceWindow(Optional.ToNullable(dayOfWeek), timeOfDayUTC.Value); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemPropertiesMaintenanceWindow.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemPropertiesMaintenanceWindow.cs new file mode 100644 index 000000000000..e0a46aab0cd6 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemPropertiesMaintenanceWindow.cs @@ -0,0 +1,32 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// Start time of a 30-minute weekly maintenance window. + public partial class AmlFileSystemPropertiesMaintenanceWindow + { + /// Initializes a new instance of AmlFileSystemPropertiesMaintenanceWindow. + public AmlFileSystemPropertiesMaintenanceWindow() + { + } + + /// Initializes a new instance of AmlFileSystemPropertiesMaintenanceWindow. + /// Day of the week on which the maintenance window will occur. + /// The time of day (in UTC) to start the maintenance window. + internal AmlFileSystemPropertiesMaintenanceWindow(MaintenanceDayOfWeekType? dayOfWeek, string timeOfDayUTC) + { + DayOfWeek = dayOfWeek; + TimeOfDayUTC = timeOfDayUTC; + } + + /// Day of the week on which the maintenance window will occur. + public MaintenanceDayOfWeekType? DayOfWeek { get; set; } + /// The time of day (in UTC) to start the maintenance window. + public string TimeOfDayUTC { get; set; } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemProvisioningStateType.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemProvisioningStateType.cs new file mode 100644 index 000000000000..bbaf9b1eb477 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemProvisioningStateType.cs @@ -0,0 +1,63 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// ARM provisioning state. + public readonly partial struct AmlFileSystemProvisioningStateType : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public AmlFileSystemProvisioningStateType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string SucceededValue = "Succeeded"; + private const string FailedValue = "Failed"; + private const string CreatingValue = "Creating"; + private const string DeletingValue = "Deleting"; + private const string UpdatingValue = "Updating"; + private const string CanceledValue = "Canceled"; + + /// Succeeded. + public static AmlFileSystemProvisioningStateType Succeeded { get; } = new AmlFileSystemProvisioningStateType(SucceededValue); + /// Failed. + public static AmlFileSystemProvisioningStateType Failed { get; } = new AmlFileSystemProvisioningStateType(FailedValue); + /// Creating. + public static AmlFileSystemProvisioningStateType Creating { get; } = new AmlFileSystemProvisioningStateType(CreatingValue); + /// Deleting. + public static AmlFileSystemProvisioningStateType Deleting { get; } = new AmlFileSystemProvisioningStateType(DeletingValue); + /// Updating. + public static AmlFileSystemProvisioningStateType Updating { get; } = new AmlFileSystemProvisioningStateType(UpdatingValue); + /// Canceled. + public static AmlFileSystemProvisioningStateType Canceled { get; } = new AmlFileSystemProvisioningStateType(CanceledValue); + /// Determines if two values are the same. + public static bool operator ==(AmlFileSystemProvisioningStateType left, AmlFileSystemProvisioningStateType right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(AmlFileSystemProvisioningStateType left, AmlFileSystemProvisioningStateType right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator AmlFileSystemProvisioningStateType(string value) => new AmlFileSystemProvisioningStateType(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is AmlFileSystemProvisioningStateType other && Equals(other); + /// + public bool Equals(AmlFileSystemProvisioningStateType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemSubnetContent.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemSubnetContent.Serialization.cs new file mode 100644 index 000000000000..553ad1a06e6e --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemSubnetContent.Serialization.cs @@ -0,0 +1,41 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + public partial class AmlFileSystemSubnetContent : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(FilesystemSubnet)) + { + writer.WritePropertyName("filesystemSubnet"u8); + writer.WriteStringValue(FilesystemSubnet); + } + if (Optional.IsDefined(StorageCapacityTiB)) + { + writer.WritePropertyName("storageCapacityTiB"u8); + writer.WriteNumberValue(StorageCapacityTiB.Value); + } + if (Optional.IsDefined(Sku)) + { + writer.WritePropertyName("sku"u8); + writer.WriteObjectValue(Sku); + } + if (Optional.IsDefined(Location)) + { + writer.WritePropertyName("location"u8); + writer.WriteStringValue(Location.Value); + } + writer.WriteEndObject(); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemSubnetContent.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemSubnetContent.cs new file mode 100644 index 000000000000..21056150afeb --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemSubnetContent.cs @@ -0,0 +1,41 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// Information required to validate the subnet that will be used in AML file system create. + public partial class AmlFileSystemSubnetContent + { + /// Initializes a new instance of AmlFileSystemSubnetContent. + public AmlFileSystemSubnetContent() + { + } + + /// Subnet used for managing the AML file system and for client-facing operations. This subnet should have at least a /24 subnet mask within the VNET's address space. + public string FilesystemSubnet { get; set; } + /// The size of the AML file system, in TiB. + public float? StorageCapacityTiB { get; set; } + /// SKU for the resource. + internal StorageCacheSkuName Sku { get; set; } + /// SKU name for this resource. + public string SkuName + { + get => Sku is null ? default : Sku.Name; + set + { + if (Sku is null) + Sku = new StorageCacheSkuName(); + Sku.Name = value; + } + } + + /// Region that the AML file system will be created in. + public AzureLocation? Location { get; set; } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemUpdatePropertiesMaintenanceWindow.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemUpdatePropertiesMaintenanceWindow.Serialization.cs new file mode 100644 index 000000000000..a09b3be38c20 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemUpdatePropertiesMaintenanceWindow.Serialization.cs @@ -0,0 +1,31 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + public partial class AmlFileSystemUpdatePropertiesMaintenanceWindow : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(DayOfWeek)) + { + writer.WritePropertyName("dayOfWeek"u8); + writer.WriteStringValue(DayOfWeek.Value.ToSerialString()); + } + if (Optional.IsDefined(TimeOfDayUTC)) + { + writer.WritePropertyName("timeOfDayUTC"u8); + writer.WriteStringValue(TimeOfDayUTC); + } + writer.WriteEndObject(); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemUpdatePropertiesMaintenanceWindow.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemUpdatePropertiesMaintenanceWindow.cs new file mode 100644 index 000000000000..b6c42a8e7668 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFileSystemUpdatePropertiesMaintenanceWindow.cs @@ -0,0 +1,23 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// Start time of a 30-minute weekly maintenance window. + public partial class AmlFileSystemUpdatePropertiesMaintenanceWindow + { + /// Initializes a new instance of AmlFileSystemUpdatePropertiesMaintenanceWindow. + public AmlFileSystemUpdatePropertiesMaintenanceWindow() + { + } + + /// Day of the week on which the maintenance window will occur. + public MaintenanceDayOfWeekType? DayOfWeek { get; set; } + /// The time of day (in UTC) to start the maintenance window. + public string TimeOfDayUTC { get; set; } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFilesystemsListResult.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFilesystemsListResult.Serialization.cs new file mode 100644 index 000000000000..4ffc66bcedfd --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFilesystemsListResult.Serialization.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.StorageCache; + +namespace Azure.ResourceManager.StorageCache.Models +{ + internal partial class AmlFilesystemsListResult + { + internal static AmlFilesystemsListResult DeserializeAmlFilesystemsListResult(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional nextLink = default; + Optional> value = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("nextLink"u8)) + { + nextLink = property.Value.GetString(); + continue; + } + if (property.NameEquals("value"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(AmlFileSystemData.DeserializeAmlFileSystemData(item)); + } + value = array; + continue; + } + } + return new AmlFilesystemsListResult(nextLink.Value, Optional.ToList(value)); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFilesystemsListResult.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFilesystemsListResult.cs new file mode 100644 index 000000000000..de7d824348a7 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/AmlFilesystemsListResult.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.StorageCache; + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// Result of the request to list AML file systems. It contains a list of AML file systems and a URL link to get the next set of results. + internal partial class AmlFilesystemsListResult + { + /// Initializes a new instance of AmlFilesystemsListResult. + internal AmlFilesystemsListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of AmlFilesystemsListResult. + /// URL to get the next set of AML file system list results, if there are any. + /// List of AML file systems. + internal AmlFilesystemsListResult(string nextLink, IReadOnlyList value) + { + NextLink = nextLink; + Value = value; + } + + /// URL to get the next set of AML file system list results, if there are any. + public string NextLink { get; } + /// List of AML file systems. + public IReadOnlyList Value { get; } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/ArchiveStatusType.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/ArchiveStatusType.cs new file mode 100644 index 000000000000..3942ad21f697 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/ArchiveStatusType.cs @@ -0,0 +1,69 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// The state of the archive operation. + public readonly partial struct ArchiveStatusType : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public ArchiveStatusType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string NotConfiguredValue = "NotConfigured"; + private const string IdleValue = "Idle"; + private const string InProgressValue = "InProgress"; + private const string CanceledValue = "Canceled"; + private const string CompletedValue = "Completed"; + private const string FailedValue = "Failed"; + private const string CancellingValue = "Cancelling"; + private const string FSScanInProgressValue = "FSScanInProgress"; + + /// NotConfigured. + public static ArchiveStatusType NotConfigured { get; } = new ArchiveStatusType(NotConfiguredValue); + /// Idle. + public static ArchiveStatusType Idle { get; } = new ArchiveStatusType(IdleValue); + /// InProgress. + public static ArchiveStatusType InProgress { get; } = new ArchiveStatusType(InProgressValue); + /// Canceled. + public static ArchiveStatusType Canceled { get; } = new ArchiveStatusType(CanceledValue); + /// Completed. + public static ArchiveStatusType Completed { get; } = new ArchiveStatusType(CompletedValue); + /// Failed. + public static ArchiveStatusType Failed { get; } = new ArchiveStatusType(FailedValue); + /// Cancelling. + public static ArchiveStatusType Cancelling { get; } = new ArchiveStatusType(CancellingValue); + /// FSScanInProgress. + public static ArchiveStatusType FSScanInProgress { get; } = new ArchiveStatusType(FSScanInProgressValue); + /// Determines if two values are the same. + public static bool operator ==(ArchiveStatusType left, ArchiveStatusType right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(ArchiveStatusType left, ArchiveStatusType right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator ArchiveStatusType(string value) => new ArchiveStatusType(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is ArchiveStatusType other && Equals(other); + /// + public bool Equals(ArchiveStatusType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/MaintenanceDayOfWeekType.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/MaintenanceDayOfWeekType.Serialization.cs new file mode 100644 index 000000000000..f4354f4f566b --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/MaintenanceDayOfWeekType.Serialization.cs @@ -0,0 +1,38 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.ResourceManager.StorageCache.Models +{ + internal static partial class MaintenanceDayOfWeekTypeExtensions + { + public static string ToSerialString(this MaintenanceDayOfWeekType value) => value switch + { + MaintenanceDayOfWeekType.Monday => "Monday", + MaintenanceDayOfWeekType.Tuesday => "Tuesday", + MaintenanceDayOfWeekType.Wednesday => "Wednesday", + MaintenanceDayOfWeekType.Thursday => "Thursday", + MaintenanceDayOfWeekType.Friday => "Friday", + MaintenanceDayOfWeekType.Saturday => "Saturday", + MaintenanceDayOfWeekType.Sunday => "Sunday", + _ => throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown MaintenanceDayOfWeekType value.") + }; + + public static MaintenanceDayOfWeekType ToMaintenanceDayOfWeekType(this string value) + { + if (StringComparer.OrdinalIgnoreCase.Equals(value, "Monday")) return MaintenanceDayOfWeekType.Monday; + if (StringComparer.OrdinalIgnoreCase.Equals(value, "Tuesday")) return MaintenanceDayOfWeekType.Tuesday; + if (StringComparer.OrdinalIgnoreCase.Equals(value, "Wednesday")) return MaintenanceDayOfWeekType.Wednesday; + if (StringComparer.OrdinalIgnoreCase.Equals(value, "Thursday")) return MaintenanceDayOfWeekType.Thursday; + if (StringComparer.OrdinalIgnoreCase.Equals(value, "Friday")) return MaintenanceDayOfWeekType.Friday; + if (StringComparer.OrdinalIgnoreCase.Equals(value, "Saturday")) return MaintenanceDayOfWeekType.Saturday; + if (StringComparer.OrdinalIgnoreCase.Equals(value, "Sunday")) return MaintenanceDayOfWeekType.Sunday; + throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown MaintenanceDayOfWeekType value."); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/MaintenanceDayOfWeekType.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/MaintenanceDayOfWeekType.cs new file mode 100644 index 000000000000..a9673bac8e4c --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/MaintenanceDayOfWeekType.cs @@ -0,0 +1,28 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// Day of the week on which the maintenance window will occur. + public enum MaintenanceDayOfWeekType + { + /// Monday. + Monday, + /// Tuesday. + Tuesday, + /// Wednesday. + Wednesday, + /// Thursday. + Thursday, + /// Friday. + Friday, + /// Saturday. + Saturday, + /// Sunday. + Sunday + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/NamespaceJunction.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/NamespaceJunction.cs index 0a131eacf6d1..af0717f882af 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/NamespaceJunction.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/NamespaceJunction.cs @@ -16,7 +16,7 @@ public NamespaceJunction() } /// Initializes a new instance of NamespaceJunction. - /// Namespace path on a Cache for a Storage Target. + /// Namespace path on a cache for a Storage Target. /// Path in Storage Target to which namespacePath points. /// NFS export where targetPath exists. /// Name of the access policy applied to this junction. @@ -28,7 +28,7 @@ internal NamespaceJunction(string namespacePath, string targetPath, string nfsEx NfsAccessPolicy = nfsAccessPolicy; } - /// Namespace path on a Cache for a Storage Target. + /// Namespace path on a cache for a Storage Target. public string NamespacePath { get; set; } /// Path in Storage Target to which namespacePath points. public string TargetPath { get; set; } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/RequiredAmlFileSystemSubnetsSize.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/RequiredAmlFileSystemSubnetsSize.Serialization.cs new file mode 100644 index 000000000000..b0a856b93e7d --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/RequiredAmlFileSystemSubnetsSize.Serialization.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + public partial class RequiredAmlFileSystemSubnetsSize + { + internal static RequiredAmlFileSystemSubnetsSize DeserializeRequiredAmlFileSystemSubnetsSize(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional filesystemSubnetSize = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("filesystemSubnetSize"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + filesystemSubnetSize = property.Value.GetInt32(); + continue; + } + } + return new RequiredAmlFileSystemSubnetsSize(Optional.ToNullable(filesystemSubnetSize)); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/RequiredAmlFileSystemSubnetsSize.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/RequiredAmlFileSystemSubnetsSize.cs new file mode 100644 index 000000000000..984433796898 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/RequiredAmlFileSystemSubnetsSize.cs @@ -0,0 +1,28 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// Information about the number of available IP addresses that are required for the AML file system. + public partial class RequiredAmlFileSystemSubnetsSize + { + /// Initializes a new instance of RequiredAmlFileSystemSubnetsSize. + internal RequiredAmlFileSystemSubnetsSize() + { + } + + /// Initializes a new instance of RequiredAmlFileSystemSubnetsSize. + /// The number of available IP addresses that are required for the AML file system. + internal RequiredAmlFileSystemSubnetsSize(int? filesystemSubnetSize) + { + FilesystemSubnetSize = filesystemSubnetSize; + } + + /// The number of available IP addresses that are required for the AML file system. + public int? FilesystemSubnetSize { get; } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/RequiredAmlFileSystemSubnetsSizeContent.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/RequiredAmlFileSystemSubnetsSizeContent.Serialization.cs new file mode 100644 index 000000000000..57b29a262c72 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/RequiredAmlFileSystemSubnetsSizeContent.Serialization.cs @@ -0,0 +1,31 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + public partial class RequiredAmlFileSystemSubnetsSizeContent : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(StorageCapacityTiB)) + { + writer.WritePropertyName("storageCapacityTiB"u8); + writer.WriteNumberValue(StorageCapacityTiB.Value); + } + if (Optional.IsDefined(Sku)) + { + writer.WritePropertyName("sku"u8); + writer.WriteObjectValue(Sku); + } + writer.WriteEndObject(); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/RequiredAmlFileSystemSubnetsSizeContent.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/RequiredAmlFileSystemSubnetsSizeContent.cs new file mode 100644 index 000000000000..a237224da2bd --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/RequiredAmlFileSystemSubnetsSizeContent.cs @@ -0,0 +1,34 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// Information required to get the number of available IP addresses a subnet should have that will be used in AML file system create. + public partial class RequiredAmlFileSystemSubnetsSizeContent + { + /// Initializes a new instance of RequiredAmlFileSystemSubnetsSizeContent. + public RequiredAmlFileSystemSubnetsSizeContent() + { + } + + /// The size of the AML file system, in TiB. + public float? StorageCapacityTiB { get; set; } + /// SKU for the resource. + internal StorageCacheSkuName Sku { get; set; } + /// SKU name for this resource. + public string SkuName + { + get => Sku is null ? default : Sku.Name; + set + { + if (Sku is null) + Sku = new StorageCacheSkuName(); + Sku.Name = value; + } + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheActiveDirectorySettingsCredentials.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheActiveDirectorySettingsCredentials.Serialization.cs index e5d247261352..b048037f9e6b 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheActiveDirectorySettingsCredentials.Serialization.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheActiveDirectorySettingsCredentials.Serialization.cs @@ -17,8 +17,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WriteStartObject(); writer.WritePropertyName("username"u8); writer.WriteStringValue(Username); - writer.WritePropertyName("password"u8); - writer.WriteStringValue(Password); + if (Optional.IsDefined(Password)) + { + writer.WritePropertyName("password"u8); + writer.WriteStringValue(Password); + } writer.WriteEndObject(); } @@ -29,7 +32,7 @@ internal static StorageCacheActiveDirectorySettingsCredentials DeserializeStorag return null; } string username = default; - string password = default; + Optional password = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("username"u8)) @@ -43,7 +46,7 @@ internal static StorageCacheActiveDirectorySettingsCredentials DeserializeStorag continue; } } - return new StorageCacheActiveDirectorySettingsCredentials(username, password); + return new StorageCacheActiveDirectorySettingsCredentials(username, password.Value); } } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheActiveDirectorySettingsCredentials.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheActiveDirectorySettingsCredentials.cs index e2e04da47d3b..5d503cd91eb8 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheActiveDirectorySettingsCredentials.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheActiveDirectorySettingsCredentials.cs @@ -15,20 +15,12 @@ public partial class StorageCacheActiveDirectorySettingsCredentials { /// Initializes a new instance of StorageCacheActiveDirectorySettingsCredentials. /// Username of the Active Directory domain administrator. This value is stored encrypted and not returned on response. - /// Plain text password of the Active Directory domain administrator. This value is stored encrypted and not returned on response. - /// or is null. - public StorageCacheActiveDirectorySettingsCredentials(string username, string password) + /// is null. + public StorageCacheActiveDirectorySettingsCredentials(string username) { Argument.AssertNotNull(username, nameof(username)); - Argument.AssertNotNull(password, nameof(password)); Username = username; - Password = password; } - - /// Username of the Active Directory domain administrator. This value is stored encrypted and not returned on response. - public string Username { get; set; } - /// Plain text password of the Active Directory domain administrator. This value is stored encrypted and not returned on response. - public string Password { get; set; } } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheEncryptionKeyVaultKeyReference.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheEncryptionKeyVaultKeyReference.cs index 0ff99a353ea1..3c0250923c6c 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheEncryptionKeyVaultKeyReference.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheEncryptionKeyVaultKeyReference.cs @@ -11,12 +11,12 @@ namespace Azure.ResourceManager.StorageCache.Models { - /// Describes a reference to Key Vault Key. + /// Describes a reference to key vault key. public partial class StorageCacheEncryptionKeyVaultKeyReference { /// Initializes a new instance of StorageCacheEncryptionKeyVaultKeyReference. - /// The URL referencing a key encryption key in Key Vault. - /// Describes a resource Id to source Key Vault. + /// The URL referencing a key encryption key in key vault. + /// Describes a resource Id to source key vault. /// or is null. public StorageCacheEncryptionKeyVaultKeyReference(Uri keyUri, WritableSubResource sourceVault) { @@ -27,9 +27,9 @@ public StorageCacheEncryptionKeyVaultKeyReference(Uri keyUri, WritableSubResourc SourceVault = sourceVault; } - /// The URL referencing a key encryption key in Key Vault. + /// The URL referencing a key encryption key in key vault. public Uri KeyUri { get; set; } - /// Describes a resource Id to source Key Vault. + /// Describes a resource Id to source key vault. internal WritableSubResource SourceVault { get; set; } /// Gets or sets Id. public ResourceIdentifier SourceVaultId diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheEncryptionSettings.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheEncryptionSettings.cs index fa631ce26d12..3aaca6baa42a 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheEncryptionSettings.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheEncryptionSettings.cs @@ -16,17 +16,17 @@ public StorageCacheEncryptionSettings() } /// Initializes a new instance of StorageCacheEncryptionSettings. - /// Specifies the location of the key encryption key in Key Vault. - /// Specifies whether the service will automatically rotate to the newest version of the key in the Key Vault. + /// Specifies the location of the key encryption key in key vault. + /// Specifies whether the service will automatically rotate to the newest version of the key in the key vault. internal StorageCacheEncryptionSettings(StorageCacheEncryptionKeyVaultKeyReference keyEncryptionKey, bool? enableRotationToLatestKeyVersion) { KeyEncryptionKey = keyEncryptionKey; EnableRotationToLatestKeyVersion = enableRotationToLatestKeyVersion; } - /// Specifies the location of the key encryption key in Key Vault. + /// Specifies the location of the key encryption key in key vault. public StorageCacheEncryptionKeyVaultKeyReference KeyEncryptionKey { get; set; } - /// Specifies whether the service will automatically rotate to the newest version of the key in the Key Vault. + /// Specifies whether the service will automatically rotate to the newest version of the key in the key vault. public bool? EnableRotationToLatestKeyVersion { get; set; } } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheFirmwareStatusType.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheFirmwareStatusType.cs index 2dd62f74d516..f7afc0c2c8cd 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheFirmwareStatusType.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheFirmwareStatusType.cs @@ -10,7 +10,7 @@ namespace Azure.ResourceManager.StorageCache.Models { - /// True if there is a firmware update ready to install on this Cache. The firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation. + /// True if there is a firmware update ready to install on this cache. The firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation. public readonly partial struct StorageCacheFirmwareStatusType : IEquatable { private readonly string _value; diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheHealth.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheHealth.cs index 01e72909bce9..245315db1af7 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheHealth.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheHealth.cs @@ -10,7 +10,7 @@ namespace Azure.ResourceManager.StorageCache.Models { - /// An indication of Cache health. Gives more information about health than just that related to provisioning. + /// An indication of cache health. Gives more information about health than just that related to provisioning. public partial class StorageCacheHealth { /// Initializes a new instance of StorageCacheHealth. @@ -20,7 +20,7 @@ internal StorageCacheHealth() } /// Initializes a new instance of StorageCacheHealth. - /// List of Cache health states. + /// List of cache health states. Down is when the cluster is not responding. Degraded is when its functioning but has some alerts. Transitioning when it is creating or deleting. Unknown will be returned in old api versions when a new value is added in future versions. WaitingForKey is when the create is waiting for the system assigned identity to be given access to the encryption key in the encryption settings. /// Describes explanation of state. /// Outstanding conditions that need to be investigated and resolved. internal StorageCacheHealth(StorageCacheHealthStateType? state, string statusDescription, IReadOnlyList conditions) @@ -30,7 +30,7 @@ internal StorageCacheHealth(StorageCacheHealthStateType? state, string statusDes Conditions = conditions; } - /// List of Cache health states. + /// List of cache health states. Down is when the cluster is not responding. Degraded is when its functioning but has some alerts. Transitioning when it is creating or deleting. Unknown will be returned in old api versions when a new value is added in future versions. WaitingForKey is when the create is waiting for the system assigned identity to be given access to the encryption key in the encryption settings. public StorageCacheHealthStateType? State { get; } /// Describes explanation of state. public string StatusDescription { get; } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheHealthStateType.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheHealthStateType.cs index ea74957e57b5..e3150120ce90 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheHealthStateType.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheHealthStateType.cs @@ -10,7 +10,7 @@ namespace Azure.ResourceManager.StorageCache.Models { - /// List of Cache health states. + /// List of cache health states. Down is when the cluster is not responding. Degraded is when its functioning but has some alerts. Transitioning when it is creating or deleting. Unknown will be returned in old api versions when a new value is added in future versions. WaitingForKey is when the create is waiting for the system assigned identity to be given access to the encryption key in the encryption settings. public readonly partial struct StorageCacheHealthStateType : IEquatable { private readonly string _value; diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheNetworkSettings.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheNetworkSettings.cs index 412d42521575..f469eb638904 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheNetworkSettings.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheNetworkSettings.cs @@ -23,7 +23,7 @@ public StorageCacheNetworkSettings() /// Initializes a new instance of StorageCacheNetworkSettings. /// The IPv4 maximum transmission unit configured for the subnet. - /// Array of additional IP addresses used by this Cache. + /// Array of additional IP addresses used by this cache. /// DNS servers for the cache to use. It will be set from the network configuration if no value is provided. /// DNS search domain. /// NTP server IP Address or FQDN for the cache to use. The default is time.windows.com. @@ -38,7 +38,7 @@ internal StorageCacheNetworkSettings(int? mtu, IReadOnlyList utilityA /// The IPv4 maximum transmission unit configured for the subnet. public int? Mtu { get; set; } - /// Array of additional IP addresses used by this Cache. + /// Array of additional IP addresses used by this cache. public IReadOnlyList UtilityAddresses { get; } /// DNS servers for the cache to use. It will be set from the network configuration if no value is provided. public IList DnsServers { get; } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheProvisioningStateType.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheProvisioningStateType.cs index 43354f028e44..3eddca190a36 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheProvisioningStateType.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheProvisioningStateType.cs @@ -24,7 +24,7 @@ public StorageCacheProvisioningStateType(string value) private const string SucceededValue = "Succeeded"; private const string FailedValue = "Failed"; - private const string CancelledValue = "Cancelled"; + private const string CanceledValue = "Canceled"; private const string CreatingValue = "Creating"; private const string DeletingValue = "Deleting"; private const string UpdatingValue = "Updating"; @@ -33,8 +33,8 @@ public StorageCacheProvisioningStateType(string value) public static StorageCacheProvisioningStateType Succeeded { get; } = new StorageCacheProvisioningStateType(SucceededValue); /// Failed. public static StorageCacheProvisioningStateType Failed { get; } = new StorageCacheProvisioningStateType(FailedValue); - /// Cancelled. - public static StorageCacheProvisioningStateType Cancelled { get; } = new StorageCacheProvisioningStateType(CancelledValue); + /// Canceled. + public static StorageCacheProvisioningStateType Canceled { get; } = new StorageCacheProvisioningStateType(CanceledValue); /// Creating. public static StorageCacheProvisioningStateType Creating { get; } = new StorageCacheProvisioningStateType(CreatingValue); /// Deleting. diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheSkuInfo.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheSkuInfo.cs index 5ee63bd2c7e2..1d0fca79068b 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheSkuInfo.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheSkuInfo.cs @@ -7,7 +7,7 @@ namespace Azure.ResourceManager.StorageCache.Models { - /// SKU for the Cache. + /// SKU for the cache. internal partial class StorageCacheSkuInfo { /// Initializes a new instance of StorageCacheSkuInfo. @@ -16,13 +16,13 @@ public StorageCacheSkuInfo() } /// Initializes a new instance of StorageCacheSkuInfo. - /// SKU name for this Cache. + /// SKU name for this cache. internal StorageCacheSkuInfo(string name) { Name = name; } - /// SKU name for this Cache. + /// SKU name for this cache. public string Name { get; set; } } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheSkuName.Serialization.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheSkuName.Serialization.cs new file mode 100644 index 000000000000..f6d2612ea162 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheSkuName.Serialization.cs @@ -0,0 +1,44 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.StorageCache.Models +{ + internal partial class StorageCacheSkuName : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Name)) + { + writer.WritePropertyName("name"u8); + writer.WriteStringValue(Name); + } + writer.WriteEndObject(); + } + + internal static StorageCacheSkuName DeserializeStorageCacheSkuName(JsonElement element) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + Optional name = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("name"u8)) + { + name = property.Value.GetString(); + continue; + } + } + return new StorageCacheSkuName(name.Value); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheSkuName.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheSkuName.cs new file mode 100644 index 000000000000..6dd8fdade89c --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheSkuName.cs @@ -0,0 +1,28 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.StorageCache.Models +{ + /// SKU for the resource. + internal partial class StorageCacheSkuName + { + /// Initializes a new instance of StorageCacheSkuName. + public StorageCacheSkuName() + { + } + + /// Initializes a new instance of StorageCacheSkuName. + /// SKU name for this resource. + internal StorageCacheSkuName(string name) + { + Name = name; + } + + /// SKU name for this resource. + public string Name { get; set; } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheSkusResult.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheSkusResult.cs index 5b862202514d..96318678d890 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheSkusResult.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheSkusResult.cs @@ -20,7 +20,7 @@ internal StorageCacheSkusResult() } /// Initializes a new instance of StorageCacheSkusResult. - /// The URI to fetch the next page of Cache SKUs. + /// The URI to fetch the next page of cache SKUs. /// The list of SKUs available for the subscription. internal StorageCacheSkusResult(string nextLink, IReadOnlyList value) { @@ -28,7 +28,7 @@ internal StorageCacheSkusResult(string nextLink, IReadOnlyList Value = value; } - /// The URI to fetch the next page of Cache SKUs. + /// The URI to fetch the next page of cache SKUs. public string NextLink { get; } /// The list of SKUs available for the subscription. public IReadOnlyList Value { get; } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheUpgradeStatus.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheUpgradeStatus.cs index 783e5ffe7da7..c21f1d239de6 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheUpgradeStatus.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheUpgradeStatus.cs @@ -9,7 +9,7 @@ namespace Azure.ResourceManager.StorageCache.Models { - /// Properties describing the software upgrade state of the Cache. + /// Properties describing the software upgrade state of the cache. public partial class StorageCacheUpgradeStatus { /// Initializes a new instance of StorageCacheUpgradeStatus. @@ -18,9 +18,9 @@ internal StorageCacheUpgradeStatus() } /// Initializes a new instance of StorageCacheUpgradeStatus. - /// Version string of the firmware currently installed on this Cache. - /// True if there is a firmware update ready to install on this Cache. The firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation. - /// Time at which the pending firmware update will automatically be installed on the Cache. + /// Version string of the firmware currently installed on this cache. + /// True if there is a firmware update ready to install on this cache. The firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation. + /// Time at which the pending firmware update will automatically be installed on the cache. /// Time of the last successful firmware update. /// When firmwareUpdateAvailable is true, this field holds the version string for the update. internal StorageCacheUpgradeStatus(string currentFirmwareVersion, StorageCacheFirmwareStatusType? firmwareUpdateStatus, DateTimeOffset? firmwareUpdateDeadline, DateTimeOffset? lastFirmwareUpdate, string pendingFirmwareVersion) @@ -32,11 +32,11 @@ internal StorageCacheUpgradeStatus(string currentFirmwareVersion, StorageCacheFi PendingFirmwareVersion = pendingFirmwareVersion; } - /// Version string of the firmware currently installed on this Cache. + /// Version string of the firmware currently installed on this cache. public string CurrentFirmwareVersion { get; } - /// True if there is a firmware update ready to install on this Cache. The firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation. + /// True if there is a firmware update ready to install on this cache. The firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation. public StorageCacheFirmwareStatusType? FirmwareUpdateStatus { get; } - /// Time at which the pending firmware update will automatically be installed on the Cache. + /// Time at which the pending firmware update will automatically be installed on the cache. public DateTimeOffset? FirmwareUpdateDeadline { get; } /// Time of the last successful firmware update. public DateTimeOffset? LastFirmwareUpdate { get; } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheUsageModelsResult.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheUsageModelsResult.cs index 9c6fe2c5c130..13cb036c3e43 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheUsageModelsResult.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCacheUsageModelsResult.cs @@ -10,7 +10,7 @@ namespace Azure.ResourceManager.StorageCache.Models { - /// A list of Cache usage models. + /// A list of cache usage models. internal partial class StorageCacheUsageModelsResult { /// Initializes a new instance of StorageCacheUsageModelsResult. @@ -20,7 +20,7 @@ internal StorageCacheUsageModelsResult() } /// Initializes a new instance of StorageCacheUsageModelsResult. - /// The URI to fetch the next page of Cache usage models. + /// The URI to fetch the next page of cache usage models. /// The list of usage models available for the subscription. internal StorageCacheUsageModelsResult(string nextLink, IReadOnlyList value) { @@ -28,7 +28,7 @@ internal StorageCacheUsageModelsResult(string nextLink, IReadOnlyList The URI to fetch the next page of Cache usage models. + /// The URI to fetch the next page of cache usage models. public string NextLink { get; } /// The list of usage models available for the subscription. public IReadOnlyList Value { get; } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCachesResult.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCachesResult.cs index bd9a90cd7297..61953a6c1df5 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCachesResult.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageCachesResult.cs @@ -11,7 +11,7 @@ namespace Azure.ResourceManager.StorageCache.Models { - /// Result of the request to list Caches. It contains a list of Caches and a URL link to get the next set of results. + /// Result of the request to list caches. It contains a list of caches and a URL link to get the next set of results. internal partial class StorageCachesResult { /// Initializes a new instance of StorageCachesResult. @@ -21,7 +21,7 @@ internal StorageCachesResult() } /// Initializes a new instance of StorageCachesResult. - /// URL to get the next set of Cache list results, if there are any. + /// URL to get the next set of cache list results, if there are any. /// List of Caches. internal StorageCachesResult(string nextLink, IReadOnlyList value) { @@ -29,7 +29,7 @@ internal StorageCachesResult(string nextLink, IReadOnlyList va Value = value; } - /// URL to get the next set of Cache list results, if there are any. + /// URL to get the next set of cache list results, if there are any. public string NextLink { get; } /// List of Caches. public IReadOnlyList Value { get; } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageTargetsResult.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageTargetsResult.cs index 497832ed8172..aafd7430f162 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageTargetsResult.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/Models/StorageTargetsResult.cs @@ -22,7 +22,7 @@ internal StorageTargetsResult() /// Initializes a new instance of StorageTargetsResult. /// The URI to fetch the next page of Storage Targets. - /// The list of Storage Targets defined for the Cache. + /// The list of Storage Targets defined for the cache. internal StorageTargetsResult(string nextLink, IReadOnlyList value) { NextLink = nextLink; @@ -31,7 +31,7 @@ internal StorageTargetsResult(string nextLink, IReadOnlyList /// The URI to fetch the next page of Storage Targets. public string NextLink { get; } - /// The list of Storage Targets defined for the Cache. + /// The list of Storage Targets defined for the cache. public IReadOnlyList Value { get; } } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/AmlFilesystemsRestOperations.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/AmlFilesystemsRestOperations.cs new file mode 100644 index 000000000000..e7d168765878 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/AmlFilesystemsRestOperations.cs @@ -0,0 +1,777 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.StorageCache.Models; + +namespace Azure.ResourceManager.StorageCache +{ + internal partial class AmlFilesystemsRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of AmlFilesystemsRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public AmlFilesystemsRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2023-05-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateListRequest(string subscriptionId) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/providers/Microsoft.StorageCache/amlFilesystems", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Returns all AML file systems the user has access to under a subscription. + /// The ID of the target subscription. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public async Task> ListAsync(string subscriptionId, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateListRequest(subscriptionId); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + AmlFilesystemsListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = AmlFilesystemsListResult.DeserializeAmlFilesystemsListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Returns all AML file systems the user has access to under a subscription. + /// The ID of the target subscription. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public Response List(string subscriptionId, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateListRequest(subscriptionId); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + AmlFilesystemsListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = AmlFilesystemsListResult.DeserializeAmlFilesystemsListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListByResourceGroupRequest(string subscriptionId, string resourceGroupName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.StorageCache/amlFilesystems", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Returns all AML file systems the user has access to under a resource group. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// The cancellation token to use. + /// or is null. + /// or is an empty string, and was expected to be non-empty. + public async Task> ListByResourceGroupAsync(string subscriptionId, string resourceGroupName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + + using var message = CreateListByResourceGroupRequest(subscriptionId, resourceGroupName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + AmlFilesystemsListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = AmlFilesystemsListResult.DeserializeAmlFilesystemsListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Returns all AML file systems the user has access to under a resource group. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// The cancellation token to use. + /// or is null. + /// or is an empty string, and was expected to be non-empty. + public Response ListByResourceGroup(string subscriptionId, string resourceGroupName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + + using var message = CreateListByResourceGroupRequest(subscriptionId, resourceGroupName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + AmlFilesystemsListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = AmlFilesystemsListResult.DeserializeAmlFilesystemsListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceGroupName, string amlFileSystemName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Delete; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.StorageCache/amlFilesystems/", false); + uri.AppendPath(amlFileSystemName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Schedules an AML file system for deletion. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task DeleteAsync(string subscriptionId, string resourceGroupName, string amlFileSystemName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(amlFileSystemName, nameof(amlFileSystemName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, amlFileSystemName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Schedules an AML file system for deletion. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response Delete(string subscriptionId, string resourceGroupName, string amlFileSystemName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(amlFileSystemName, nameof(amlFileSystemName)); + + using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, amlFileSystemName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + case 204: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGroupName, string amlFileSystemName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.StorageCache/amlFilesystems/", false); + uri.AppendPath(amlFileSystemName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Returns an AML file system. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task> GetAsync(string subscriptionId, string resourceGroupName, string amlFileSystemName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(amlFileSystemName, nameof(amlFileSystemName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, amlFileSystemName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + AmlFileSystemData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = AmlFileSystemData.DeserializeAmlFileSystemData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((AmlFileSystemData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + /// Returns an AML file system. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response Get(string subscriptionId, string resourceGroupName, string amlFileSystemName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(amlFileSystemName, nameof(amlFileSystemName)); + + using var message = CreateGetRequest(subscriptionId, resourceGroupName, amlFileSystemName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + AmlFileSystemData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = AmlFileSystemData.DeserializeAmlFileSystemData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((AmlFileSystemData)null, message.Response); + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string resourceGroupName, string amlFileSystemName, AmlFileSystemData data) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Put; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.StorageCache/amlFilesystems/", false); + uri.AppendPath(amlFileSystemName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(data); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Create or update an AML file system. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// Object containing the user-selectable properties of the AML file system. If read-only properties are included, they must match the existing values of those properties. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task CreateOrUpdateAsync(string subscriptionId, string resourceGroupName, string amlFileSystemName, AmlFileSystemData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(amlFileSystemName, nameof(amlFileSystemName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, amlFileSystemName, data); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 201: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Create or update an AML file system. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// Object containing the user-selectable properties of the AML file system. If read-only properties are included, they must match the existing values of those properties. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response CreateOrUpdate(string subscriptionId, string resourceGroupName, string amlFileSystemName, AmlFileSystemData data, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(amlFileSystemName, nameof(amlFileSystemName)); + Argument.AssertNotNull(data, nameof(data)); + + using var message = CreateCreateOrUpdateRequest(subscriptionId, resourceGroupName, amlFileSystemName, data); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 201: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateUpdateRequest(string subscriptionId, string resourceGroupName, string amlFileSystemName, AmlFileSystemPatch patch) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Patch; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.StorageCache/amlFilesystems/", false); + uri.AppendPath(amlFileSystemName, true); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(patch); + request.Content = content; + _userAgent.Apply(message); + return message; + } + + /// Update an AML file system instance. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// Object containing the user-selectable properties of the AML file system. If read-only properties are included, they must match the existing values of those properties. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task UpdateAsync(string subscriptionId, string resourceGroupName, string amlFileSystemName, AmlFileSystemPatch patch, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(amlFileSystemName, nameof(amlFileSystemName)); + Argument.AssertNotNull(patch, nameof(patch)); + + using var message = CreateUpdateRequest(subscriptionId, resourceGroupName, amlFileSystemName, patch); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Update an AML file system instance. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// Object containing the user-selectable properties of the AML file system. If read-only properties are included, they must match the existing values of those properties. + /// The cancellation token to use. + /// , , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response Update(string subscriptionId, string resourceGroupName, string amlFileSystemName, AmlFileSystemPatch patch, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(amlFileSystemName, nameof(amlFileSystemName)); + Argument.AssertNotNull(patch, nameof(patch)); + + using var message = CreateUpdateRequest(subscriptionId, resourceGroupName, amlFileSystemName, patch); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateArchiveRequest(string subscriptionId, string resourceGroupName, string amlFileSystemName, AmlFileSystemArchiveContent content) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.StorageCache/amlFilesystems/", false); + uri.AppendPath(amlFileSystemName, true); + uri.AppendPath("/archive", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + if (content != null) + { + request.Headers.Add("Content-Type", "application/json"); + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; + } + _userAgent.Apply(message); + return message; + } + + /// Archive data from the AML file system. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// Information about the archive operation. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task ArchiveAsync(string subscriptionId, string resourceGroupName, string amlFileSystemName, AmlFileSystemArchiveContent content = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(amlFileSystemName, nameof(amlFileSystemName)); + + using var message = CreateArchiveRequest(subscriptionId, resourceGroupName, amlFileSystemName, content); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Archive data from the AML file system. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// Information about the archive operation. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response Archive(string subscriptionId, string resourceGroupName, string amlFileSystemName, AmlFileSystemArchiveContent content = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(amlFileSystemName, nameof(amlFileSystemName)); + + using var message = CreateArchiveRequest(subscriptionId, resourceGroupName, amlFileSystemName, content); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateCancelArchiveRequest(string subscriptionId, string resourceGroupName, string amlFileSystemName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.StorageCache/amlFilesystems/", false); + uri.AppendPath(amlFileSystemName, true); + uri.AppendPath("/cancelArchive", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Cancel archiving data from the AML file system. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public async Task CancelArchiveAsync(string subscriptionId, string resourceGroupName, string amlFileSystemName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(amlFileSystemName, nameof(amlFileSystemName)); + + using var message = CreateCancelArchiveRequest(subscriptionId, resourceGroupName, amlFileSystemName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Cancel archiving data from the AML file system. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric. + /// The cancellation token to use. + /// , or is null. + /// , or is an empty string, and was expected to be non-empty. + public Response CancelArchive(string subscriptionId, string resourceGroupName, string amlFileSystemName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + Argument.AssertNotNullOrEmpty(amlFileSystemName, nameof(amlFileSystemName)); + + using var message = CreateCancelArchiveRequest(subscriptionId, resourceGroupName, amlFileSystemName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListNextPageRequest(string nextLink, string subscriptionId) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Returns all AML file systems the user has access to under a subscription. + /// The URL to the next page of results. + /// The ID of the target subscription. + /// The cancellation token to use. + /// or is null. + /// is an empty string, and was expected to be non-empty. + public async Task> ListNextPageAsync(string nextLink, string subscriptionId, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + AmlFilesystemsListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = AmlFilesystemsListResult.DeserializeAmlFilesystemsListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Returns all AML file systems the user has access to under a subscription. + /// The URL to the next page of results. + /// The ID of the target subscription. + /// The cancellation token to use. + /// or is null. + /// is an empty string, and was expected to be non-empty. + public Response ListNextPage(string nextLink, string subscriptionId, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateListNextPageRequest(nextLink, subscriptionId); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + AmlFilesystemsListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = AmlFilesystemsListResult.DeserializeAmlFilesystemsListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateListByResourceGroupNextPageRequest(string nextLink, string subscriptionId, string resourceGroupName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + _userAgent.Apply(message); + return message; + } + + /// Returns all AML file systems the user has access to under a resource group. + /// The URL to the next page of results. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// The cancellation token to use. + /// , or is null. + /// or is an empty string, and was expected to be non-empty. + public async Task> ListByResourceGroupNextPageAsync(string nextLink, string subscriptionId, string resourceGroupName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + + using var message = CreateListByResourceGroupNextPageRequest(nextLink, subscriptionId, resourceGroupName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + AmlFilesystemsListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = AmlFilesystemsListResult.DeserializeAmlFilesystemsListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Returns all AML file systems the user has access to under a resource group. + /// The URL to the next page of results. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// The cancellation token to use. + /// , or is null. + /// or is an empty string, and was expected to be non-empty. + public Response ListByResourceGroupNextPage(string nextLink, string subscriptionId, string resourceGroupName, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(nextLink, nameof(nextLink)); + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); + + using var message = CreateListByResourceGroupNextPageRequest(nextLink, subscriptionId, resourceGroupName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + AmlFilesystemsListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = AmlFilesystemsListResult.DeserializeAmlFilesystemsListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/AscUsagesRestOperations.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/AscUsagesRestOperations.cs index 3478e43b28eb..b6b53a085610 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/AscUsagesRestOperations.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/AscUsagesRestOperations.cs @@ -33,7 +33,7 @@ public AscUsagesRestOperations(HttpPipeline pipeline, string applicationId, Uri { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2023-01-01"; + _apiVersion = apiVersion ?? "2023-05-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -57,7 +57,7 @@ internal HttpMessage CreateListRequest(string subscriptionId, AzureLocation loca } /// Gets the quantity used and quota limit for resources. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The ID of the target subscription. /// The name of the region to query for usage information. /// The cancellation token to use. /// is null. @@ -83,7 +83,7 @@ public async Task> ListAsync(string subscript } /// Gets the quantity used and quota limit for resources. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The ID of the target subscription. /// The name of the region to query for usage information. /// The cancellation token to use. /// is null. @@ -124,7 +124,7 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string subscript /// Gets the quantity used and quota limit for resources. /// The URL to the next page of results. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The ID of the target subscription. /// The name of the region to query for usage information. /// The cancellation token to use. /// or is null. @@ -152,7 +152,7 @@ public async Task> ListNextPageAsync(string n /// Gets the quantity used and quota limit for resources. /// The URL to the next page of results. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The ID of the target subscription. /// The name of the region to query for usage information. /// The cancellation token to use. /// or is null. diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/CachesRestOperations.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/CachesRestOperations.cs index a96c9e77b228..ace4216cacdb 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/CachesRestOperations.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/CachesRestOperations.cs @@ -34,7 +34,7 @@ public CachesRestOperations(HttpPipeline pipeline, string applicationId, Uri end { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2023-01-01"; + _apiVersion = apiVersion ?? "2023-05-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -55,8 +55,8 @@ internal HttpMessage CreateListRequest(string subscriptionId) return message; } - /// Returns all Caches the user has access to under a subscription. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// Returns all caches the user has access to under a subscription. + /// The ID of the target subscription. /// The cancellation token to use. /// is null. /// is an empty string, and was expected to be non-empty. @@ -80,8 +80,8 @@ public async Task> ListAsync(string subscriptionId } } - /// Returns all Caches the user has access to under a subscription. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// Returns all caches the user has access to under a subscription. + /// The ID of the target subscription. /// The cancellation token to use. /// is null. /// is an empty string, and was expected to be non-empty. @@ -124,9 +124,9 @@ internal HttpMessage CreateListByResourceGroupRequest(string subscriptionId, str return message; } - /// Returns all Caches the user has access to under a resource group. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. + /// Returns all caches the user has access to under a resource group. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. /// The cancellation token to use. /// or is null. /// or is an empty string, and was expected to be non-empty. @@ -151,9 +151,9 @@ public async Task> ListByResourceGroupAsync(string } } - /// Returns all Caches the user has access to under a resource group. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. + /// Returns all caches the user has access to under a resource group. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. /// The cancellation token to use. /// or is null. /// or is an empty string, and was expected to be non-empty. @@ -198,10 +198,10 @@ internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceG return message; } - /// Schedules a Cache for deletion. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Schedules a cache for deletion. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -224,10 +224,10 @@ public async Task DeleteAsync(string subscriptionId, string resourceGr } } - /// Schedules a Cache for deletion. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Schedules a cache for deletion. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -270,10 +270,10 @@ internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGrou return message; } - /// Returns a Cache. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Returns a cache. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -301,10 +301,10 @@ public async Task> GetAsync(string subscriptionId, st } } - /// Returns a Cache. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Returns a cache. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -356,11 +356,11 @@ internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string r return message; } - /// Create or update a Cache. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. - /// Object containing the user-selectable properties of the new Cache. If read-only properties are included, they must match the existing values of those properties. + /// Create or update a cache. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Object containing the user-selectable properties of the new cache. If read-only properties are included, they must match the existing values of those properties. /// The cancellation token to use. /// , , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -384,11 +384,11 @@ public async Task CreateOrUpdateAsync(string subscriptionId, string re } } - /// Create or update a Cache. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. - /// Object containing the user-selectable properties of the new Cache. If read-only properties are included, they must match the existing values of those properties. + /// Create or update a cache. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Object containing the user-selectable properties of the new cache. If read-only properties are included, they must match the existing values of those properties. /// The cancellation token to use. /// , , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -436,11 +436,11 @@ internal HttpMessage CreateUpdateRequest(string subscriptionId, string resourceG return message; } - /// Update a Cache instance. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. - /// Object containing the user-selectable properties of the Cache. If read-only properties are included, they must match the existing values of those properties. + /// Update a cache instance. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Object containing the user-selectable properties of the cache. If read-only properties are included, they must match the existing values of those properties. /// The cancellation token to use. /// , , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -463,11 +463,11 @@ public async Task UpdateAsync(string subscriptionId, string resourceGr } } - /// Update a Cache instance. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. - /// Object containing the user-selectable properties of the Cache. If read-only properties are included, they must match the existing values of those properties. + /// Update a cache instance. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Object containing the user-selectable properties of the cache. If read-only properties are included, they must match the existing values of those properties. /// The cancellation token to use. /// , , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -511,10 +511,10 @@ internal HttpMessage CreateDebugInfoRequest(string subscriptionId, string resour return message; } - /// Tells a Cache to write generate debug info for support to process. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Tells a cache to write generate debug info for support to process. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -537,10 +537,10 @@ public async Task DebugInfoAsync(string subscriptionId, string resourc } } - /// Tells a Cache to write generate debug info for support to process. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Tells a cache to write generate debug info for support to process. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -584,10 +584,10 @@ internal HttpMessage CreateFlushRequest(string subscriptionId, string resourceGr return message; } - /// Tells a Cache to write all dirty data to the Storage Target(s). During the flush, clients will see errors returned until the flush is complete. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Tells a cache to write all dirty data to the Storage Target(s). During the flush, clients will see errors returned until the flush is complete. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -610,10 +610,10 @@ public async Task FlushAsync(string subscriptionId, string resourceGro } } - /// Tells a Cache to write all dirty data to the Storage Target(s). During the flush, clients will see errors returned until the flush is complete. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Tells a cache to write all dirty data to the Storage Target(s). During the flush, clients will see errors returned until the flush is complete. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -657,10 +657,10 @@ internal HttpMessage CreateStartRequest(string subscriptionId, string resourceGr return message; } - /// Tells a Stopped state Cache to transition to Active state. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Tells a Stopped state cache to transition to Active state. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -683,10 +683,10 @@ public async Task StartAsync(string subscriptionId, string resourceGro } } - /// Tells a Stopped state Cache to transition to Active state. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Tells a Stopped state cache to transition to Active state. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -730,10 +730,10 @@ internal HttpMessage CreateStopRequest(string subscriptionId, string resourceGro return message; } - /// Tells an Active Cache to transition to Stopped state. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Tells an Active cache to transition to Stopped state. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -756,10 +756,10 @@ public async Task StopAsync(string subscriptionId, string resourceGrou } } - /// Tells an Active Cache to transition to Stopped state. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Tells an Active cache to transition to Stopped state. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -811,9 +811,9 @@ internal HttpMessage CreateStartPrimingJobRequest(string subscriptionId, string } /// Create a priming job. This operation is only allowed when the cache is healthy. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Object containing the definition of a priming job. /// The cancellation token to use. /// , or is null. @@ -836,9 +836,9 @@ public async Task StartPrimingJobAsync(string subscriptionId, string r } /// Create a priming job. This operation is only allowed when the cache is healthy. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Object containing the definition of a priming job. /// The cancellation token to use. /// , or is null. @@ -889,9 +889,9 @@ internal HttpMessage CreateStopPrimingJobRequest(string subscriptionId, string r } /// Schedule a priming job for deletion. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Object containing the priming job ID. /// The cancellation token to use. /// , or is null. @@ -915,9 +915,9 @@ public async Task StopPrimingJobAsync(string subscriptionId, string re } /// Schedule a priming job for deletion. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Object containing the priming job ID. /// The cancellation token to use. /// , or is null. @@ -969,9 +969,9 @@ internal HttpMessage CreatePausePrimingJobRequest(string subscriptionId, string } /// Schedule a priming job to be paused. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Object containing the priming job ID. /// The cancellation token to use. /// , or is null. @@ -995,9 +995,9 @@ public async Task PausePrimingJobAsync(string subscriptionId, string r } /// Schedule a priming job to be paused. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Object containing the priming job ID. /// The cancellation token to use. /// , or is null. @@ -1049,9 +1049,9 @@ internal HttpMessage CreateResumePrimingJobRequest(string subscriptionId, string } /// Resumes a paused priming job. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Object containing the priming job ID. /// The cancellation token to use. /// , or is null. @@ -1075,9 +1075,9 @@ public async Task ResumePrimingJobAsync(string subscriptionId, string } /// Resumes a paused priming job. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Object containing the priming job ID. /// The cancellation token to use. /// , or is null. @@ -1121,10 +1121,10 @@ internal HttpMessage CreateUpgradeFirmwareRequest(string subscriptionId, string return message; } - /// Upgrade a Cache's firmware if a new version is available. Otherwise, this operation has no effect. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Upgrade a cache's firmware if a new version is available. Otherwise, this operation has no effect. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -1147,10 +1147,10 @@ public async Task UpgradeFirmwareAsync(string subscriptionId, string r } } - /// Upgrade a Cache's firmware if a new version is available. Otherwise, this operation has no effect. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Upgrade a cache's firmware if a new version is available. Otherwise, this operation has no effect. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -1207,9 +1207,9 @@ internal HttpMessage CreateSpaceAllocationRequest(string subscriptionId, string } /// Update cache space allocation. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// List containing storage target cache space percentage allocations. /// The cancellation token to use. /// , or is null. @@ -1232,9 +1232,9 @@ public async Task SpaceAllocationAsync(string subscriptionId, string r } /// Update cache space allocation. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// List containing storage target cache space percentage allocations. /// The cancellation token to use. /// , or is null. @@ -1270,9 +1270,9 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string subscript return message; } - /// Returns all Caches the user has access to under a subscription. + /// Returns all caches the user has access to under a subscription. /// The URL to the next page of results. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The ID of the target subscription. /// The cancellation token to use. /// or is null. /// is an empty string, and was expected to be non-empty. @@ -1297,9 +1297,9 @@ public async Task> ListNextPageAsync(string nextLi } } - /// Returns all Caches the user has access to under a subscription. + /// Returns all caches the user has access to under a subscription. /// The URL to the next page of results. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The ID of the target subscription. /// The cancellation token to use. /// or is null. /// is an empty string, and was expected to be non-empty. @@ -1338,10 +1338,10 @@ internal HttpMessage CreateListByResourceGroupNextPageRequest(string nextLink, s return message; } - /// Returns all Caches the user has access to under a resource group. + /// Returns all caches the user has access to under a resource group. /// The URL to the next page of results. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. /// The cancellation token to use. /// , or is null. /// or is an empty string, and was expected to be non-empty. @@ -1367,10 +1367,10 @@ public async Task> ListByResourceGroupNextPageAsyn } } - /// Returns all Caches the user has access to under a resource group. + /// Returns all caches the user has access to under a resource group. /// The URL to the next page of results. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. /// The cancellation token to use. /// , or is null. /// or is an empty string, and was expected to be non-empty. diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/SkusRestOperations.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/SkusRestOperations.cs index 89f31c933f15..caa793b8f376 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/SkusRestOperations.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/SkusRestOperations.cs @@ -33,7 +33,7 @@ public SkusRestOperations(HttpPipeline pipeline, string applicationId, Uri endpo { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2023-01-01"; + _apiVersion = apiVersion ?? "2023-05-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -55,7 +55,7 @@ internal HttpMessage CreateListRequest(string subscriptionId) } /// Get the list of StorageCache.Cache SKUs available to this subscription. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The ID of the target subscription. /// The cancellation token to use. /// is null. /// is an empty string, and was expected to be non-empty. @@ -80,7 +80,7 @@ public async Task> ListAsync(string subscriptio } /// Get the list of StorageCache.Cache SKUs available to this subscription. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The ID of the target subscription. /// The cancellation token to use. /// is null. /// is an empty string, and was expected to be non-empty. @@ -120,7 +120,7 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string subscript /// Get the list of StorageCache.Cache SKUs available to this subscription. /// The URL to the next page of results. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The ID of the target subscription. /// The cancellation token to use. /// or is null. /// is an empty string, and was expected to be non-empty. @@ -147,7 +147,7 @@ public async Task> ListNextPageAsync(string nex /// Get the list of StorageCache.Cache SKUs available to this subscription. /// The URL to the next page of results. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The ID of the target subscription. /// The cancellation token to use. /// or is null. /// is an empty string, and was expected to be non-empty. diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/StorageCacheManagementRestOperations.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/StorageCacheManagementRestOperations.cs new file mode 100644 index 000000000000..51268acb4462 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/StorageCacheManagementRestOperations.cs @@ -0,0 +1,182 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.StorageCache.Models; + +namespace Azure.ResourceManager.StorageCache +{ + internal partial class StorageCacheManagementRestOperations + { + private readonly TelemetryDetails _userAgent; + private readonly HttpPipeline _pipeline; + private readonly Uri _endpoint; + private readonly string _apiVersion; + + /// Initializes a new instance of StorageCacheManagementRestOperations. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The application id to use for user agent. + /// server parameter. + /// Api Version. + /// or is null. + public StorageCacheManagementRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) + { + _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); + _endpoint = endpoint ?? new Uri("https://management.azure.com"); + _apiVersion = apiVersion ?? "2023-05-01"; + _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); + } + + internal HttpMessage CreateCheckAmlFSSubnetsRequest(string subscriptionId, AmlFileSystemSubnetContent content) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/providers/Microsoft.StorageCache/checkAmlFSSubnets", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + if (content != null) + { + request.Headers.Add("Content-Type", "application/json"); + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; + } + _userAgent.Apply(message); + return message; + } + + /// Check that subnets will be valid for AML file system create calls. + /// The ID of the target subscription. + /// Information about the subnets to validate. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public async Task CheckAmlFSSubnetsAsync(string subscriptionId, AmlFileSystemSubnetContent content = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateCheckAmlFSSubnetsRequest(subscriptionId, content); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + /// Check that subnets will be valid for AML file system create calls. + /// The ID of the target subscription. + /// Information about the subnets to validate. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public Response CheckAmlFSSubnets(string subscriptionId, AmlFileSystemSubnetContent content = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateCheckAmlFSSubnetsRequest(subscriptionId, content); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + return message.Response; + default: + throw new RequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetRequiredAmlFSSubnetsSizeRequest(string subscriptionId, RequiredAmlFileSystemSubnetsSizeContent content) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(_endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/providers/Microsoft.StorageCache/getRequiredAmlFSSubnetsSize", false); + uri.AppendQuery("api-version", _apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + if (content != null) + { + request.Headers.Add("Content-Type", "application/json"); + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; + } + _userAgent.Apply(message); + return message; + } + + /// Get the number of available IP addresses needed for the AML file system information provided. + /// The ID of the target subscription. + /// Information to determine the number of available IPs a subnet will need to host the AML file system. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public async Task> GetRequiredAmlFSSubnetsSizeAsync(string subscriptionId, RequiredAmlFileSystemSubnetsSizeContent content = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateGetRequiredAmlFSSubnetsSizeRequest(subscriptionId, content); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + RequiredAmlFileSystemSubnetsSize value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = RequiredAmlFileSystemSubnetsSize.DeserializeRequiredAmlFileSystemSubnetsSize(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + + /// Get the number of available IP addresses needed for the AML file system information provided. + /// The ID of the target subscription. + /// Information to determine the number of available IPs a subnet will need to host the AML file system. + /// The cancellation token to use. + /// is null. + /// is an empty string, and was expected to be non-empty. + public Response GetRequiredAmlFSSubnetsSize(string subscriptionId, RequiredAmlFileSystemSubnetsSizeContent content = null, CancellationToken cancellationToken = default) + { + Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); + + using var message = CreateGetRequiredAmlFSSubnetsSizeRequest(subscriptionId, content); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + RequiredAmlFileSystemSubnetsSize value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = RequiredAmlFileSystemSubnetsSize.DeserializeRequiredAmlFileSystemSubnetsSize(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw new RequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/StorageTargetsRestOperations.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/StorageTargetsRestOperations.cs index 18bd702f7751..b1f7ae4e9b93 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/StorageTargetsRestOperations.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/StorageTargetsRestOperations.cs @@ -33,7 +33,7 @@ public StorageTargetsRestOperations(HttpPipeline pipeline, string applicationId, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2023-01-01"; + _apiVersion = apiVersion ?? "2023-05-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -61,9 +61,9 @@ internal HttpMessage CreateDnsRefreshRequest(string subscriptionId, string resou } /// Tells a storage target to refresh its DNS information. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Name of Storage Target. /// The cancellation token to use. /// , , or is null. @@ -88,9 +88,9 @@ public async Task DnsRefreshAsync(string subscriptionId, string resour } /// Tells a storage target to refresh its DNS information. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Name of Storage Target. /// The cancellation token to use. /// , , or is null. @@ -135,10 +135,10 @@ internal HttpMessage CreateListByCacheRequest(string subscriptionId, string reso return message; } - /// Returns a list of Storage Targets for the specified Cache. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Returns a list of Storage Targets for the specified cache. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -164,10 +164,10 @@ public async Task> ListByCacheAsync(string subscr } } - /// Returns a list of Storage Targets for the specified Cache. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Returns a list of Storage Targets for the specified cache. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -219,10 +219,10 @@ internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceG return message; } - /// Removes a Storage Target from a Cache. This operation is allowed at any time, but if the Cache is down or unhealthy, the actual removal of the Storage Target may be delayed until the Cache is healthy again. Note that if the Cache has data to flush to the Storage Target, the data will be flushed before the Storage Target will be deleted. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Removes a Storage Target from a cache. This operation is allowed at any time, but if the cache is down or unhealthy, the actual removal of the Storage Target may be delayed until the cache is healthy again. Note that if the cache has data to flush to the Storage Target, the data will be flushed before the Storage Target will be deleted. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Name of Storage Target. /// Boolean value requesting the force delete operation for a storage target. Force delete discards unwritten-data in the cache instead of flushing it to back-end storage. /// The cancellation token to use. @@ -248,10 +248,10 @@ public async Task DeleteAsync(string subscriptionId, string resourceGr } } - /// Removes a Storage Target from a Cache. This operation is allowed at any time, but if the Cache is down or unhealthy, the actual removal of the Storage Target may be delayed until the Cache is healthy again. Note that if the Cache has data to flush to the Storage Target, the data will be flushed before the Storage Target will be deleted. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Removes a Storage Target from a cache. This operation is allowed at any time, but if the cache is down or unhealthy, the actual removal of the Storage Target may be delayed until the cache is healthy again. Note that if the cache has data to flush to the Storage Target, the data will be flushed before the Storage Target will be deleted. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Name of Storage Target. /// Boolean value requesting the force delete operation for a storage target. Force delete discards unwritten-data in the cache instead of flushing it to back-end storage. /// The cancellation token to use. @@ -299,10 +299,10 @@ internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGrou return message; } - /// Returns a Storage Target from a Cache. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Returns a Storage Target from a cache. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Name of Storage Target. /// The cancellation token to use. /// , , or is null. @@ -332,10 +332,10 @@ public async Task> GetAsync(string subscriptionId, s } } - /// Returns a Storage Target from a Cache. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Returns a Storage Target from a cache. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Name of Storage Target. /// The cancellation token to use. /// , , or is null. @@ -391,10 +391,10 @@ internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string r return message; } - /// Create or update a Storage Target. This operation is allowed at any time, but if the Cache is down or unhealthy, the actual creation/modification of the Storage Target may be delayed until the Cache is healthy again. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Create or update a Storage Target. This operation is allowed at any time, but if the cache is down or unhealthy, the actual creation/modification of the Storage Target may be delayed until the cache is healthy again. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Name of Storage Target. /// Object containing the definition of a Storage Target. /// The cancellation token to use. @@ -421,10 +421,10 @@ public async Task CreateOrUpdateAsync(string subscriptionId, string re } } - /// Create or update a Storage Target. This operation is allowed at any time, but if the Cache is down or unhealthy, the actual creation/modification of the Storage Target may be delayed until the Cache is healthy again. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Create or update a Storage Target. This operation is allowed at any time, but if the cache is down or unhealthy, the actual creation/modification of the Storage Target may be delayed until the cache is healthy again. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Name of Storage Target. /// Object containing the definition of a Storage Target. /// The cancellation token to use. @@ -475,9 +475,9 @@ internal HttpMessage CreateFlushRequest(string subscriptionId, string resourceGr } /// Tells the cache to write all dirty data to the Storage Target's backend storage. Client requests to this storage target's namespace will return errors until the flush operation completes. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Name of Storage Target. /// The cancellation token to use. /// , , or is null. @@ -503,9 +503,9 @@ public async Task FlushAsync(string subscriptionId, string resourceGro } /// Tells the cache to write all dirty data to the Storage Target's backend storage. Client requests to this storage target's namespace will return errors until the flush operation completes. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Name of Storage Target. /// The cancellation token to use. /// , , or is null. @@ -554,9 +554,9 @@ internal HttpMessage CreateSuspendRequest(string subscriptionId, string resource } /// Suspends client access to a storage target. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Name of Storage Target. /// The cancellation token to use. /// , , or is null. @@ -582,9 +582,9 @@ public async Task SuspendAsync(string subscriptionId, string resourceG } /// Suspends client access to a storage target. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Name of Storage Target. /// The cancellation token to use. /// , , or is null. @@ -633,9 +633,9 @@ internal HttpMessage CreateResumeRequest(string subscriptionId, string resourceG } /// Resumes client access to a previously suspended storage target. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Name of Storage Target. /// The cancellation token to use. /// , , or is null. @@ -661,9 +661,9 @@ public async Task ResumeAsync(string subscriptionId, string resourceGr } /// Resumes client access to a previously suspended storage target. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Name of Storage Target. /// The cancellation token to use. /// , , or is null. @@ -712,9 +712,9 @@ internal HttpMessage CreateInvalidateRequest(string subscriptionId, string resou } /// Invalidate all cached data for a storage target. Cached files are discarded and fetched from the back end on the next request. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Name of Storage Target. /// The cancellation token to use. /// , , or is null. @@ -740,9 +740,9 @@ public async Task InvalidateAsync(string subscriptionId, string resour } /// Invalidate all cached data for a storage target. Cached files are discarded and fetched from the back end on the next request. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Name of Storage Target. /// The cancellation token to use. /// , , or is null. @@ -791,9 +791,9 @@ internal HttpMessage CreateRestoreDefaultsRequest(string subscriptionId, string } /// Tells a storage target to restore its settings to their default values. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Name of Storage Target. /// The cancellation token to use. /// , , or is null. @@ -818,9 +818,9 @@ public async Task RestoreDefaultsAsync(string subscriptionId, string r } /// Tells a storage target to restore its settings to their default values. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// Name of Storage Target. /// The cancellation token to use. /// , , or is null. @@ -858,11 +858,11 @@ internal HttpMessage CreateListByCacheNextPageRequest(string nextLink, string su return message; } - /// Returns a list of Storage Targets for the specified Cache. + /// Returns a list of Storage Targets for the specified cache. /// The URL to the next page of results. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// , , or is null. /// , or is an empty string, and was expected to be non-empty. @@ -889,11 +889,11 @@ public async Task> ListByCacheNextPageAsync(strin } } - /// Returns a list of Storage Targets for the specified Cache. + /// Returns a list of Storage Targets for the specified cache. /// The URL to the next page of results. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - /// Target resource group. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// The ID of the target subscription. + /// The name of the resource group. The name is case insensitive. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// , , or is null. /// , or is an empty string, and was expected to be non-empty. diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/UsageModelsRestOperations.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/UsageModelsRestOperations.cs index d702338aabc8..8853f6f74c91 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/UsageModelsRestOperations.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/RestOperations/UsageModelsRestOperations.cs @@ -33,7 +33,7 @@ public UsageModelsRestOperations(HttpPipeline pipeline, string applicationId, Ur { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2023-01-01"; + _apiVersion = apiVersion ?? "2023-05-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -54,8 +54,8 @@ internal HttpMessage CreateListRequest(string subscriptionId) return message; } - /// Get the list of Cache Usage Models available to this subscription. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// Get the list of cache usage models available to this subscription. + /// The ID of the target subscription. /// The cancellation token to use. /// is null. /// is an empty string, and was expected to be non-empty. @@ -79,8 +79,8 @@ public async Task> ListAsync(string subs } } - /// Get the list of Cache Usage Models available to this subscription. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// Get the list of cache usage models available to this subscription. + /// The ID of the target subscription. /// The cancellation token to use. /// is null. /// is an empty string, and was expected to be non-empty. @@ -118,9 +118,9 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string subscript return message; } - /// Get the list of Cache Usage Models available to this subscription. + /// Get the list of cache usage models available to this subscription. /// The URL to the next page of results. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The ID of the target subscription. /// The cancellation token to use. /// or is null. /// is an empty string, and was expected to be non-empty. @@ -145,9 +145,9 @@ public async Task> ListNextPageAsync(str } } - /// Get the list of Cache Usage Models available to this subscription. + /// Get the list of cache usage models available to this subscription. /// The URL to the next page of results. - /// Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + /// The ID of the target subscription. /// The cancellation token to use. /// or is null. /// is an empty string, and was expected to be non-empty. diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageCacheCollection.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageCacheCollection.cs index 92ee9c2b7fad..baad00742a47 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageCacheCollection.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageCacheCollection.cs @@ -54,7 +54,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) } /// - /// Create or update a Cache. + /// Create or update a cache. /// /// /// Request Path @@ -67,8 +67,8 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. - /// Object containing the user-selectable properties of the new Cache. If read-only properties are included, they must match the existing values of those properties. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Object containing the user-selectable properties of the new cache. If read-only properties are included, they must match the existing values of those properties. /// The cancellation token to use. /// is an empty string, and was expected to be non-empty. /// or is null. @@ -95,7 +95,7 @@ public virtual async Task> CreateOrUpdateAsyn } /// - /// Create or update a Cache. + /// Create or update a cache. /// /// /// Request Path @@ -108,8 +108,8 @@ public virtual async Task> CreateOrUpdateAsyn /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. - /// Object containing the user-selectable properties of the new Cache. If read-only properties are included, they must match the existing values of those properties. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Object containing the user-selectable properties of the new cache. If read-only properties are included, they must match the existing values of those properties. /// The cancellation token to use. /// is an empty string, and was expected to be non-empty. /// or is null. @@ -136,7 +136,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUntil waitU } /// - /// Returns a Cache. + /// Returns a cache. /// /// /// Request Path @@ -148,7 +148,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUntil waitU /// /// /// - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// is an empty string, and was expected to be non-empty. /// is null. @@ -173,7 +173,7 @@ public virtual async Task> GetAsync(string cacheN } /// - /// Returns a Cache. + /// Returns a cache. /// /// /// Request Path @@ -185,7 +185,7 @@ public virtual async Task> GetAsync(string cacheN /// /// /// - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// is an empty string, and was expected to be non-empty. /// is null. @@ -210,7 +210,7 @@ public virtual Response Get(string cacheName, Cancellation } /// - /// Returns all Caches the user has access to under a resource group. + /// Returns all caches the user has access to under a resource group. /// /// /// Request Path @@ -232,7 +232,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToken } /// - /// Returns all Caches the user has access to under a resource group. + /// Returns all caches the user has access to under a resource group. /// /// /// Request Path @@ -266,7 +266,7 @@ public virtual Pageable GetAll(CancellationToken cancellat /// /// /// - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// is an empty string, and was expected to be non-empty. /// is null. @@ -301,7 +301,7 @@ public virtual async Task> ExistsAsync(string cacheName, Cancella /// /// /// - /// Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. + /// Name of cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class. /// The cancellation token to use. /// is an empty string, and was expected to be non-empty. /// is null. diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageCacheData.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageCacheData.cs index 50fcc843609f..603523284d4a 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageCacheData.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageCacheData.cs @@ -15,7 +15,7 @@ namespace Azure.ResourceManager.StorageCache { /// /// A class representing the StorageCache data model. - /// A Cache instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md + /// A cache instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md /// public partial class StorageCacheData : TrackedResourceData { @@ -37,14 +37,14 @@ public StorageCacheData(AzureLocation location) : base(location) /// The tags. /// The location. /// The identity of the cache, if configured. - /// SKU for the Cache. + /// SKU for the cache. /// The size of this Cache, in GB. - /// Health of the Cache. - /// Array of IP addresses that can be used by clients mounting this Cache. + /// Health of the cache. + /// Array of IPv4 addresses that can be used by clients mounting this cache. /// ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property. /// Subnet used for the Cache. - /// Upgrade status of the Cache. - /// Upgrade settings of the Cache. + /// Upgrade status of the cache. + /// Upgrade settings of the cache. /// Specifies network settings of the cache. /// Specifies encryption settings of the cache. /// Specifies security settings of the cache. @@ -74,9 +74,9 @@ internal StorageCacheData(ResourceIdentifier id, string name, ResourceType resou /// The identity of the cache, if configured. public ManagedServiceIdentity Identity { get; set; } - /// SKU for the Cache. + /// SKU for the cache. internal StorageCacheSkuInfo Sku { get; set; } - /// SKU name for this Cache. + /// SKU name for this cache. public string SkuName { get => Sku is null ? default : Sku.Name; @@ -90,17 +90,17 @@ public string SkuName /// The size of this Cache, in GB. public int? CacheSizeGB { get; set; } - /// Health of the Cache. + /// Health of the cache. public StorageCacheHealth Health { get; } - /// Array of IP addresses that can be used by clients mounting this Cache. + /// Array of IPv4 addresses that can be used by clients mounting this cache. public IReadOnlyList MountAddresses { get; } /// ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property. public StorageCacheProvisioningStateType? ProvisioningState { get; } /// Subnet used for the Cache. public ResourceIdentifier Subnet { get; set; } - /// Upgrade status of the Cache. + /// Upgrade status of the cache. public StorageCacheUpgradeStatus UpgradeStatus { get; } - /// Upgrade settings of the Cache. + /// Upgrade settings of the cache. public StorageCacheUpgradeSettings UpgradeSettings { get; set; } /// Specifies network settings of the cache. public StorageCacheNetworkSettings NetworkSettings { get; set; } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageCacheResource.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageCacheResource.cs index 15753c30f62c..f656ba2a921a 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageCacheResource.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageCacheResource.cs @@ -97,7 +97,7 @@ public virtual StorageTargetCollection GetStorageTargets() } /// - /// Returns a Storage Target from a Cache. + /// Returns a Storage Target from a cache. /// /// /// Request Path @@ -120,7 +120,7 @@ public virtual async Task> GetStorageTargetAsync } /// - /// Returns a Storage Target from a Cache. + /// Returns a Storage Target from a cache. /// /// /// Request Path @@ -143,7 +143,7 @@ public virtual Response GetStorageTarget(string storageTa } /// - /// Returns a Cache. + /// Returns a cache. /// /// /// Request Path @@ -175,7 +175,7 @@ public virtual async Task> GetAsync(CancellationT } /// - /// Returns a Cache. + /// Returns a cache. /// /// /// Request Path @@ -207,7 +207,7 @@ public virtual Response Get(CancellationToken cancellation } /// - /// Schedules a Cache for deletion. + /// Schedules a cache for deletion. /// /// /// Request Path @@ -241,7 +241,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell } /// - /// Schedules a Cache for deletion. + /// Schedules a cache for deletion. /// /// /// Request Path @@ -275,7 +275,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel } /// - /// Update a Cache instance. + /// Update a cache instance. /// /// /// Request Path @@ -288,7 +288,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Object containing the user-selectable properties of the Cache. If read-only properties are included, they must match the existing values of those properties. + /// Object containing the user-selectable properties of the cache. If read-only properties are included, they must match the existing values of those properties. /// The cancellation token to use. /// is null. public virtual async Task> UpdateAsync(WaitUntil waitUntil, StorageCacheData data, CancellationToken cancellationToken = default) @@ -313,7 +313,7 @@ public virtual async Task> UpdateAsync(WaitUn } /// - /// Update a Cache instance. + /// Update a cache instance. /// /// /// Request Path @@ -326,7 +326,7 @@ public virtual async Task> UpdateAsync(WaitUn /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Object containing the user-selectable properties of the Cache. If read-only properties are included, they must match the existing values of those properties. + /// Object containing the user-selectable properties of the cache. If read-only properties are included, they must match the existing values of those properties. /// The cancellation token to use. /// is null. public virtual ArmOperation Update(WaitUntil waitUntil, StorageCacheData data, CancellationToken cancellationToken = default) @@ -351,7 +351,7 @@ public virtual ArmOperation Update(WaitUntil waitUntil, St } /// - /// Tells a Cache to write generate debug info for support to process. + /// Tells a cache to write generate debug info for support to process. /// /// /// Request Path @@ -385,7 +385,7 @@ public virtual async Task EnableDebugInfoAsync(WaitUntil waitUntil } /// - /// Tells a Cache to write generate debug info for support to process. + /// Tells a cache to write generate debug info for support to process. /// /// /// Request Path @@ -419,7 +419,7 @@ public virtual ArmOperation EnableDebugInfo(WaitUntil waitUntil, CancellationTok } /// - /// Tells a Cache to write all dirty data to the Storage Target(s). During the flush, clients will see errors returned until the flush is complete. + /// Tells a cache to write all dirty data to the Storage Target(s). During the flush, clients will see errors returned until the flush is complete. /// /// /// Request Path @@ -453,7 +453,7 @@ public virtual async Task FlushAsync(WaitUntil waitUntil, Cancella } /// - /// Tells a Cache to write all dirty data to the Storage Target(s). During the flush, clients will see errors returned until the flush is complete. + /// Tells a cache to write all dirty data to the Storage Target(s). During the flush, clients will see errors returned until the flush is complete. /// /// /// Request Path @@ -487,7 +487,7 @@ public virtual ArmOperation Flush(WaitUntil waitUntil, CancellationToken cancell } /// - /// Tells a Stopped state Cache to transition to Active state. + /// Tells a Stopped state cache to transition to Active state. /// /// /// Request Path @@ -521,7 +521,7 @@ public virtual async Task StartAsync(WaitUntil waitUntil, Cancella } /// - /// Tells a Stopped state Cache to transition to Active state. + /// Tells a Stopped state cache to transition to Active state. /// /// /// Request Path @@ -555,7 +555,7 @@ public virtual ArmOperation Start(WaitUntil waitUntil, CancellationToken cancell } /// - /// Tells an Active Cache to transition to Stopped state. + /// Tells an Active cache to transition to Stopped state. /// /// /// Request Path @@ -589,7 +589,7 @@ public virtual async Task StopAsync(WaitUntil waitUntil, Cancellat } /// - /// Tells an Active Cache to transition to Stopped state. + /// Tells an Active cache to transition to Stopped state. /// /// /// Request Path @@ -903,7 +903,7 @@ public virtual ArmOperation ResumePrimingJob(WaitUntil waitUntil, PrimingJobCont } /// - /// Upgrade a Cache's firmware if a new version is available. Otherwise, this operation has no effect. + /// Upgrade a cache's firmware if a new version is available. Otherwise, this operation has no effect. /// /// /// Request Path @@ -937,7 +937,7 @@ public virtual async Task UpgradeFirmwareAsync(WaitUntil waitUntil } /// - /// Upgrade a Cache's firmware if a new version is available. Otherwise, this operation has no effect. + /// Upgrade a cache's firmware if a new version is available. Otherwise, this operation has no effect. /// /// /// Request Path diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageTargetCollection.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageTargetCollection.cs index 13f6e61ff11c..9310b7e710a9 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageTargetCollection.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageTargetCollection.cs @@ -53,7 +53,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) } /// - /// Create or update a Storage Target. This operation is allowed at any time, but if the Cache is down or unhealthy, the actual creation/modification of the Storage Target may be delayed until the Cache is healthy again. + /// Create or update a Storage Target. This operation is allowed at any time, but if the cache is down or unhealthy, the actual creation/modification of the Storage Target may be delayed until the cache is healthy again. /// /// /// Request Path @@ -94,7 +94,7 @@ public virtual async Task> CreateOrUpdateAsy } /// - /// Create or update a Storage Target. This operation is allowed at any time, but if the Cache is down or unhealthy, the actual creation/modification of the Storage Target may be delayed until the Cache is healthy again. + /// Create or update a Storage Target. This operation is allowed at any time, but if the cache is down or unhealthy, the actual creation/modification of the Storage Target may be delayed until the cache is healthy again. /// /// /// Request Path @@ -135,7 +135,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUntil wait } /// - /// Returns a Storage Target from a Cache. + /// Returns a Storage Target from a cache. /// /// /// Request Path @@ -172,7 +172,7 @@ public virtual async Task> GetAsync(string stora } /// - /// Returns a Storage Target from a Cache. + /// Returns a Storage Target from a cache. /// /// /// Request Path @@ -209,7 +209,7 @@ public virtual Response Get(string storageTargetName, Can } /// - /// Returns a list of Storage Targets for the specified Cache. + /// Returns a list of Storage Targets for the specified cache. /// /// /// Request Path @@ -231,7 +231,7 @@ public virtual AsyncPageable GetAllAsync(CancellationToke } /// - /// Returns a list of Storage Targets for the specified Cache. + /// Returns a list of Storage Targets for the specified cache. /// /// /// Request Path diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageTargetData.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageTargetData.cs index 3ab5cb5a8822..0bb156691eb1 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageTargetData.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageTargetData.cs @@ -29,7 +29,7 @@ public StorageTargetData() /// The name. /// The resourceType. /// The systemData. - /// List of Cache namespace junctions to target for namespace associations. + /// List of cache namespace junctions to target for namespace associations. /// Type of the Storage Target. /// ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property. /// Storage target operational state. @@ -53,7 +53,7 @@ internal StorageTargetData(ResourceIdentifier id, string name, ResourceType reso Location = location; } - /// List of Cache namespace junctions to target for namespace associations. + /// List of cache namespace junctions to target for namespace associations. public IList Junctions { get; } /// Type of the Storage Target. public StorageTargetType? TargetType { get; set; } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageTargetResource.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageTargetResource.cs index 1008b48e054a..7f0152fccc54 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageTargetResource.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/Generated/StorageTargetResource.cs @@ -87,7 +87,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) } /// - /// Returns a Storage Target from a Cache. + /// Returns a Storage Target from a cache. /// /// /// Request Path @@ -119,7 +119,7 @@ public virtual async Task> GetAsync(Cancellation } /// - /// Returns a Storage Target from a Cache. + /// Returns a Storage Target from a cache. /// /// /// Request Path @@ -151,7 +151,7 @@ public virtual Response Get(CancellationToken cancellatio } /// - /// Removes a Storage Target from a Cache. This operation is allowed at any time, but if the Cache is down or unhealthy, the actual removal of the Storage Target may be delayed until the Cache is healthy again. Note that if the Cache has data to flush to the Storage Target, the data will be flushed before the Storage Target will be deleted. + /// Removes a Storage Target from a cache. This operation is allowed at any time, but if the cache is down or unhealthy, the actual removal of the Storage Target may be delayed until the cache is healthy again. Note that if the cache has data to flush to the Storage Target, the data will be flushed before the Storage Target will be deleted. /// /// /// Request Path @@ -186,7 +186,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, string } /// - /// Removes a Storage Target from a Cache. This operation is allowed at any time, but if the Cache is down or unhealthy, the actual removal of the Storage Target may be delayed until the Cache is healthy again. Note that if the Cache has data to flush to the Storage Target, the data will be flushed before the Storage Target will be deleted. + /// Removes a Storage Target from a cache. This operation is allowed at any time, but if the cache is down or unhealthy, the actual removal of the Storage Target may be delayed until the cache is healthy again. Note that if the cache has data to flush to the Storage Target, the data will be flushed before the Storage Target will be deleted. /// /// /// Request Path @@ -221,7 +221,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, string force = null, Can } /// - /// Create or update a Storage Target. This operation is allowed at any time, but if the Cache is down or unhealthy, the actual creation/modification of the Storage Target may be delayed until the Cache is healthy again. + /// Create or update a Storage Target. This operation is allowed at any time, but if the cache is down or unhealthy, the actual creation/modification of the Storage Target may be delayed until the cache is healthy again. /// /// /// Request Path @@ -259,7 +259,7 @@ public virtual async Task> UpdateAsync(WaitU } /// - /// Create or update a Storage Target. This operation is allowed at any time, but if the Cache is down or unhealthy, the actual creation/modification of the Storage Target may be delayed until the Cache is healthy again. + /// Create or update a Storage Target. This operation is allowed at any time, but if the cache is down or unhealthy, the actual creation/modification of the Storage Target may be delayed until the cache is healthy again. /// /// /// Request Path diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/autorest.md b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/autorest.md index 55c2ae9d7b3b..65a19ca1e18c 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/src/autorest.md +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/src/autorest.md @@ -8,12 +8,13 @@ azure-arm: true csharp: true library-name: StorageCache namespace: Azure.ResourceManager.StorageCache -require: https://github.com/Azure/azure-rest-api-specs/blob/10c740b7224771c889cfb92f128168f5a0568c26/specification/storagecache/resource-manager/readme.md +require: https://github.com/Azure/azure-rest-api-specs/blob/6c157d49894462320db6603bb8e7b3077861b2d7/specification/storagecache/resource-manager/readme.md output-folder: $(this-folder)/Generated clear-output-folder: true skip-csproj: true modelerfour: flatten-payloads: false + lenient-model-deduplication: true rename-mapping: Cache.properties.mountAddresses: -|ip-address @@ -99,6 +100,7 @@ rename-rules: SSO: Sso URI: Uri Etag: ETag|etag + AmlFilesystem: AmlFileSystem override-operation-name: Caches_SpaceAllocation: UpdateSpaceAllocation diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Azure.ResourceManager.StorageCache.Tests.csproj b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Azure.ResourceManager.StorageCache.Tests.csproj index 8755a243a590..92e70707a7dc 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Azure.ResourceManager.StorageCache.Tests.csproj +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Azure.ResourceManager.StorageCache.Tests.csproj @@ -5,4 +5,10 @@ + + + + true + + diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Scenario/AmlFilesystemCollectionTest.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Scenario/AmlFilesystemCollectionTest.cs new file mode 100644 index 000000000000..1931c2b8b37a --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Scenario/AmlFilesystemCollectionTest.cs @@ -0,0 +1,55 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System.Threading.Tasks; +using Azure.Core.TestFramework; +using NUnit.Framework; + +namespace Azure.ResourceManager.StorageCache.Tests.Scenario +{ + internal class AmlFilesystemCollectionTest : StorageCacheManagementTestBase + { + public AmlFilesystemCollectionTest(bool isAsync) + : base(isAsync)//, RecordedTestMode.Record) + { + } + + [TestCase] + [RecordedTest] + public async Task CreateOrUpdate() + { + string name = Recording.GenerateAssetName("testamlFS"); + AmlFileSystemResource amlFSResource = await this.CreateOrUpdateAmlFilesystem(name, verifyResult: true); + } + + [TestCase] + [RecordedTest] + public async Task Get() + { + AmlFileSystemResource amlFSResource = await this.CreateOrUpdateAmlFilesystem(); + AmlFileSystemResource result = await this.DefaultResourceGroup.GetAmlFileSystems().GetAsync(amlFileSystemName: amlFSResource.Id.Name); + + this.VerifyAmlFileSystem(result, amlFSResource.Data); + } + + [TestCase] + [RecordedTest] + public async Task Exists() + { + string name = Recording.GenerateAssetName("testamlFS"); + await AzureResourceTestHelper.TestExists( + async () => await this.CreateOrUpdateAmlFilesystem(name), + async () => await this.DefaultResourceGroup.GetAmlFileSystems().ExistsAsync(name)); + } + + [TestCase] + [RecordedTest] + public async Task GetAll() + { + await AzureResourceTestHelper.TestGetAll( + count: 2, + async (i) => await this.CreateOrUpdateAmlFilesystem(), + () => this.DefaultResourceGroup.GetAmlFileSystems().GetAllAsync()); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Scenario/AmlFilesystemResourceTest.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Scenario/AmlFilesystemResourceTest.cs new file mode 100644 index 000000000000..a381f163f5bb --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Scenario/AmlFilesystemResourceTest.cs @@ -0,0 +1,72 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using Azure.Core.TestFramework; +using Azure.ResourceManager.StorageCache.Models; +using NUnit.Framework; +using System; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; + +namespace Azure.ResourceManager.StorageCache.Tests.Scenario +{ + internal class AmlFilesystemResourceTest : StorageCacheManagementTestBase + { + public AmlFilesystemResourceTest(bool isAsync) + : base(isAsync)//, RecordedTestMode.Record) + { + } + + [TestCase] + [RecordedTest] + public async Task Delete() + { + await AzureResourceTestHelper.TestDelete( + async () => await this.CreateOrUpdateAmlFilesystem(), + async (cache) => await cache.DeleteAsync(WaitUntil.Completed), + async (cache) => await cache.GetAsync()); + } + + [TestCase] + [RecordedTest] + public async Task Update() + { + AmlFileSystemResource amlFSResource = await this.CreateOrUpdateAmlFilesystem(); + + //create AMLFilesystemPatch object with random maintenance window + AmlFileSystemPatch amlFilesystemPatch = new AmlFileSystemPatch() + { + MaintenanceWindow = new AmlFileSystemUpdatePropertiesMaintenanceWindow() + { + DayOfWeek = MaintenanceDayOfWeekType.Tuesday, + TimeOfDayUTC = @"05:25" + }, + }; + + ArmOperation lro = await amlFSResource.UpdateAsync( + waitUntil: WaitUntil.Completed, + patch: amlFilesystemPatch); + + Assert.AreEqual(lro.Value.Data.MaintenanceWindow.DayOfWeek, amlFilesystemPatch.MaintenanceWindow.DayOfWeek); + Assert.AreEqual(lro.Value.Data.MaintenanceWindow.TimeOfDayUTC, amlFilesystemPatch.MaintenanceWindow.TimeOfDayUTC); + } + + [TestCase] + [RecordedTest] + public async Task AmlFSArchiveOperations() + { + AmlFileSystemResource amlFSResource = await this.CreateOrUpdateAmlFilesystem(); + //archive + AmlFileSystemArchiveContent amlFilesystemArchiveContent = new AmlFileSystemArchiveContent() + { + FilesystemPath = @"/", + }; + Response response = await amlFSResource.ArchiveAsync(amlFilesystemArchiveContent); + Assert.IsFalse(response.IsError); + //cancelarchive + response = await amlFSResource.CancelArchiveAsync(); + Assert.IsFalse(response.IsError); + } + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Scenario/StorageTargetCollectionTest.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Scenario/StorageTargetCollectionTest.cs index c38e89ed6853..873df4955fef 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Scenario/StorageTargetCollectionTest.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Scenario/StorageTargetCollectionTest.cs @@ -24,8 +24,8 @@ public async Task StorageTargetSetup() bool preCreated = true; this.DefaultStorageCache = preCreated ? await this.RetrieveExistingStorageCache( - resourceGroupName: @"sdkexplorerexecution10", - cacheName: @"sc1") : + resourceGroupName: this.DefaultResourceGroup.Id.Name, + cacheName: @"testsc1846") : await this.CreateOrUpdateStorageCache(); } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Scenario/StorageTargetResourceTest.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Scenario/StorageTargetResourceTest.cs index 41f91185f825..ad5f33f31141 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Scenario/StorageTargetResourceTest.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Scenario/StorageTargetResourceTest.cs @@ -21,11 +21,11 @@ public async Task StorageTargetSetup() // it's very heavy to create storage cache (~20 minutes), so provide an option to use precreated resource // set preCreated to true and updated the resourceGroup, cacheName below to use pre created resource // set preCreated to false to create new one - bool preCreated = true; + bool preCreated = false; this.DefaultStorageCache = preCreated ? await this.RetrieveExistingStorageCache( - resourceGroupName: @"sdkexplorerexecution10", - cacheName: @"sc1") : + resourceGroupName: this.DefaultResourceGroup.Id.Name, + cacheName: @"testsc5594") : await this.CreateOrUpdateStorageCache(); } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Scenario/SubscriptionResourceExtensionsTest.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Scenario/SubscriptionResourceExtensionsTest.cs index 195561c0b526..cc67bcb559b5 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Scenario/SubscriptionResourceExtensionsTest.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/Scenario/SubscriptionResourceExtensionsTest.cs @@ -3,6 +3,7 @@ using System.Threading.Tasks; using Azure.Core.TestFramework; +using Azure.ResourceManager.Resources; using Azure.ResourceManager.StorageCache.Models; using NUnit.Framework; diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/CreateOrUpdate().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/CreateOrUpdate().json new file mode 100644 index 000000000000..c18788a92f99 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/CreateOrUpdate().json @@ -0,0 +1,2632 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-54d418c203ee3d63db2f18118d3d9ecb-2f76290b8c9c3fef-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1d0ca2a9cda561cb2e44e7cf535c3f86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:51:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "480ea6d0-28ae-40cc-b043-50b6785c52cd", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "480ea6d0-28ae-40cc-b043-50b6785c52cd", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145102Z:480ea6d0-28ae-40cc-b043-50b6785c52cd" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", + "managedByTenants": [], + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "Avere_AscTIP1_Test", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-5b4ad090ac50f919cbb8deb8b0b65aa9-b511546627068bb5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "71cdee9b71d17feb135bf1dc727e24bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:51:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "85da623e-b957-4199-879d-e97deddc76c1", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "85da623e-b957-4199-879d-e97deddc76c1", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145102Z:85da623e-b957-4199-879d-e97deddc76c1" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "Owners": "rdupuis", + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-17T21:08:42.8546973Z" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS1307?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "842", + "Content-Type": "application/json", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-cf665eb29ea39ac8-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "17a474e0e1c113075b530b253a617645", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "zones": [ + "1" + ], + "tags": {}, + "location": "eastus", + "properties": { + "storageCapacityTiB": 16, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet", + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2036", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:51:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17a474e0e1c113075b530b253a617645", + "x-ms-correlation-request-id": "7d7c857d-3ffb-40b6-be63-621b2d5286b8", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "c871e87b-a363-4a13-96da-fa65ae3789c7", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145105Z:7d7c857d-3ffb-40b6-be63-621b2d5286b8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "name": "testamlFS1307", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS1307", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Transitioning", + "statusDescription": "The cluster is in the process of changing states" + }, + "provisioningState": "Creating", + "clientInfo": { + "mgsAddress": "", + "mountCommand": "", + "lustreVersion": "", + "containerStorageInterface": { + "persistentVolumeClaim": "", + "persistentVolume": "", + "storageClass": "" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-13T14:51:03.9360868Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-13T14:51:03.9360868Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-4fa4a17d0b0d422d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e77337276e9a0cd9c65e761ee05ad9fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:51:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e77337276e9a0cd9c65e761ee05ad9fa", + "x-ms-correlation-request-id": "1acd301e-85c3-4d34-8f30-246f4f192782", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "780dfa38-2edf-4df9-833e-3ecde392c098", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145105Z:1acd301e-85c3-4d34-8f30-246f4f192782", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-8c4f771ff3b8a42a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e67c967bc7d308eb3cee8ab7972a246b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:51:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e67c967bc7d308eb3cee8ab7972a246b", + "x-ms-correlation-request-id": "11288b63-954d-49ac-936d-786b199c516f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "f417cfde-6dcf-4f67-89b2-a76c6232fe50", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145106Z:11288b63-954d-49ac-936d-786b199c516f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-bff589a94b7102b5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "03fdeba38eed87aabe44314e6119d532", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:51:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03fdeba38eed87aabe44314e6119d532", + "x-ms-correlation-request-id": "cbff026c-e38e-4d7a-a33e-a2b87a8e08c7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "254b9940-ded9-412c-9804-ac0264a3cb1f", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145108Z:cbff026c-e38e-4d7a-a33e-a2b87a8e08c7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-e6257bf0adac99df-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "58615030c9735f4c4b6babace321759b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:51:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58615030c9735f4c4b6babace321759b", + "x-ms-correlation-request-id": "62f71807-f75a-4915-ac6f-a79f7604a9b0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "9715fd85-a1a0-4ff8-9210-4110b207d451", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145109Z:62f71807-f75a-4915-ac6f-a79f7604a9b0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-ee5f2ff5a41c353c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f57b0b39d65cec0cebf4278e959ca622", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:51:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f57b0b39d65cec0cebf4278e959ca622", + "x-ms-correlation-request-id": "57c24a2f-2a47-4002-810e-2abe16a4e30f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "a1d04f4a-7518-47f3-8bd9-0ae0d413df0a", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145111Z:57c24a2f-2a47-4002-810e-2abe16a4e30f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-c668d9c98d7284de-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "47875819cbc9d9f89e9db782e2fea39c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:51:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "47875819cbc9d9f89e9db782e2fea39c", + "x-ms-correlation-request-id": "9b4c90ba-7cb2-4d77-ac67-d17e06b1a1eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "ef0bb192-071a-4075-b4db-ca7bb298fa98", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145115Z:9b4c90ba-7cb2-4d77-ac67-d17e06b1a1eb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-e71839b8e2eae31c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "561496cfe09e59d543746d7ea2bec9ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:51:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "561496cfe09e59d543746d7ea2bec9ae", + "x-ms-correlation-request-id": "fe968dee-0b8b-46f7-be2c-2cd4b1141ee5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "556b5528-7696-4b56-bc2b-d618a6ec3b1b", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145123Z:fe968dee-0b8b-46f7-be2c-2cd4b1141ee5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-1f72467b0c8844cc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8b9388c42d9a6ed112a156be1e8a09ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:51:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b9388c42d9a6ed112a156be1e8a09ec", + "x-ms-correlation-request-id": "4a421b46-e79a-48cb-9480-c4c783fcdb73", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "a24ad4d4-9d79-4991-889f-37a0203efd0a", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145139Z:4a421b46-e79a-48cb-9480-c4c783fcdb73", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-105069113259b53b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ffbe8b504f883884822d03555d7937e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:52:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ffbe8b504f883884822d03555d7937e0", + "x-ms-correlation-request-id": "c764f760-69c1-48d3-84d1-37846cd02cab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "fd2e8413-047b-4af0-86e3-4fe65b110205", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145211Z:c764f760-69c1-48d3-84d1-37846cd02cab", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-db6b494b2d591e06-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5abd08d4186ba202c5a543fc89163bb9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:52:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5abd08d4186ba202c5a543fc89163bb9", + "x-ms-correlation-request-id": "6e1be00d-a33a-4250-bc29-6ae6d119bf1b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "76d1d267-8ec8-4cb2-a0b3-411f1bd8da5e", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145243Z:6e1be00d-a33a-4250-bc29-6ae6d119bf1b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-e1adccb2adb5d822-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "162d806acaff7526045a086c2a7b1099", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:53:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "162d806acaff7526045a086c2a7b1099", + "x-ms-correlation-request-id": "b4335779-9b5b-4d46-a38f-35548f7b82ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "10de47e7-1e52-46fe-8036-e41f57764432", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145315Z:b4335779-9b5b-4d46-a38f-35548f7b82ea", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-a11a2b1d5955eac2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "16ea756aafcc3881881c3ae20b87af6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:53:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16ea756aafcc3881881c3ae20b87af6c", + "x-ms-correlation-request-id": "9ddcde9b-89ed-4b2e-929e-d99c50dd2ce5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "364ad1aa-ffef-4721-9525-0a9af624a20a", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145349Z:9ddcde9b-89ed-4b2e-929e-d99c50dd2ce5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-5f53a49c2f5e43c3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ddeb4af2204b09e0e148551110967749", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:54:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ddeb4af2204b09e0e148551110967749", + "x-ms-correlation-request-id": "6e09c1e3-2300-4b94-8b18-6cc17bf9c218", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "917e1f0d-11ad-4dc2-b5b4-3f5c40ec5b1b", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145421Z:6e09c1e3-2300-4b94-8b18-6cc17bf9c218", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-ced428f195915e31-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1391aa95252cbaecfff58ee39044697c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:54:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1391aa95252cbaecfff58ee39044697c", + "x-ms-correlation-request-id": "83850a35-5f48-4a17-b874-b98856ef1175", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "c6c7d95b-7049-4f3d-b498-ef6303ead3f0", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145453Z:83850a35-5f48-4a17-b874-b98856ef1175", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-6bb3c9b6899c5613-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "df799cab33904a4e95e134845a7027f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:55:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df799cab33904a4e95e134845a7027f2", + "x-ms-correlation-request-id": "16d9335e-b064-40b5-a70a-5aa6d220015c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "b4945849-fdf1-4355-aeab-0d90d5d6b46b", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145526Z:16d9335e-b064-40b5-a70a-5aa6d220015c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-a79c5582b96adc18-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "614df0a49bf5cd3f5d30de5592fd799d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:55:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "614df0a49bf5cd3f5d30de5592fd799d", + "x-ms-correlation-request-id": "af93d631-c8e0-4a62-805c-99c83ae794da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "2af8788c-1e59-4a02-948e-49e1ce718500", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145558Z:af93d631-c8e0-4a62-805c-99c83ae794da", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-899c1dadc73f0303-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7466d8de981c61b95c477e4bf067608f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:56:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7466d8de981c61b95c477e4bf067608f", + "x-ms-correlation-request-id": "ca6af998-fc39-4def-a374-3f38c998dc06", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "fa005b3d-924d-4e5e-aab5-70bc153aec36", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145630Z:ca6af998-fc39-4def-a374-3f38c998dc06", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-5674b441353076ab-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a03e9bce08f70f875cab815f55f8b897", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:57:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a03e9bce08f70f875cab815f55f8b897", + "x-ms-correlation-request-id": "bc4771c4-7262-4b7a-b68b-36ec5466c891", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "df79bab4-4144-42e4-94c3-c2a5edb6be10", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145702Z:bc4771c4-7262-4b7a-b68b-36ec5466c891", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-a26946471a48d33d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "81a69768b3090cd537eb05ae1cf4dcf6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:57:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81a69768b3090cd537eb05ae1cf4dcf6", + "x-ms-correlation-request-id": "8179549a-6918-4b42-966a-a97482e26a78", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "ea014ec7-7dd7-4778-be50-3cbf81ecc242", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145734Z:8179549a-6918-4b42-966a-a97482e26a78", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-cd82a0790a95c754-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f6874ed0d8bed6a55156177016590b64", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:58:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f6874ed0d8bed6a55156177016590b64", + "x-ms-correlation-request-id": "284ca0ef-c9e0-4fab-ad37-13590e258bce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "76b9e33a-e41e-4f44-be48-5c9b41655f12", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145806Z:284ca0ef-c9e0-4fab-ad37-13590e258bce", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-e72143a5c092e1a7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "59e3e78fdec11b85c532680b03d8f367", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:58:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59e3e78fdec11b85c532680b03d8f367", + "x-ms-correlation-request-id": "f20f1c59-472a-4fe9-ac36-527e68ae1430", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "06693637-90c8-4f16-a72d-4463388e3ae2", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145838Z:f20f1c59-472a-4fe9-ac36-527e68ae1430", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-dd2574a961e5ed92-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "068e8bcfc2718fd9f1cf30b39b65f5dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:59:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "068e8bcfc2718fd9f1cf30b39b65f5dd", + "x-ms-correlation-request-id": "9de3139b-4d86-487d-bcf8-b1d3d5d8b9e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "c542329c-d245-4966-ae70-f3dae4a305f3", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145910Z:9de3139b-4d86-487d-bcf8-b1d3d5d8b9e6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-c486528f0a94c63a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "351fa0df8311f234c96c308c709ad379", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 14:59:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "351fa0df8311f234c96c308c709ad379", + "x-ms-correlation-request-id": "ce0c3940-54b2-47c9-93a8-3ec95aa2be57", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "e74e7ca6-25a7-49c1-93c3-1a108ef81d3f", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T145943Z:ce0c3940-54b2-47c9-93a8-3ec95aa2be57", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-2c6b7a9fac6b6ae5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8aa1b06205cbccf20d5368f1aed18060", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:00:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8aa1b06205cbccf20d5368f1aed18060", + "x-ms-correlation-request-id": "28dc4df9-5a25-42e5-bdec-3743245a8cc4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "a7e2a57e-fbae-4599-bdd7-e315d73da0af", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150015Z:28dc4df9-5a25-42e5-bdec-3743245a8cc4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-e0f45e6b76cc8f80-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "622b8b3cbeb94c56569c3d05914d1f56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:00:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "622b8b3cbeb94c56569c3d05914d1f56", + "x-ms-correlation-request-id": "a7e03d92-eaa1-4301-9151-bc362cc7c715", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "fce7e4b8-c551-43eb-b6ac-89694c3d2067", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150047Z:a7e03d92-eaa1-4301-9151-bc362cc7c715", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-f6f72b375651cd0e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ea50b7fc6bc3da12ae5227bd1a4344f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:01:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea50b7fc6bc3da12ae5227bd1a4344f7", + "x-ms-correlation-request-id": "b2eec44b-2856-4e05-9454-fce011c0bdb7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "8dfbf367-97a2-4463-82c8-7b9c61978248", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150119Z:b2eec44b-2856-4e05-9454-fce011c0bdb7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-1887e4f10f643c4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e44fcfeb716ea4bf5955342fc7ed3bc0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:01:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e44fcfeb716ea4bf5955342fc7ed3bc0", + "x-ms-correlation-request-id": "cd087924-33e3-4524-8149-8d6784c3549f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "7db388d0-3ea7-4f4e-9d70-e3e6f1f719be", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150151Z:cd087924-33e3-4524-8149-8d6784c3549f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-611e8f4b2b6253d0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f7f512349581d19d7850b36696983113", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:02:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f7f512349581d19d7850b36696983113", + "x-ms-correlation-request-id": "373ee979-eebe-486c-ab96-ee0ee6c000af", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "da655ad5-b67b-4d91-96e2-18be25472c17", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150223Z:373ee979-eebe-486c-ab96-ee0ee6c000af", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-3e1c5878da6bbd7a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c21945573afd8ae7f7ab916d36e312c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:02:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c21945573afd8ae7f7ab916d36e312c0", + "x-ms-correlation-request-id": "611d9fd6-d697-445e-92a6-d908d6b7f146", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "7ecdae52-0c67-4f4d-9a88-afa4be52f09c", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150255Z:611d9fd6-d697-445e-92a6-d908d6b7f146", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "status": "InProgress", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c871e87b-a363-4a13-96da-fa65ae3789c7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-bf8de099323a90e1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "088867174c4d5676327e6c1dbd590ec0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:03:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "088867174c4d5676327e6c1dbd590ec0", + "x-ms-correlation-request-id": "aff54142-1c9a-43fb-937a-02c5c34c08ed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "e6009193-999a-4097-adc8-df928a8c8882", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150328Z:aff54142-1c9a-43fb-937a-02c5c34c08ed", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T14:51:04.1276698\u002B00:00", + "endTime": "2023-06-13T15:03:07.1703883\u002B00:00", + "status": "Succeeded", + "name": "c871e87b-a363-4a13-96da-fa65ae3789c7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS1307?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-36217885dfbb4d08a0953422348e0b08-01cd065fbffc4797-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "82d7212479d4fac22a6b00d5032f9a95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4378", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:03:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82d7212479d4fac22a6b00d5032f9a95", + "x-ms-correlation-request-id": "7d3c6f7f-c906-4ad4-9b6b-338a9a52c8f3", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "7030183e-eee5-4447-a6f4-c3496808d9b7", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150328Z:7d3c6f7f-c906-4ad4-9b6b-338a9a52c8f3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "name": "testamlFS1307", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS1307", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.18", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.18@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMTgKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IDFlZjYyZGU3LTcwNjktNDJlNS04MzNkLTc5ZmQyMGU2ODJjNgogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4xOApwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-13T14:51:03.9360868Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-13T14:51:03.9360868Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS1307?api-version=2023-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-e43343c06cd2b22d-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2f4ff33d29100ac5cfc28f7fcdc9cc9e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 13 Jun 2023 15:03:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?monitor=true\u0026api-version=2023-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2f4ff33d29100ac5cfc28f7fcdc9cc9e", + "x-ms-correlation-request-id": "082f0efe-09d5-4509-a510-969acad92b4f", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "ef0e8fad-6328-461c-b442-65581da8bafb", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150329Z:082f0efe-09d5-4509-a510-969acad92b4f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-a55915c028822aa4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c9dfd6e3de09fab05bccb312e9432c60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:03:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c9dfd6e3de09fab05bccb312e9432c60", + "x-ms-correlation-request-id": "2418b023-733b-463c-b22e-057951561017", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "cd844e9c-d52b-4715-950e-4af5a62e4657", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150329Z:2418b023-733b-463c-b22e-057951561017", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-d0787df9098e1ab9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3337619e85e5ad8908b18b824ae3be2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:03:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3337619e85e5ad8908b18b824ae3be2d", + "x-ms-correlation-request-id": "2e8dd40e-1fd2-4b85-8a02-df8a46d23e1c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "1fdf58d5-e8a8-4f5d-a56a-0a198edaaf54", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150330Z:2e8dd40e-1fd2-4b85-8a02-df8a46d23e1c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-2e44091513ee688c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f79c8d7003eabe94204eba3fddd9b461", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:03:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f79c8d7003eabe94204eba3fddd9b461", + "x-ms-correlation-request-id": "1589ec1b-188e-45e0-a2e7-01e04c103982", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "60b2cbfc-3830-4310-afa9-e270ddc0abab", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150331Z:1589ec1b-188e-45e0-a2e7-01e04c103982", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-fda7a73c490d03b4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eb437e601f695e1d4c32c157532db077", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:03:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb437e601f695e1d4c32c157532db077", + "x-ms-correlation-request-id": "a83493cb-acc6-4f54-8bd9-bfbdf88a70c1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "ffa31e77-30f0-4d80-9901-fb6f8633bbcc", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150332Z:a83493cb-acc6-4f54-8bd9-bfbdf88a70c1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-95cc9db78f8e2ff1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5ca1850e35a69b76cc781396ca49d02f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:03:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ca1850e35a69b76cc781396ca49d02f", + "x-ms-correlation-request-id": "8dcde431-7601-443f-abdf-ce9466ab5e58", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "9436aab2-fb7e-4719-9d92-8005421b751c", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150334Z:8dcde431-7601-443f-abdf-ce9466ab5e58", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-6ac770f834359473-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cc2229fcd29f51c36f3eaab7423d6bf2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:03:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc2229fcd29f51c36f3eaab7423d6bf2", + "x-ms-correlation-request-id": "89ef2dfa-67aa-4bb6-807d-f3e672faf993", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "909c8f30-979a-49b0-8c49-fd2fd3b094e2", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150338Z:89ef2dfa-67aa-4bb6-807d-f3e672faf993", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-0bc221f3b4bd6987-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5731429e58372bba07a81ef10b869303", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:03:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5731429e58372bba07a81ef10b869303", + "x-ms-correlation-request-id": "e27d3683-034f-402b-9cd9-90fb7655d0b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "5b428d0a-5114-4758-a208-a66bc8d46a22", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150346Z:e27d3683-034f-402b-9cd9-90fb7655d0b3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-cf74a514773f24a8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "295a9162e30b3bd8c250ec688bbe598f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:04:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "295a9162e30b3bd8c250ec688bbe598f", + "x-ms-correlation-request-id": "90b2b467-b7b2-4fd7-95d4-d214f2556891", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "7bee02bf-98cc-40ad-9e39-54d133ef42dd", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150403Z:90b2b467-b7b2-4fd7-95d4-d214f2556891", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-bb6b9adb307c110b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "88f7200d7818a4f76ff6c4f7b4d245e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:04:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88f7200d7818a4f76ff6c4f7b4d245e9", + "x-ms-correlation-request-id": "410ca251-37b9-401e-bd0a-bca9d3ede5b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "12e451e9-2ce0-419f-8b8c-abdda7b06734", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150435Z:410ca251-37b9-401e-bd0a-bca9d3ede5b5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-383a1e3305ad6864-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b055a7aa41e2bbe76af695e66c52a049", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:05:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b055a7aa41e2bbe76af695e66c52a049", + "x-ms-correlation-request-id": "effab66c-f592-4877-9ef7-bfa43767d7a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "53ec12bd-db72-4ef9-a5f9-ff447f8e63f8", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150507Z:effab66c-f592-4877-9ef7-bfa43767d7a0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-b248776e7c334069-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ebe48e4f0a8fe9ea99b6ba141ee186ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:05:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ebe48e4f0a8fe9ea99b6ba141ee186ef", + "x-ms-correlation-request-id": "10b0764b-378e-4018-a0db-231e1511ac30", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "fe4b43da-b765-4955-ad40-d1650443b600", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150539Z:10b0764b-378e-4018-a0db-231e1511ac30", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-1f1aac220c6dc10d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e3bd030ba869cbac393b1e21e311371d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:06:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3bd030ba869cbac393b1e21e311371d", + "x-ms-correlation-request-id": "51c37eaf-c45f-4258-ab9f-e5fb1723efc9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "b543e6b9-307f-4c62-b207-504461a8af15", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150611Z:51c37eaf-c45f-4258-ab9f-e5fb1723efc9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-5fe7c19665a86f82-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "26a77b5659eda05abc6b162c87d29d89", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:06:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "26a77b5659eda05abc6b162c87d29d89", + "x-ms-correlation-request-id": "9e54b2c1-a41c-4dd4-9d74-fb139a44bb4a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "55fffe24-809c-4854-a27d-0c3d8fb16e5a", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150643Z:9e54b2c1-a41c-4dd4-9d74-fb139a44bb4a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-f19f63f47b38c052-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "69daa56fbc94a6dfe118b253ecc80688", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:07:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69daa56fbc94a6dfe118b253ecc80688", + "x-ms-correlation-request-id": "c3973dc8-f82d-49f0-8b5e-cfc59f60a432", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "b2238b17-72c7-4fa2-b0a3-149ada33a04c", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150715Z:c3973dc8-f82d-49f0-8b5e-cfc59f60a432", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-9e702deec1d72c47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a2bd9c7e6039b201a81d27fd92804466", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:07:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a2bd9c7e6039b201a81d27fd92804466", + "x-ms-correlation-request-id": "246d911a-97fa-485c-8b62-ca5b74a90332", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "8907f5ed-a921-4aff-ae7c-e059688c3d2d", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150747Z:246d911a-97fa-485c-8b62-ca5b74a90332", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-085777b8ab1def3f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3db1949ece369a899c0044d5a707b3f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:08:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3db1949ece369a899c0044d5a707b3f3", + "x-ms-correlation-request-id": "c5d1a004-7567-4a45-b1de-11ee25449223", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "c03d73fb-c30b-4e41-b766-ae33a029c5ff", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150820Z:c5d1a004-7567-4a45-b1de-11ee25449223", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-1359ae3d555e8293-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eaad8d65fa140f4fa328c07795e11461", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:08:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eaad8d65fa140f4fa328c07795e11461", + "x-ms-correlation-request-id": "9c7047a3-31b0-425e-a903-673abfcf10d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "48e96058-a999-4740-acbe-83fee45b88ff", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150852Z:9c7047a3-31b0-425e-a903-673abfcf10d6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-11301a7832fda475-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "58b44bd3c916b052132306381b2c0aa1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:09:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58b44bd3c916b052132306381b2c0aa1", + "x-ms-correlation-request-id": "5d67d673-5d2e-4f58-b78b-78e68623fc7c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "f351dcac-09b0-4649-a472-8df07904a124", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150924Z:5d67d673-5d2e-4f58-b78b-78e68623fc7c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-edd013055b2ad215-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0498336a59d3a35145a2990e0d1105ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:09:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0498336a59d3a35145a2990e0d1105ba", + "x-ms-correlation-request-id": "2d5098c7-785c-4e1d-8621-c6fd8fcfad9c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "5a3e0f01-c8cc-4577-b2d2-1d2bae9d9976", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T150956Z:2d5098c7-785c-4e1d-8621-c6fd8fcfad9c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-899c6ac93b61440f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5b01e3ec5b529cdd3bfcd7f1f417f377", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:10:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b01e3ec5b529cdd3bfcd7f1f417f377", + "x-ms-correlation-request-id": "89afeccf-a784-4761-af77-edd3648fd9ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "2046f406-faa0-4b36-9ef7-3b24076cedf2", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151028Z:89afeccf-a784-4761-af77-edd3648fd9ee", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-da392df9a304fe17-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "620c1e1d0f48798df91013742f43a301", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:11:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "620c1e1d0f48798df91013742f43a301", + "x-ms-correlation-request-id": "33b7cd73-b80b-4882-873d-666fca318350", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "48c52374-b1de-4515-a50e-494289c92cf9", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151100Z:33b7cd73-b80b-4882-873d-666fca318350", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-78491eb0e3edf168-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "384b4c1eaf2a0f4f56fcc9d78260af2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:11:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "384b4c1eaf2a0f4f56fcc9d78260af2d", + "x-ms-correlation-request-id": "319deefb-23ef-4589-bbb7-daeb2881ce86", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "fa33ee0b-b44d-4dee-886d-2e7c218d9773", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151132Z:319deefb-23ef-4589-bbb7-daeb2881ce86", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-c381418e8d98df96-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "eef022aea304dd715588614147686cf7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:12:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eef022aea304dd715588614147686cf7", + "x-ms-correlation-request-id": "3c0ca588-eaf0-4c55-b0e6-1733becd4bea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "b0c12442-f470-4b6d-8f27-a117a09c7e34", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151204Z:3c0ca588-eaf0-4c55-b0e6-1733becd4bea", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-b1d799adf1d88a1f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a8d3d558bbcb6e4dcffd0b4b45b6f799", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:12:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8d3d558bbcb6e4dcffd0b4b45b6f799", + "x-ms-correlation-request-id": "f4462734-2c79-4b74-8593-320ea96e2354", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "a4977b5f-31af-49ce-91ca-38b860844e2c", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151236Z:f4462734-2c79-4b74-8593-320ea96e2354", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-3fd8da0f3715245f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0dc5e561b4537bfcda6ee2a24d0dc7ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:13:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0dc5e561b4537bfcda6ee2a24d0dc7ed", + "x-ms-correlation-request-id": "c960ab5f-7128-4f37-ad3b-04ddd542307e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "2cfb59af-7da8-45a0-bd54-8b7d21493b86", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151308Z:c960ab5f-7128-4f37-ad3b-04ddd542307e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-94b96112e86ba925-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ad7ed190068cf362d4811f079725979f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:13:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ad7ed190068cf362d4811f079725979f", + "x-ms-correlation-request-id": "2f40b461-3ca5-4647-983f-248f1996a568", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "a7c91a7f-03ac-42ed-9fc3-154cccc6eb56", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151341Z:2f40b461-3ca5-4647-983f-248f1996a568", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-c112a55925f75f1a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "62dfc8915fa2a3a4d858ce5cd8ab21c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:14:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62dfc8915fa2a3a4d858ce5cd8ab21c1", + "x-ms-correlation-request-id": "f11cb9fd-a4f1-4502-9a41-3341fa9491ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "632114a1-7e66-411c-856c-6b579fbbd13e", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151413Z:f11cb9fd-a4f1-4502-9a41-3341fa9491ea", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-6584d59cb1c16614-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "74bb1e3649375b0c82d238d195f5e3b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:14:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "74bb1e3649375b0c82d238d195f5e3b4", + "x-ms-correlation-request-id": "3404fc24-68cb-4dd4-9fdc-5b83c9f4a182", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "bbadf310-466c-4377-a865-56fb36a624ca", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151445Z:3404fc24-68cb-4dd4-9fdc-5b83c9f4a182", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "status": "InProgress", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef0e8fad-6328-461c-b442-65581da8bafb?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-312f84737445874cb3423fe4c2f8631c-017ff77d994ea612-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "851143d6642d304b2ddbd43438051b29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:15:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "851143d6642d304b2ddbd43438051b29", + "x-ms-correlation-request-id": "c1cfae73-72a8-477d-9926-256288ae08e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "cb588e9f-8840-4987-a7df-2510a8d14ee5", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151517Z:c1cfae73-72a8-477d-9926-256288ae08e5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:03:29.0109469\u002B00:00", + "endTime": "2023-06-13T15:15:02.2324468\u002B00:00", + "status": "Succeeded", + "name": "ef0e8fad-6328-461c-b442-65581da8bafb" + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "LOCATION": "westus", + "RandomSeed": "978160574", + "RESOURCE_GROUP": "rg-rdupuisstoragecache", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "storage_account_name": "sdktestingstorageaccount", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "vnet_name": "vnet1" + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/CreateOrUpdate()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/CreateOrUpdate()Async.json new file mode 100644 index 000000000000..31cb5480eafe --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/CreateOrUpdate()Async.json @@ -0,0 +1,1425 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-bf20a5f670e688261874915ea73b2adb-5c8bc959a7f14502-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c78442bc209099f7a048888fc93c9334", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:24:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8bafd1f5-c419-41c4-ad2f-c23203f825dc", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "8bafd1f5-c419-41c4-ad2f-c23203f825dc", + "x-ms-routing-request-id": "EASTUS:20230613T202417Z:8bafd1f5-c419-41c4-ad2f-c23203f825dc" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", + "managedByTenants": [], + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "Avere_AscTIP1_Test", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-c2e94ec7caad453561cabc14796a6270-d2b8fe706463c374-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "15956f5e49ea1eeb9398bbf9d3f9707c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:24:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7a204fca-1c1e-43ca-ab45-f98ca38b0ac3", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "7a204fca-1c1e-43ca-ab45-f98ca38b0ac3", + "x-ms-routing-request-id": "EASTUS:20230613T202417Z:7a204fca-1c1e-43ca-ab45-f98ca38b0ac3" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "Owners": "rdupuis", + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-17T21:08:42.8546973Z" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS7608?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "842", + "Content-Type": "application/json", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-3089494e5385261a-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7040e38370e3432168e74fac65a95c74", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "zones": [ + "1" + ], + "tags": {}, + "location": "eastus", + "properties": { + "storageCapacityTiB": 16, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet", + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2036", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:24:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7040e38370e3432168e74fac65a95c74", + "x-ms-correlation-request-id": "ccf256ef-cbe9-4d94-aa4d-cd8755b89f2b", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "93c89f21-24c4-4119-877c-f2cfc5d680a5", + "x-ms-routing-request-id": "EASTUS:20230613T202421Z:ccf256ef-cbe9-4d94-aa4d-cd8755b89f2b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "name": "testamlFS7608", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS7608", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Transitioning", + "statusDescription": "The cluster is in the process of changing states" + }, + "provisioningState": "Creating", + "clientInfo": { + "mgsAddress": "", + "mountCommand": "", + "lustreVersion": "", + "containerStorageInterface": { + "persistentVolumeClaim": "", + "persistentVolume": "", + "storageClass": "" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-13T20:24:19.6972798Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-13T20:24:19.6972798Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-04b2d3c7d71d070a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "58453a0bc353fe7a73d181629c722eef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:24:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58453a0bc353fe7a73d181629c722eef", + "x-ms-correlation-request-id": "1522caeb-b226-49a2-916a-b10422ad576a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "a10186e2-e2c6-4b4d-9a28-faec82c92b78", + "x-ms-routing-request-id": "EASTUS:20230613T202421Z:1522caeb-b226-49a2-916a-b10422ad576a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-45e6dac437cdd600-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bf61845e655410e471e90aaf78bc46a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:24:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf61845e655410e471e90aaf78bc46a2", + "x-ms-correlation-request-id": "5586d44d-0067-42df-b0f5-7ec3b5828dc9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "770d1295-b7c3-44f0-b235-620d148cd793", + "x-ms-routing-request-id": "EASTUS:20230613T202422Z:5586d44d-0067-42df-b0f5-7ec3b5828dc9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-97e6ac677fb880f3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2aa077400363ae21bf1da39ef10fbaf3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:24:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2aa077400363ae21bf1da39ef10fbaf3", + "x-ms-correlation-request-id": "540f04a2-4c9c-4941-9a24-3453344fabf7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "c1ca38fc-0658-47d3-acf8-b2c5171110fe", + "x-ms-routing-request-id": "EASTUS:20230613T202424Z:540f04a2-4c9c-4941-9a24-3453344fabf7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-4fa3477c286fba03-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "78060805e663a5835534e76ab8cb86b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:24:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78060805e663a5835534e76ab8cb86b7", + "x-ms-correlation-request-id": "b3103224-09e3-4594-aa13-8b5873e7681c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "adfc7ae4-3c23-468f-8bc3-64c3e37e8ef0", + "x-ms-routing-request-id": "EASTUS:20230613T202425Z:b3103224-09e3-4594-aa13-8b5873e7681c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-1ed5e818785131b0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2521de8b03d15b8c63b30036c2461f61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:24:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2521de8b03d15b8c63b30036c2461f61", + "x-ms-correlation-request-id": "75c20f9d-d3b3-4e3e-8448-a0cace809245", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "d4284dcb-607b-4fce-a72d-198415961135", + "x-ms-routing-request-id": "EASTUS:20230613T202427Z:75c20f9d-d3b3-4e3e-8448-a0cace809245", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-ce4ee962f4e3b25c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "70a9172ecdb65a3ff3fbd52e1cb7f5f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:24:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70a9172ecdb65a3ff3fbd52e1cb7f5f4", + "x-ms-correlation-request-id": "89f7869b-0470-4e72-b1d6-71c8c26e7984", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "901e887d-17a6-4cb0-9aa5-6d9ddf873934", + "x-ms-routing-request-id": "EASTUS:20230613T202431Z:89f7869b-0470-4e72-b1d6-71c8c26e7984", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-d31dc82d13e544d9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1212ec9695ee01227caa14afe64de30f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:24:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1212ec9695ee01227caa14afe64de30f", + "x-ms-correlation-request-id": "fd577efb-f21b-4fd1-b5f8-392fb4bbd8c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "f4ec1e8c-59c2-4350-86e9-2a0b0cdaf116", + "x-ms-routing-request-id": "EASTUS:20230613T202439Z:fd577efb-f21b-4fd1-b5f8-392fb4bbd8c2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-8c09a2c20c168b95-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a13b85151621bd009fc732d52e5d3eac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:24:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a13b85151621bd009fc732d52e5d3eac", + "x-ms-correlation-request-id": "6406016d-7cfa-4fdd-ab15-729db2438a6b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "d0d3897c-dc10-4e84-9629-048cee89aabc", + "x-ms-routing-request-id": "EASTUS:20230613T202455Z:6406016d-7cfa-4fdd-ab15-729db2438a6b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-786c1744d909224e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d6a00cbe0c339973f4a7f30bb88f74a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:25:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6a00cbe0c339973f4a7f30bb88f74a6", + "x-ms-correlation-request-id": "af8c2371-3eaa-4315-ad5a-9083c3e10283", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "345ee1b3-833d-48dc-8789-86f98dfb9187", + "x-ms-routing-request-id": "EASTUS:20230613T202527Z:af8c2371-3eaa-4315-ad5a-9083c3e10283", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-ada7dff5ec7043d1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9619c618537b80d3eb557326624cd31e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:25:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9619c618537b80d3eb557326624cd31e", + "x-ms-correlation-request-id": "647ca14c-1beb-4531-8169-94126dfcd8a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "c9cab988-055a-48a9-ac4f-7a80494139e1", + "x-ms-routing-request-id": "EASTUS:20230613T202559Z:647ca14c-1beb-4531-8169-94126dfcd8a7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-8114038107b0d746-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d9f1686c0cac08db12a2ac7922f4040f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:26:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d9f1686c0cac08db12a2ac7922f4040f", + "x-ms-correlation-request-id": "7589df07-f723-4dae-b14f-848d5ee575ca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "399b16ce-66a5-4775-bff9-50a4a2f13735", + "x-ms-routing-request-id": "EASTUS:20230613T202631Z:7589df07-f723-4dae-b14f-848d5ee575ca", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-b29075ec42a727bf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "68bd8c53a7446b303920eade994c36a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:27:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68bd8c53a7446b303920eade994c36a8", + "x-ms-correlation-request-id": "02c666e0-3c29-40d7-8c8b-feb7b0d4d8a3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "5202800b-2543-4524-bd17-85a352ceebe7", + "x-ms-routing-request-id": "EASTUS:20230613T202703Z:02c666e0-3c29-40d7-8c8b-feb7b0d4d8a3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-7a7279979eddda3d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "509fd4d49a9e0bf9ea1084d9a6595df7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:27:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "509fd4d49a9e0bf9ea1084d9a6595df7", + "x-ms-correlation-request-id": "d2659c8e-19b9-4132-9170-23e446e32595", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "9bbb8a29-d440-46d7-9417-5d31d0d81933", + "x-ms-routing-request-id": "EASTUS:20230613T202735Z:d2659c8e-19b9-4132-9170-23e446e32595", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-95cd1b04e7ce0107-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d6d363506b8ec4da3786a08c21fd6ec6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:28:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6d363506b8ec4da3786a08c21fd6ec6", + "x-ms-correlation-request-id": "620d3391-8979-41e0-88b1-abef5aa22b60", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "6bd319a0-4ebf-4687-901d-1977e7d5a92f", + "x-ms-routing-request-id": "EASTUS:20230613T202807Z:620d3391-8979-41e0-88b1-abef5aa22b60", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-c523a2bef018a63d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4ea4046bb455b97093b27d332357c4df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:28:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ea4046bb455b97093b27d332357c4df", + "x-ms-correlation-request-id": "f2c171b2-6729-43d7-9a16-18496d553813", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "9183339e-f57a-490d-ae80-1a20db1d26a1", + "x-ms-routing-request-id": "EASTUS:20230613T202840Z:f2c171b2-6729-43d7-9a16-18496d553813", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-036aaa4f1c720c47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "368df3c260796919fada1818f96ce9ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:29:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "368df3c260796919fada1818f96ce9ec", + "x-ms-correlation-request-id": "ed66a7b8-a3c2-4881-81c0-03940d94b90a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "40a6327f-f692-443b-aee3-7fd092bf74ed", + "x-ms-routing-request-id": "EASTUS:20230613T202912Z:ed66a7b8-a3c2-4881-81c0-03940d94b90a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-c8c54c92279f2bcd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a16dbea10fb59ca1f21a43dceda6a1e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:29:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a16dbea10fb59ca1f21a43dceda6a1e0", + "x-ms-correlation-request-id": "3d996e47-7a0d-4d0c-8ec1-8e677a04ef33", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "d90d747c-2dda-4c6e-95e6-bb2f50466e3c", + "x-ms-routing-request-id": "EASTUS:20230613T202944Z:3d996e47-7a0d-4d0c-8ec1-8e677a04ef33", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-8a46b54fee258be0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2ec9c1c138700a4deb3b537a9b58bf26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:30:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ec9c1c138700a4deb3b537a9b58bf26", + "x-ms-correlation-request-id": "f49f6512-cdb2-47d6-b781-980e7b4b8702", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "4ae8fcab-48cc-446a-adb9-a68b2fdfe3a8", + "x-ms-routing-request-id": "EASTUS:20230613T203016Z:f49f6512-cdb2-47d6-b781-980e7b4b8702", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-01f23a1b510621f3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "659291c822e9b32a51f1435e1d3d7b53", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:30:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "659291c822e9b32a51f1435e1d3d7b53", + "x-ms-correlation-request-id": "d9522428-0d9a-4fac-b7c1-82b3cf3b8ad5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "30f0e5af-61fb-457e-b4d5-585e515de84e", + "x-ms-routing-request-id": "EASTUS:20230613T203048Z:d9522428-0d9a-4fac-b7c1-82b3cf3b8ad5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-7d58e4d7ac01adda-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "38573839bba2697c7163b679bb27009a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:31:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "38573839bba2697c7163b679bb27009a", + "x-ms-correlation-request-id": "ce947cb0-7a30-44da-acda-281e4d89f072", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "8ddfedd3-502a-49cb-856a-30b2cd158978", + "x-ms-routing-request-id": "EASTUS:20230613T203120Z:ce947cb0-7a30-44da-acda-281e4d89f072", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-2e9b4de01f39a3fb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5c131c5b3c149ef69615dc7ef5eeedad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:31:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c131c5b3c149ef69615dc7ef5eeedad", + "x-ms-correlation-request-id": "ddcef63c-e583-45cd-9f9f-9708ab1f4aea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "6bb13df1-7e2f-4f31-82da-0241cf9a85e0", + "x-ms-routing-request-id": "EASTUS:20230613T203152Z:ddcef63c-e583-45cd-9f9f-9708ab1f4aea", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-bb83941153a7290e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "634000bf86010d841428f3866cb0f82a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:32:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "634000bf86010d841428f3866cb0f82a", + "x-ms-correlation-request-id": "b3d9e2cc-e0e1-467e-80c0-f63ce4be5fb4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "c796ac95-fec7-4423-a3f3-5450f28b2cd8", + "x-ms-routing-request-id": "EASTUS:20230613T203224Z:b3d9e2cc-e0e1-467e-80c0-f63ce4be5fb4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-316f30c986ebd17f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0003a8f11f2afd3e41b8a18cdffe7482", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:32:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0003a8f11f2afd3e41b8a18cdffe7482", + "x-ms-correlation-request-id": "978404d3-c51e-4e75-b92f-4eabf1738504", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "dbe9fd6b-0473-41ae-a12b-f52fb40a0008", + "x-ms-routing-request-id": "EASTUS:20230613T203256Z:978404d3-c51e-4e75-b92f-4eabf1738504", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-a7a6b5017f8c06f7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bbb908759ce6d499980548ec487032e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:33:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bbb908759ce6d499980548ec487032e6", + "x-ms-correlation-request-id": "d34be0a2-b1d2-4a3b-a16d-d505a6b628e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "a60a55bd-c62e-4334-8f4b-e5b20a3a5ef5", + "x-ms-routing-request-id": "EASTUS:20230613T203328Z:d34be0a2-b1d2-4a3b-a16d-d505a6b628e5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-bbdc756a96d87ffd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4c8db21deceaa083c1432248e5f72e16", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:34:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c8db21deceaa083c1432248e5f72e16", + "x-ms-correlation-request-id": "55872fbd-17cf-4b03-9e32-945143d0fb6f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "8b0492a0-287e-4c64-a697-abb3c112e8a7", + "x-ms-routing-request-id": "EASTUS:20230613T203400Z:55872fbd-17cf-4b03-9e32-945143d0fb6f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-f789add0e9a1c2fc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "631070b43df754430f2f6824d752b5d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:34:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "631070b43df754430f2f6824d752b5d1", + "x-ms-correlation-request-id": "d2ab7c7d-a383-46f0-a8d2-47442e466918", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "c3615030-34c5-43bd-905f-006b6778b3a1", + "x-ms-routing-request-id": "EASTUS:20230613T203432Z:d2ab7c7d-a383-46f0-a8d2-47442e466918", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-3c12d6747052ac7c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2d6fbb85277088988519f9a37a50efa0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:35:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d6fbb85277088988519f9a37a50efa0", + "x-ms-correlation-request-id": "dce468be-0434-43c5-859b-a9886585e439", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "62ffb029-6182-4fd7-b39a-c1be70b0ea65", + "x-ms-routing-request-id": "EASTUS:20230613T203505Z:dce468be-0434-43c5-859b-a9886585e439", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-c1941dc0f0857ed3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d73731d7ce5fdfee6e393dbb845ec96e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:35:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d73731d7ce5fdfee6e393dbb845ec96e", + "x-ms-correlation-request-id": "698a477f-c30c-4dce-b0ea-14c6713b1810", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "9519ec7e-bf4f-4233-a358-6f1916e1c79e", + "x-ms-routing-request-id": "EASTUS:20230613T203537Z:698a477f-c30c-4dce-b0ea-14c6713b1810", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "status": "InProgress", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/93c89f21-24c4-4119-877c-f2cfc5d680a5?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-e1b3c369e6c02ee5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "29c2508e01888ca5d888dedd439fdabe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "183", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:36:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29c2508e01888ca5d888dedd439fdabe", + "x-ms-correlation-request-id": "6c68487f-5492-4415-b882-b7e89f8ac9e8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "c18d5dff-2b5c-4df5-936f-c0e406f2f3ba", + "x-ms-routing-request-id": "EASTUS:20230613T203609Z:6c68487f-5492-4415-b882-b7e89f8ac9e8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T20:24:19.724628\u002B00:00", + "endTime": "2023-06-13T20:35:57.9079302\u002B00:00", + "status": "Succeeded", + "name": "93c89f21-24c4-4119-877c-f2cfc5d680a5" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS7608?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7fc1f2dbbc1a9683904cc6e26c903e89-3d3ecc15f9313cb2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a54dc73fdd1ab771cc8fbe37eadc0426", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4372", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 20:36:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a54dc73fdd1ab771cc8fbe37eadc0426", + "x-ms-correlation-request-id": "ca0968d8-115c-4ff0-b877-44bbc2760ea9", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "fb7ccc54-63cc-4f02-badc-c11eda9aa243", + "x-ms-routing-request-id": "EASTUS:20230613T203609Z:ca0968d8-115c-4ff0-b877-44bbc2760ea9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "name": "testamlFS7608", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS7608", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.4", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.4@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuNAogICAgIyBNYWtlIHN1cmUgdGhpcyBWb2x1bWVJRCBpcyB1bmlxdWUgaW4gdGhlIGNsdXN0ZXIKICAgIHZvbHVtZUhhbmRsZTogNzUzZTZjNzItZjg1Yy00YzgyLWFhNTItY2UxOWRmMzg5NGI1CiAgIyAiRGVsZXRlIiBpcyBub3Qgc3VwcG9ydGVkIGluIHN0YXRpYyBwcm92aXNpb25pbmcgUFYKICBtb3VudE9wdGlvbnM6CiAgICAtIG5vYXRpbWUKICAgIC0gZmxvY2sKICBwZXJzaXN0ZW50Vm9sdW1lUmVjbGFpbVBvbGljeTogUmV0YWluCiAgc3RvcmFnZUNsYXNzTmFtZTogc2MuYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQo=", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC40CnByb3Zpc2lvbmVyOiBhenVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCiMgQXp1cmUgTHVzdHJlIENsdXN0ZXIgaXMgcmVtb3ZlZCBhZnRlciBQVkMgZGVsZXRpb24gaWYgcmVjbGFpbVBvbGljeSBpcyB0aGUgZGVmYXVsdCB2YWx1ZSAiRGVsZXRlIi4KcmVjbGFpbVBvbGljeTogUmV0YWluCnZvbHVtZUJpbmRpbmdNb2RlOiBJbW1lZGlhdGUKbW91bnRPcHRpb25zOgogIC0gbm9hdGltZQogIC0gZmxvY2sK" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-13T20:24:19.6972798Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-13T20:24:19.6972798Z" + } + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "LOCATION": "westus", + "RandomSeed": "1055111239", + "RESOURCE_GROUP": "rg-rdupuisstoragecache", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "storage_account_name": "sdktestingstorageaccount", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "vnet_name": "vnet1" + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/Exists().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/Exists().json new file mode 100644 index 000000000000..8f1b7ba1d4e5 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/Exists().json @@ -0,0 +1,2595 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-c01c96cb8f17c3772f097962e7a6555f-6cd5a38ce16c8897-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ec2d137d387fd80071d4c577a1fd227a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:15:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "200cdc9d-4145-47b5-ade8-3f349bbd035f", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "200cdc9d-4145-47b5-ade8-3f349bbd035f", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151519Z:200cdc9d-4145-47b5-ade8-3f349bbd035f" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", + "managedByTenants": [], + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "Avere_AscTIP1_Test", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-b09854f7f43e5bbf0d813d337af4ddfe-d6e556c259040bd5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0bb81e5f1b81283600c3c6ec9c15046a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:15:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8a1928b6-1994-43e5-aca7-49765ceec66d", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "8a1928b6-1994-43e5-aca7-49765ceec66d", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151519Z:8a1928b6-1994-43e5-aca7-49765ceec66d" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "Owners": "rdupuis", + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-17T21:08:42.8546973Z" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5771?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-e25a478f537e46ada113de2af72731d7-6850d3b9b2f091df-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0b025a7b744dad3b165d8a0375688f6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "245", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:15:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "819ee38f-eb6e-4445-90eb-555603235b93", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "819ee38f-eb6e-4445-90eb-555603235b93", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151519Z:819ee38f-eb6e-4445-90eb-555603235b93" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.StorageCache/amlFilesystems/testamlFS5771\u0027 under resource group \u0027rg-rdupuisstoragecache\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5771?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "842", + "Content-Type": "application/json", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-9e0c144f20d92165-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "823a1f247417dd6204ebbb71143c5cd0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "zones": [ + "1" + ], + "tags": {}, + "location": "eastus", + "properties": { + "storageCapacityTiB": 16, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet", + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2036", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:15:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "823a1f247417dd6204ebbb71143c5cd0", + "x-ms-correlation-request-id": "f478fea3-bbb0-4390-a55a-738825d4d1f9", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "210b02ca-f853-4396-9f05-1239102c610a", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151521Z:f478fea3-bbb0-4390-a55a-738825d4d1f9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "name": "testamlFS5771", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5771", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Transitioning", + "statusDescription": "The cluster is in the process of changing states" + }, + "provisioningState": "Creating", + "clientInfo": { + "mgsAddress": "", + "mountCommand": "", + "lustreVersion": "", + "containerStorageInterface": { + "persistentVolumeClaim": "", + "persistentVolume": "", + "storageClass": "" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-13T15:15:20.7672069Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-13T15:15:20.7672069Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-ee130e56482f4135-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f5777c36e8ca077df7240661b8c999da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:15:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5777c36e8ca077df7240661b8c999da", + "x-ms-correlation-request-id": "1883ce05-16bb-46f7-b861-8c8ebbce351b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "f2e01c23-e868-4ad4-b570-71b4e04db53e", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151522Z:1883ce05-16bb-46f7-b861-8c8ebbce351b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-8c2e75ff111aac20-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "92a9b901ec42b5500d8f05b808a531df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:15:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92a9b901ec42b5500d8f05b808a531df", + "x-ms-correlation-request-id": "f72b1a2b-82f6-4b91-b809-a4092ac6f2b2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "202a8208-e40a-4e88-aa6b-bd184f23cbe8", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151523Z:f72b1a2b-82f6-4b91-b809-a4092ac6f2b2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-2bed103a25d9d540-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "973a5f5f66c47105641eabfa67b1f2b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:15:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "973a5f5f66c47105641eabfa67b1f2b3", + "x-ms-correlation-request-id": "db62bc10-5952-4c46-8650-a73334eb66ba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "7f0b80cc-ec8b-4529-aa83-3ffae4766e14", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151524Z:db62bc10-5952-4c46-8650-a73334eb66ba", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-1a38b00d36c5d1a0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f2bc91c5f87c4a192cc2e83be3c4fe52", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:15:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2bc91c5f87c4a192cc2e83be3c4fe52", + "x-ms-correlation-request-id": "1f745aac-d63d-4e34-bce0-35ca181bd419", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "eaafe351-6a62-4aaf-bd78-e41a2018b451", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151525Z:1f745aac-d63d-4e34-bce0-35ca181bd419", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-efdc48f79908c5fc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "580127f2018e9a15b4372e2340554e5b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:15:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "580127f2018e9a15b4372e2340554e5b", + "x-ms-correlation-request-id": "96cc819b-d174-4235-888a-73e0c9afcb9c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "b1bc98d6-c2dd-49e5-98cc-3cc081e8add3", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151527Z:96cc819b-d174-4235-888a-73e0c9afcb9c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-02f182c16923585e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "77f3519c3fe8676346f06b027dca8d9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:15:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "77f3519c3fe8676346f06b027dca8d9f", + "x-ms-correlation-request-id": "4fab0bfa-9a88-4b9b-bd0f-e4765e83547e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "f7b3d8eb-9bcb-4193-afc1-22e5c0f51395", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151531Z:4fab0bfa-9a88-4b9b-bd0f-e4765e83547e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-e7dfc3ce3a94f7ae-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4007592099afc4257b213d44caf509d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:15:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4007592099afc4257b213d44caf509d6", + "x-ms-correlation-request-id": "5f272a0e-8bad-499d-9807-90aaf98b3cd7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;212", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "c95e2567-c8cf-4a52-ae5f-7b622e789938", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151539Z:5f272a0e-8bad-499d-9807-90aaf98b3cd7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-b1071d58f800d3b0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "929e8c7386d1b369c39a119d95131de9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:15:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "929e8c7386d1b369c39a119d95131de9", + "x-ms-correlation-request-id": "51fdfa29-f6d9-4a88-81c0-dbd50de07140", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;210", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "b1380d2a-e865-467d-9337-a042d115b8d1", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151557Z:51fdfa29-f6d9-4a88-81c0-dbd50de07140", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-aeefdf9136fbe389-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e6038eaa0d4d03ac2c2efcc7011f9c51", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:16:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6038eaa0d4d03ac2c2efcc7011f9c51", + "x-ms-correlation-request-id": "700a4242-cb63-4c6b-a6db-67001144aa24", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;212", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "ead1de61-84d0-44e1-ac80-ecb498bae5ae", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151629Z:700a4242-cb63-4c6b-a6db-67001144aa24", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-a9a0dfad8bfe5c54-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f18e94e7fa2b9acdf0547c1487872e68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:17:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f18e94e7fa2b9acdf0547c1487872e68", + "x-ms-correlation-request-id": "f86f4216-8112-44f8-b811-79fb44d6780b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "66637bd1-e3a6-4f13-b212-3a2df64e659d", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151701Z:f86f4216-8112-44f8-b811-79fb44d6780b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-e630c0d68ea4acd6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3b99540422f26589e09b66a28aa2b1a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:17:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b99540422f26589e09b66a28aa2b1a4", + "x-ms-correlation-request-id": "c4ee79be-9895-4153-975f-5ad625d6f8d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "a8c9d296-33db-4654-a2b5-3550892235fc", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151733Z:c4ee79be-9895-4153-975f-5ad625d6f8d6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-40a23aaed65d0343-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "00b6c0fe2b84afbdc169f6f891977ba4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:18:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "00b6c0fe2b84afbdc169f6f891977ba4", + "x-ms-correlation-request-id": "677a5207-6616-4594-8c28-399bb50689d7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "1c8d4306-19e8-42ba-a6ae-1820f58e3572", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151805Z:677a5207-6616-4594-8c28-399bb50689d7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-0a59ccbeb37317d2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "adc294006185c45f0b281190942b0f4e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:18:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "adc294006185c45f0b281190942b0f4e", + "x-ms-correlation-request-id": "0d1841ec-4f5f-4f81-a766-d3f2ebe11d17", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "c20d06c1-91aa-450e-9433-bf357683d3ab", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151837Z:0d1841ec-4f5f-4f81-a766-d3f2ebe11d17", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-2870503228356592-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c716d7a32dd0d8e396ea7a882c90d448", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:19:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c716d7a32dd0d8e396ea7a882c90d448", + "x-ms-correlation-request-id": "01005861-5eaa-4c49-91f7-d6a0c6366b92", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "29e7a713-2e00-4378-ad65-f077e4f90d76", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151909Z:01005861-5eaa-4c49-91f7-d6a0c6366b92", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-628ec1fe88fcacaa-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f6a2c12003df9c1f61f2f55c1a2d1b95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:19:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f6a2c12003df9c1f61f2f55c1a2d1b95", + "x-ms-correlation-request-id": "3b8e1ab3-caf3-4ae7-ab52-62ec1afda189", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "a61b66a4-ecc2-44b7-b926-358a3c9c4d48", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T151942Z:3b8e1ab3-caf3-4ae7-ab52-62ec1afda189", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-d0945c87ccad3051-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b955a859b381d2d3b1ea179be6d6987b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:20:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b955a859b381d2d3b1ea179be6d6987b", + "x-ms-correlation-request-id": "7e83e204-6e3b-4e44-bfa6-08485fe95317", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "7e6b71bc-aa10-45ce-9570-7d8ddcd585cb", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152014Z:7e83e204-6e3b-4e44-bfa6-08485fe95317", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-cb0a2db0bdec0814-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d270c85419899f6eb87966de3886bd69", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:20:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d270c85419899f6eb87966de3886bd69", + "x-ms-correlation-request-id": "52e3d175-97cd-4c32-a7ee-fc7be46ccfe9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "eb3ccf05-f32e-4aa6-a108-e6a255cf518e", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152046Z:52e3d175-97cd-4c32-a7ee-fc7be46ccfe9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-d71a2323c19103fe-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "832fe4ce1b3a6cc6eecf44f5ec83b58a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:21:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "832fe4ce1b3a6cc6eecf44f5ec83b58a", + "x-ms-correlation-request-id": "a47a912c-cf6a-448c-9818-96e54b26b354", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "9186e86a-5acf-4e11-bd09-1d6712d03003", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152118Z:a47a912c-cf6a-448c-9818-96e54b26b354", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-ca363d7e41d704d8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5108795948bc3f0c39b500074df49a2a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:21:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5108795948bc3f0c39b500074df49a2a", + "x-ms-correlation-request-id": "925fd9f9-8071-4a1d-8ebf-bf745f7596cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "5240f5a0-5354-4f8a-9577-53ff2e3db818", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152150Z:925fd9f9-8071-4a1d-8ebf-bf745f7596cc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-41bd814f5ae1a1d2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "02ccad2c14a638400103e4b9d479b335", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:22:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02ccad2c14a638400103e4b9d479b335", + "x-ms-correlation-request-id": "0d44564b-ba36-4f4d-8172-2985fc0f7a8e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "09376af6-449e-4dbb-bfd7-a9b523b38cf5", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152222Z:0d44564b-ba36-4f4d-8172-2985fc0f7a8e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-3f5b141f0e668b9f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "be85dbc36b7e86acd7ef49841abf1ff9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:22:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be85dbc36b7e86acd7ef49841abf1ff9", + "x-ms-correlation-request-id": "069265fa-7bc7-41ca-a5d3-4fc4676086ba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "2957f028-58c2-4b7c-87a6-e40be0a9b7b0", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152254Z:069265fa-7bc7-41ca-a5d3-4fc4676086ba", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-02d415e61ff96f7b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3ec91a34b3b744e338cf50b863526bc0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:23:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ec91a34b3b744e338cf50b863526bc0", + "x-ms-correlation-request-id": "21af3843-9145-4fb8-942e-31ecac6cf619", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "434935b6-e480-400d-98fe-0ab504d85383", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152326Z:21af3843-9145-4fb8-942e-31ecac6cf619", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-f27bd23335b6a651-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7143cb02db6fc0ab01462ab6cabc1e42", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:23:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7143cb02db6fc0ab01462ab6cabc1e42", + "x-ms-correlation-request-id": "ca46c049-7b2b-4287-9cf4-866021b414f4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "c654e847-25ed-42c6-b7e2-6ebf32b64da2", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152358Z:ca46c049-7b2b-4287-9cf4-866021b414f4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-47a6bb52ba9e15ca-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b984ebe474af0f7df74085af1bf32285", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:24:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b984ebe474af0f7df74085af1bf32285", + "x-ms-correlation-request-id": "570b3923-edb1-49df-9ca5-af13bfa1af42", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "cd590c52-aef7-4823-80d2-b049540a7bbd", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152431Z:570b3923-edb1-49df-9ca5-af13bfa1af42", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-7468ecf4fe05597b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4e818984ad7b598a6f083d71892c797c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:25:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e818984ad7b598a6f083d71892c797c", + "x-ms-correlation-request-id": "6083c143-05f6-4cbc-b8c2-d50b09129079", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "0708777a-409f-4650-b4c5-795e99c32270", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152503Z:6083c143-05f6-4cbc-b8c2-d50b09129079", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-855160c4f72d7f02-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "78d30db0b1ce8e104d33792e56fba40d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:25:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78d30db0b1ce8e104d33792e56fba40d", + "x-ms-correlation-request-id": "645722e1-4141-47d4-9adc-3ef804fce0da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "f924181c-6c97-4919-8615-1be453e7b329", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152535Z:645722e1-4141-47d4-9adc-3ef804fce0da", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-7b4d1e91275f9657-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4132a523d03a37c6602b4aa7360c86ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:26:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4132a523d03a37c6602b4aa7360c86ca", + "x-ms-correlation-request-id": "f120c41d-7f2e-4d24-9b51-5e1c88e9066b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "2f32d9cf-a7c9-4f1d-a884-dadbe32fbc5d", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152607Z:f120c41d-7f2e-4d24-9b51-5e1c88e9066b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-a3cf219490405be3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0efe08c6a920d3b678f30048335b0373", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:26:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0efe08c6a920d3b678f30048335b0373", + "x-ms-correlation-request-id": "13a293c6-ca3b-4e1a-9a06-67ae30c3d53a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "e46fe5ad-c965-46bb-8d4f-fd7e9ac5d7ff", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152639Z:13a293c6-ca3b-4e1a-9a06-67ae30c3d53a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "status": "InProgress", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/210b02ca-f853-4396-9f05-1239102c610a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-3bc821c0b8a09d37-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e44d306438fae042479c17a267695741", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:27:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e44d306438fae042479c17a267695741", + "x-ms-correlation-request-id": "522d1857-c261-4b3c-85bd-a8ad272fdb8a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "44ac9b4d-08b7-4294-b977-b6f153907d95", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152711Z:522d1857-c261-4b3c-85bd-a8ad272fdb8a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:15:20.9242618\u002B00:00", + "endTime": "2023-06-13T15:27:03.6709647\u002B00:00", + "status": "Succeeded", + "name": "210b02ca-f853-4396-9f05-1239102c610a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5771?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f3b0b1692ac1acdd85ca6e1fa5267710-af011368e914fd3f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4d68aead96fc79edee5ec847cf7e0405", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4378", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:27:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4d68aead96fc79edee5ec847cf7e0405", + "x-ms-correlation-request-id": "f1740698-1716-4945-a2f5-30d76b6417db", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "4a2be286-a5fd-473f-b6fe-96f4ec909105", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152711Z:f1740698-1716-4945-a2f5-30d76b6417db", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "name": "testamlFS5771", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5771", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.11", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.11@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMTEKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IGJlZjRlNjhjLTNlZjItNGQ1MC1hYzkxLTMyN2IwMWQ1YzhiMgogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4xMQpwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-13T15:15:20.7672069Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-13T15:15:20.7672069Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5771?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-4bf6e38da2dff449d748414e25816ade-e212f9b8b31dae1e-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0642d628a1bf8ed0c61ec78491146c0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4378", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:27:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0642d628a1bf8ed0c61ec78491146c0f", + "x-ms-correlation-request-id": "59a653f8-8a6b-4436-b80d-17a126dfdecf", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "45e9da37-bd42-4af9-9542-7a8dfb7eb1c4", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152712Z:59a653f8-8a6b-4436-b80d-17a126dfdecf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "name": "testamlFS5771", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5771", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.11", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.11@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMTEKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IGJlZjRlNjhjLTNlZjItNGQ1MC1hYzkxLTMyN2IwMWQ1YzhiMgogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4xMQpwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-13T15:15:20.7672069Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-13T15:15:20.7672069Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5771?api-version=2023-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-a513f81cc5dbf9f0-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "849abf9bb6f3cd7743d3f69c6ffb10c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 13 Jun 2023 15:27:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?monitor=true\u0026api-version=2023-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "849abf9bb6f3cd7743d3f69c6ffb10c8", + "x-ms-correlation-request-id": "090b9619-5a97-4ca6-a4c1-611c9570f1b4", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "ef2837e2-8b9e-4669-b104-e723a85abf61", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152712Z:090b9619-5a97-4ca6-a4c1-611c9570f1b4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-733f6d3db69a8418-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0fabb9f27fe372125f74c2ebab341eca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:27:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0fabb9f27fe372125f74c2ebab341eca", + "x-ms-correlation-request-id": "54dc9905-8427-4aec-9a1c-0f2dd2570cda", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "eef3a75b-b283-43e2-802d-607befd5e03c", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152712Z:54dc9905-8427-4aec-9a1c-0f2dd2570cda", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-6aaef0316f4cdb61-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7fecfe0ddb9a49e83d8fa5192f98feda", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:27:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7fecfe0ddb9a49e83d8fa5192f98feda", + "x-ms-correlation-request-id": "9731e02e-8165-48be-88ad-716043cf6758", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "a1cdd644-826a-4123-84ab-5d032d7d1d00", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152713Z:9731e02e-8165-48be-88ad-716043cf6758", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-2f1003e8fadf342b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b6a91ceb004f18e5000732b18e965faa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:27:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b6a91ceb004f18e5000732b18e965faa", + "x-ms-correlation-request-id": "767dc3f3-3ffb-4592-80ae-b2248d90b4e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "b5600310-74c6-419e-9d68-e7e2d3f9c878", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152715Z:767dc3f3-3ffb-4592-80ae-b2248d90b4e1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-976e36043bede740-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d0d0bbbb687d163fd062d254daf943c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:27:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d0d0bbbb687d163fd062d254daf943c6", + "x-ms-correlation-request-id": "b4332241-74e9-4029-aab6-560fb27e094c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "a0f36066-8df3-4afc-8f86-745f5188e46c", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152716Z:b4332241-74e9-4029-aab6-560fb27e094c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-fd5ff8dc242e7bd4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8fffe876678a0c7b19d37f92a936baa7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:27:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8fffe876678a0c7b19d37f92a936baa7", + "x-ms-correlation-request-id": "79d53f0f-73a0-44ce-8e0a-571eebf95501", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "21199f1d-2d03-47d1-aa3e-a10fbe9fc28f", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152718Z:79d53f0f-73a0-44ce-8e0a-571eebf95501", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-1ec6a77813cdb63b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "735dfa2f2dc8835ddc93e5ed2e913e06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:27:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "735dfa2f2dc8835ddc93e5ed2e913e06", + "x-ms-correlation-request-id": "8fd11e1b-437d-40de-8843-5bbba4f65f61", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "dacbc763-b80b-498c-a3f2-8832556cacc3", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152722Z:8fd11e1b-437d-40de-8843-5bbba4f65f61", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-c9fd92720dcb836c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a53b6bc4d096532040c3b7a9e9ad6d99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:27:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a53b6bc4d096532040c3b7a9e9ad6d99", + "x-ms-correlation-request-id": "705906de-634c-4b1c-96f5-45b664cdc9e4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "8419e4f2-56ed-4424-8680-265dbd4c8a62", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152730Z:705906de-634c-4b1c-96f5-45b664cdc9e4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-bb30f05faf31346d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "df242aa7cf9b48fd8b7cb3f6818ddd88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:27:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df242aa7cf9b48fd8b7cb3f6818ddd88", + "x-ms-correlation-request-id": "f7cec07c-bb75-490f-9a59-bd07152b7143", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "67a1864b-719e-4931-8386-fdafd71717d3", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152746Z:f7cec07c-bb75-490f-9a59-bd07152b7143", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-68e56f3610ff2c0e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3dce789514fb5f10da09330476b4992f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:28:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3dce789514fb5f10da09330476b4992f", + "x-ms-correlation-request-id": "4a7b1abe-a755-4be1-b1c3-d943e875ce6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "1b9e392b-7f17-4c78-8930-e2ac8f3b2e30", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152818Z:4a7b1abe-a755-4be1-b1c3-d943e875ce6c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-120c5922fb4be140-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "04464c255e6cf56b6ef31a1a1c29d1b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:28:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "04464c255e6cf56b6ef31a1a1c29d1b2", + "x-ms-correlation-request-id": "135bea3c-029d-44de-b166-243c3f7b458e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "45693482-3bba-4d38-8795-e70d647f3a0f", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152850Z:135bea3c-029d-44de-b166-243c3f7b458e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-f29a1380c69bab99-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "70132fe52fde929e1ac404919cf8d2d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:29:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70132fe52fde929e1ac404919cf8d2d7", + "x-ms-correlation-request-id": "3621b2ce-0cf9-45f6-9a1a-7af05bfa1d7e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "11c1ae75-0e53-42ed-ac4a-99297152c850", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152922Z:3621b2ce-0cf9-45f6-9a1a-7af05bfa1d7e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-a0e5485118090da8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "35d184e2d947361b0dd9cf08faf542b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:29:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "35d184e2d947361b0dd9cf08faf542b0", + "x-ms-correlation-request-id": "3236c9ca-8fc3-454d-ad4b-12a9667c2f1c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "5a7905c1-b9a5-4c70-9ec6-2decaad16f73", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T152955Z:3236c9ca-8fc3-454d-ad4b-12a9667c2f1c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-800e407635f3d722-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "461f803828a0f550adb3eaa85ad95875", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:30:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "461f803828a0f550adb3eaa85ad95875", + "x-ms-correlation-request-id": "44c26905-961a-4fff-86c7-be50237ca27a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "3a423b55-6465-4ba7-9419-267095895a99", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153027Z:44c26905-961a-4fff-86c7-be50237ca27a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-c6cb5a30eb40c215-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "983842209b580c6b14dc630560969724", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:30:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "983842209b580c6b14dc630560969724", + "x-ms-correlation-request-id": "773e35a8-eb74-407f-b9ed-f6d2dcb85be5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "62d46d4d-9195-4e22-8a05-17f74493ef9a", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153059Z:773e35a8-eb74-407f-b9ed-f6d2dcb85be5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-9461df7bf1281d1d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1b5954818bd9b93633db8893ef72dc33", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:32:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1b5954818bd9b93633db8893ef72dc33", + "x-ms-correlation-request-id": "2bd2bc1a-1b60-421e-a665-e1f2e0152bf9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "8fc2fd1e-7109-40b2-8456-f7e79da6334c", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153205Z:2bd2bc1a-1b60-421e-a665-e1f2e0152bf9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-e09572c3643dfb21-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b7e75980aabd9c58151332c4c44a9516", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:32:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b7e75980aabd9c58151332c4c44a9516", + "x-ms-correlation-request-id": "87ca44a9-4891-46a6-a0fb-2ec54d1e7575", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "f4812fb5-e7f1-43be-84b4-8fb0760c7d19", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153237Z:87ca44a9-4891-46a6-a0fb-2ec54d1e7575", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-aacbc2bbdcf64369-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0526c61c3d80959c0b7e647d13d71ca1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:33:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0526c61c3d80959c0b7e647d13d71ca1", + "x-ms-correlation-request-id": "6044a6fd-87ae-4afe-9888-86ba9931e101", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "34a02449-4d5f-46f0-aa73-52750dc015d9", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153309Z:6044a6fd-87ae-4afe-9888-86ba9931e101", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-19dcb71be91a003e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "078530ffe0afd766fcbd05c65872f4e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:34:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "078530ffe0afd766fcbd05c65872f4e9", + "x-ms-correlation-request-id": "ad2bad96-4b33-4d5c-a1ea-27d5e2243d49", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "d1a91dd4-72c5-4afe-aad6-69fc02b62512", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153437Z:ad2bad96-4b33-4d5c-a1ea-27d5e2243d49", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-34d5a3b4f3bc5a03-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "29777146d74c42b2bd51ab3e45db883e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:35:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29777146d74c42b2bd51ab3e45db883e", + "x-ms-correlation-request-id": "fadbfb56-516d-4ac0-ab6c-5c69154cb4ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "79318ec0-6279-40bd-9623-594424bd0c84", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153509Z:fadbfb56-516d-4ac0-ab6c-5c69154cb4ab", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-30c64331c5c17e5b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "94c491f68dc43b675f4e09c337d63c98", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:35:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "94c491f68dc43b675f4e09c337d63c98", + "x-ms-correlation-request-id": "00d82cd8-8d5d-4985-8b45-f650620af40e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "284aac2b-d34d-49d4-9793-60798710b1e6", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153541Z:00d82cd8-8d5d-4985-8b45-f650620af40e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-ce5fff9055e3230e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a1367a8af35f28547e434a5d34279221", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:36:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1367a8af35f28547e434a5d34279221", + "x-ms-correlation-request-id": "5366b0fc-f8ab-4344-b94c-26d85c60ad8c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "071b4336-fd4b-4c16-bd2f-155e56b9972d", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153614Z:5366b0fc-f8ab-4344-b94c-26d85c60ad8c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-4cc23a77e5ee1fc0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c7cfc73460aeb8250a3bc9fdcdef0ae7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:36:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7cfc73460aeb8250a3bc9fdcdef0ae7", + "x-ms-correlation-request-id": "e67b6de2-fda0-4854-9e4a-116fb3a5c305", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "12540542-9131-48c0-9477-59c63dbfc875", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153646Z:e67b6de2-fda0-4854-9e4a-116fb3a5c305", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-33449f00b3f36736-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cab41314e7a403de3c9b168143090737", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:37:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cab41314e7a403de3c9b168143090737", + "x-ms-correlation-request-id": "b407d53f-b612-4839-815c-b19d91576542", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "59b2c054-f24c-42ac-abb3-01837b9fb2f2", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153718Z:b407d53f-b612-4839-815c-b19d91576542", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-96020a194f19c6ca-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "708fe7bc750629ea557d972429565b8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:37:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "708fe7bc750629ea557d972429565b8f", + "x-ms-correlation-request-id": "fddd0f59-b572-4109-b874-7b51ec1491c3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "462b2143-26cb-4d48-bcf9-c1da85434e1c", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153750Z:fddd0f59-b572-4109-b874-7b51ec1491c3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-5f20357e7c246083-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "20486238c7734d7ce9cc8b134aa47500", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:38:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20486238c7734d7ce9cc8b134aa47500", + "x-ms-correlation-request-id": "151c7d32-3cf4-4475-b4b8-b616de5572b4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "56f7f433-6290-47f8-851e-918aee096c89", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153822Z:151c7d32-3cf4-4475-b4b8-b616de5572b4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "status": "InProgress", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ef2837e2-8b9e-4669-b104-e723a85abf61?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9bad0173890ab3d7e5901ce75d22aa03-7443ae386a9e6f33-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e54192339a5f9fe0298a74264fb9d9e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:38:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e54192339a5f9fe0298a74264fb9d9e5", + "x-ms-correlation-request-id": "e6cb14b2-885a-431d-89e7-0361875d793e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "21232953-1f45-4f62-b6ab-578f4c9c7d86", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153854Z:e6cb14b2-885a-431d-89e7-0361875d793e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:27:12.4420284\u002B00:00", + "endTime": "2023-06-13T15:38:44.3559795\u002B00:00", + "status": "Succeeded", + "name": "ef2837e2-8b9e-4669-b104-e723a85abf61" + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "LOCATION": "westus", + "RandomSeed": "1392523734", + "RESOURCE_GROUP": "rg-rdupuisstoragecache", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "storage_account_name": "sdktestingstorageaccount", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "vnet_name": "vnet1" + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/Exists()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/Exists()Async.json new file mode 100644 index 000000000000..c606ab16e5a7 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/Exists()Async.json @@ -0,0 +1,1626 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-f234cdf7357ce54c96bca8f7eabe0bd2-1a383db50135cf40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5ac24345c283b1c977252ebc15a1e878", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:47:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "41f2de82-255d-4158-b43b-2500f5ea2597", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "41f2de82-255d-4158-b43b-2500f5ea2597", + "x-ms-routing-request-id": "CENTRALUS:20230614T134723Z:41f2de82-255d-4158-b43b-2500f5ea2597" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", + "managedByTenants": [], + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "Avere_AscTIP1_Test", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-02f9628ea3db3c42b85fe108f822a580-df700a8d9ead4d4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "74c0f6e667588f5b1644e000cddddeda", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:47:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a5fdf8b3-cba0-4701-9264-a7625cdbb39f", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "a5fdf8b3-cba0-4701-9264-a7625cdbb39f", + "x-ms-routing-request-id": "CENTRALUS:20230614T134723Z:a5fdf8b3-cba0-4701-9264-a7625cdbb39f" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "Owners": "rdupuis", + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-17T21:08:42.8546973Z" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4951?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-ef867dd943de444199032af95885696c-ed552e113f70a343-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d2ce1d863614b876b9d8dbe1c701864a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "245", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:47:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5143d9ec-69b3-4ac8-b87a-6f5943023472", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "5143d9ec-69b3-4ac8-b87a-6f5943023472", + "x-ms-routing-request-id": "CENTRALUS:20230614T134723Z:5143d9ec-69b3-4ac8-b87a-6f5943023472" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.StorageCache/amlFilesystems/testamlFS4951\u0027 under resource group \u0027rg-rdupuisstoragecache\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4951?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "842", + "Content-Type": "application/json", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-af7787cfd7916f46-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "01000141eebce8de32443ee2c8e39947", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "zones": [ + "1" + ], + "tags": {}, + "location": "eastus", + "properties": { + "storageCapacityTiB": 16, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet", + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2036", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:47:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "01000141eebce8de32443ee2c8e39947", + "x-ms-correlation-request-id": "7d08b542-8ca9-4f98-ba08-53eea97a31c7", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2", + "x-ms-routing-request-id": "CENTRALUS:20230614T134725Z:7d08b542-8ca9-4f98-ba08-53eea97a31c7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS4951", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4951", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Transitioning", + "statusDescription": "The cluster is in the process of changing states" + }, + "provisioningState": "Creating", + "clientInfo": { + "mgsAddress": "", + "mountCommand": "", + "lustreVersion": "", + "containerStorageInterface": { + "persistentVolumeClaim": "", + "persistentVolume": "", + "storageClass": "" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-14T13:47:24.3288626Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T13:47:24.3288626Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-f3a96f13c9b5be4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dc8bb659d9dd98df3ee5a0d0f794f0d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:47:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc8bb659d9dd98df3ee5a0d0f794f0d5", + "x-ms-correlation-request-id": "bd8519ca-cff6-405d-a61c-bddea20c3800", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "9ce06ed1-220d-4dba-a74d-0cb20f2749d8", + "x-ms-routing-request-id": "CENTRALUS:20230614T134726Z:bd8519ca-cff6-405d-a61c-bddea20c3800", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-b1cce26442a55247-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a88d943e02739c2f2e3fb7014f4f6884", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:47:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a88d943e02739c2f2e3fb7014f4f6884", + "x-ms-correlation-request-id": "bde03904-243a-426a-b8a3-26dcf77f838c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "a01cf690-44a4-4f7b-9339-30a085b95205", + "x-ms-routing-request-id": "CENTRALUS:20230614T134727Z:bde03904-243a-426a-b8a3-26dcf77f838c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-d74fd6a46bb7b745-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1188fcf5bd5879693ff645340502c9b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:47:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1188fcf5bd5879693ff645340502c9b5", + "x-ms-correlation-request-id": "40a75b35-bbe1-4cd5-8a43-d2bc3f25c0cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "145a2128-7ca8-4d9a-b929-2bfc8728b482", + "x-ms-routing-request-id": "CENTRALUS:20230614T134728Z:40a75b35-bbe1-4cd5-8a43-d2bc3f25c0cb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-1fb6418b282bed42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "eb50c9cba62057cf87eead9d21de48ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:47:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb50c9cba62057cf87eead9d21de48ef", + "x-ms-correlation-request-id": "10c282eb-a222-45cf-ae7e-020c39de5ea9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "2a9c819f-7eff-4f95-9536-7202bc2791b5", + "x-ms-routing-request-id": "CENTRALUS:20230614T134729Z:10c282eb-a222-45cf-ae7e-020c39de5ea9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-cc6cef2cf2f9464a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fbdb1b7dde0b817c2a14687cbcfa962c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:47:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fbdb1b7dde0b817c2a14687cbcfa962c", + "x-ms-correlation-request-id": "e37c2834-f781-47db-bdcc-df4962e0685f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "78ec05bf-f653-4f42-b3da-6a844257d4d0", + "x-ms-routing-request-id": "CENTRALUS:20230614T134731Z:e37c2834-f781-47db-bdcc-df4962e0685f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-9a1ac8a16f976347-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "853502767cfe4e642c318a690fcb5860", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:47:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "853502767cfe4e642c318a690fcb5860", + "x-ms-correlation-request-id": "02503915-6176-40a8-8123-0464be08f126", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "5435e93e-4889-4495-a2aa-5dbbcbb43ce5", + "x-ms-routing-request-id": "CENTRALUS:20230614T134735Z:02503915-6176-40a8-8123-0464be08f126", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-de365117e892cf44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e9b755adce26eca94dcfc10c3e539a8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:47:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e9b755adce26eca94dcfc10c3e539a8c", + "x-ms-correlation-request-id": "f0d7ed12-bd69-4515-834d-7d47f696c754", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "1babae4a-1577-41f0-8149-3ab46c2d26f2", + "x-ms-routing-request-id": "CENTRALUS:20230614T134743Z:f0d7ed12-bd69-4515-834d-7d47f696c754", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-fdbb5153d218b745-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1e278058c3a800f1b68cceda5312715f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:47:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e278058c3a800f1b68cceda5312715f", + "x-ms-correlation-request-id": "37cbc07f-a313-4c27-beea-e228092a6c55", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "48b395eb-167d-4e2e-b690-93304d8f69eb", + "x-ms-routing-request-id": "CENTRALUS:20230614T134759Z:37cbc07f-a313-4c27-beea-e228092a6c55", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-f577a8dd2240e14a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "67ce07bbac43a8065948382fbb5810d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:48:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "67ce07bbac43a8065948382fbb5810d9", + "x-ms-correlation-request-id": "f3c1903a-06c0-4aab-9dd6-a5dfebc3d217", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "8dadbfbc-0e0b-47e7-ba01-262aa78085d8", + "x-ms-routing-request-id": "CENTRALUS:20230614T134832Z:f3c1903a-06c0-4aab-9dd6-a5dfebc3d217", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-654c36b06f2aa643-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8f11fe9639a4eab864b7329affce983a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:49:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8f11fe9639a4eab864b7329affce983a", + "x-ms-correlation-request-id": "249ce34b-ed8e-423e-9378-f7c63156d7fc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "6c592a30-9684-4877-b19f-f11afa59b7a6", + "x-ms-routing-request-id": "CENTRALUS:20230614T134904Z:249ce34b-ed8e-423e-9378-f7c63156d7fc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-fc9ccfae705b9b41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3650615e3384ab497a7ec55f8ac1455e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:49:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3650615e3384ab497a7ec55f8ac1455e", + "x-ms-correlation-request-id": "c24d4aa3-395f-493d-82a6-11aa87d0b19b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;209", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "04923782-a376-48af-bde0-94645cc4e4a9", + "x-ms-routing-request-id": "CENTRALUS:20230614T134936Z:c24d4aa3-395f-493d-82a6-11aa87d0b19b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-7d8f46445985c34e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5543f57ce10182bb4fe3028c7a6ba98b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:50:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5543f57ce10182bb4fe3028c7a6ba98b", + "x-ms-correlation-request-id": "1104ac51-610f-4815-9038-79b6b5bb9276", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;206", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "e1a25129-c241-4395-87b8-902010ee6eb9", + "x-ms-routing-request-id": "CENTRALUS:20230614T135008Z:1104ac51-610f-4815-9038-79b6b5bb9276", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-47e5d4c743bc9e46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "59d0feb0da086354b4661425745860a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:50:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59d0feb0da086354b4661425745860a2", + "x-ms-correlation-request-id": "31a8b8a1-df1c-443e-b930-364014111747", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;205", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "a8628c98-a337-4e05-ac6b-641cc926ffd6", + "x-ms-routing-request-id": "CENTRALUS:20230614T135040Z:31a8b8a1-df1c-443e-b930-364014111747", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-1f58eeed0f65e14c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "091dd471438a7c38a6cde6a131bd310e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:51:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "091dd471438a7c38a6cde6a131bd310e", + "x-ms-correlation-request-id": "928bee92-335f-4125-abad-a58b8bf79ac7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;207", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "b142ff90-fefe-4196-b1c6-a3a39c76b992", + "x-ms-routing-request-id": "CENTRALUS:20230614T135112Z:928bee92-335f-4125-abad-a58b8bf79ac7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-1487043eed213241-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8caf39d5ebf1a156a1e0a09acc950df7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:51:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8caf39d5ebf1a156a1e0a09acc950df7", + "x-ms-correlation-request-id": "32add029-0e92-4f97-ae26-9a54d482258c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;212", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "240677fb-34ea-4840-a9f7-d5a23816bb47", + "x-ms-routing-request-id": "CENTRALUS:20230614T135144Z:32add029-0e92-4f97-ae26-9a54d482258c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-a78b62d77cab164c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a51a5f839f4d6c00c554b33af3b331f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:52:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a51a5f839f4d6c00c554b33af3b331f7", + "x-ms-correlation-request-id": "ad2afde2-0d98-4ba7-a3cd-d429b6111200", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "7b8fcf39-0d21-4583-be40-e3eb6e42887b", + "x-ms-routing-request-id": "CENTRALUS:20230614T135216Z:ad2afde2-0d98-4ba7-a3cd-d429b6111200", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-455761a94da67c4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3a500635d3a885b17e7c68aaa29eb010", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:52:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a500635d3a885b17e7c68aaa29eb010", + "x-ms-correlation-request-id": "731fdea0-8758-471a-a171-736d9a9220a6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "48f7f49a-cd5c-409b-84fa-154cc2398639", + "x-ms-routing-request-id": "CENTRALUS:20230614T135249Z:731fdea0-8758-471a-a171-736d9a9220a6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-11100e1c005bc041-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d11defc08ba235c03943c79d381baeee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:53:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d11defc08ba235c03943c79d381baeee", + "x-ms-correlation-request-id": "bdb6b657-ecc3-426c-9933-ef8e9a290fd8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "27eaddad-8c83-4748-a1c3-61705a725af1", + "x-ms-routing-request-id": "CENTRALUS:20230614T135322Z:bdb6b657-ecc3-426c-9933-ef8e9a290fd8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-8ce7dbcd0b24f54b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c665a8aed345b04fae9427d13656c927", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:53:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c665a8aed345b04fae9427d13656c927", + "x-ms-correlation-request-id": "e7ab8339-7699-4c6c-ae42-98e2408828c1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "27743833-a7bd-4fa1-8586-9db28cf85aa8", + "x-ms-routing-request-id": "CENTRALUS:20230614T135354Z:e7ab8339-7699-4c6c-ae42-98e2408828c1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-8d748b5907742244-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "037aa2a36095aa54451a00650c144d62", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:54:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "037aa2a36095aa54451a00650c144d62", + "x-ms-correlation-request-id": "f02c6c80-22c6-431d-ae36-9aaca03b1de9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "e8746fa2-50c7-4599-8fbe-691c17712149", + "x-ms-routing-request-id": "CENTRALUS:20230614T135426Z:f02c6c80-22c6-431d-ae36-9aaca03b1de9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-0099df66dd39fa4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f9fb7acde938eccba06d230e64eefee3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:54:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f9fb7acde938eccba06d230e64eefee3", + "x-ms-correlation-request-id": "719a175c-a97d-4e1d-a1a8-aaf9eb6f8f47", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "f1a8bcda-f206-4465-8075-a2988715a991", + "x-ms-routing-request-id": "CENTRALUS:20230614T135458Z:719a175c-a97d-4e1d-a1a8-aaf9eb6f8f47", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-9a0de9e90a68944d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "96f9a079aaa04e5854bb802ad2eaa499", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:55:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "96f9a079aaa04e5854bb802ad2eaa499", + "x-ms-correlation-request-id": "132d2634-e762-4377-b195-8f78a36152b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "e7157844-af65-44da-ba64-97e5f95928f8", + "x-ms-routing-request-id": "CENTRALUS:20230614T135530Z:132d2634-e762-4377-b195-8f78a36152b3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-3f20351c5f1ecf40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bc04c447d05abaeed68d63283c464657", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:56:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc04c447d05abaeed68d63283c464657", + "x-ms-correlation-request-id": "fcb128c3-0ec6-4a26-b42c-4d480b86c6c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "c60f4fa3-dd75-4786-86d3-441669b876cb", + "x-ms-routing-request-id": "CENTRALUS:20230614T135602Z:fcb128c3-0ec6-4a26-b42c-4d480b86c6c0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-7d128123b9702a46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6ceb1d1cb61b22c121aca57d69a11ab6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:56:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ceb1d1cb61b22c121aca57d69a11ab6", + "x-ms-correlation-request-id": "f9d01bde-2c04-42bc-944a-ab90889525bb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "23e07eed-7341-4eaf-9f45-da1ca647fb5c", + "x-ms-routing-request-id": "CENTRALUS:20230614T135634Z:f9d01bde-2c04-42bc-944a-ab90889525bb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-5268feec81ae2041-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9fc689c941eaa988b13fc0134630120d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:57:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9fc689c941eaa988b13fc0134630120d", + "x-ms-correlation-request-id": "30048c07-a2d7-4c08-98ac-237b6cf81e4c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "cc9df067-2e3a-456a-9122-efbb695496e1", + "x-ms-routing-request-id": "CENTRALUS:20230614T135707Z:30048c07-a2d7-4c08-98ac-237b6cf81e4c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-89703dab53d8e148-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b50e297437fe917e02e19bad2a705034", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:57:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b50e297437fe917e02e19bad2a705034", + "x-ms-correlation-request-id": "4a899f81-2948-4480-8459-7eebea83bb7c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "518a1f54-f034-453a-92fc-dcddb900b920", + "x-ms-routing-request-id": "CENTRALUS:20230614T135739Z:4a899f81-2948-4480-8459-7eebea83bb7c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-3ca82f248ab6e84e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b25ead73a67fda6c9442badbf6aedbf0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:58:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b25ead73a67fda6c9442badbf6aedbf0", + "x-ms-correlation-request-id": "95bfe84a-9028-4e9e-a82b-b5c619102d68", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "0b49920e-51db-4346-bd03-73d2923386fd", + "x-ms-routing-request-id": "CENTRALUS:20230614T135811Z:95bfe84a-9028-4e9e-a82b-b5c619102d68", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-add18cbee8121a4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3f08979a659391b70b359d08a6db7e41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:58:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f08979a659391b70b359d08a6db7e41", + "x-ms-correlation-request-id": "bb95bc3d-741f-4c33-8010-1d9b7433a584", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "c4974245-94ec-43e4-8102-aa1a0948b0b2", + "x-ms-routing-request-id": "CENTRALUS:20230614T135843Z:bb95bc3d-741f-4c33-8010-1d9b7433a584", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-7a69a60f75115d4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "99a08bee5fd1ce8ebc3421bc7da29b53", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:59:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "99a08bee5fd1ce8ebc3421bc7da29b53", + "x-ms-correlation-request-id": "5f1f7342-0896-4f89-a499-334a26d5e824", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "4206a203-ec37-43e4-92c7-625eb806e7d9", + "x-ms-routing-request-id": "CENTRALUS:20230614T135915Z:5f1f7342-0896-4f89-a499-334a26d5e824", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-66749c485c77ee42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9213aa0510670da1f5cda749096433b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:59:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9213aa0510670da1f5cda749096433b9", + "x-ms-correlation-request-id": "d1d5e0ae-5cb5-44df-aab8-fea13b5ca38d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "44da0bb6-d05a-45b6-8468-11ed4039cd9f", + "x-ms-routing-request-id": "CENTRALUS:20230614T135948Z:d1d5e0ae-5cb5-44df-aab8-fea13b5ca38d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "status": "InProgress", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/469e5d5c-b2f5-4f5a-90a7-3746ed2166b2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-9eccdfa1d58ea148-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6aed78c3420e3b1e093a835f44fb1368", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:00:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6aed78c3420e3b1e093a835f44fb1368", + "x-ms-correlation-request-id": "566dd247-ac0b-49d2-acee-7b4dd42e92c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "fb77e175-3dfe-497a-8fed-afb4fbae67ea", + "x-ms-routing-request-id": "CENTRALUS:20230614T140020Z:566dd247-ac0b-49d2-acee-7b4dd42e92c9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:47:24.5362265\u002B00:00", + "endTime": "2023-06-14T13:59:57.6108453\u002B00:00", + "status": "Succeeded", + "name": "469e5d5c-b2f5-4f5a-90a7-3746ed2166b2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4951?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f190fcce45a6f341a48162bce90da5ce-6729f85ec9f5c54a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fc02499aecc8dddaea92a304b844c558", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4378", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:00:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc02499aecc8dddaea92a304b844c558", + "x-ms-correlation-request-id": "eeef5ced-3b10-4f47-964e-56dff47f2cc3", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "cfd1c995-7b59-42ef-b9f5-679dff638586", + "x-ms-routing-request-id": "CENTRALUS:20230614T140020Z:eeef5ced-3b10-4f47-964e-56dff47f2cc3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS4951", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4951", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.13", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.13@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMTMKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IDk3NGZhYzFmLTMwNDctNDM2NS04MDFmLTM0ZDNmNDY3YWM0YwogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4xMwpwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-14T13:47:24.3288626Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T13:47:24.3288626Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4951?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-4a2910801c52ac449b8b77a1a677a4a3-bd97057294fe7748-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "04f8680030b5c3458bd7892c8d42c9fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4378", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:00:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "04f8680030b5c3458bd7892c8d42c9fa", + "x-ms-correlation-request-id": "6b3f0b4d-e4cd-4270-8480-14be441b7c6e", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "89357dde-ab60-4cb4-80e5-7759de27e8b8", + "x-ms-routing-request-id": "CENTRALUS:20230614T140020Z:6b3f0b4d-e4cd-4270-8480-14be441b7c6e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS4951", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4951", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.13", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.13@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMTMKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IDk3NGZhYzFmLTMwNDctNDM2NS04MDFmLTM0ZDNmNDY3YWM0YwogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4xMwpwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-14T13:47:24.3288626Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T13:47:24.3288626Z" + } + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "LOCATION": "westus", + "RandomSeed": "1606430559", + "RESOURCE_GROUP": "rg-rdupuisstoragecache", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "storage_account_name": "sdktestingstorageaccount", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "vnet_name": "vnet1" + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/Get().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/Get().json new file mode 100644 index 000000000000..cdf68a80030c --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/Get().json @@ -0,0 +1,2366 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-3f329813c06fbe4c58fd79f581bd996c-9dcae40e041b65a5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b319e9eb767fb5fb6848ac16ffc18ee0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:38:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2b1e7d15-afc8-4e97-ada7-2944cbae990b", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "2b1e7d15-afc8-4e97-ada7-2944cbae990b", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153855Z:2b1e7d15-afc8-4e97-ada7-2944cbae990b" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", + "managedByTenants": [], + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "Avere_AscTIP1_Test", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-add0d0fa665e6324236889d9769010af-c85c973109250047-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a5bf68f300b115840b887337ad8fbb80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:38:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c2d5c656-f860-439b-8fe0-c657c17f8eba", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "c2d5c656-f860-439b-8fe0-c657c17f8eba", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153855Z:c2d5c656-f860-439b-8fe0-c657c17f8eba" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "Owners": "rdupuis", + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-17T21:08:42.8546973Z" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4023?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "842", + "Content-Type": "application/json", + "traceparent": "00-c894099894aec2a2225661ed66a35831-ee634054324d7dc0-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a23b3d9ed3fd91415e22ec971b839892", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "zones": [ + "1" + ], + "tags": {}, + "location": "eastus", + "properties": { + "storageCapacityTiB": 16, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet", + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2036", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:38:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a23b3d9ed3fd91415e22ec971b839892", + "x-ms-correlation-request-id": "20f15d71-1952-41ed-91a7-86a2c868efbb", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "f62b1d6b-1cda-45ab-a19e-917807ddbc11", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153859Z:20f15d71-1952-41ed-91a7-86a2c868efbb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "name": "testamlFS4023", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4023", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Transitioning", + "statusDescription": "The cluster is in the process of changing states" + }, + "provisioningState": "Creating", + "clientInfo": { + "mgsAddress": "", + "mountCommand": "", + "lustreVersion": "", + "containerStorageInterface": { + "persistentVolumeClaim": "", + "persistentVolume": "", + "storageClass": "" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-13T15:38:57.4269491Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-13T15:38:57.4269491Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-3236f200e5c0f7e6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8361a22b3d5295f67d1452de977eef05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:38:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8361a22b3d5295f67d1452de977eef05", + "x-ms-correlation-request-id": "a5c4a7a6-d559-40cc-b0a5-89aebf47d9e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "57ff2833-ef92-483f-9356-058ac2a313e9", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153859Z:a5c4a7a6-d559-40cc-b0a5-89aebf47d9e6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-381fc4754ef6238c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "439da5daabd8e01253d69e55dc3ecd57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:39:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "439da5daabd8e01253d69e55dc3ecd57", + "x-ms-correlation-request-id": "a74469f9-5352-4bac-b4b1-c8b5fca66998", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "ef672995-87e6-4fa3-8550-5af9792b8c90", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153900Z:a74469f9-5352-4bac-b4b1-c8b5fca66998", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-d4ccc06df88e5a87-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "796b5f481421d23f554e564d6b0ccd85", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:39:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "796b5f481421d23f554e564d6b0ccd85", + "x-ms-correlation-request-id": "d7d76005-786b-436d-86e3-3b1e404382a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "e51f71b6-d814-4b08-8303-eb669432cf31", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153901Z:d7d76005-786b-436d-86e3-3b1e404382a5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-03946de43f6ce56a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1e28f1b795697fb48f81307b9ea0b93f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:39:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e28f1b795697fb48f81307b9ea0b93f", + "x-ms-correlation-request-id": "15a7d19c-c6c7-4960-baf2-c6fd9a293fa5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "8f1b4004-86df-4567-9ab7-0fc198eeddaa", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153902Z:15a7d19c-c6c7-4960-baf2-c6fd9a293fa5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-037cb397bfa59792-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3795fb477612c6e365cbee8955c57446", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:39:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3795fb477612c6e365cbee8955c57446", + "x-ms-correlation-request-id": "61854743-e4cc-493f-a792-9c69c3e6bf6b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "dd01378c-d5ec-414b-a5df-defeab1afa18", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153904Z:61854743-e4cc-493f-a792-9c69c3e6bf6b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-b2cb8f68b9fbd846-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ea9d1909ae16b2edabebe9a0e3c434b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:39:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea9d1909ae16b2edabebe9a0e3c434b4", + "x-ms-correlation-request-id": "50d629b0-e173-42db-9b31-65ac5115ab21", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "8fc0c6c0-777f-4c19-82cb-9750e62797db", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153908Z:50d629b0-e173-42db-9b31-65ac5115ab21", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-160a999a70e0fbd0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "70061795957641720e61b99ea72a2aca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:39:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70061795957641720e61b99ea72a2aca", + "x-ms-correlation-request-id": "c53c02f7-44ae-4e71-ac8a-d4cf3d269f3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "8c7eb37a-a9ad-4392-8eb3-ab9c844c5f11", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153917Z:c53c02f7-44ae-4e71-ac8a-d4cf3d269f3c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-e6c8567a3d8ebb46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8472ea0dcf0398290de28c268c43e3a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:39:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8472ea0dcf0398290de28c268c43e3a1", + "x-ms-correlation-request-id": "3c74371d-f5b9-41f3-aa2e-cdf870eb8905", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "78b724ed-e792-4ad2-a476-7e6a6feca9be", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T153933Z:3c74371d-f5b9-41f3-aa2e-cdf870eb8905", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-a73792c9ae4e41a1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3df4399603be74cfa65bdbb4f44f0b80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:40:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3df4399603be74cfa65bdbb4f44f0b80", + "x-ms-correlation-request-id": "0611be09-7982-4472-b041-d930025c6174", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "a6556768-0ffd-4fb8-9250-4c7e9cf263a9", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T154005Z:0611be09-7982-4472-b041-d930025c6174", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-4d94e09ec4ffd342-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f9921fc1b051c6b0ee6d6394084bb4cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:40:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f9921fc1b051c6b0ee6d6394084bb4cb", + "x-ms-correlation-request-id": "58d1f2a4-a474-45f6-9850-96c1a01a3c3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "b7d9697f-8661-40ef-8ca3-9b2de8d1fd29", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T154037Z:58d1f2a4-a474-45f6-9850-96c1a01a3c3c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-3a084a7d5ccf3bc5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6d08187eec36090b1afddda7f374a3bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:41:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d08187eec36090b1afddda7f374a3bd", + "x-ms-correlation-request-id": "737049e8-1c98-4b63-bccd-8245c6397ab0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "e7b811b6-d595-4f09-bc84-5919e0ee9835", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T154109Z:737049e8-1c98-4b63-bccd-8245c6397ab0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-7f9e25c807886e2a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6c650cd7eab0e64f882e4f519f3b6b5b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:41:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c650cd7eab0e64f882e4f519f3b6b5b", + "x-ms-correlation-request-id": "435b0e9a-dffc-4081-8087-6f12082b8861", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "c9fb9701-950f-4e1b-b06b-1014036a2be8", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T154141Z:435b0e9a-dffc-4081-8087-6f12082b8861", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-d36f01395df35e3a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "dc3610a79d47d4491488de54d209d279", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:42:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc3610a79d47d4491488de54d209d279", + "x-ms-correlation-request-id": "4f7276fe-e39c-4642-97e4-10ea42ad180b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "ddea747e-1b57-457b-8cab-1ca8251aaca4", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T154213Z:4f7276fe-e39c-4642-97e4-10ea42ad180b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-3e9af75c5ef4abd7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fcbca6c947e6941ac922e4089db96ade", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:42:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fcbca6c947e6941ac922e4089db96ade", + "x-ms-correlation-request-id": "b9535e33-aa14-40ca-a654-a396ca1ead6a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "121398fd-e056-4308-a7dd-2d2f11fbccbf", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T154245Z:b9535e33-aa14-40ca-a654-a396ca1ead6a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-e4b331b965123785-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e2008291c73d3a76c29058270bfa137f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:43:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2008291c73d3a76c29058270bfa137f", + "x-ms-correlation-request-id": "f0a285c3-81d2-4ea8-9e2c-3199446514b7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "fed41487-144a-4225-87fe-506010f81046", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T154317Z:f0a285c3-81d2-4ea8-9e2c-3199446514b7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-c6b75e292bc8951a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f987d55b6f7f5f75f5a21324b841375a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:43:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f987d55b6f7f5f75f5a21324b841375a", + "x-ms-correlation-request-id": "22b85cad-de59-4a5d-b309-c56aaf176df9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "7902f946-d71c-452e-98a6-363be3282b1a", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T154350Z:22b85cad-de59-4a5d-b309-c56aaf176df9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-af3b43eb13da2446-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "50c2001eef09023c2f823a55eff388ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:44:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50c2001eef09023c2f823a55eff388ce", + "x-ms-correlation-request-id": "c25c9297-0ca5-4bbe-a683-b03c43f4053c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "3c2a27e0-d78c-436b-bec6-464f28003d72", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T154422Z:c25c9297-0ca5-4bbe-a683-b03c43f4053c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-f4c5db8263361385-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "c7ac650e7131225f0da1ed9bb3518180", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:44:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7ac650e7131225f0da1ed9bb3518180", + "x-ms-correlation-request-id": "71bc4e46-ad43-41f0-9b1d-7352350e215a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "f9672a69-936b-41df-892e-652aa1907f49", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T154454Z:71bc4e46-ad43-41f0-9b1d-7352350e215a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-3bb5ac6822ebdb25-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0a08fd58c3386b769985c9fc341f6f02", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:49:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a08fd58c3386b769985c9fc341f6f02", + "x-ms-correlation-request-id": "d1a5e78e-b9a9-43d4-b767-f7d28a8af67c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "960deeab-68a6-4cb8-b33e-cb1b24746c0c", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T154928Z:d1a5e78e-b9a9-43d4-b767-f7d28a8af67c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-dbf7d89b3e48fae2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "531645197094ad28a0a0436802a14ede", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:49:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "531645197094ad28a0a0436802a14ede", + "x-ms-correlation-request-id": "995f7db4-9132-4844-9bde-2bd68c3ea7c6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "56260392-0db4-48aa-8f2d-0622927fd54e", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155000Z:995f7db4-9132-4844-9bde-2bd68c3ea7c6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "status": "InProgress", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f62b1d6b-1cda-45ab-a19e-917807ddbc11?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-77d88f57653858d9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f2fdba017dea4b96ee412eaca762eded", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:50:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2fdba017dea4b96ee412eaca762eded", + "x-ms-correlation-request-id": "5cd2dff8-9326-4efa-9a87-b28d5935d305", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "d8407c0b-f667-4cc7-a323-01f47c1755bd", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155033Z:5cd2dff8-9326-4efa-9a87-b28d5935d305", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:38:57.6400743\u002B00:00", + "endTime": "2023-06-13T15:50:20.1890126\u002B00:00", + "status": "Succeeded", + "name": "f62b1d6b-1cda-45ab-a19e-917807ddbc11" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4023?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c894099894aec2a2225661ed66a35831-df7128f06049f111-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6e81eb312e3be8ebd45b6a987f0e69f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4378", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:50:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e81eb312e3be8ebd45b6a987f0e69f7", + "x-ms-correlation-request-id": "bf444920-b001-451b-bb43-d2a2410fcaee", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "66a8217d-f4a8-4910-ab01-1601e97cbdae", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155033Z:bf444920-b001-451b-bb43-d2a2410fcaee", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "name": "testamlFS4023", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4023", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.12", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.12@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMTIKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IDQxYzdhYjE5LTA4NTUtNDBjNC05Y2U4LTk0YmYxMDMzOGQ3MAogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4xMgpwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-13T15:38:57.4269491Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-13T15:38:57.4269491Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4023?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-051bcc4eed483ec52bc60415553198f6-8f74846050c44fee-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7afbeb367d229b17afca6453427c053e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4378", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:50:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7afbeb367d229b17afca6453427c053e", + "x-ms-correlation-request-id": "3918f222-3921-485f-9cc4-2e2e83bf90f1", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "21302a98-2812-4584-9e19-ed7d52c5ccf0", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155034Z:3918f222-3921-485f-9cc4-2e2e83bf90f1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "name": "testamlFS4023", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4023", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.12", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.12@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMTIKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IDQxYzdhYjE5LTA4NTUtNDBjNC05Y2U4LTk0YmYxMDMzOGQ3MAogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4xMgpwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-13T15:38:57.4269491Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-13T15:38:57.4269491Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4023?api-version=2023-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-395ea085f8b779a1-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "173655b2df1fd3a2ce141d8e13fecbe0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Tue, 13 Jun 2023 15:50:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?monitor=true\u0026api-version=2023-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "173655b2df1fd3a2ce141d8e13fecbe0", + "x-ms-correlation-request-id": "9de3e152-c981-4aa6-a348-2aaa411c34ff", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155034Z:9de3e152-c981-4aa6-a348-2aaa411c34ff", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-0e7aa6e2dac91ef9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "29e52c5551d757d84828ac0d608887b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:50:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29e52c5551d757d84828ac0d608887b0", + "x-ms-correlation-request-id": "5168c913-bff7-41ec-bbcf-eb64351fe42b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "488146e1-e126-4fd5-95f3-ea1d69c48a6e", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155035Z:5168c913-bff7-41ec-bbcf-eb64351fe42b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-6419d6df74ea67c2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0b7b83fe49063fd68a82443a20320936", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:50:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b7b83fe49063fd68a82443a20320936", + "x-ms-correlation-request-id": "68da1be8-98f4-4c1d-a8ea-ab66bf0116a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "5c633a16-d2c3-4e6b-8091-db2e29d8db10", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155036Z:68da1be8-98f4-4c1d-a8ea-ab66bf0116a5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-ae5413f7a83f29f9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e738c46ea21886085e1e723fc6bd534a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:50:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e738c46ea21886085e1e723fc6bd534a", + "x-ms-correlation-request-id": "0a113c3a-436e-458a-b035-ccea79bdddff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "33bdef73-b594-4edc-8547-424ad9342945", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155037Z:0a113c3a-436e-458a-b035-ccea79bdddff", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-0267d915e687e508-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "45710e5d9a1c0b5155a59f550d9d3716", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:50:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "45710e5d9a1c0b5155a59f550d9d3716", + "x-ms-correlation-request-id": "63b386c6-c3ca-4c98-9791-be9af883c674", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "9f267875-e0b8-425c-80e5-857fd353215e", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155038Z:63b386c6-c3ca-4c98-9791-be9af883c674", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-9db7912b0e836065-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9b9e751ea04f5c987bf5ade8d69779cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:50:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b9e751ea04f5c987bf5ade8d69779cc", + "x-ms-correlation-request-id": "c28b0b84-1cd5-4465-b7fc-13a63bc0933b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "d88023b0-c875-49a0-a7fd-8cffd4b85281", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155040Z:c28b0b84-1cd5-4465-b7fc-13a63bc0933b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-fc4495b6f275c085-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "11dcf92ec3c0d419732d927302b378c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:50:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11dcf92ec3c0d419732d927302b378c0", + "x-ms-correlation-request-id": "449a0aa9-f103-41da-981c-361141dbfcd8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "14769d8d-f266-4fd3-8f6e-acc532292987", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155044Z:449a0aa9-f103-41da-981c-361141dbfcd8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-13023332ff0197ac-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "50215ce7b81ebdfa7615ca26ec6935be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:50:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50215ce7b81ebdfa7615ca26ec6935be", + "x-ms-correlation-request-id": "4d304c4c-9112-4e5b-b246-19ba44e22778", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "89925e2a-c6c2-4ca0-9325-b7c65e411627", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155052Z:4d304c4c-9112-4e5b-b246-19ba44e22778", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-553e0804f295ef73-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1426d22c25c15a565bca28220d2559c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:51:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1426d22c25c15a565bca28220d2559c7", + "x-ms-correlation-request-id": "f24b0b79-0fbb-47b2-8ce2-73647d9e6d32", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "27e5d583-c91c-4648-bbba-96d7d78f85ee", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155108Z:f24b0b79-0fbb-47b2-8ce2-73647d9e6d32", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-4299adc8d7a0b60f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7a01ed7d287575adfe1f9baaf9f2e709", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:51:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a01ed7d287575adfe1f9baaf9f2e709", + "x-ms-correlation-request-id": "5fe28e7d-d4ae-4ee0-9c1a-46259e1c84b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "308cee90-55da-413d-9215-e05e825f5a0f", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155140Z:5fe28e7d-d4ae-4ee0-9c1a-46259e1c84b3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-f2006296091d5d3f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3046d3f7648cc1fe05c6f45490d7af51", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:52:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3046d3f7648cc1fe05c6f45490d7af51", + "x-ms-correlation-request-id": "e8f11881-b0ad-46a7-a5a1-ee8d317cd92d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "c88e9f31-ecc6-41ec-80dc-201f569becb5", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155212Z:e8f11881-b0ad-46a7-a5a1-ee8d317cd92d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-3871fbf61077801d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ffa902bbba68034824b015a28aab6168", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:52:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ffa902bbba68034824b015a28aab6168", + "x-ms-correlation-request-id": "b67783f3-b0e3-4140-bf0c-223902fff4bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "9026d84e-2122-4c68-bed3-a712a3cc1905", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155245Z:b67783f3-b0e3-4140-bf0c-223902fff4bf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-53ddd350591bb74d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3a2a1ee329de183bee3f74af3359e526", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:53:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a2a1ee329de183bee3f74af3359e526", + "x-ms-correlation-request-id": "42e0fc53-2c5c-466f-8829-12f11abdac97", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "d6cb799a-d8a7-4ca5-8866-9c904ff9714b", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155317Z:42e0fc53-2c5c-466f-8829-12f11abdac97", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-8fcab5e0da64845e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f7ef496fe7493da18b420bdb4e5c375a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:53:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f7ef496fe7493da18b420bdb4e5c375a", + "x-ms-correlation-request-id": "302f3fda-11e4-432b-8dcf-322a0c9a4f43", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "3fa8a5a0-3a67-4715-8915-a076aabaa6a0", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155349Z:302f3fda-11e4-432b-8dcf-322a0c9a4f43", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-acd483a0e22128ed-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "72708b6575ad9172c69010284598cfca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:54:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72708b6575ad9172c69010284598cfca", + "x-ms-correlation-request-id": "846ee5e2-355d-445a-8fdb-82343e0e7730", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "2ae7c4f9-e9a3-4b63-8235-65d2e5f6a3bf", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155421Z:846ee5e2-355d-445a-8fdb-82343e0e7730", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-fc361d2685e947c3-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4033eecb69bcfb1f7cedae9b1e5fca92", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:54:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4033eecb69bcfb1f7cedae9b1e5fca92", + "x-ms-correlation-request-id": "04e703a5-c164-4c75-8210-d37f69422715", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "4908757d-740e-470a-bc06-10b43808e560", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155453Z:04e703a5-c164-4c75-8210-d37f69422715", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-cee823aa96747c8b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a8491a0873e9f979d75d30b8d678f7f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:55:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8491a0873e9f979d75d30b8d678f7f2", + "x-ms-correlation-request-id": "23f20e19-fcf7-4b85-8476-d31b00c3a96c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "bc7ad413-7f93-450a-adfe-638588d58fcf", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155525Z:23f20e19-fcf7-4b85-8476-d31b00c3a96c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-dccad1715aa9f163-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5f104073f629fb9e6b75f5bfc6d77367", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:55:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f104073f629fb9e6b75f5bfc6d77367", + "x-ms-correlation-request-id": "d15acd31-2b9d-4a63-b0b9-3e5bca13ecd5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "d98626c7-e8e0-422a-985b-d153abac116d", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155557Z:d15acd31-2b9d-4a63-b0b9-3e5bca13ecd5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-f066dfc1c9f0bf4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2b207ec6274f58e17539695e39672404", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:56:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b207ec6274f58e17539695e39672404", + "x-ms-correlation-request-id": "52318995-4d45-434c-81e0-47d62248a82f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "c0703466-7715-4181-bea5-6b5f1a180266", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155629Z:52318995-4d45-434c-81e0-47d62248a82f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-1c108cf68787da68-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "de28bcf56b4f11687c4e3c747db932ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:57:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de28bcf56b4f11687c4e3c747db932ff", + "x-ms-correlation-request-id": "c6a8c8ab-6e88-47e8-8be0-07ac9315202f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "15a0971d-b942-4cd8-a0b3-ad939255936a", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155701Z:c6a8c8ab-6e88-47e8-8be0-07ac9315202f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-9786e5ea35d11e03-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "58f1c8eacc574ba35eb7e9f08d3fc103", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:57:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58f1c8eacc574ba35eb7e9f08d3fc103", + "x-ms-correlation-request-id": "44dfa2ef-743a-47ac-8529-900990b9da8e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "105f3277-7559-40cf-90fe-8df0513b6844", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155734Z:44dfa2ef-743a-47ac-8529-900990b9da8e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-095c11ade5b4c25a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0acaf15095af5b17150faf00eb6ddabc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:58:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0acaf15095af5b17150faf00eb6ddabc", + "x-ms-correlation-request-id": "8b112602-3269-452b-a369-59aa566bc5cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "6865885e-2f78-4bf4-b8d7-48e776b8462c", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155806Z:8b112602-3269-452b-a369-59aa566bc5cf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-fd4ce612f8759efe-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "70746906cc7628ac18dc7f978178833c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:58:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70746906cc7628ac18dc7f978178833c", + "x-ms-correlation-request-id": "14aef5e9-6e9a-40d1-8bb8-0aa42107dfc6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "4a7b5217-e6e6-4bf5-8869-3551e4921092", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155838Z:14aef5e9-6e9a-40d1-8bb8-0aa42107dfc6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-6c25353b017b81ec-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "8c23388c28ee5550b19642481da260f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:59:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c23388c28ee5550b19642481da260f1", + "x-ms-correlation-request-id": "bee984e1-6953-4ab2-99a6-dd613b91869c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "14474384-2bdb-40c6-8e08-d03fc51bac29", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155910Z:bee984e1-6953-4ab2-99a6-dd613b91869c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-eaf1c7d8f40da1a4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "24ea2ddd50cb848d45a1f1d21580d99d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 15:59:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "24ea2ddd50cb848d45a1f1d21580d99d", + "x-ms-correlation-request-id": "d4e52c3b-f244-4622-848c-ac0c5a0286c8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "043422c7-fbc7-4ad0-a258-e10597c7a943", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T155942Z:d4e52c3b-f244-4622-848c-ac0c5a0286c8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-e4c03e930ca3d502-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b374728c4e49ddcd181fbfdf89630b76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 16:00:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b374728c4e49ddcd181fbfdf89630b76", + "x-ms-correlation-request-id": "d16950fa-4900-4097-b592-f8792680c751", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "a4b0dd48-2f11-48cf-b87b-a16c00df34a0", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T160014Z:d16950fa-4900-4097-b592-f8792680c751", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-f25d71f63f4e2988-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "53ba8e7c5f8e3b71aa9f474d367e3f30", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 16:00:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53ba8e7c5f8e3b71aa9f474d367e3f30", + "x-ms-correlation-request-id": "e97f2a21-9080-4efe-9058-f239b18d92df", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "ebf4241c-b210-4f85-ac9a-a33d7e2dfbbd", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T160046Z:e97f2a21-9080-4efe-9058-f239b18d92df", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-3c8de639730c1a21-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aabca5bcac2e8fa7600c0bab91aefae1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 16:01:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aabca5bcac2e8fa7600c0bab91aefae1", + "x-ms-correlation-request-id": "e5495c1c-f3a6-44f1-a598-00fb97c70344", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "a45ee3cd-f472-4416-aa63-259d498accb6", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T160118Z:e5495c1c-f3a6-44f1-a598-00fb97c70344", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-bc9d402733d52c6c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "86557b9686c62c0e013808aa0680a79a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 16:01:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "86557b9686c62c0e013808aa0680a79a", + "x-ms-correlation-request-id": "53022ee3-6e11-449d-8229-4142a39e58aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "b88eb11f-77e6-4f06-9d31-50081f72a185", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T160151Z:53022ee3-6e11-449d-8229-4142a39e58aa", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "status": "InProgress", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59687bc6-3ff1-4863-a161-a9ef3c0ab05f?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3b3b88a05d6437565da8f386b91fe737-e3ed00c5935d19b0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e4228fdf60a7cf47e72bf28254c5aafc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 13 Jun 2023 16:02:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e4228fdf60a7cf47e72bf28254c5aafc", + "x-ms-correlation-request-id": "6251e160-876f-48fc-b399-8e5ab9b0bd74", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "49e5f857-a318-42fc-8651-3ab5a9debe6e", + "x-ms-routing-request-id": "NORTHCENTRALUS:20230613T160223Z:6251e160-876f-48fc-b399-8e5ab9b0bd74", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133308389119374173" + }, + "ResponseBody": { + "startTime": "2023-06-13T15:50:34.7899428\u002B00:00", + "endTime": "2023-06-13T16:02:06.6867299\u002B00:00", + "status": "Succeeded", + "name": "59687bc6-3ff1-4863-a161-a9ef3c0ab05f" + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "LOCATION": "westus", + "RandomSeed": "655765401", + "RESOURCE_GROUP": "rg-rdupuisstoragecache", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "storage_account_name": "sdktestingstorageaccount", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "vnet_name": "vnet1" + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/Get()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/Get()Async.json new file mode 100644 index 000000000000..fc6c586a08fc --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/Get()Async.json @@ -0,0 +1,1592 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-dad0b3a202ee6e46af5cd919514a84da-f558654ab4398b45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "79d654a610aca1a055949bd17b8f7a45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:00:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "aed1f7eb-8eca-4188-a930-2cb8991e852d", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "aed1f7eb-8eca-4188-a930-2cb8991e852d", + "x-ms-routing-request-id": "CENTRALUS:20230614T140021Z:aed1f7eb-8eca-4188-a930-2cb8991e852d" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", + "managedByTenants": [], + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "Avere_AscTIP1_Test", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-cade43a537313c4d867040bb096fee20-93ba28f9763bcd48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "986a69a2584212f7c954313b3b262a13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:00:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0f631ff0-dfdc-487e-ac27-399f38d040a5", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "0f631ff0-dfdc-487e-ac27-399f38d040a5", + "x-ms-routing-request-id": "CENTRALUS:20230614T140021Z:0f631ff0-dfdc-487e-ac27-399f38d040a5" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "Owners": "rdupuis", + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-17T21:08:42.8546973Z" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5005?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "842", + "Content-Type": "application/json", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-6cb481de55653443-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3a3ce4be94c086ecbf7dcddfffc0f692", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "zones": [ + "1" + ], + "tags": {}, + "location": "eastus", + "properties": { + "storageCapacityTiB": 16, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet", + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2036", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:00:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a3ce4be94c086ecbf7dcddfffc0f692", + "x-ms-correlation-request-id": "d2a03c25-81d8-489a-86f1-533ef89610f9", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "1ee75a1d-55f3-4223-8a63-97a19ba39507", + "x-ms-routing-request-id": "CENTRALUS:20230614T140024Z:d2a03c25-81d8-489a-86f1-533ef89610f9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS5005", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5005", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Transitioning", + "statusDescription": "The cluster is in the process of changing states" + }, + "provisioningState": "Creating", + "clientInfo": { + "mgsAddress": "", + "mountCommand": "", + "lustreVersion": "", + "containerStorageInterface": { + "persistentVolumeClaim": "", + "persistentVolume": "", + "storageClass": "" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-14T14:00:23.0671492Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T14:00:23.0671492Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-63580eb50634e342-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "aabc07870b3dd4e17e1283db2933c994", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:00:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aabc07870b3dd4e17e1283db2933c994", + "x-ms-correlation-request-id": "651c641b-24e0-4764-ae1d-09bf5328b727", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "0d8fbbc1-e903-471d-879f-96e7faba67d1", + "x-ms-routing-request-id": "CENTRALUS:20230614T140024Z:651c641b-24e0-4764-ae1d-09bf5328b727", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-1a0a3438d369674d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b499a93ad714a54096de76113c0d2059", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:00:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b499a93ad714a54096de76113c0d2059", + "x-ms-correlation-request-id": "7859176f-ae76-48ab-a684-084b06b3261d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "7a237932-ec88-4f9a-9f31-c95acaacf0ba", + "x-ms-routing-request-id": "CENTRALUS:20230614T140025Z:7859176f-ae76-48ab-a684-084b06b3261d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-a2bfa2d793015d47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f857634e4b0396549041be7795723391", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:00:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f857634e4b0396549041be7795723391", + "x-ms-correlation-request-id": "8639ffe9-2d31-4b2d-bb69-e678cbc8dbcc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "ea03d53e-b590-4e62-9260-4ed024c29d67", + "x-ms-routing-request-id": "CENTRALUS:20230614T140026Z:8639ffe9-2d31-4b2d-bb69-e678cbc8dbcc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-2d2e2dce4558d74a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bca4c3e57accb055c617145e95d09871", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:00:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bca4c3e57accb055c617145e95d09871", + "x-ms-correlation-request-id": "c830fff0-8dec-432f-acb6-90a406dc4330", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "17ef66ef-8625-4938-907b-7d49562432fb", + "x-ms-routing-request-id": "CENTRALUS:20230614T140027Z:c830fff0-8dec-432f-acb6-90a406dc4330", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-888f6ff43e0b1849-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c68d29f1d1dbee90540223d218c80f23", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:00:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c68d29f1d1dbee90540223d218c80f23", + "x-ms-correlation-request-id": "2cbe75bb-6292-4f58-8e45-9b0bdf49ee38", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "b4870378-b93a-4c68-9312-8f40f3c7ac27", + "x-ms-routing-request-id": "CENTRALUS:20230614T140029Z:2cbe75bb-6292-4f58-8e45-9b0bdf49ee38", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-9daf552b7cdc9f4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "792be5ab6468d38c0ea631ec37f501c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:00:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "792be5ab6468d38c0ea631ec37f501c0", + "x-ms-correlation-request-id": "e76d351f-a42d-4b1a-aa0d-f228f477ef08", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "d6573b26-2190-44d3-a60c-aa251a444329", + "x-ms-routing-request-id": "CENTRALUS:20230614T140033Z:e76d351f-a42d-4b1a-aa0d-f228f477ef08", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-fead30f53891d64e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6b864ca96de513b533b567c9568297fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:00:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6b864ca96de513b533b567c9568297fe", + "x-ms-correlation-request-id": "7902f76b-93ff-4a1e-9849-8ada04da344f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "051b2c69-abbd-4d66-b424-53bb91e6e1dd", + "x-ms-routing-request-id": "CENTRALUS:20230614T140041Z:7902f76b-93ff-4a1e-9849-8ada04da344f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-e4e3f326a021424e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b0b3f0071ea48c089db9b7359fa3b75f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:00:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0b3f0071ea48c089db9b7359fa3b75f", + "x-ms-correlation-request-id": "0e5b2d77-233b-475c-9dcb-7e16db4eed52", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "74397901-8eef-4b85-8bd3-038b3f4179bd", + "x-ms-routing-request-id": "CENTRALUS:20230614T140057Z:0e5b2d77-233b-475c-9dcb-7e16db4eed52", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-51266c88944c7248-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cc286301a4413d3e301745b2fdc27d8b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:01:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc286301a4413d3e301745b2fdc27d8b", + "x-ms-correlation-request-id": "1e2f10ff-9c6c-4ce6-92c7-34dccbc0b54d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;210", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "94909c07-fe39-4966-a7f0-b4f17931b1b6", + "x-ms-routing-request-id": "CENTRALUS:20230614T140130Z:1e2f10ff-9c6c-4ce6-92c7-34dccbc0b54d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-51f699a093a56242-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "46e5320e51428a1b44f9ce2bb57f7490", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:02:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46e5320e51428a1b44f9ce2bb57f7490", + "x-ms-correlation-request-id": "24cc4442-a8e8-401c-8f3a-b8e7250c31b0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "0eef2291-d2f0-44b2-bc6b-15e6851f2005", + "x-ms-routing-request-id": "CENTRALUS:20230614T140202Z:24cc4442-a8e8-401c-8f3a-b8e7250c31b0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-ae28ef477e8c004d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f2c808fecb5a63bcb2757f8cd8568fda", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:02:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2c808fecb5a63bcb2757f8cd8568fda", + "x-ms-correlation-request-id": "4e40c1d2-bff4-441b-b50f-4de0e568fe44", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "76e5a94e-a340-4303-933a-69d7bab0bfd1", + "x-ms-routing-request-id": "CENTRALUS:20230614T140234Z:4e40c1d2-bff4-441b-b50f-4de0e568fe44", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-5f1e73c86857b141-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6c262b3c70bdb01c489d8848d51288b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:03:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c262b3c70bdb01c489d8848d51288b0", + "x-ms-correlation-request-id": "aacd2057-e777-4c80-8290-c3425a2222ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "e9e2eb56-eac9-413a-8074-727594ba8f7b", + "x-ms-routing-request-id": "CENTRALUS:20230614T140306Z:aacd2057-e777-4c80-8290-c3425a2222ef", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-944d3071f27b3242-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f4b4b5a38afa4331758294ccd18eb1ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:03:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4b4b5a38afa4331758294ccd18eb1ed", + "x-ms-correlation-request-id": "fe54ab68-8c3c-458a-aadd-b5f73faa38ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "edfde580-915a-4052-b377-2a3fe65475cc", + "x-ms-routing-request-id": "CENTRALUS:20230614T140338Z:fe54ab68-8c3c-458a-aadd-b5f73faa38ef", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-47cad0458d48704d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "89eff36a07588dd2eb17aabc43748d9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:04:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89eff36a07588dd2eb17aabc43748d9f", + "x-ms-correlation-request-id": "3117b0a5-c240-47c9-9cca-518fc3010776", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "296874ac-4f46-41a1-b8ca-9afd1630c066", + "x-ms-routing-request-id": "CENTRALUS:20230614T140410Z:3117b0a5-c240-47c9-9cca-518fc3010776", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-d218dce6b93d224d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "23e9cfed9aa2b2e0fae3f63bdc50dfb9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:04:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23e9cfed9aa2b2e0fae3f63bdc50dfb9", + "x-ms-correlation-request-id": "cb31146e-03f9-435d-8f20-90e799427360", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "d53b8d8f-2302-490c-803e-c50f219f8b29", + "x-ms-routing-request-id": "CENTRALUS:20230614T140442Z:cb31146e-03f9-435d-8f20-90e799427360", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-b31b69adb5783f4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e2dd9aebfe239c57e32609e2df74ff01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:05:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2dd9aebfe239c57e32609e2df74ff01", + "x-ms-correlation-request-id": "579a9ba2-bb51-4cbb-ba7f-d42f23e75d37", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "11236e6a-f477-4ea1-93cf-baa97fb96cff", + "x-ms-routing-request-id": "CENTRALUS:20230614T140515Z:579a9ba2-bb51-4cbb-ba7f-d42f23e75d37", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-0d619a9435c45741-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "01dff5f48ea5cf4b133d8f751096b19b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:05:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "01dff5f48ea5cf4b133d8f751096b19b", + "x-ms-correlation-request-id": "a8241bce-d4ba-4cc7-a74d-66a342b03396", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "5cd0bfbd-7f9e-42a8-a811-37877fe6d6ee", + "x-ms-routing-request-id": "CENTRALUS:20230614T140547Z:a8241bce-d4ba-4cc7-a74d-66a342b03396", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-19acd4e317964241-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a9d0f037ab97ef7b784c3f7b91fdd285", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:06:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a9d0f037ab97ef7b784c3f7b91fdd285", + "x-ms-correlation-request-id": "2dc53435-18cd-4dd9-991b-46ac04a14e65", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "81432de6-f28d-4fa6-b538-f67504662077", + "x-ms-routing-request-id": "CENTRALUS:20230614T140619Z:2dc53435-18cd-4dd9-991b-46ac04a14e65", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-55a12bf7b1b1924c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e647f5e3dd705d144e0ecfe66ee28b4d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:06:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e647f5e3dd705d144e0ecfe66ee28b4d", + "x-ms-correlation-request-id": "cad2913a-692f-4d53-88b9-e76329cbdb33", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "fec78dd4-04ec-4e01-812e-694e4bf745e5", + "x-ms-routing-request-id": "CENTRALUS:20230614T140651Z:cad2913a-692f-4d53-88b9-e76329cbdb33", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-f77d8e52dc62e644-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "efaa6d7556a448697af089584fd03e15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:07:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "efaa6d7556a448697af089584fd03e15", + "x-ms-correlation-request-id": "2590e174-6068-4a9d-8042-8696eb0755a4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "40999049-f0a0-4e14-98a5-02c3afd90ed0", + "x-ms-routing-request-id": "CENTRALUS:20230614T140723Z:2590e174-6068-4a9d-8042-8696eb0755a4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-5eea9fd9b872af46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1b91096aca4f5a2bdc735a89dc948095", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:07:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1b91096aca4f5a2bdc735a89dc948095", + "x-ms-correlation-request-id": "1a524441-b404-45c6-a33c-9fcfa5f287f4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "44ef3a59-5496-4a11-a134-5d7e02096800", + "x-ms-routing-request-id": "CENTRALUS:20230614T140755Z:1a524441-b404-45c6-a33c-9fcfa5f287f4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-5265643ed8afc041-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2306f1c1e3528de18bfe6c8054bb0d7e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:08:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2306f1c1e3528de18bfe6c8054bb0d7e", + "x-ms-correlation-request-id": "c4400a2e-1de4-48de-8da3-897f1aa4c382", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "eb1831ab-26e3-489f-8022-1c175036981a", + "x-ms-routing-request-id": "CENTRALUS:20230614T140827Z:c4400a2e-1de4-48de-8da3-897f1aa4c382", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-0c22659dea421e4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "657cb9cf7050aafe42501231fce06ce5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:08:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "657cb9cf7050aafe42501231fce06ce5", + "x-ms-correlation-request-id": "e884844c-ef83-4eee-b9e1-5fe3966c7126", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "bfa314e5-9d1b-410f-8fed-4af9a1b31841", + "x-ms-routing-request-id": "CENTRALUS:20230614T140859Z:e884844c-ef83-4eee-b9e1-5fe3966c7126", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-20db4f777120de47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5d97f3701aca87c228048f505daa0521", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:09:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d97f3701aca87c228048f505daa0521", + "x-ms-correlation-request-id": "c6cf0cde-b4f5-4611-987e-db6454f1e06e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "86e76c90-3108-4124-83ce-7267d27410cb", + "x-ms-routing-request-id": "CENTRALUS:20230614T140931Z:c6cf0cde-b4f5-4611-987e-db6454f1e06e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-f3cb55c275cfa94f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "22b9db651b185045f35be101d0af91ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:10:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22b9db651b185045f35be101d0af91ab", + "x-ms-correlation-request-id": "9b40accc-1cce-40c6-83e3-60d697ae6f6e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "d89155b6-3130-4b4e-ac41-14cf92f79afb", + "x-ms-routing-request-id": "CENTRALUS:20230614T141004Z:9b40accc-1cce-40c6-83e3-60d697ae6f6e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-13fb16e9a1d47f40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "60108791b024b5b4f6f43c4ce1ad4d97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:10:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60108791b024b5b4f6f43c4ce1ad4d97", + "x-ms-correlation-request-id": "62e88591-1a45-4e3f-b720-005ceadaf1df", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "3095c6f0-df91-4225-b6e0-8d7283bab78c", + "x-ms-routing-request-id": "CENTRALUS:20230614T141036Z:62e88591-1a45-4e3f-b720-005ceadaf1df", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-2f8c3438eed90242-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "20ccf14b492754ccae46696e38c1b679", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:11:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20ccf14b492754ccae46696e38c1b679", + "x-ms-correlation-request-id": "962c854b-678e-4173-8f4b-88622cdb1839", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "2606f7c2-62ca-4839-98e3-02475b1ea0b3", + "x-ms-routing-request-id": "CENTRALUS:20230614T141108Z:962c854b-678e-4173-8f4b-88622cdb1839", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-58324fec16b71940-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d6bee472a59ab4fc27032c23def86f45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:11:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6bee472a59ab4fc27032c23def86f45", + "x-ms-correlation-request-id": "92d1348f-1ea8-4575-900e-d4111c4edb58", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "6a584048-5a5c-4af8-8605-9705ea6f8f4e", + "x-ms-routing-request-id": "CENTRALUS:20230614T141140Z:92d1348f-1ea8-4575-900e-d4111c4edb58", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-dbd1b8e453fd074d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dfb6490e71e34883babbb2dd46457c35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:12:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dfb6490e71e34883babbb2dd46457c35", + "x-ms-correlation-request-id": "486ff1e8-73d7-48e9-8dc6-ac72d4243ee3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "d9a4ee74-ef0c-4137-920d-902d933e235f", + "x-ms-routing-request-id": "CENTRALUS:20230614T141212Z:486ff1e8-73d7-48e9-8dc6-ac72d4243ee3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-21c1827f5ee0544c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fdd9c33e76eea5fcf417f8241da875b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:12:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fdd9c33e76eea5fcf417f8241da875b5", + "x-ms-correlation-request-id": "27844b70-507a-4fef-96a9-03e1eb4aa5eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "690b65b6-8675-439e-a261-2012809c9eec", + "x-ms-routing-request-id": "CENTRALUS:20230614T141245Z:27844b70-507a-4fef-96a9-03e1eb4aa5eb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "status": "InProgress", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ee75a1d-55f3-4223-8a63-97a19ba39507?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-b3ecb0bfe78b5242-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ef6024d6d70a019560761bdff31f6ee1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:13:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef6024d6d70a019560761bdff31f6ee1", + "x-ms-correlation-request-id": "4805beb1-fc81-4650-9997-53f5f51968a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "4d6de4ec-a2f5-4354-ae62-8b9e85d819b0", + "x-ms-routing-request-id": "CENTRALUS:20230614T141317Z:4805beb1-fc81-4650-9997-53f5f51968a7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T14:00:23.0961467\u002B00:00", + "endTime": "2023-06-14T14:12:57.7350639\u002B00:00", + "status": "Succeeded", + "name": "1ee75a1d-55f3-4223-8a63-97a19ba39507" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5005?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e62e78e5c9f4d043942828034e859c68-ab23a17446f2724e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1be5f686721f97564c11eacc785f2b11", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4372", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:13:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1be5f686721f97564c11eacc785f2b11", + "x-ms-correlation-request-id": "d4d3f428-97ba-4094-90f7-59a685ac8760", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "da24c55c-5275-4fe0-a348-d4e93ff6819c", + "x-ms-routing-request-id": "CENTRALUS:20230614T141318Z:d4d3f428-97ba-4094-90f7-59a685ac8760", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS5005", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5005", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.7", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.7@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuNwogICAgIyBNYWtlIHN1cmUgdGhpcyBWb2x1bWVJRCBpcyB1bmlxdWUgaW4gdGhlIGNsdXN0ZXIKICAgIHZvbHVtZUhhbmRsZTogYWY5MmJmNzItNzFkYS00YjU0LWExNzktNTUxMWFiZTg4NmU4CiAgIyAiRGVsZXRlIiBpcyBub3Qgc3VwcG9ydGVkIGluIHN0YXRpYyBwcm92aXNpb25pbmcgUFYKICBtb3VudE9wdGlvbnM6CiAgICAtIG5vYXRpbWUKICAgIC0gZmxvY2sKICBwZXJzaXN0ZW50Vm9sdW1lUmVjbGFpbVBvbGljeTogUmV0YWluCiAgc3RvcmFnZUNsYXNzTmFtZTogc2MuYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQo=", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC43CnByb3Zpc2lvbmVyOiBhenVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCiMgQXp1cmUgTHVzdHJlIENsdXN0ZXIgaXMgcmVtb3ZlZCBhZnRlciBQVkMgZGVsZXRpb24gaWYgcmVjbGFpbVBvbGljeSBpcyB0aGUgZGVmYXVsdCB2YWx1ZSAiRGVsZXRlIi4KcmVjbGFpbVBvbGljeTogUmV0YWluCnZvbHVtZUJpbmRpbmdNb2RlOiBJbW1lZGlhdGUKbW91bnRPcHRpb25zOgogIC0gbm9hdGltZQogIC0gZmxvY2sK" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-14T14:00:23.0671492Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T14:00:23.0671492Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5005?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-8b09690f824c3a42bd510400b533ef9d-68e1a1a51e31a245-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2207fc458de4662b2dd89c785b1db2d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4372", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 14:13:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2207fc458de4662b2dd89c785b1db2d5", + "x-ms-correlation-request-id": "6be62950-80c2-480b-b804-ab109eafec8a", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "d62d8b9c-1ccc-4973-8dd6-9b9fadeeb048", + "x-ms-routing-request-id": "CENTRALUS:20230614T141318Z:6be62950-80c2-480b-b804-ab109eafec8a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS5005", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5005", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.7", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.7@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuNwogICAgIyBNYWtlIHN1cmUgdGhpcyBWb2x1bWVJRCBpcyB1bmlxdWUgaW4gdGhlIGNsdXN0ZXIKICAgIHZvbHVtZUhhbmRsZTogYWY5MmJmNzItNzFkYS00YjU0LWExNzktNTUxMWFiZTg4NmU4CiAgIyAiRGVsZXRlIiBpcyBub3Qgc3VwcG9ydGVkIGluIHN0YXRpYyBwcm92aXNpb25pbmcgUFYKICBtb3VudE9wdGlvbnM6CiAgICAtIG5vYXRpbWUKICAgIC0gZmxvY2sKICBwZXJzaXN0ZW50Vm9sdW1lUmVjbGFpbVBvbGljeTogUmV0YWluCiAgc3RvcmFnZUNsYXNzTmFtZTogc2MuYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQo=", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC43CnByb3Zpc2lvbmVyOiBhenVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCiMgQXp1cmUgTHVzdHJlIENsdXN0ZXIgaXMgcmVtb3ZlZCBhZnRlciBQVkMgZGVsZXRpb24gaWYgcmVjbGFpbVBvbGljeSBpcyB0aGUgZGVmYXVsdCB2YWx1ZSAiRGVsZXRlIi4KcmVjbGFpbVBvbGljeTogUmV0YWluCnZvbHVtZUJpbmRpbmdNb2RlOiBJbW1lZGlhdGUKbW91bnRPcHRpb25zOgogIC0gbm9hdGltZQogIC0gZmxvY2sK" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-14T14:00:23.0671492Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T14:00:23.0671492Z" + } + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "LOCATION": "westus", + "RandomSeed": "612838027", + "RESOURCE_GROUP": "rg-rdupuisstoragecache", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "storage_account_name": "sdktestingstorageaccount", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "vnet_name": "vnet1" + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/GetAll().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/GetAll().json new file mode 100644 index 000000000000..6f5166b0bb1e --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/GetAll().json @@ -0,0 +1,4838 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-e7ab040f1d6d8163971c4d4ccffa9018-8914193b05cd319a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d404d4010a1b78afec6f333f6b28e7d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:03:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3fa46006-a9d9-419f-9dbd-f01039fe1c60", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "3fa46006-a9d9-419f-9dbd-f01039fe1c60", + "x-ms-routing-request-id": "CENTRALUS:20230614T130321Z:3fa46006-a9d9-419f-9dbd-f01039fe1c60" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", + "managedByTenants": [], + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "Avere_AscTIP1_Test", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-765b0594593fc0147df3cec1eee914a6-d9d4f25ac0622746-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6a5a2597dd36a35386ce4f185d6182cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:03:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a83806bd-24c7-4862-ba40-d7df1a4ffc80", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "a83806bd-24c7-4862-ba40-d7df1a4ffc80", + "x-ms-routing-request-id": "CENTRALUS:20230614T130321Z:a83806bd-24c7-4862-ba40-d7df1a4ffc80" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "Owners": "rdupuis", + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-17T21:08:42.8546973Z" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5895?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "842", + "Content-Type": "application/json", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-cdb119410518cc56-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "625a71465dcf16c2d567732b456964f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "zones": [ + "1" + ], + "tags": {}, + "location": "eastus", + "properties": { + "storageCapacityTiB": 16, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet", + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2036", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:03:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "625a71465dcf16c2d567732b456964f0", + "x-ms-correlation-request-id": "e72e99b1-c887-4f4d-896c-d925fdfe796c", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768", + "x-ms-routing-request-id": "CENTRALUS:20230614T130324Z:e72e99b1-c887-4f4d-896c-d925fdfe796c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS5895", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5895", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Transitioning", + "statusDescription": "The cluster is in the process of changing states" + }, + "provisioningState": "Creating", + "clientInfo": { + "mgsAddress": "", + "mountCommand": "", + "lustreVersion": "", + "containerStorageInterface": { + "persistentVolumeClaim": "", + "persistentVolume": "", + "storageClass": "" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-14T13:03:22.5500769Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T13:03:22.5500769Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-015687082121d30a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b6245467768dc8c798536076e0774064", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:03:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b6245467768dc8c798536076e0774064", + "x-ms-correlation-request-id": "8726eaca-7dfb-462b-953f-ab9e60ad4f65", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;191", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "9923a11b-b330-484a-9f23-51e14cf75104", + "x-ms-routing-request-id": "CENTRALUS:20230614T130324Z:8726eaca-7dfb-462b-953f-ab9e60ad4f65", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-3aa51699e88563d1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a99a28ebc869d2504ed900810f077fba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:03:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a99a28ebc869d2504ed900810f077fba", + "x-ms-correlation-request-id": "503ecc8f-51d0-4aed-813a-34c6011667ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;188", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "6eaa7a13-c725-4445-9d55-f4fe08506d3c", + "x-ms-routing-request-id": "CENTRALUS:20230614T130325Z:503ecc8f-51d0-4aed-813a-34c6011667ab", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-eb56b51c28d3ab74-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f1c486dcae444c63f0506a4713ada0e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:03:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f1c486dcae444c63f0506a4713ada0e9", + "x-ms-correlation-request-id": "0bf7d5dd-d8f7-4d14-973b-c2a2794f0138", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;187", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "fd6e4496-10a0-4c6f-bb4c-7d24657c92d1", + "x-ms-routing-request-id": "CENTRALUS:20230614T130326Z:0bf7d5dd-d8f7-4d14-973b-c2a2794f0138", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-a88da4ea06a9d75a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6fcfe80de17f9e83035267b37546b890", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:03:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6fcfe80de17f9e83035267b37546b890", + "x-ms-correlation-request-id": "ac5b8b1f-24aa-4904-83b3-d0c45fa8e66f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;186", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "31fcdee5-388c-413b-896f-2f8740240505", + "x-ms-routing-request-id": "CENTRALUS:20230614T130327Z:ac5b8b1f-24aa-4904-83b3-d0c45fa8e66f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-40c8d460ad9db9d6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5a9aa6d34fb23d20c44eb8195d08bfa1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:03:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a9aa6d34fb23d20c44eb8195d08bfa1", + "x-ms-correlation-request-id": "bd839625-e8b0-47fe-b732-cce489924703", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;198", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "2a88db60-c04a-4706-a701-ec7c873956c3", + "x-ms-routing-request-id": "CENTRALUS:20230614T130330Z:bd839625-e8b0-47fe-b732-cce489924703", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-3bd6a7e5d05dc1a5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "277316391038fb3b0226edf246b0d6aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:03:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "277316391038fb3b0226edf246b0d6aa", + "x-ms-correlation-request-id": "a3f70efb-537d-4347-8725-b55ca5b9c1af", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;196", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "434cd457-82f7-45bd-9d33-fdee6604f724", + "x-ms-routing-request-id": "CENTRALUS:20230614T130334Z:a3f70efb-537d-4347-8725-b55ca5b9c1af", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-7121ea0b75230e20-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6d73d9984512be37c892aa31286a40fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:03:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d73d9984512be37c892aa31286a40fa", + "x-ms-correlation-request-id": "80b16b2a-36d1-457f-af39-cf61a00baab3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;183", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "573bba6b-6381-4adc-8e7e-84f656f2cd99", + "x-ms-routing-request-id": "CENTRALUS:20230614T130342Z:80b16b2a-36d1-457f-af39-cf61a00baab3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-1c96e2dadcf8691c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5e79c69291d2c3586a9e588c612df614", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:03:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e79c69291d2c3586a9e588c612df614", + "x-ms-correlation-request-id": "fe964217-46c9-457d-ba5c-7e40aca1444c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;182", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "8922d0f0-a4d3-431a-a58f-ba56d7443a02", + "x-ms-routing-request-id": "CENTRALUS:20230614T130359Z:fe964217-46c9-457d-ba5c-7e40aca1444c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-beb8111f62ec41c0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "83800e775295f48edfb55ea66509d397", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:04:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83800e775295f48edfb55ea66509d397", + "x-ms-correlation-request-id": "8260a076-095e-4557-9986-9befc98748fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;199", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "bb76563a-7d96-4ab0-87fe-f04c0ee63fa5", + "x-ms-routing-request-id": "CENTRALUS:20230614T130431Z:8260a076-095e-4557-9986-9befc98748fe", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-ee465536070bade9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7f5ff2e6783706d881b00274edaa5c9b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:05:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f5ff2e6783706d881b00274edaa5c9b", + "x-ms-correlation-request-id": "fe3be7b7-24f6-491c-bad1-cdd078601416", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;196", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "5a7e3f19-4064-4f21-b940-d22a1e7f4605", + "x-ms-routing-request-id": "CENTRALUS:20230614T130503Z:fe3be7b7-24f6-491c-bad1-cdd078601416", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-2b0d3a7d2575042e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "19b9969bbce9406538847f1d32b25e60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:05:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "19b9969bbce9406538847f1d32b25e60", + "x-ms-correlation-request-id": "697a627e-26c2-448e-b664-a49f49465470", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;193", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "89ecb14b-dbe0-476c-8cc7-f6103ec202e3", + "x-ms-routing-request-id": "CENTRALUS:20230614T130535Z:697a627e-26c2-448e-b664-a49f49465470", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-b914cfc66574b79d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6fa6c0cb77cdffdd367a02e44f1a0634", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:06:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6fa6c0cb77cdffdd367a02e44f1a0634", + "x-ms-correlation-request-id": "c7fc3a8e-dbd8-4abd-8d9d-a689ba8310cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;190", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "32777a49-f280-4857-896a-6b44c7750af6", + "x-ms-routing-request-id": "CENTRALUS:20230614T130607Z:c7fc3a8e-dbd8-4abd-8d9d-a689ba8310cf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-b090c8c3caa905fe-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cf0ac358b95029ad8c1f47b2f9bad4ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:06:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf0ac358b95029ad8c1f47b2f9bad4ce", + "x-ms-correlation-request-id": "9479cbd1-90c1-490e-b1fe-50b5e6deeb8d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;189", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "e5845294-72b7-4356-a678-e6628f478fec", + "x-ms-routing-request-id": "CENTRALUS:20230614T130640Z:9479cbd1-90c1-490e-b1fe-50b5e6deeb8d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-2273e26df2771042-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2ca8a152ed0424cdb9bae36fba81f01e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:07:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ca8a152ed0424cdb9bae36fba81f01e", + "x-ms-correlation-request-id": "3aa17fe5-fb73-49b4-b5c9-947aac776b04", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;186", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "f0414c20-4373-4dd0-a167-9cb1d935375e", + "x-ms-routing-request-id": "CENTRALUS:20230614T130712Z:3aa17fe5-fb73-49b4-b5c9-947aac776b04", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-da1fe12364df99f8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6fc54a7e8ea71210137ce2ae2f2a067b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:07:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6fc54a7e8ea71210137ce2ae2f2a067b", + "x-ms-correlation-request-id": "06ae4e2e-6a99-487d-b1a1-1780a833210d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;186", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "41326fc9-7c99-45d0-aeda-71a3d91c3edc", + "x-ms-routing-request-id": "CENTRALUS:20230614T130744Z:06ae4e2e-6a99-487d-b1a1-1780a833210d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-9bfa88f9b76601b6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ae9233a6da716a2ff5e61695d63e6f0b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:08:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae9233a6da716a2ff5e61695d63e6f0b", + "x-ms-correlation-request-id": "c7d44e69-eec9-4ea1-be7c-c23a384ed48e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;207", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "b581bb64-5eea-417c-b4db-a760a67ac6a9", + "x-ms-routing-request-id": "CENTRALUS:20230614T130816Z:c7d44e69-eec9-4ea1-be7c-c23a384ed48e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-efb2f2348b05978d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ae34292e64f5c327909619880b1ef48e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:08:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae34292e64f5c327909619880b1ef48e", + "x-ms-correlation-request-id": "7cb2a22d-5ead-44ef-a4d1-c11112ae51aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;212", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "f53270c0-236e-41d4-a6c4-9f6f9f480570", + "x-ms-routing-request-id": "CENTRALUS:20230614T130848Z:7cb2a22d-5ead-44ef-a4d1-c11112ae51aa", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-639ddc70a77110ae-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "86c968b442eea3ac1a5a79c1787b3cd5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:09:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "86c968b442eea3ac1a5a79c1787b3cd5", + "x-ms-correlation-request-id": "c056e801-e25a-461b-a444-769ce5100ab7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "cb6b960e-bea7-42bb-a148-96d168a9644c", + "x-ms-routing-request-id": "CENTRALUS:20230614T130920Z:c056e801-e25a-461b-a444-769ce5100ab7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-afdcefc493e16ab9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0680d60d57f641850ccf1ddbc0a75ed7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:09:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0680d60d57f641850ccf1ddbc0a75ed7", + "x-ms-correlation-request-id": "d54fc186-ac19-4c50-92fa-1debf0f20a24", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "6acb1e15-4171-4cac-be3a-80a8c848f68b", + "x-ms-routing-request-id": "CENTRALUS:20230614T130952Z:d54fc186-ac19-4c50-92fa-1debf0f20a24", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-e1f31f0e13983bf2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6de087f2e874eb1d7d90949aea664a15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:10:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6de087f2e874eb1d7d90949aea664a15", + "x-ms-correlation-request-id": "792ddacf-7951-4b97-a4f0-796bfaceff72", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "db776e98-26ea-4b83-8991-099d8b020575", + "x-ms-routing-request-id": "CENTRALUS:20230614T131024Z:792ddacf-7951-4b97-a4f0-796bfaceff72", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-826de8025e1171a9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "347a445aed9e5d97e2887a1f25d0e372", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:10:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "347a445aed9e5d97e2887a1f25d0e372", + "x-ms-correlation-request-id": "d5ed15bd-e145-4010-aff0-68d6c1b1be11", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "f8ea5e36-79f7-468c-8a6c-d6572b80e7ab", + "x-ms-routing-request-id": "CENTRALUS:20230614T131057Z:d5ed15bd-e145-4010-aff0-68d6c1b1be11", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-d788b6de0db9d4cf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f1cea2fbce9a2460b9948966c3ea57a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:11:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f1cea2fbce9a2460b9948966c3ea57a6", + "x-ms-correlation-request-id": "a0f7b811-b4b9-43aa-b843-57f4b06ccfdc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "ce166488-b24c-4874-a4b0-9786d3992973", + "x-ms-routing-request-id": "CENTRALUS:20230614T131129Z:a0f7b811-b4b9-43aa-b843-57f4b06ccfdc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-368688234c13b1fd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7c8107842a2d0438ef838bec6efdc6ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:12:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c8107842a2d0438ef838bec6efdc6ac", + "x-ms-correlation-request-id": "57aced5e-b809-42c5-8a7b-a416f28471ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "a6925d4f-2517-45fb-ba18-c13efeab6b2d", + "x-ms-routing-request-id": "CENTRALUS:20230614T131201Z:57aced5e-b809-42c5-8a7b-a416f28471ea", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-3cd6a3d44ad60988-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "479e21ac59978b7ae3567b0964319af7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:12:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "479e21ac59978b7ae3567b0964319af7", + "x-ms-correlation-request-id": "f48c9267-6a12-44f1-a849-a4f714dc30bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;212", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "f5a7e12c-a303-40b6-95a8-3d9d3a70a020", + "x-ms-routing-request-id": "CENTRALUS:20230614T131233Z:f48c9267-6a12-44f1-a849-a4f714dc30bd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-75c6d5f1f94cb76b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1d9ad431674fd1456aca01164274b6bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:13:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d9ad431674fd1456aca01164274b6bb", + "x-ms-correlation-request-id": "057ab0f8-59a7-44b2-81d0-8770f52a9e49", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;208", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "dece6979-428b-4091-89d6-b77b7695f236", + "x-ms-routing-request-id": "CENTRALUS:20230614T131305Z:057ab0f8-59a7-44b2-81d0-8770f52a9e49", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-6bda42466b2cd4ce-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a1b9dccd0f4b2a0e8cf598d7af2e9fbd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:13:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1b9dccd0f4b2a0e8cf598d7af2e9fbd", + "x-ms-correlation-request-id": "9717b0e1-ef20-4812-9033-9e226a88dc56", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;209", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "a2d3fe55-159b-4bef-b39e-66ffde060924", + "x-ms-routing-request-id": "CENTRALUS:20230614T131337Z:9717b0e1-ef20-4812-9033-9e226a88dc56", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-e80fa530fbd7c4f9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9abb93e9a963455ddccdddcd5863496f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:14:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9abb93e9a963455ddccdddcd5863496f", + "x-ms-correlation-request-id": "2839879d-b553-4fb3-88da-e3ee47a91087", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;208", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "b2331bb7-ce8f-4021-b450-0c3e8273288d", + "x-ms-routing-request-id": "CENTRALUS:20230614T131409Z:2839879d-b553-4fb3-88da-e3ee47a91087", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "status": "InProgress", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88b2c75e-ea8d-4991-b2d7-60b20e5a2768?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-9f95a62b069d5a75-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "883cbfa0f87821abc5709059cf6e223b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:14:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "883cbfa0f87821abc5709059cf6e223b", + "x-ms-correlation-request-id": "e077d34b-f537-4370-bf44-79d87826e501", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;206", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "6006aca2-5928-4d83-86ab-11be7a399be3", + "x-ms-routing-request-id": "CENTRALUS:20230614T131441Z:e077d34b-f537-4370-bf44-79d87826e501", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:03:22.7287446\u002B00:00", + "endTime": "2023-06-14T13:14:34.9600008\u002B00:00", + "status": "Succeeded", + "name": "88b2c75e-ea8d-4991-b2d7-60b20e5a2768" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5895?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-15c2220eb9ece6dba93e2505bf78ecd9-cd70e0c4949591b9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ae2d432a1bb924587e73c47e3141d228", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4378", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:14:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae2d432a1bb924587e73c47e3141d228", + "x-ms-correlation-request-id": "947e32b0-dc37-47fb-a92d-ba539fd3c96b", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "383ce601-4fa2-45b9-856b-43f4b6095e09", + "x-ms-routing-request-id": "CENTRALUS:20230614T131442Z:947e32b0-dc37-47fb-a92d-ba539fd3c96b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS5895", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5895", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.20", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.20@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMjAKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IGJmN2NhZGQ5LWM5Y2EtNDcyYy04YjdhLTg4MzNkYzMxMDVkNgogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4yMApwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-14T13:03:22.5500769Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T13:03:22.5500769Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS2808?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "842", + "Content-Type": "application/json", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-f9249f6f437d4c44-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f2ef37284517e8f099d4f21903766eaa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "zones": [ + "1" + ], + "tags": {}, + "location": "eastus", + "properties": { + "storageCapacityTiB": 16, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet", + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2036", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:14:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2ef37284517e8f099d4f21903766eaa", + "x-ms-correlation-request-id": "ed4fe524-9c69-424f-839d-4911013d42fb", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0", + "x-ms-routing-request-id": "CENTRALUS:20230614T131443Z:ed4fe524-9c69-424f-839d-4911013d42fb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS2808", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS2808", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Transitioning", + "statusDescription": "The cluster is in the process of changing states" + }, + "provisioningState": "Creating", + "clientInfo": { + "mgsAddress": "", + "mountCommand": "", + "lustreVersion": "", + "containerStorageInterface": { + "persistentVolumeClaim": "", + "persistentVolume": "", + "storageClass": "" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-14T13:14:42.7811273Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T13:14:42.7811273Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-c0fca46183ead188-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "37a6ad674832fd133cc61f47660b7bfd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:14:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37a6ad674832fd133cc61f47660b7bfd", + "x-ms-correlation-request-id": "186ea88c-307c-41e6-b4d3-93716a868dcd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;204", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "9ce6c390-3b79-4bab-b7f7-909eb1e58002", + "x-ms-routing-request-id": "CENTRALUS:20230614T131444Z:186ea88c-307c-41e6-b4d3-93716a868dcd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-99c19b427e37ec75-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9f8fd456f2bc7211b289da0d41bcbba9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:14:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9f8fd456f2bc7211b289da0d41bcbba9", + "x-ms-correlation-request-id": "1eeff7b8-c325-43a7-9380-881b9f23bd94", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;210", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "20be1101-a13c-402c-a5dd-e22bccb3319a", + "x-ms-routing-request-id": "CENTRALUS:20230614T131445Z:1eeff7b8-c325-43a7-9380-881b9f23bd94", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-22097b1db5ee0ff2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "56b1545037cf59778e17fad3963d000d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:14:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56b1545037cf59778e17fad3963d000d", + "x-ms-correlation-request-id": "e789c96f-3aac-4959-a735-e6dfd367e687", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;208", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "a92c92cb-3bbb-439a-8d91-fa75c3877cda", + "x-ms-routing-request-id": "CENTRALUS:20230614T131446Z:e789c96f-3aac-4959-a735-e6dfd367e687", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-ae52ccc551b8c64b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "58de068ee46175e19b3484a96e05bc80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:14:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58de068ee46175e19b3484a96e05bc80", + "x-ms-correlation-request-id": "d9dd762b-5fa0-472a-bbf7-ca5c5031f26e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;207", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "a73fd844-e2d2-4d55-8380-2bb5efb5760f", + "x-ms-routing-request-id": "CENTRALUS:20230614T131447Z:d9dd762b-5fa0-472a-bbf7-ca5c5031f26e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-03a329412d08b986-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "11f6760b24591e2e5c3511a5f83ddb75", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:14:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11f6760b24591e2e5c3511a5f83ddb75", + "x-ms-correlation-request-id": "ddb64bfa-ecd1-47e1-9374-764fdf858e49", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;205", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "96742704-8bb6-459d-9149-08b8f68d54d9", + "x-ms-routing-request-id": "CENTRALUS:20230614T131449Z:ddb64bfa-ecd1-47e1-9374-764fdf858e49", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-72c5d9d03569bc61-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3a7fcd8862de6b48723cbb9bb3ceeb88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:14:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a7fcd8862de6b48723cbb9bb3ceeb88", + "x-ms-correlation-request-id": "d574d992-4af9-4072-890c-acc245b5dcc5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;200", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "4378885f-979b-438a-882e-17059d449d2b", + "x-ms-routing-request-id": "CENTRALUS:20230614T131453Z:d574d992-4af9-4072-890c-acc245b5dcc5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-42914fd411d7cfd2-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1fc87a5aee4669b3d8bffc2bd33b7d5d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:15:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1fc87a5aee4669b3d8bffc2bd33b7d5d", + "x-ms-correlation-request-id": "5439017a-9576-44a0-9d00-ed6ae990c1f2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;204", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "aee3e6ea-4196-4c66-be2f-8c56fad6c17f", + "x-ms-routing-request-id": "CENTRALUS:20230614T131501Z:5439017a-9576-44a0-9d00-ed6ae990c1f2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-66cc9b7cf4dcfcb8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a1200e588186a8a12e8a9f1c69926b8e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:15:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1200e588186a8a12e8a9f1c69926b8e", + "x-ms-correlation-request-id": "f746417c-b81e-4574-b709-e3a729c141a9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;203", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "8787bdff-81ac-4216-8089-657b4dc4ab67", + "x-ms-routing-request-id": "CENTRALUS:20230614T131517Z:f746417c-b81e-4574-b709-e3a729c141a9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-72cc7f7e2effc1a1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7d4a8849bb759a2f1915611e661c9836", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:15:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d4a8849bb759a2f1915611e661c9836", + "x-ms-correlation-request-id": "d7cd9ead-96b0-4bae-a723-30715377eaaf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;210", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "9f4c2c8e-4d08-407b-937f-0af94f31b561", + "x-ms-routing-request-id": "CENTRALUS:20230614T131549Z:d7cd9ead-96b0-4bae-a723-30715377eaaf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-666885db35c8fc97-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a4425dbf4aadd802d81ff1bb4f960045", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:16:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a4425dbf4aadd802d81ff1bb4f960045", + "x-ms-correlation-request-id": "a7afab7b-5395-4eba-8b6e-18436fae63f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;209", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "7aae1003-12fa-4869-b04e-994359b78355", + "x-ms-routing-request-id": "CENTRALUS:20230614T131621Z:a7afab7b-5395-4eba-8b6e-18436fae63f0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-f7521070da39c45c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4ae16d53fff19ce8de86877020834212", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:16:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ae16d53fff19ce8de86877020834212", + "x-ms-correlation-request-id": "9e11fcdc-4536-4386-bb00-8126b9088c46", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;212", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "601724da-522e-447c-b0fa-0721da0dd136", + "x-ms-routing-request-id": "CENTRALUS:20230614T131654Z:9e11fcdc-4536-4386-bb00-8126b9088c46", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-747a0fa1fc37f4bd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "0b5d68f2c74fffe18671a555ca744a82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:17:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b5d68f2c74fffe18671a555ca744a82", + "x-ms-correlation-request-id": "9b7f9800-386c-431c-acf8-74796cb0ed6e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "09f5c7cd-4d57-4e0b-9476-e2858f90dae1", + "x-ms-routing-request-id": "CENTRALUS:20230614T131726Z:9b7f9800-386c-431c-acf8-74796cb0ed6e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-88796bd2d395bead-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f8cb1c154d3ac04575a6c526c292b855", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:17:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f8cb1c154d3ac04575a6c526c292b855", + "x-ms-correlation-request-id": "987fbf43-f2a1-4da6-91df-0100eb338c4a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "3c991348-4db1-4a8d-a508-c0396a629e32", + "x-ms-routing-request-id": "CENTRALUS:20230614T131758Z:987fbf43-f2a1-4da6-91df-0100eb338c4a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-a553d77d2a78ac40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "e6c8dfddf4388cf68ce2c47f5992d26a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:18:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6c8dfddf4388cf68ce2c47f5992d26a", + "x-ms-correlation-request-id": "b4dd0e1e-5282-49b7-bfde-22d9793dae90", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "837fcfa8-c8b6-4910-ae9f-dab33d0fbdfb", + "x-ms-routing-request-id": "CENTRALUS:20230614T131830Z:b4dd0e1e-5282-49b7-bfde-22d9793dae90", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-bec23d8c2d5f3cec-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "045a043c49b7a5d7229d96a901bb3cf4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:19:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "045a043c49b7a5d7229d96a901bb3cf4", + "x-ms-correlation-request-id": "5e71d099-2018-4077-a2ef-8b14de897ce4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "a376c5ce-d0e6-47bd-8627-304eb93da8df", + "x-ms-routing-request-id": "CENTRALUS:20230614T131903Z:5e71d099-2018-4077-a2ef-8b14de897ce4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-dda0b02c446ac1ac-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ea7850b963ab2049253e6c5888c666e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:19:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea7850b963ab2049253e6c5888c666e2", + "x-ms-correlation-request-id": "d213c72b-0131-4a8a-89bf-2fb0a694d81a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "2d6d45f6-d3f9-435d-8985-62e76303d032", + "x-ms-routing-request-id": "CENTRALUS:20230614T131935Z:d213c72b-0131-4a8a-89bf-2fb0a694d81a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-474fbd0718266828-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "bde95bd4b437939d0823c49b5d4c8bd1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:20:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bde95bd4b437939d0823c49b5d4c8bd1", + "x-ms-correlation-request-id": "634ee33e-2fea-46ae-8590-95567fd09bb7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "747f2699-0511-40cb-8d09-b0fc383babdb", + "x-ms-routing-request-id": "CENTRALUS:20230614T132007Z:634ee33e-2fea-46ae-8590-95567fd09bb7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-20eb978ce626918e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "08c6d0a5e71ad8beba3ade78dd7f1c5c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:20:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08c6d0a5e71ad8beba3ade78dd7f1c5c", + "x-ms-correlation-request-id": "f4750e4b-d898-4f93-97d9-9b3d6e0aacf2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "6790caa4-2fb1-4e2a-bb45-ec4c8697be60", + "x-ms-routing-request-id": "CENTRALUS:20230614T132039Z:f4750e4b-d898-4f93-97d9-9b3d6e0aacf2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-50d626e4996cba07-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a5d5b4377ed104bdb3e4e2889faec3d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:21:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a5d5b4377ed104bdb3e4e2889faec3d9", + "x-ms-correlation-request-id": "c2a3e1a6-5f30-425a-9d60-2affc42de12e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "55181e25-920e-409e-b301-4a4bce33b3ad", + "x-ms-routing-request-id": "CENTRALUS:20230614T132111Z:c2a3e1a6-5f30-425a-9d60-2affc42de12e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-ba31dab825487ed1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b8b39ab35d00ecc79d1103fdd624b689", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:21:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8b39ab35d00ecc79d1103fdd624b689", + "x-ms-correlation-request-id": "a20e24b3-9480-4ed3-80de-31d0edc3cb6f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "93eeac3e-11f4-4c07-ba5c-90f45bb36b6e", + "x-ms-routing-request-id": "CENTRALUS:20230614T132143Z:a20e24b3-9480-4ed3-80de-31d0edc3cb6f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-2ade5edc4756e826-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a9646707e577260013c155360435390c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:22:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a9646707e577260013c155360435390c", + "x-ms-correlation-request-id": "f8f66b06-b002-4719-a6ae-970be67a056a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "e0011431-5278-4222-a33d-97f44ddcb947", + "x-ms-routing-request-id": "CENTRALUS:20230614T132216Z:f8f66b06-b002-4719-a6ae-970be67a056a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-30a6de250ae221c6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "42c4047663ccd95cece808bf7bbf2d8e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:22:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42c4047663ccd95cece808bf7bbf2d8e", + "x-ms-correlation-request-id": "3f1d41f7-d6ca-4ad4-9d3b-93ac3bc2c701", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "9d928433-f677-48fe-877b-2013e33a3c93", + "x-ms-routing-request-id": "CENTRALUS:20230614T132248Z:3f1d41f7-d6ca-4ad4-9d3b-93ac3bc2c701", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-e43556793f726934-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3781592e194ace629a8ca43e0891e767", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:23:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3781592e194ace629a8ca43e0891e767", + "x-ms-correlation-request-id": "4f95c6d3-5ed0-4ed1-b89d-5a5e1df70841", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "c26ffc9b-59a3-429c-bb48-4ba1802561aa", + "x-ms-routing-request-id": "CENTRALUS:20230614T132320Z:4f95c6d3-5ed0-4ed1-b89d-5a5e1df70841", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-59074bcbbcaa6c0b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d186f6d8735fa3bd0b8abc8edc40aa53", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:23:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d186f6d8735fa3bd0b8abc8edc40aa53", + "x-ms-correlation-request-id": "6678fb60-1bcf-467d-9fc7-1813726e283b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "20ea51d8-7ff2-4f9a-a2b0-844da08c5f38", + "x-ms-routing-request-id": "CENTRALUS:20230614T132352Z:6678fb60-1bcf-467d-9fc7-1813726e283b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-640e82f236ec5180-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ab08c79301b45dc1a2f6a83fbf1dd05b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:24:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab08c79301b45dc1a2f6a83fbf1dd05b", + "x-ms-correlation-request-id": "596b1723-f8a0-40d9-9381-15320acf1b3a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "7a5ad932-2fed-4fc0-8f0f-d88308e10620", + "x-ms-routing-request-id": "CENTRALUS:20230614T132424Z:596b1723-f8a0-40d9-9381-15320acf1b3a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-a173565859e65ab8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "85e7a1005b39ba2e9cde2cbf5dd3f25a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:24:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85e7a1005b39ba2e9cde2cbf5dd3f25a", + "x-ms-correlation-request-id": "355aca5f-df9e-4146-9017-69ddd252dc99", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "98ba1b3a-6afd-4259-b507-db2cd8d49194", + "x-ms-routing-request-id": "CENTRALUS:20230614T132456Z:355aca5f-df9e-4146-9017-69ddd252dc99", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-a6003f123c025211-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "41aa51e13c89d6b234282f69cb7de3ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:25:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41aa51e13c89d6b234282f69cb7de3ed", + "x-ms-correlation-request-id": "10717bd0-4c0d-448c-9725-29ef354a5283", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "29372fed-3654-4613-ba53-55ee2e2386c3", + "x-ms-routing-request-id": "CENTRALUS:20230614T132528Z:10717bd0-4c0d-448c-9725-29ef354a5283", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "status": "InProgress", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-5c8a294571b65e93-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3a8d61b925583819984d0ed5d50200ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:26:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a8d61b925583819984d0ed5d50200ce", + "x-ms-correlation-request-id": "cc507196-3e47-4cd0-873d-54c63b7cd8f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "b23d5090-032f-42df-833d-3fe08cdee850", + "x-ms-routing-request-id": "CENTRALUS:20230614T132600Z:cc507196-3e47-4cd0-873d-54c63b7cd8f3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:14:42.8295281\u002B00:00", + "endTime": "2023-06-14T13:25:48.4766613\u002B00:00", + "status": "Succeeded", + "name": "e71aa7e8-30e4-4e00-bf5c-eb3c8a90c0d0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS2808?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-fa96123b49d27d4210e074a5bed82b1b-644028b81ffb7fce-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "6d5d4e048f73c4d2ef1050112cc5ef1f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4372", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:26:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d5d4e048f73c4d2ef1050112cc5ef1f", + "x-ms-correlation-request-id": "2e17b864-29d3-4624-80d4-c0f132858223", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "b0199122-26a4-46d4-b0a9-b0117229aabf", + "x-ms-routing-request-id": "CENTRALUS:20230614T132601Z:2e17b864-29d3-4624-80d4-c0f132858223", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS2808", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS2808", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.7", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.7@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuNwogICAgIyBNYWtlIHN1cmUgdGhpcyBWb2x1bWVJRCBpcyB1bmlxdWUgaW4gdGhlIGNsdXN0ZXIKICAgIHZvbHVtZUhhbmRsZTogMDYxYmYxMGUtOGYyNC00YzQ2LWI1YzUtOGQ4NmU5MDdhNjMxCiAgIyAiRGVsZXRlIiBpcyBub3Qgc3VwcG9ydGVkIGluIHN0YXRpYyBwcm92aXNpb25pbmcgUFYKICBtb3VudE9wdGlvbnM6CiAgICAtIG5vYXRpbWUKICAgIC0gZmxvY2sKICBwZXJzaXN0ZW50Vm9sdW1lUmVjbGFpbVBvbGljeTogUmV0YWluCiAgc3RvcmFnZUNsYXNzTmFtZTogc2MuYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQo=", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC43CnByb3Zpc2lvbmVyOiBhenVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCiMgQXp1cmUgTHVzdHJlIENsdXN0ZXIgaXMgcmVtb3ZlZCBhZnRlciBQVkMgZGVsZXRpb24gaWYgcmVjbGFpbVBvbGljeSBpcyB0aGUgZGVmYXVsdCB2YWx1ZSAiRGVsZXRlIi4KcmVjbGFpbVBvbGljeTogUmV0YWluCnZvbHVtZUJpbmRpbmdNb2RlOiBJbW1lZGlhdGUKbW91bnRPcHRpb25zOgogIC0gbm9hdGltZQogIC0gZmxvY2sK" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-14T13:14:42.7811273Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T13:14:42.7811273Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-b45367338ec5f7cb5cf43e41c6ba0ac4-1d10bd2c65105419-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "fc053efab746bc013772a83c2edc0132", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "9186", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:26:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc053efab746bc013772a83c2edc0132", + "x-ms-correlation-request-id": "77c81634-5b3c-4b92-88a8-999b5cac54a7", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "e8ffe173-6596-41c8-bdfe-89f9b0424e95", + "x-ms-routing-request-id": "CENTRALUS:20230614T132601Z:77c81634-5b3c-4b92-88a8-999b5cac54a7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "value": [ + { + "name": "testamlFS2808", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/amlFilesystems/testamlFS2808", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.7", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.7@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuNwogICAgIyBNYWtlIHN1cmUgdGhpcyBWb2x1bWVJRCBpcyB1bmlxdWUgaW4gdGhlIGNsdXN0ZXIKICAgIHZvbHVtZUhhbmRsZTogMDYxYmYxMGUtOGYyNC00YzQ2LWI1YzUtOGQ4NmU5MDdhNjMxCiAgIyAiRGVsZXRlIiBpcyBub3Qgc3VwcG9ydGVkIGluIHN0YXRpYyBwcm92aXNpb25pbmcgUFYKICBtb3VudE9wdGlvbnM6CiAgICAtIG5vYXRpbWUKICAgIC0gZmxvY2sKICBwZXJzaXN0ZW50Vm9sdW1lUmVjbGFpbVBvbGljeTogUmV0YWluCiAgc3RvcmFnZUNsYXNzTmFtZTogc2MuYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQo=", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC43CnByb3Zpc2lvbmVyOiBhenVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCiMgQXp1cmUgTHVzdHJlIENsdXN0ZXIgaXMgcmVtb3ZlZCBhZnRlciBQVkMgZGVsZXRpb24gaWYgcmVjbGFpbVBvbGljeSBpcyB0aGUgZGVmYXVsdCB2YWx1ZSAiRGVsZXRlIi4KcmVjbGFpbVBvbGljeTogUmV0YWluCnZvbHVtZUJpbmRpbmdNb2RlOiBJbW1lZGlhdGUKbW91bnRPcHRpb25zOgogIC0gbm9hdGltZQogIC0gZmxvY2sK" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-14T13:14:42.7811273Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T13:14:42.7811273Z" + } + }, + { + "name": "testamlFS5895", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5895", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.20", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.20@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMjAKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IGJmN2NhZGQ5LWM5Y2EtNDcyYy04YjdhLTg4MzNkYzMxMDVkNgogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4yMApwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-14T13:03:22.5500769Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T13:03:22.5500769Z" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS2808?api-version=2023-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-c89e7b1d1cddac55-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "7d656128761f2a7a8ec94b48d5080bd2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 14 Jun 2023 13:26:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?monitor=true\u0026api-version=2023-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d656128761f2a7a8ec94b48d5080bd2", + "x-ms-correlation-request-id": "ba27cad8-62d5-4552-9b49-41c4c3bfa224", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "7f8d495e-de2f-4133-9987-dea1ba5de796", + "x-ms-routing-request-id": "CENTRALUS:20230614T132602Z:ba27cad8-62d5-4552-9b49-41c4c3bfa224", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-87fc666b8206d373-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cbe81d0e726084ffc4db6d7c6bb8e72f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:26:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cbe81d0e726084ffc4db6d7c6bb8e72f", + "x-ms-correlation-request-id": "a5343159-6adc-4698-a83c-075ebfb00c68", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "52aa82d2-4a4a-4c4c-9ae4-558195c5e8ef", + "x-ms-routing-request-id": "CENTRALUS:20230614T132602Z:a5343159-6adc-4698-a83c-075ebfb00c68", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-57ff56e0cf69ed81-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3eded6666b012436d818307e407943f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:26:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3eded6666b012436d818307e407943f8", + "x-ms-correlation-request-id": "7d038b5c-9548-470f-a269-545dd0c38d1d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "6871f0b6-6011-4de8-b10a-c5989385ff3a", + "x-ms-routing-request-id": "CENTRALUS:20230614T132603Z:7d038b5c-9548-470f-a269-545dd0c38d1d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-f1779c4320d894b5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b7393833401fea72f057d220960be094", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:26:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b7393833401fea72f057d220960be094", + "x-ms-correlation-request-id": "182c53af-4570-41bc-b4f2-59b0fdb1c6de", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "e30ce468-4830-4ea1-bcb7-24be9d7c0ee0", + "x-ms-routing-request-id": "CENTRALUS:20230614T132604Z:182c53af-4570-41bc-b4f2-59b0fdb1c6de", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-cbc1700bbb09cd9b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "109a06b957b7a311e7c4f2474280444a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:26:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "109a06b957b7a311e7c4f2474280444a", + "x-ms-correlation-request-id": "f7b06ee3-77b4-4a1f-b129-272291837b8f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "62e0fd63-cb53-4460-bbc3-90cb67487e36", + "x-ms-routing-request-id": "CENTRALUS:20230614T132605Z:f7b06ee3-77b4-4a1f-b129-272291837b8f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-b7245c0ddb037bf6-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "334975982f7f250f63f44eaa98158dcd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:26:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "334975982f7f250f63f44eaa98158dcd", + "x-ms-correlation-request-id": "c39f3753-50b7-45af-81a1-d381f263fa6e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "86c7a69d-6665-43d0-bb25-486cf72fcd90", + "x-ms-routing-request-id": "CENTRALUS:20230614T132607Z:c39f3753-50b7-45af-81a1-d381f263fa6e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-719ca7269352650c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "39c59c3732dfdb412795d05b4e2aa770", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:26:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39c59c3732dfdb412795d05b4e2aa770", + "x-ms-correlation-request-id": "67928c54-4b83-42c1-bce0-3cdc5f90c711", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "c8475e2f-6fa1-4f72-9564-dd3d94b245f1", + "x-ms-routing-request-id": "CENTRALUS:20230614T132611Z:67928c54-4b83-42c1-bce0-3cdc5f90c711", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-db3e24e8d112ef9d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "21888812adc28a14f774adc209670bd1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:26:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21888812adc28a14f774adc209670bd1", + "x-ms-correlation-request-id": "007d772c-5ce7-489a-bea7-936f9d18a2e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "6ad4c899-01c8-4c8e-a681-fabf5b536cf6", + "x-ms-routing-request-id": "CENTRALUS:20230614T132619Z:007d772c-5ce7-489a-bea7-936f9d18a2e2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-4b88115ae7252854-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a61024360aba656a336d0bea5fb3d738", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:26:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a61024360aba656a336d0bea5fb3d738", + "x-ms-correlation-request-id": "34c9b4db-66c6-4374-8652-9b0edd57b54e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "e5d89be4-7833-4816-a891-4919c3e6da9a", + "x-ms-routing-request-id": "CENTRALUS:20230614T132636Z:34c9b4db-66c6-4374-8652-9b0edd57b54e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-8246a1f87625abb5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "1097dd4c6c8d890b873b416b857ed2bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:27:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1097dd4c6c8d890b873b416b857ed2bf", + "x-ms-correlation-request-id": "e4625c62-a645-404b-8085-403a901449e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "a86c8d45-fb56-4a6c-9ca9-0378c6668483", + "x-ms-routing-request-id": "CENTRALUS:20230614T132708Z:e4625c62-a645-404b-8085-403a901449e9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-01f53dbb0a727006-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2925ff8a011a08b51d22ed54a22a2a44", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:27:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2925ff8a011a08b51d22ed54a22a2a44", + "x-ms-correlation-request-id": "fd9b5264-3a29-419a-aa98-b2ffad04f4ff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "593fd274-695d-4ea8-a6cf-70729725de90", + "x-ms-routing-request-id": "CENTRALUS:20230614T132740Z:fd9b5264-3a29-419a-aa98-b2ffad04f4ff", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-a73f768d4eab88eb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2b76759cfad0ca4319871e7fc8ffe0b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:28:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b76759cfad0ca4319871e7fc8ffe0b5", + "x-ms-correlation-request-id": "6f70a2b7-3027-4bf3-a138-de869ab4a532", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "baf74f65-e7d4-4c76-9e27-8ea0e2082ec7", + "x-ms-routing-request-id": "CENTRALUS:20230614T132812Z:6f70a2b7-3027-4bf3-a138-de869ab4a532", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-d17b7af01fa657fc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5f604b9bae8d4a1d288ef36b7eb6e75d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:28:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f604b9bae8d4a1d288ef36b7eb6e75d", + "x-ms-correlation-request-id": "d735eb68-7b6c-41bf-a8b5-2b128325060d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "ef58f10b-1743-4076-9586-1b581f7422b6", + "x-ms-routing-request-id": "CENTRALUS:20230614T132844Z:d735eb68-7b6c-41bf-a8b5-2b128325060d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-ad2eae24501d54a5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "10cefd10a6078fefbc5b0f93e2353f1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:29:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10cefd10a6078fefbc5b0f93e2353f1d", + "x-ms-correlation-request-id": "19c10709-fa74-47ca-85b2-a5203a6b1bff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "6c073b90-5b55-438b-a401-d1b6e85a608a", + "x-ms-routing-request-id": "CENTRALUS:20230614T132916Z:19c10709-fa74-47ca-85b2-a5203a6b1bff", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-cf0e287c0cf8d5d0-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "56b93741cbcaeeb6572b024107d74b62", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:29:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56b93741cbcaeeb6572b024107d74b62", + "x-ms-correlation-request-id": "3e1e5637-8fed-452a-8171-20032be346af", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "fb69edb0-486c-4945-b4e5-a09c8cc36521", + "x-ms-routing-request-id": "CENTRALUS:20230614T132948Z:3e1e5637-8fed-452a-8171-20032be346af", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-9d21d7c4e91b028f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "cb6fc09fd030f4ae5cd0a3329e8a67f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:30:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb6fc09fd030f4ae5cd0a3329e8a67f3", + "x-ms-correlation-request-id": "5e24c834-b577-4a33-9e3a-b8f43780a5a4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "3e387e1e-cd1c-48b4-88af-4123ca7b2b41", + "x-ms-routing-request-id": "CENTRALUS:20230614T133020Z:5e24c834-b577-4a33-9e3a-b8f43780a5a4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-a44addb4069fa2ca-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4629d54f90fd449347e0b8dba4ad88e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:30:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4629d54f90fd449347e0b8dba4ad88e4", + "x-ms-correlation-request-id": "22df328a-0d8b-4887-b9b1-fd56e28d25b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "37693adf-065c-4de0-aba7-a6681b34a8af", + "x-ms-routing-request-id": "CENTRALUS:20230614T133052Z:22df328a-0d8b-4887-b9b1-fd56e28d25b5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-ba425bff3dd10c04-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "22f3ad0f74c671ed89c4faf9278350cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:31:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22f3ad0f74c671ed89c4faf9278350cc", + "x-ms-correlation-request-id": "a41ea068-ba98-49b6-bd70-9cf113b8cc00", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "9e5c4d99-4be2-4deb-980d-1216c7858b14", + "x-ms-routing-request-id": "CENTRALUS:20230614T133125Z:a41ea068-ba98-49b6-bd70-9cf113b8cc00", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-92d3b8c5c2ef9cd7-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "31f20fc305ae0f652d2a835017d250ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:31:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31f20fc305ae0f652d2a835017d250ae", + "x-ms-correlation-request-id": "4aa9d150-7120-43a8-975a-44aa5e0144e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "7fd2d8c4-53c2-4845-9676-719de5c7b6bb", + "x-ms-routing-request-id": "CENTRALUS:20230614T133157Z:4aa9d150-7120-43a8-975a-44aa5e0144e9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-6088ffe787e27411-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "f123bf474597db2ce8b8bd38969a1dc4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:32:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f123bf474597db2ce8b8bd38969a1dc4", + "x-ms-correlation-request-id": "5bb92c4d-77ef-4cd2-987c-50fb9ab4b6d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "e713534b-3cc9-45b7-b0c9-478243ead3de", + "x-ms-routing-request-id": "CENTRALUS:20230614T133229Z:5bb92c4d-77ef-4cd2-987c-50fb9ab4b6d6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-1c54bdb8aefd6be4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9417ec8f56bb093647e3f49bf19c59b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:33:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9417ec8f56bb093647e3f49bf19c59b6", + "x-ms-correlation-request-id": "a5443861-0384-4779-9826-54545fbd9299", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "2bc1762e-0454-4708-9ef1-7935180a8cbf", + "x-ms-routing-request-id": "CENTRALUS:20230614T133301Z:a5443861-0384-4779-9826-54545fbd9299", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "status": "InProgress", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f8d495e-de2f-4133-9987-dea1ba5de796?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-240ab6e1da73bc4f72941def048410d1-c9afcd81d300494e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "68b14b745f5f7e35e21749f5482c7893", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:33:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68b14b745f5f7e35e21749f5482c7893", + "x-ms-correlation-request-id": "c62fe047-5161-4354-9cf3-2da68df63535", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "60251180-c9bf-4485-bb80-4ad701fe6b91", + "x-ms-routing-request-id": "CENTRALUS:20230614T133333Z:c62fe047-5161-4354-9cf3-2da68df63535", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:26:01.9620668\u002B00:00", + "endTime": "2023-06-14T13:33:17.9110434\u002B00:00", + "status": "Succeeded", + "name": "7f8d495e-de2f-4133-9987-dea1ba5de796" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5895?api-version=2023-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-5712f854c9d667b8-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "2bc1be0dbbbaf1f38819a9b35091e94c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 14 Jun 2023 13:33:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?monitor=true\u0026api-version=2023-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2bc1be0dbbbaf1f38819a9b35091e94c", + "x-ms-correlation-request-id": "b6c6675e-66b1-48fa-8e09-e16e8a2fd89a", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "a588cc7f-eb11-4628-a113-02110f5f7450", + "x-ms-routing-request-id": "CENTRALUS:20230614T133334Z:b6c6675e-66b1-48fa-8e09-e16e8a2fd89a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-ebc397b9471ac542-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "328e616b2edbb8fb58c0df45b6822d51", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:33:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "328e616b2edbb8fb58c0df45b6822d51", + "x-ms-correlation-request-id": "563e123e-813f-48ea-a1b3-925f5d52a117", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;213", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "404f659f-2311-4a97-a52e-75195c9548d3", + "x-ms-routing-request-id": "CENTRALUS:20230614T133334Z:563e123e-813f-48ea-a1b3-925f5d52a117", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-5539c06be0c51148-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "4196fd2d2d6758aa599074210a4ee348", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:33:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4196fd2d2d6758aa599074210a4ee348", + "x-ms-correlation-request-id": "f6aaa92e-7eb6-4d2b-83ee-221aeba7194e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;212", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "30fb99d2-2f89-45ab-9848-ada429b9d6e3", + "x-ms-routing-request-id": "CENTRALUS:20230614T133335Z:f6aaa92e-7eb6-4d2b-83ee-221aeba7194e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-6cf4ba7235fd91c9-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ef488d58b70230700a0bf227d41f7a34", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:33:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef488d58b70230700a0bf227d41f7a34", + "x-ms-correlation-request-id": "32ea47ab-919c-46c3-842c-72a4bed7eaaf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "3b95a42a-f127-4164-a3cb-414c15766fb3", + "x-ms-routing-request-id": "CENTRALUS:20230614T133336Z:32ea47ab-919c-46c3-842c-72a4bed7eaaf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-a37ddf487067f247-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "10775f6c80a93db3b635d84ab9daae09", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:33:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10775f6c80a93db3b635d84ab9daae09", + "x-ms-correlation-request-id": "1a14a0ef-0377-405a-8546-60908fcd9f9f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;210", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "b23a3020-f3b8-4e3f-a671-93212c54190f", + "x-ms-routing-request-id": "CENTRALUS:20230614T133337Z:1a14a0ef-0377-405a-8546-60908fcd9f9f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-ef578f9f20ad2d02-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "28ed97dc3d39754e8c66365c3b83843a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:33:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "28ed97dc3d39754e8c66365c3b83843a", + "x-ms-correlation-request-id": "0aa1b027-1532-4daa-861e-211e234e579f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;209", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "c0fb4296-279d-42f9-95c5-b16b8a564673", + "x-ms-routing-request-id": "CENTRALUS:20230614T133339Z:0aa1b027-1532-4daa-861e-211e234e579f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-f3a80e71a9fd0bd8-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "aab44016d3d7d79ed90b38cddf267730", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:33:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aab44016d3d7d79ed90b38cddf267730", + "x-ms-correlation-request-id": "10c91a04-94ce-480a-9b60-796616efe7ed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;208", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "4bb92872-259f-4f9f-850f-2df534984f33", + "x-ms-routing-request-id": "CENTRALUS:20230614T133343Z:10c91a04-94ce-480a-9b60-796616efe7ed", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-f058d70fa34b6dec-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3d4ae85d51312efa1001844349570133", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:33:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3d4ae85d51312efa1001844349570133", + "x-ms-correlation-request-id": "0eff4b6d-bcf4-45be-bf9e-4879c5792176", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;208", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "376003bb-a32d-445f-a5cc-c95b56fc4724", + "x-ms-routing-request-id": "CENTRALUS:20230614T133351Z:0eff4b6d-bcf4-45be-bf9e-4879c5792176", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-59c87da2654e44bc-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "78339db103260931f8154f2e05819665", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:34:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78339db103260931f8154f2e05819665", + "x-ms-correlation-request-id": "edabe14a-58fe-4b86-9a0f-defd112aefde", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;208", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "ebea771c-a662-49f7-a646-5cb812496e80", + "x-ms-routing-request-id": "CENTRALUS:20230614T133407Z:edabe14a-58fe-4b86-9a0f-defd112aefde", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-ec15ac0509560217-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "52ff06ee4638c50945859ad64f5b8e82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:34:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "52ff06ee4638c50945859ad64f5b8e82", + "x-ms-correlation-request-id": "38ad79b5-e627-4545-9fdf-e9031bf51ed5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;213", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "330a61b0-7f34-4f65-ad5f-ddb2b218fdfe", + "x-ms-routing-request-id": "CENTRALUS:20230614T133439Z:38ad79b5-e627-4545-9fdf-e9031bf51ed5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-613ebdd39f8b3ba1-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "411c0509fef35a0ab741451b01cc298f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:35:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "411c0509fef35a0ab741451b01cc298f", + "x-ms-correlation-request-id": "c87fe4dd-9f63-4ecd-b2ca-d0cc6eba225b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;213", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "eaae594e-4ce2-4e98-92cf-2c32994a6ebd", + "x-ms-routing-request-id": "CENTRALUS:20230614T133512Z:c87fe4dd-9f63-4ecd-b2ca-d0cc6eba225b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-1826e14e302bb610-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "42541e6bae586afb936d33a0685bba9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:35:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42541e6bae586afb936d33a0685bba9c", + "x-ms-correlation-request-id": "80abc01b-f5e0-43ab-bc1d-9a9fc6f84df2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;212", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "a53eae5f-ee7c-44df-9c4e-7940cb2e0b8d", + "x-ms-routing-request-id": "CENTRALUS:20230614T133544Z:80abc01b-f5e0-43ab-bc1d-9a9fc6f84df2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-78ee5d55ccf825fb-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ff24cd875465ef71fca49bf601eec379", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:36:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff24cd875465ef71fca49bf601eec379", + "x-ms-correlation-request-id": "ad45edd2-4c16-490c-8361-6a577c7b32f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "91e6823d-a5c0-4b62-8396-166a78041467", + "x-ms-routing-request-id": "CENTRALUS:20230614T133616Z:ad45edd2-4c16-490c-8361-6a577c7b32f0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-1c6bca8c4fe2da5d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "306a0a5c4b065a2909b1ae86cb69f15b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:36:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "306a0a5c4b065a2909b1ae86cb69f15b", + "x-ms-correlation-request-id": "3ca12782-86a3-494b-867f-e44cb576d31a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;213", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "8d2e2853-f6e0-479c-86fb-63006bd30c66", + "x-ms-routing-request-id": "CENTRALUS:20230614T133648Z:3ca12782-86a3-494b-867f-e44cb576d31a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-0b4b9310c8024315-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "3494a88729a7172aac6446b3130469a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:37:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3494a88729a7172aac6446b3130469a5", + "x-ms-correlation-request-id": "ca315096-6628-439c-acb1-ca457a4079d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "65c2d7e3-6a49-48b4-996f-0dcf7626b555", + "x-ms-routing-request-id": "CENTRALUS:20230614T133720Z:ca315096-6628-439c-acb1-ca457a4079d6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-2e63608be9e593b5-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5e43baa989f13b95a3c9f6b3a6eb2492", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:37:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e43baa989f13b95a3c9f6b3a6eb2492", + "x-ms-correlation-request-id": "6fa1e521-ce0b-414f-ac23-1c0e8448d0dd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "5688a193-c018-4354-86f9-80f0b321b112", + "x-ms-routing-request-id": "CENTRALUS:20230614T133752Z:6fa1e521-ce0b-414f-ac23-1c0e8448d0dd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-8b458d02844f281d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "586f40b38f5932d1e05383a205764705", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:38:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "586f40b38f5932d1e05383a205764705", + "x-ms-correlation-request-id": "8a099cdf-1b31-4847-8f45-81f774082f1b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "40ef75c2-192e-458f-9a33-5f1683f87044", + "x-ms-routing-request-id": "CENTRALUS:20230614T133824Z:8a099cdf-1b31-4847-8f45-81f774082f1b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-8d7a881563dc9d47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "10dc08489325fd69135891dd337771c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:38:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10dc08489325fd69135891dd337771c0", + "x-ms-correlation-request-id": "85c88f89-97c0-4481-b067-81df2d8c0e3e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;208", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "0fcdb9ff-06f2-4ead-87ca-4e43bdf3267a", + "x-ms-routing-request-id": "CENTRALUS:20230614T133856Z:85c88f89-97c0-4481-b067-81df2d8c0e3e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-28b5d69ff1f9601e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "d300b33f11941a4be9117e9e05f3362c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:39:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d300b33f11941a4be9117e9e05f3362c", + "x-ms-correlation-request-id": "b68fcb18-9e03-4249-807f-e5561e375238", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;209", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "036b8a36-2678-469e-a5df-95d1e5587f19", + "x-ms-routing-request-id": "CENTRALUS:20230614T133929Z:b68fcb18-9e03-4249-807f-e5561e375238", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-a8abc3cf00c3c26b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "9d6bf082130f206cd6724401fdf3ff69", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:40:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d6bf082130f206cd6724401fdf3ff69", + "x-ms-correlation-request-id": "2e295d9e-e11a-46fb-8d2f-0169a845fc3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "cf2b3589-7dad-4b38-aa93-2c3cbcef65be", + "x-ms-routing-request-id": "CENTRALUS:20230614T134001Z:2e295d9e-e11a-46fb-8d2f-0169a845fc3c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-8dfea31044c33931-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "5162c3e174763670bcc1271414cbf720", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:40:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5162c3e174763670bcc1271414cbf720", + "x-ms-correlation-request-id": "42850edc-c588-4909-b9bc-2fe130ae9d11", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "d855d24b-30b4-4a80-8f57-b0e6289b9b85", + "x-ms-routing-request-id": "CENTRALUS:20230614T134033Z:42850edc-c588-4909-b9bc-2fe130ae9d11", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-886ab4e06b15db9d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "425a6521d30b2bb146dffc22cc4a1df5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:41:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "425a6521d30b2bb146dffc22cc4a1df5", + "x-ms-correlation-request-id": "579fd3c8-2144-464b-b0fb-04936b21231a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "cfb0593b-b052-4520-830b-fd7b3ffe2d46", + "x-ms-routing-request-id": "CENTRALUS:20230614T134105Z:579fd3c8-2144-464b-b0fb-04936b21231a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-2dbc02957d3935bf-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "42bc1512e5910eb68034e14dec580b0a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:41:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42bc1512e5910eb68034e14dec580b0a", + "x-ms-correlation-request-id": "7a276d74-905c-40b4-abf8-2a84082e241d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "2bf15511-060d-44f9-94c0-a60151d8caed", + "x-ms-routing-request-id": "CENTRALUS:20230614T134137Z:7a276d74-905c-40b4-abf8-2a84082e241d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-c96e2559533ef8d4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "98df247bbc980e5d11360a96774e6a72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:42:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98df247bbc980e5d11360a96774e6a72", + "x-ms-correlation-request-id": "1c5c7c0b-8ce0-46f3-a3f4-31b64fbfccc9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "fc42329f-f71c-4232-89e5-a8a236c39c05", + "x-ms-routing-request-id": "CENTRALUS:20230614T134209Z:1c5c7c0b-8ce0-46f3-a3f4-31b64fbfccc9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-7772e319b1b26cc4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "ff0232a4b40f3c8eae4cc2d7f2633fee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:42:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff0232a4b40f3c8eae4cc2d7f2633fee", + "x-ms-correlation-request-id": "1b4bd27d-3802-40d5-bee3-bd4f3c0a141f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "2bdf818a-ea9a-4822-bc06-31fc6e8381b9", + "x-ms-routing-request-id": "CENTRALUS:20230614T134241Z:1b4bd27d-3802-40d5-bee3-bd4f3c0a141f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-f00d561f4188ad73-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "a7a7f2d3846a565cb7ae315ada1f9731", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:43:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7a7f2d3846a565cb7ae315ada1f9731", + "x-ms-correlation-request-id": "d309c1ff-59f5-4eb0-ab4c-3283cebed0ff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "0126ef9f-3ec7-47c7-91b7-f9c709886d53", + "x-ms-routing-request-id": "CENTRALUS:20230614T134313Z:d309c1ff-59f5-4eb0-ab4c-3283cebed0ff", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-57291321218cfbcd-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "b9a86ec90b56c6fb96a3e94cf9851bae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:43:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b9a86ec90b56c6fb96a3e94cf9851bae", + "x-ms-correlation-request-id": "84cda279-9c52-49a1-a7fa-37e3f433f1a2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "7ca0efba-b071-4ea3-936e-084762954936", + "x-ms-routing-request-id": "CENTRALUS:20230614T134346Z:84cda279-9c52-49a1-a7fa-37e3f433f1a2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-f2b54643dcc52fe4-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "85c21bf6c3a71f08d6ab47618334628f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:44:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85c21bf6c3a71f08d6ab47618334628f", + "x-ms-correlation-request-id": "0f913547-47d1-4156-92cd-947ab9a95288", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "912f1976-63b1-4ede-a914-fdc2b4bda8b2", + "x-ms-routing-request-id": "CENTRALUS:20230614T134418Z:0f913547-47d1-4156-92cd-947ab9a95288", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-b30094d761773728-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "830d90b586bac898f7e011c69b0f5c31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:44:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "830d90b586bac898f7e011c69b0f5c31", + "x-ms-correlation-request-id": "e0eb2954-b6d1-41c2-8647-46a3e2e00fd8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "d2574a82-8f73-46c8-8669-db8c6ab6aae4", + "x-ms-routing-request-id": "CENTRALUS:20230614T134450Z:e0eb2954-b6d1-41c2-8647-46a3e2e00fd8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "status": "InProgress", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a588cc7f-eb11-4628-a113-02110f5f7450?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cccc6cf92a58b80c7e5f926a4138719e-b8801c3c3770e7ed-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET 6.0.16; Microsoft Windows 10.0.22621)", + "x-ms-client-request-id": "be648392115c068a6688e3aac3994361", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 13:45:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be648392115c068a6688e3aac3994361", + "x-ms-correlation-request-id": "b41b4c63-c6eb-492d-a772-b5b325ab781e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "d82c7601-525f-4147-9d19-4015a61e146d", + "x-ms-routing-request-id": "CENTRALUS:20230614T134522Z:b41b4c63-c6eb-492d-a772-b5b325ab781e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T13:33:34.0048834\u002B00:00", + "endTime": "2023-06-14T13:45:08.5212989\u002B00:00", + "status": "Succeeded", + "name": "a588cc7f-eb11-4628-a113-02110f5f7450" + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "LOCATION": "westus", + "RandomSeed": "2129964958", + "RESOURCE_GROUP": "rg-rdupuisstoragecache", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "storage_account_name": "sdktestingstorageaccount", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "vnet_name": "vnet1" + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/GetAll()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/GetAll()Async.json new file mode 100644 index 000000000000..6b56213c5e90 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemCollectionTest/GetAll()Async.json @@ -0,0 +1,2543 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-85b5b0154118084e96e722afc914e2af-ad0b6a12435b314f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "31596ef94cb4e8a60719e3649a8229ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:29:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cf75b77c-b500-4143-967a-20d7bfb2e863", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "cf75b77c-b500-4143-967a-20d7bfb2e863", + "x-ms-routing-request-id": "EASTUS:20230615T132936Z:cf75b77c-b500-4143-967a-20d7bfb2e863" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", + "managedByTenants": [], + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "Avere_AscTIP1_Test", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-6dfa624f9084ed40b254ba5a09043fb3-0474c2a4ae9f7e4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cc1b9087040a0370c1f8d7a7865d3be9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:29:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d4e981f5-0346-4a36-820c-1edd98e2f841", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "d4e981f5-0346-4a36-820c-1edd98e2f841", + "x-ms-routing-request-id": "EASTUS:20230615T132936Z:d4e981f5-0346-4a36-820c-1edd98e2f841" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS9?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "842", + "Content-Type": "application/json", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-527d91a82ca53143-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e301caf49053af519304ae1b878479a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "zones": [ + "1" + ], + "tags": {}, + "location": "eastus", + "properties": { + "storageCapacityTiB": 16, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet", + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2030", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:29:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e301caf49053af519304ae1b878479a0", + "x-ms-correlation-request-id": "94ed87e5-fe58-47d6-af8c-c3a936492251", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298", + "x-ms-routing-request-id": "EASTUS:20230615T132939Z:94ed87e5-fe58-47d6-af8c-c3a936492251", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS9", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS9", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Transitioning", + "statusDescription": "The cluster is in the process of changing states" + }, + "provisioningState": "Creating", + "clientInfo": { + "mgsAddress": "", + "mountCommand": "", + "lustreVersion": "", + "containerStorageInterface": { + "persistentVolumeClaim": "", + "persistentVolume": "", + "storageClass": "" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T13:29:38.2243201Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T13:29:38.2243201Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-b01ad148c2326542-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b8a59cfa0a28ff33ca1d76ffc1e73973", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:29:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8a59cfa0a28ff33ca1d76ffc1e73973", + "x-ms-correlation-request-id": "e965c68e-391a-46ff-b491-acbd0bce2798", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "aa06971b-8bef-4e92-869d-9027da1ff9ca", + "x-ms-routing-request-id": "EASTUS:20230615T132939Z:e965c68e-391a-46ff-b491-acbd0bce2798", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-3f34da48c884b44f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "63a2065d38669152d5038de3d5dcaf32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:29:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "63a2065d38669152d5038de3d5dcaf32", + "x-ms-correlation-request-id": "43227fa0-80dc-475a-af8c-896feef117d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "9600942e-2523-43de-93d0-1557ef5651d4", + "x-ms-routing-request-id": "EASTUS:20230615T132940Z:43227fa0-80dc-475a-af8c-896feef117d9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-99eee617e8942042-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "eb21d059c1dfda78c5d5e658ecf53c6e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:29:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb21d059c1dfda78c5d5e658ecf53c6e", + "x-ms-correlation-request-id": "27970e37-a4f0-4817-aa56-02337ff96fa0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;212", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "2a7da762-dcdd-4688-bc9c-75114afab12f", + "x-ms-routing-request-id": "EASTUS:20230615T132941Z:27970e37-a4f0-4817-aa56-02337ff96fa0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-c9c7e7028801a948-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f816483646bfc1764a14e2247c502aed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:29:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f816483646bfc1764a14e2247c502aed", + "x-ms-correlation-request-id": "4faa34b9-28ef-4a6f-97a7-123cad4e879f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "13b506af-4183-408a-b81e-59b34a74c34c", + "x-ms-routing-request-id": "EASTUS:20230615T132942Z:4faa34b9-28ef-4a6f-97a7-123cad4e879f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-d0ae43ada683cf4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f1a6446d4ec69c948ec79e9051f9a4df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:29:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f1a6446d4ec69c948ec79e9051f9a4df", + "x-ms-correlation-request-id": "6dd35131-f0f5-49f8-9160-072be9955c6b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "02df6e22-3686-46df-b5e0-03a9563def38", + "x-ms-routing-request-id": "EASTUS:20230615T132945Z:6dd35131-f0f5-49f8-9160-072be9955c6b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-b6dad59924626244-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8cac1fc7b6c61272595fa1cadf535d75", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:29:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8cac1fc7b6c61272595fa1cadf535d75", + "x-ms-correlation-request-id": "b247e096-2bbd-4f55-8ac5-fdc3e5a61169", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;212", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "46198028-7783-481f-9240-3a9525df5278", + "x-ms-routing-request-id": "EASTUS:20230615T132949Z:b247e096-2bbd-4f55-8ac5-fdc3e5a61169", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-48628fd422b46947-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a8eaf9ab4b4fe8a7b47a6af7a8e67050", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:29:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8eaf9ab4b4fe8a7b47a6af7a8e67050", + "x-ms-correlation-request-id": "d92dd542-3e52-4553-be09-d57e622d7600", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;207", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "253e209b-98d0-4042-a88e-75786d857215", + "x-ms-routing-request-id": "EASTUS:20230615T132957Z:d92dd542-3e52-4553-be09-d57e622d7600", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-7ee7b51a3b9d6a42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5d5d036f9da4b727d1939766acc9bd3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:30:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d5d036f9da4b727d1939766acc9bd3b", + "x-ms-correlation-request-id": "c1348052-323b-4fe0-ae48-dadd036643a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;204", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "7cbcaa67-0bdb-4db8-94be-9410c8d463e8", + "x-ms-routing-request-id": "EASTUS:20230615T133013Z:c1348052-323b-4fe0-ae48-dadd036643a5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-60671b14101f384f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "58e4296afc0f7b8f77c3d84b4c7a6a73", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:30:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58e4296afc0f7b8f77c3d84b4c7a6a73", + "x-ms-correlation-request-id": "574a8cbd-ae80-402a-843c-e8aae81f7b10", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;207", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "61e1da66-fddd-4ace-abc8-2c7fd1fd846f", + "x-ms-routing-request-id": "EASTUS:20230615T133045Z:574a8cbd-ae80-402a-843c-e8aae81f7b10", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-80cf2ea1a758de40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "db5b51effff50ed0d133d6bcb3403bea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:31:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db5b51effff50ed0d133d6bcb3403bea", + "x-ms-correlation-request-id": "02accfa2-157d-4e6b-92bb-a7372abe6d5e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;195", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "4e206834-bd46-4bb7-bfb5-4a30ec86e192", + "x-ms-routing-request-id": "EASTUS:20230615T133117Z:02accfa2-157d-4e6b-92bb-a7372abe6d5e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-c51a395a3807da4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7f8d2ebd1801724073e1e6e0c5db6a57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:31:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f8d2ebd1801724073e1e6e0c5db6a57", + "x-ms-correlation-request-id": "9971d8d1-358e-4ead-aa78-2351beb60cc1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;196", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "b8f1ae14-89cd-41b4-b297-cc30e7f5db0e", + "x-ms-routing-request-id": "EASTUS:20230615T133149Z:9971d8d1-358e-4ead-aa78-2351beb60cc1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-e6cc8ce34cf80b49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5b772328e16d6a4558d686dc26d3c836", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:32:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b772328e16d6a4558d686dc26d3c836", + "x-ms-correlation-request-id": "bc4abe6d-ba14-4add-8e14-d83420e306bb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;195", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "23558c3d-d0e9-463c-b773-49043aa3a625", + "x-ms-routing-request-id": "EASTUS:20230615T133221Z:bc4abe6d-ba14-4add-8e14-d83420e306bb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-4afa418ce8be6440-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1d8eed87eaedd67210e8681419f048f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:32:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d8eed87eaedd67210e8681419f048f6", + "x-ms-correlation-request-id": "8bdc8d97-d0b1-4754-997b-06bad489cc4d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;191", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "27cf7b6b-d294-4009-b7e4-dd757a9bc117", + "x-ms-routing-request-id": "EASTUS:20230615T133253Z:8bdc8d97-d0b1-4754-997b-06bad489cc4d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-6b8871dd0795934f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8f937fc8e0c9dc7ce823262a91644ca0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:33:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8f937fc8e0c9dc7ce823262a91644ca0", + "x-ms-correlation-request-id": "0302732c-7d3b-4d30-9777-8f5b6b397beb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;191", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "e6cb03eb-821c-410a-90c8-86fb44839153", + "x-ms-routing-request-id": "EASTUS:20230615T133325Z:0302732c-7d3b-4d30-9777-8f5b6b397beb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-2b3f484602b0b44a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d758af194c4d3d6ab1a04b8578315068", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:33:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d758af194c4d3d6ab1a04b8578315068", + "x-ms-correlation-request-id": "b7711351-005e-41b6-b38d-4566e3899bea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;190", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "289fa3f9-934b-4afb-9a70-54d64d048430", + "x-ms-routing-request-id": "EASTUS:20230615T133357Z:b7711351-005e-41b6-b38d-4566e3899bea", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-51180cafb1a2b747-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a713908d383fa76d70b235cac34745ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:34:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a713908d383fa76d70b235cac34745ab", + "x-ms-correlation-request-id": "9a374ef7-3460-4415-b9f2-c0e9a02fbb71", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;187", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "944c01c6-1dcf-4d82-a302-48016f9c4122", + "x-ms-routing-request-id": "EASTUS:20230615T133429Z:9a374ef7-3460-4415-b9f2-c0e9a02fbb71", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-84dad0e64875d94e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "69fac89c71977ca81555dd2894f763b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:35:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69fac89c71977ca81555dd2894f763b7", + "x-ms-correlation-request-id": "09e49235-c936-47a9-a3df-a29330be2350", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;200", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "ede9259e-71a3-4710-b632-cec5485f58bd", + "x-ms-routing-request-id": "EASTUS:20230615T133501Z:09e49235-c936-47a9-a3df-a29330be2350", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-7d017d75847fb849-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "019cbed2a550e06042b0669b179f796a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:35:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "019cbed2a550e06042b0669b179f796a", + "x-ms-correlation-request-id": "30fd9a71-471c-4c2d-8d97-564fb0f009cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;199", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "f86ff7f4-bebe-401a-b544-ede151aed4df", + "x-ms-routing-request-id": "EASTUS:20230615T133534Z:30fd9a71-471c-4c2d-8d97-564fb0f009cc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-06db6c292788ca40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b0e89f5be6371cd0e79792ea5b441379", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:36:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0e89f5be6371cd0e79792ea5b441379", + "x-ms-correlation-request-id": "2122b029-4e12-4611-825f-499d137d928f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;199", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "ce287aa7-86fb-4a7c-8222-3fcf07990c67", + "x-ms-routing-request-id": "EASTUS:20230615T133606Z:2122b029-4e12-4611-825f-499d137d928f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-e58efc5949309048-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "05f77d4f44aaf75a671a27e60a0d6475", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:36:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "05f77d4f44aaf75a671a27e60a0d6475", + "x-ms-correlation-request-id": "d5f08f17-6266-4f47-87f3-3c0ca9d20046", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;192", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "8c0eebbb-acfa-444a-bde7-117504826614", + "x-ms-routing-request-id": "EASTUS:20230615T133638Z:d5f08f17-6266-4f47-87f3-3c0ca9d20046", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-c078283b8d14db47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f4cc73dbb20feb80ee8019b9137685fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:37:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4cc73dbb20feb80ee8019b9137685fd", + "x-ms-correlation-request-id": "59ff9450-9dce-473d-a1e2-ef99daa4d38a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;195", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "c48c8fca-fd73-4e73-a611-ecd6b3fd0916", + "x-ms-routing-request-id": "EASTUS:20230615T133710Z:59ff9450-9dce-473d-a1e2-ef99daa4d38a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-a89f486b634dec47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "994ced9d74a717bf45f1481cbfe911da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:37:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "994ced9d74a717bf45f1481cbfe911da", + "x-ms-correlation-request-id": "24a3fb25-2cf8-4716-8884-e789d4ef4e1a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;196", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "7f9cddee-a686-45aa-8ed2-2461611eba56", + "x-ms-routing-request-id": "EASTUS:20230615T133742Z:24a3fb25-2cf8-4716-8884-e789d4ef4e1a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-ac2fad5c877b624f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e70e1c321e789c6afd0c162a2aa1e4f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:38:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e70e1c321e789c6afd0c162a2aa1e4f1", + "x-ms-correlation-request-id": "852b9122-022d-4955-8218-4f9be4a3eab0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;195", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "b25fe97e-a03e-4f2c-bf5d-a25f4c680799", + "x-ms-routing-request-id": "EASTUS:20230615T133814Z:852b9122-022d-4955-8218-4f9be4a3eab0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-b617ea769333dd46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1d482994cbc166cdb3b5af1d69632b05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:38:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d482994cbc166cdb3b5af1d69632b05", + "x-ms-correlation-request-id": "d853838a-620d-4008-bde0-41f60a49c657", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;204", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "d9a304fa-07d1-46d2-8899-c42f8c6f777a", + "x-ms-routing-request-id": "EASTUS:20230615T133846Z:d853838a-620d-4008-bde0-41f60a49c657", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-38d35f362ef05943-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f6873f6e9d677f8583af9b9b5e94eda4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:39:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f6873f6e9d677f8583af9b9b5e94eda4", + "x-ms-correlation-request-id": "f1e0d202-864d-455c-9fb6-9135ec65abe9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;204", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "e1591b51-f929-4412-a3f3-f9e82f53e7f4", + "x-ms-routing-request-id": "EASTUS:20230615T133918Z:f1e0d202-864d-455c-9fb6-9135ec65abe9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-a1379f46323ca941-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9688560df4a067184fa733c26e4c329a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:39:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9688560df4a067184fa733c26e4c329a", + "x-ms-correlation-request-id": "3b6b81fa-c2f7-4bed-851d-4abedbdc313c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;202", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "5930e20e-8b8c-492c-af95-84adb99e7212", + "x-ms-routing-request-id": "EASTUS:20230615T133950Z:3b6b81fa-c2f7-4bed-851d-4abedbdc313c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-c25d1d45c41cf148-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "eabc11e0ee19f689a3c99a112f31081f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:40:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eabc11e0ee19f689a3c99a112f31081f", + "x-ms-correlation-request-id": "79b85188-8a41-47a6-ab26-855686b52d8d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;203", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "6e9b36dc-d5bc-48a4-a239-da81de11d637", + "x-ms-routing-request-id": "EASTUS:20230615T134022Z:79b85188-8a41-47a6-ab26-855686b52d8d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "status": "InProgress", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b6ffce9d-1c38-4aee-a4c4-1c0ac6491298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-613090b8c206b342-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "12100bc894db7964261fa6c06ac21036", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:40:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "12100bc894db7964261fa6c06ac21036", + "x-ms-correlation-request-id": "cd4cfd9d-5991-43d1-8a9f-c72c157c2765", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;203", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "8d34b0cb-b0cb-4c63-86c8-67ddad015944", + "x-ms-routing-request-id": "EASTUS:20230615T134054Z:cd4cfd9d-5991-43d1-8a9f-c72c157c2765", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:29:38.2911757\u002B00:00", + "endTime": "2023-06-15T13:40:33.4477965\u002B00:00", + "status": "Succeeded", + "name": "b6ffce9d-1c38-4aee-a4c4-1c0ac6491298" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS9?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a12337237d02eb49b8f106a26fa791eb-a3c906c064a87643-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4dba017c02d71f8acd91f3d75a07381e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4372", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:40:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4dba017c02d71f8acd91f3d75a07381e", + "x-ms-correlation-request-id": "d9940acc-4fb5-4b30-89d6-cd66511c39ba", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "e8a0df5d-856f-4eb4-9994-f14be1d832ed", + "x-ms-routing-request-id": "EASTUS:20230615T134055Z:d9940acc-4fb5-4b30-89d6-cd66511c39ba", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS9", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS9", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.19", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.19@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMTkKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IDc0N2EwMzI4LWIwNTktNGZhZC1hZjZkLWJmZmNkMDEzNjk1MwogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4xOQpwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T13:29:38.2243201Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T13:29:38.2243201Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS7757?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "842", + "Content-Type": "application/json", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-796972dd030e1d4a-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3c63fa14bf1fac4b43c4fa47c98ce0b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "zones": [ + "1" + ], + "tags": {}, + "location": "eastus", + "properties": { + "storageCapacityTiB": 16, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet", + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2036", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:40:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3c63fa14bf1fac4b43c4fa47c98ce0b8", + "x-ms-correlation-request-id": "e6ff5c2d-1eda-42f4-bd14-3c903ca715cd", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "c90562da-5432-4b3d-b84f-ca514416f19c", + "x-ms-routing-request-id": "EASTUS:20230615T134058Z:e6ff5c2d-1eda-42f4-bd14-3c903ca715cd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS7757", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS7757", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Transitioning", + "statusDescription": "The cluster is in the process of changing states" + }, + "provisioningState": "Creating", + "clientInfo": { + "mgsAddress": "", + "mountCommand": "", + "lustreVersion": "", + "containerStorageInterface": { + "persistentVolumeClaim": "", + "persistentVolume": "", + "storageClass": "" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T13:40:56.3435346Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T13:40:56.3435346Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-073c5b46afc1d347-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c8562188faad415d6ea0943e8fd70305", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:40:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c8562188faad415d6ea0943e8fd70305", + "x-ms-correlation-request-id": "2f2601f2-6fa2-41a8-aaa7-33da515ab5a3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;197", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "703ca9b5-00b2-40c4-a645-0cd57694aeb0", + "x-ms-routing-request-id": "EASTUS:20230615T134058Z:2f2601f2-6fa2-41a8-aaa7-33da515ab5a3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-46a3de53ff0a084e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "73f61e12a70acce334e24bda75aa1f23", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:40:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73f61e12a70acce334e24bda75aa1f23", + "x-ms-correlation-request-id": "119b051d-b23a-4622-93a7-7aee88e9710e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;196", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "869e1d73-97e5-4aa8-a25d-a7e7769ec0c5", + "x-ms-routing-request-id": "EASTUS:20230615T134059Z:119b051d-b23a-4622-93a7-7aee88e9710e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-204ddc173556194c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a7bf12a51836690b37ec081ab387f119", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:40:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7bf12a51836690b37ec081ab387f119", + "x-ms-correlation-request-id": "c3013ad3-735d-4707-9595-6d247d248c9b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;206", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "67fd6507-6665-4749-b625-8697bcdfdd7c", + "x-ms-routing-request-id": "EASTUS:20230615T134100Z:c3013ad3-735d-4707-9595-6d247d248c9b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-699140acbe2f254b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6e8f4441ac28e1dd3e8993caaf82ccc4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:41:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e8f4441ac28e1dd3e8993caaf82ccc4", + "x-ms-correlation-request-id": "63d9c16a-0055-4c31-a10a-6c0df95f96ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;205", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "8c596f85-a7eb-4482-a9b1-92e92696c00c", + "x-ms-routing-request-id": "EASTUS:20230615T134101Z:63d9c16a-0055-4c31-a10a-6c0df95f96ea", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-281d79cc94ddc040-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7d9970815c17face138d3b1e9ec819ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:41:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d9970815c17face138d3b1e9ec819ad", + "x-ms-correlation-request-id": "1c7545dc-2871-400f-8940-a941d6c56b0a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;204", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "7ed2d1c2-802e-44bd-8ae7-1e68f29abca6", + "x-ms-routing-request-id": "EASTUS:20230615T134103Z:1c7545dc-2871-400f-8940-a941d6c56b0a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-e58397dbf3093246-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "319831f1b01af8fb35de68ac8440b9b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:41:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "319831f1b01af8fb35de68ac8440b9b4", + "x-ms-correlation-request-id": "ad67f1ae-ebf7-4d8d-b072-86a67a3abd7b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;201", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "98d7825a-647b-4dc2-9d1d-16e1cc2bc638", + "x-ms-routing-request-id": "EASTUS:20230615T134107Z:ad67f1ae-ebf7-4d8d-b072-86a67a3abd7b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-a7ca659ff5bbbe4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4299431f74eee50175955b9a70bf4275", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:41:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4299431f74eee50175955b9a70bf4275", + "x-ms-correlation-request-id": "dabe8ee9-ae12-4865-bffe-6330103f00b8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;201", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "ebf545ec-7004-4cbb-8680-89e640587f53", + "x-ms-routing-request-id": "EASTUS:20230615T134115Z:dabe8ee9-ae12-4865-bffe-6330103f00b8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-2d4b0418fb6b8340-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7dd9e6709aead0aa75a04739f32275d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:41:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7dd9e6709aead0aa75a04739f32275d2", + "x-ms-correlation-request-id": "828e8c62-c32e-468a-850b-2f7461cec0f8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;201", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "274936f0-4a4c-48fa-bc63-89fd0959dcf7", + "x-ms-routing-request-id": "EASTUS:20230615T134131Z:828e8c62-c32e-468a-850b-2f7461cec0f8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-e951491ce5c6a74a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5bfe86d3d62f7dbe2fb3bb8555608875", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:42:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5bfe86d3d62f7dbe2fb3bb8555608875", + "x-ms-correlation-request-id": "b498e0fe-7a9c-4afb-8b39-a88132815d92", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;207", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "35d11c4d-fccd-4b8d-bc97-639ee219e64e", + "x-ms-routing-request-id": "EASTUS:20230615T134204Z:b498e0fe-7a9c-4afb-8b39-a88132815d92", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-b44cc7c76a11124f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9d3bf39c3c6785ca99c8cd4d2cc8f152", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:42:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d3bf39c3c6785ca99c8cd4d2cc8f152", + "x-ms-correlation-request-id": "73702498-ecc8-449c-9767-2259c1163150", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "f5f6b65e-3b8d-4020-8d13-616f0ffa7056", + "x-ms-routing-request-id": "EASTUS:20230615T134236Z:73702498-ecc8-449c-9767-2259c1163150", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-5a08988408dbd141-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e9c7881fe6c19a45275c4e36de247b14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:43:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e9c7881fe6c19a45275c4e36de247b14", + "x-ms-correlation-request-id": "6c53ab01-b7e6-4241-baf1-327e7b87fce0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "8da742fc-8aaf-4f0f-86bc-1610ee309dde", + "x-ms-routing-request-id": "EASTUS:20230615T134308Z:6c53ab01-b7e6-4241-baf1-327e7b87fce0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-270dd05ceda9184c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "009cd118d7e6976bbc78c16708715066", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:43:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "009cd118d7e6976bbc78c16708715066", + "x-ms-correlation-request-id": "d43ac1f3-faf3-4ad2-8bdb-2b61f58a4d8f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "ec90b1c4-1433-44ab-a2ef-463d7d8e2dc3", + "x-ms-routing-request-id": "EASTUS:20230615T134340Z:d43ac1f3-faf3-4ad2-8bdb-2b61f58a4d8f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-a5e62e1656fd2a44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cc6669c29e99b5b4ada1760aed93a674", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:44:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc6669c29e99b5b4ada1760aed93a674", + "x-ms-correlation-request-id": "24ee7bda-87cb-445a-a211-e16a82a47bf1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "7849ca39-d5a9-4f8e-983f-c1a82beae946", + "x-ms-routing-request-id": "EASTUS:20230615T134412Z:24ee7bda-87cb-445a-a211-e16a82a47bf1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-f98a12c15db5764d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5a35b94df02b476b1c302d4824de91b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:44:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a35b94df02b476b1c302d4824de91b6", + "x-ms-correlation-request-id": "b1dc8af8-b31a-4274-9c75-9e773becb343", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "f21b06f9-0a48-4e8e-a732-e6b0cbd89b96", + "x-ms-routing-request-id": "EASTUS:20230615T134444Z:b1dc8af8-b31a-4274-9c75-9e773becb343", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-5bfcb432e0502541-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7574e70baebe797b1de652456160a928", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:45:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7574e70baebe797b1de652456160a928", + "x-ms-correlation-request-id": "06e70fa8-ea19-4b88-a7da-d21faac17a59", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "7eaff8bd-dd1c-4f41-b903-62e002bf2617", + "x-ms-routing-request-id": "EASTUS:20230615T134516Z:06e70fa8-ea19-4b88-a7da-d21faac17a59", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-8ace21e62c5f0a44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4f1a4dd2f53bd13bfd1eaf69716c91cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:45:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f1a4dd2f53bd13bfd1eaf69716c91cf", + "x-ms-correlation-request-id": "9002f869-a111-4019-b709-27136d27199e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "1f7970f6-ef5f-41a3-809b-c284d30e8091", + "x-ms-routing-request-id": "EASTUS:20230615T134548Z:9002f869-a111-4019-b709-27136d27199e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-e65f7e0c92bdcc4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "06ffbf0f301f9eb63dbc3d449e26e5bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:46:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "06ffbf0f301f9eb63dbc3d449e26e5bc", + "x-ms-correlation-request-id": "94799122-7377-4f17-ac9d-5ce3b3bd9811", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "223354a0-bd5e-4e63-a18d-c9499178319b", + "x-ms-routing-request-id": "EASTUS:20230615T134620Z:94799122-7377-4f17-ac9d-5ce3b3bd9811", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-5b76ceb8f62f8b49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d776048641c4157baca3789fff1208b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:46:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d776048641c4157baca3789fff1208b1", + "x-ms-correlation-request-id": "557d4305-9a82-4486-89f8-19737ae6df20", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "1f5263a1-2826-4dae-a24e-5dacb2cce4d7", + "x-ms-routing-request-id": "EASTUS:20230615T134652Z:557d4305-9a82-4486-89f8-19737ae6df20", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-368e94100fa47345-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a1358355a361a109967c117eb8f633d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:47:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1358355a361a109967c117eb8f633d6", + "x-ms-correlation-request-id": "5086ed33-d9e0-4c0d-878a-d3ffdae89e81", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;210", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "d0c3c0ee-bcda-41c6-95ea-660763015f2d", + "x-ms-routing-request-id": "EASTUS:20230615T134724Z:5086ed33-d9e0-4c0d-878a-d3ffdae89e81", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-f11ba5f9d0a0dd43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6ce2f339b9f5cd0a44e95a7bb8169f2b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 13:47:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ce2f339b9f5cd0a44e95a7bb8169f2b", + "x-ms-correlation-request-id": "b61a0b25-fe42-48f8-a86d-10c67b69b08a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "a7377c93-28d5-4f8b-a8da-4f47c384315e", + "x-ms-routing-request-id": "EASTUS:20230615T134756Z:b61a0b25-fe42-48f8-a86d-10c67b69b08a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "status": "InProgress", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c90562da-5432-4b3d-b84f-ca514416f19c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-0406a4a28ce4004a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1aef8cb443f0e35afad540482ffc5db6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 14:26:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1aef8cb443f0e35afad540482ffc5db6", + "x-ms-correlation-request-id": "77554c05-24cd-42ba-a87d-67086e4343c1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "615010f2-8268-4ea3-9ad1-85f8b450613c", + "x-ms-routing-request-id": "EASTUS:20230615T142601Z:77554c05-24cd-42ba-a87d-67086e4343c1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T13:40:56.3452803\u002B00:00", + "endTime": "2023-06-15T13:51:25.9758392\u002B00:00", + "status": "Succeeded", + "name": "c90562da-5432-4b3d-b84f-ca514416f19c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS7757?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3afaf12c32e06f438a2267c2ed81f62b-538e0d6ee56fb64b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0b66a1709b2f9cbb78675d78498de880", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4378", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 14:26:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b66a1709b2f9cbb78675d78498de880", + "x-ms-correlation-request-id": "de5196d4-048b-4e90-b364-9843cfccedf5", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "e31f89c7-f4d0-4d93-bb65-521b3ecda5af", + "x-ms-routing-request-id": "EASTUS:20230615T142601Z:de5196d4-048b-4e90-b364-9843cfccedf5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS7757", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS7757", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.23", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.23@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMjMKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IDlmMGIyODJkLWYyZDktNDZkYi1hYTQwLTZjZjNjYTg4YzU4MQogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4yMwpwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T13:40:56.3435346Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T13:40:56.3435346Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2bcae6dc1806f5e699ff722078c29e48", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "9186", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 14:26:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2bcae6dc1806f5e699ff722078c29e48", + "x-ms-correlation-request-id": "ea83fcae-eaa2-470b-8a43-5c9a4375d0d9", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "f2336f7d-1f8a-4595-82c5-e3ae997e45e0", + "x-ms-routing-request-id": "EASTUS:20230615T142601Z:ea83fcae-eaa2-470b-8a43-5c9a4375d0d9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "value": [ + { + "name": "testamlFS7757", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/amlFilesystems/testamlFS7757", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.23", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.23@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMjMKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IDlmMGIyODJkLWYyZDktNDZkYi1hYTQwLTZjZjNjYTg4YzU4MQogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4yMwpwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T13:40:56.3435346Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T13:40:56.3435346Z" + } + }, + { + "name": "testamlFS9", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/amlFilesystems/testamlFS9", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.19", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.19@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMTkKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IDc0N2EwMzI4LWIwNTktNGZhZC1hZjZkLWJmZmNkMDEzNjk1MwogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4xOQpwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T13:29:38.2243201Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T13:29:38.2243201Z" + } + } + ] + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "855737863", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "vnet_name": "vnet1" + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemResourceTest/AmlFSArchiveOperations().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemResourceTest/AmlFSArchiveOperations().json new file mode 100644 index 000000000000..cea2c81f1f6a --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemResourceTest/AmlFSArchiveOperations().json @@ -0,0 +1,2830 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Connection": "keep-alive", + "traceparent": "00-5147ad46842d02489229c8cd5482c538-f7a75a1403e8cc4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "492e9d576679c383d642be97e3f5bb0e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:18:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a57dfa58-dbb6-40e3-975f-bfc2f4c255a8", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "a57dfa58-dbb6-40e3-975f-bfc2f4c255a8", + "x-ms-routing-request-id": "CENTRALUS:20230614T191845Z:a57dfa58-dbb6-40e3-975f-bfc2f4c255a8" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", + "managedByTenants": [], + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "Avere_AscTIP1_Test", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-874470a8d5075a4d9c43bd655606e6ed-190275af6d1c6c4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9da582d0880cd6b7421e521025089584", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:18:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9afbb684-27f3-4fe7-9b86-f78aae942bd4", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "9afbb684-27f3-4fe7-9b86-f78aae942bd4", + "x-ms-routing-request-id": "CENTRALUS:20230614T191845Z:9afbb684-27f3-4fe7-9b86-f78aae942bd4" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS259?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "842", + "Content-Type": "application/json", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-b4ba464b80b40242-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230614.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "00b99b5004741d4aed0ce1bfbb7c3a0d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "zones": [ + "1" + ], + "tags": {}, + "location": "eastus", + "properties": { + "storageCapacityTiB": 16, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet", + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2034", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:18:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "00b99b5004741d4aed0ce1bfbb7c3a0d", + "x-ms-correlation-request-id": "ac67bb8a-62c2-4c79-af1e-07f40b611dbc", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "655274b5-c694-4191-927b-d5f9597218f3", + "x-ms-routing-request-id": "CENTRALUS:20230614T191847Z:ac67bb8a-62c2-4c79-af1e-07f40b611dbc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS259", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS259", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Transitioning", + "statusDescription": "The cluster is in the process of changing states" + }, + "provisioningState": "Creating", + "clientInfo": { + "mgsAddress": "", + "mountCommand": "", + "lustreVersion": "", + "containerStorageInterface": { + "persistentVolumeClaim": "", + "persistentVolume": "", + "storageClass": "" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-14T19:18:46.4619329Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T19:18:46.4619329Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-5d9894ae42d1eb4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5992e0390d027d5b5b7f1e7bd61786a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:18:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5992e0390d027d5b5b7f1e7bd61786a1", + "x-ms-correlation-request-id": "d5cb3cdf-5ae2-4ceb-b609-7958dfedf1af", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "cc22f0d3-2df3-4ec1-81d7-106bda8108b7", + "x-ms-routing-request-id": "CENTRALUS:20230614T191847Z:d5cb3cdf-5ae2-4ceb-b609-7958dfedf1af", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-26c97bcd2966f745-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8a010217ab9670eeccd3a96ea935aa4f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:18:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a010217ab9670eeccd3a96ea935aa4f", + "x-ms-correlation-request-id": "71e53d3a-fbc5-4387-903f-23357236c92a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "6ce403da-46f7-49d6-bd14-8c9b2c67fa77", + "x-ms-routing-request-id": "CENTRALUS:20230614T191849Z:71e53d3a-fbc5-4387-903f-23357236c92a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-ba3f8bf2fe25cc47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "da85343ee1e9170b22817d48c1530e40", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:18:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da85343ee1e9170b22817d48c1530e40", + "x-ms-correlation-request-id": "a3e325d1-2f4a-4a6d-9029-f4906ddcb836", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "90322d76-ee37-4def-b05c-1cc38fd89936", + "x-ms-routing-request-id": "CENTRALUS:20230614T191850Z:a3e325d1-2f4a-4a6d-9029-f4906ddcb836", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-631960b047d30f42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "70fdb97f439c8e15f2228d2e64edd426", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:18:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70fdb97f439c8e15f2228d2e64edd426", + "x-ms-correlation-request-id": "42dadc39-e9a9-493f-87b2-54034d19c5ed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "8fcc044e-d7cd-4453-b5b6-302e1798635d", + "x-ms-routing-request-id": "CENTRALUS:20230614T191851Z:42dadc39-e9a9-493f-87b2-54034d19c5ed", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-3e0272af8180e64d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a23cced5ab9136b8f7e968152ea6af78", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:18:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a23cced5ab9136b8f7e968152ea6af78", + "x-ms-correlation-request-id": "d2a9e7e4-5db1-439a-875c-a8bd6f56de61", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "e8a7cf0e-8be5-4bdb-a52c-e6cd18f53dbc", + "x-ms-routing-request-id": "CENTRALUS:20230614T191853Z:d2a9e7e4-5db1-439a-875c-a8bd6f56de61", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-996dad4e7884e542-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "efee68c43938fbb31ef7e8c753dcb234", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:18:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "efee68c43938fbb31ef7e8c753dcb234", + "x-ms-correlation-request-id": "264eaae7-6ff3-4e2c-8e31-58d52d93d840", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "c3c6bf8a-f217-4e0d-a715-b65c0ad06618", + "x-ms-routing-request-id": "CENTRALUS:20230614T191857Z:264eaae7-6ff3-4e2c-8e31-58d52d93d840", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-ca8f000916759d48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f27357ac6c17d4ae01c779b3da005f4b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:19:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f27357ac6c17d4ae01c779b3da005f4b", + "x-ms-correlation-request-id": "6f248b62-dbb0-4509-8ab6-ac3148c92a2c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "59e7ea41-f8eb-44d6-aca1-44859038be68", + "x-ms-routing-request-id": "CENTRALUS:20230614T191905Z:6f248b62-dbb0-4509-8ab6-ac3148c92a2c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-8394a257374df541-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fb691473e4ff9bed1b41839ac3f1e21a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:19:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb691473e4ff9bed1b41839ac3f1e21a", + "x-ms-correlation-request-id": "22bc7d14-b01c-450b-9f6a-a4466c9e8913", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "1e1f4b2d-3060-415b-82ab-01efdd6dc94e", + "x-ms-routing-request-id": "CENTRALUS:20230614T191921Z:22bc7d14-b01c-450b-9f6a-a4466c9e8913", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-6a92c507caf64246-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d7683336bd325861b91aee71c0ff211e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:19:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7683336bd325861b91aee71c0ff211e", + "x-ms-correlation-request-id": "83488343-e643-48be-9eda-f6317500efe9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "b886824b-5e0f-4329-9613-90cc84b9d435", + "x-ms-routing-request-id": "CENTRALUS:20230614T191953Z:83488343-e643-48be-9eda-f6317500efe9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-4e32ebe083014c44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3f549c97b672c83569d7d6d5e8131110", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:20:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f549c97b672c83569d7d6d5e8131110", + "x-ms-correlation-request-id": "b6c9f3bb-fc03-4db4-bc92-4f7318784ee6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "6586746c-b3fe-42ee-840a-d5926de3714b", + "x-ms-routing-request-id": "CENTRALUS:20230614T192025Z:b6c9f3bb-fc03-4db4-bc92-4f7318784ee6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-6c42120e0f2a464e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a67c5ee48897b518b31142e5f57cdb1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:20:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a67c5ee48897b518b31142e5f57cdb1b", + "x-ms-correlation-request-id": "5128be98-7542-417a-940a-ac21850c9bab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "a4867d24-1b27-4bd2-b374-6a0ecfc53a78", + "x-ms-routing-request-id": "CENTRALUS:20230614T192058Z:5128be98-7542-417a-940a-ac21850c9bab", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-35c149eba81a5246-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2603651fa39d7fa8fe9f6d5be78b6fa5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:21:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2603651fa39d7fa8fe9f6d5be78b6fa5", + "x-ms-correlation-request-id": "bc1e4830-0f20-48f8-850d-7788570744ad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "139f8f0b-90dc-42d7-a1cf-1fc196d0c0fb", + "x-ms-routing-request-id": "CENTRALUS:20230614T192130Z:bc1e4830-0f20-48f8-850d-7788570744ad", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-2d4f1510b997144b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "618cdd087a830e86839e8b617450d2ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:22:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "618cdd087a830e86839e8b617450d2ec", + "x-ms-correlation-request-id": "de6cd107-0664-433d-902f-15fc05c3c37d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "2d8ad19c-69a9-4803-aa19-b2c4470547f1", + "x-ms-routing-request-id": "CENTRALUS:20230614T192202Z:de6cd107-0664-433d-902f-15fc05c3c37d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-c6d0049a8462fc42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "82b6bafbea104173b6fca8f71bbdce28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:22:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82b6bafbea104173b6fca8f71bbdce28", + "x-ms-correlation-request-id": "fce40e7c-fa54-401a-96a0-c8a0ede129a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "d6ae18d5-6537-49e9-99d4-233c6361ea6d", + "x-ms-routing-request-id": "CENTRALUS:20230614T192234Z:fce40e7c-fa54-401a-96a0-c8a0ede129a7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-d928980af4aac040-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "17dc9ca17af0a598dff5a2fe17460bae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:23:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17dc9ca17af0a598dff5a2fe17460bae", + "x-ms-correlation-request-id": "f55a9697-4efe-4efe-8751-c265ae59385a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "089d0033-7427-44ff-82a8-660149c85d46", + "x-ms-routing-request-id": "CENTRALUS:20230614T192306Z:f55a9697-4efe-4efe-8751-c265ae59385a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-8da125282801b24d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2c6080cdedd51e956a4aab87d18ef3c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:23:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c6080cdedd51e956a4aab87d18ef3c6", + "x-ms-correlation-request-id": "8ea174a7-c7bd-4469-8455-ecf81b1057bb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "6d6c01f6-f959-479f-8c3b-1c505cc68547", + "x-ms-routing-request-id": "CENTRALUS:20230614T192338Z:8ea174a7-c7bd-4469-8455-ecf81b1057bb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-aacd49043bfad84c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d8bf63cfbb7381fc2110a31b48742a6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:24:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8bf63cfbb7381fc2110a31b48742a6f", + "x-ms-correlation-request-id": "352b9734-0a96-49bf-b73a-070d20ac04f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "18f0ba0b-ec5e-41a7-90ec-a8e94f489bfc", + "x-ms-routing-request-id": "CENTRALUS:20230614T192410Z:352b9734-0a96-49bf-b73a-070d20ac04f6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-3dca05c33734014e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9a2afaf1a15cb45206beada6ce10d350", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:24:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a2afaf1a15cb45206beada6ce10d350", + "x-ms-correlation-request-id": "75a19bf6-0bbf-46ee-85e1-23a39216a4b7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "b0c36d5c-bc2c-4c0b-83e6-a50798926ede", + "x-ms-routing-request-id": "CENTRALUS:20230614T192443Z:75a19bf6-0bbf-46ee-85e1-23a39216a4b7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-aea9bbe0d8635544-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b32edb013287123a84df0bc4497ad5f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:25:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b32edb013287123a84df0bc4497ad5f5", + "x-ms-correlation-request-id": "e71592af-8ac5-4a05-84c0-cbfa367a2d5c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "e7f9b5de-52e1-4470-94d2-17f79ae2400f", + "x-ms-routing-request-id": "CENTRALUS:20230614T192515Z:e71592af-8ac5-4a05-84c0-cbfa367a2d5c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-c44852698b2cdb49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d7963c1f59642e69100bd1b50d56b211", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:25:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7963c1f59642e69100bd1b50d56b211", + "x-ms-correlation-request-id": "6271eedd-6211-4532-b2a4-614d0c5652ce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "cb39005c-923d-4fe3-b9f0-6f82b20168c3", + "x-ms-routing-request-id": "CENTRALUS:20230614T192547Z:6271eedd-6211-4532-b2a4-614d0c5652ce", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-e1990b6bd0561545-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6c19533c7646bee8c018157d968d6b8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:26:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c19533c7646bee8c018157d968d6b8c", + "x-ms-correlation-request-id": "3d00d7e4-e375-4a40-a13a-a767ce701d26", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "6f8dd18c-a08c-413d-b912-38e2bc1179d0", + "x-ms-routing-request-id": "CENTRALUS:20230614T192619Z:3d00d7e4-e375-4a40-a13a-a767ce701d26", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-6af9c0c6d55af34f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9286b7e8fc7aa8eb7200a27b6084042e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:26:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9286b7e8fc7aa8eb7200a27b6084042e", + "x-ms-correlation-request-id": "842c7500-b7c1-4ff6-9eca-8a0dcdb8ef0c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "d959b69e-9896-4c0f-911d-9299645547ab", + "x-ms-routing-request-id": "CENTRALUS:20230614T192651Z:842c7500-b7c1-4ff6-9eca-8a0dcdb8ef0c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-d8722bf24f62ca48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f588fa2d6861a9af54d7174b43ec9783", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:27:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f588fa2d6861a9af54d7174b43ec9783", + "x-ms-correlation-request-id": "695fbd3a-413a-44a6-9768-250ff4d2a952", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "fad6b79b-23ff-4d18-9744-c2500688b469", + "x-ms-routing-request-id": "CENTRALUS:20230614T192723Z:695fbd3a-413a-44a6-9768-250ff4d2a952", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-a43644753e52cb4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "55cc45a01fcf40966770fa45d36c5e3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:27:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "55cc45a01fcf40966770fa45d36c5e3b", + "x-ms-correlation-request-id": "9b00b106-bf88-4e81-b386-f235c0476d3e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "ff9975c2-9467-420f-a1a8-c6cfe69a4efe", + "x-ms-routing-request-id": "CENTRALUS:20230614T192755Z:9b00b106-bf88-4e81-b386-f235c0476d3e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-baee8d012d1e4e4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9c50e6147505802a08dd3ea3e49f6585", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:28:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9c50e6147505802a08dd3ea3e49f6585", + "x-ms-correlation-request-id": "3acb4a87-fb83-4b34-8e03-7ee2c26d3851", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "a2fba5cd-873b-4800-b3db-554760d076b6", + "x-ms-routing-request-id": "CENTRALUS:20230614T192827Z:3acb4a87-fb83-4b34-8e03-7ee2c26d3851", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-aa4db0d31d6a5645-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1adb1f68aeb70d5e63478df06d69d5e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:28:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1adb1f68aeb70d5e63478df06d69d5e7", + "x-ms-correlation-request-id": "9e52acb1-0305-48be-9815-cb8960ee87ad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "30a37784-6c7d-457a-a102-9bf52f8ddbb8", + "x-ms-routing-request-id": "CENTRALUS:20230614T192859Z:9e52acb1-0305-48be-9815-cb8960ee87ad", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-fb5fa876b595dc46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5c37db79fb9b2a7d1a4c4df2e0f35cc8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:29:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c37db79fb9b2a7d1a4c4df2e0f35cc8", + "x-ms-correlation-request-id": "a06434da-6b12-47d3-b530-baf4a830373e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "ad2f5a14-fbf1-4b32-8c0b-9b3818933751", + "x-ms-routing-request-id": "CENTRALUS:20230614T192932Z:a06434da-6b12-47d3-b530-baf4a830373e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-33ff164ea8317247-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b4dd740b43906583874238bee83a129e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:30:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4dd740b43906583874238bee83a129e", + "x-ms-correlation-request-id": "ef14beca-db63-483d-87e5-bce22989599f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "34a28374-c412-4c69-95ef-f9de680ad556", + "x-ms-routing-request-id": "CENTRALUS:20230614T193004Z:ef14beca-db63-483d-87e5-bce22989599f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-438d405d1fabcb4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0829560708686ceaa2b1ff6b616c2d70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:30:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0829560708686ceaa2b1ff6b616c2d70", + "x-ms-correlation-request-id": "a5449d50-d37f-4056-9c6d-1f178028d116", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "f1d16c44-f455-417a-8f2f-3f7e8c233cda", + "x-ms-routing-request-id": "CENTRALUS:20230614T193036Z:a5449d50-d37f-4056-9c6d-1f178028d116", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-cc9c5ffb80443b44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f8e5c5eb218c365758d2d459c2bf42e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:31:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f8e5c5eb218c365758d2d459c2bf42e0", + "x-ms-correlation-request-id": "e01e9c9c-2ad6-4002-a85e-6382af8aa363", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "742694d5-4c47-435c-ac31-11fce0c464b4", + "x-ms-routing-request-id": "CENTRALUS:20230614T193108Z:e01e9c9c-2ad6-4002-a85e-6382af8aa363", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-9e5af1143c36cc4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "89eaae3a53c9035f8a7012df4318031b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:31:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89eaae3a53c9035f8a7012df4318031b", + "x-ms-correlation-request-id": "e724d583-8792-40ac-854c-0608f18592e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "8ce9bb27-7131-4374-abc3-9a483775359d", + "x-ms-routing-request-id": "CENTRALUS:20230614T193140Z:e724d583-8792-40ac-854c-0608f18592e5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-f0b371589a7d6040-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "22d3c8151954e612fff3b0953391a9e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:32:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22d3c8151954e612fff3b0953391a9e2", + "x-ms-correlation-request-id": "1498ac1e-9f53-48c1-935b-9111d39899cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "d5cd634b-b404-4326-8f2c-0aee1d7d07ce", + "x-ms-routing-request-id": "CENTRALUS:20230614T193213Z:1498ac1e-9f53-48c1-935b-9111d39899cb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "status": "InProgress", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/655274b5-c694-4191-927b-d5f9597218f3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-972bfd3b44ab9844-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b2311f6ea38197a665e26e1b0f77f23f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:32:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2311f6ea38197a665e26e1b0f77f23f", + "x-ms-correlation-request-id": "8351d9d4-e4f5-472a-ac66-b6e4a58de479", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "4ada5ce2-c00e-4d5d-8e03-fefc7df0566c", + "x-ms-routing-request-id": "CENTRALUS:20230614T193245Z:8351d9d4-e4f5-472a-ac66-b6e4a58de479", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:18:46.6211533\u002B00:00", + "endTime": "2023-06-14T19:32:42.3133285\u002B00:00", + "status": "Succeeded", + "name": "655274b5-c694-4191-927b-d5f9597218f3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS259?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1e907dd54a540842b488fd74870d09a6-1568f6b1ea18e440-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fa43b9ce1fec208c9c048ad6a2cacff9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4376", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:32:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fa43b9ce1fec208c9c048ad6a2cacff9", + "x-ms-correlation-request-id": "8d4c82cd-ae69-4c89-8769-8130ab173934", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "46e75dbd-8c57-441a-b656-3753a9800551", + "x-ms-routing-request-id": "CENTRALUS:20230614T193245Z:8d4c82cd-ae69-4c89-8769-8130ab173934", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS259", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS259", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.19", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.19@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMTkKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IDZlZWYzY2RkLWM2NzYtNDc2YS04NzE4LTEzM2JmMjYwOTc3YwogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4xOQpwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-14T19:18:46.4619329Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T19:18:46.4619329Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS259/archive?api-version=2023-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "22", + "Content-Type": "application/json", + "traceparent": "00-37e1564937aba54fb24e9de02425f013-1866b83725f3214f-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230614.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "24702fc651e77299213bbd72abf6d788", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "filesystemPath": "/" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 14 Jun 2023 19:32:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "24702fc651e77299213bbd72abf6d788", + "x-ms-correlation-request-id": "a608bf82-bd24-4a51-84c7-765be7d257f4", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "00b892aa-5526-41e3-8622-c172da965b81", + "x-ms-routing-request-id": "CENTRALUS:20230614T193248Z:a608bf82-bd24-4a51-84c7-765be7d257f4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS259/cancelArchive?api-version=2023-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "0", + "traceparent": "00-f6efaada8f0e1244beaccde37f7b64c5-e89b501275ee3949-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230614.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7ac77100af4d4ff69210157d19d0f59b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 14 Jun 2023 19:32:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ac77100af4d4ff69210157d19d0f59b", + "x-ms-correlation-request-id": "9dc17904-2df6-472e-8f42-b53ca5fd155e", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "f99402eb-d474-428e-bfd3-9c785aad91b8", + "x-ms-routing-request-id": "CENTRALUS:20230614T193248Z:9dc17904-2df6-472e-8f42-b53ca5fd155e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS259?api-version=2023-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-eb13f7a35b026449-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230614.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "df557412ce067d581fd1d8b1621975a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 14 Jun 2023 19:32:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?monitor=true\u0026api-version=2023-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df557412ce067d581fd1d8b1621975a6", + "x-ms-correlation-request-id": "f4a6c0e5-8df9-479b-88ce-8588fcb39cb9", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a", + "x-ms-routing-request-id": "CENTRALUS:20230614T193248Z:f4a6c0e5-8df9-479b-88ce-8588fcb39cb9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-36d8cfaac1038040-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "365f2145f7a0328119495b7bd645ec79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:32:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "365f2145f7a0328119495b7bd645ec79", + "x-ms-correlation-request-id": "7c627b3a-38b3-4385-a1d7-57326c9f1a6f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "0861fb0f-de47-44f1-8ec4-4fab525d2a38", + "x-ms-routing-request-id": "CENTRALUS:20230614T193248Z:7c627b3a-38b3-4385-a1d7-57326c9f1a6f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-d5a15ed5d39d554c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "17506f9bc4fbbd98c83ea6e53c814202", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:32:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17506f9bc4fbbd98c83ea6e53c814202", + "x-ms-correlation-request-id": "239d7e2f-7e5c-41e8-b202-ce233402dfca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "e3c9726c-50ab-435f-bfc2-093633b12063", + "x-ms-routing-request-id": "CENTRALUS:20230614T193249Z:239d7e2f-7e5c-41e8-b202-ce233402dfca", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-f8ff5fd6b5e3f147-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "416b87783eb9350680a218b9fa3040f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:32:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "416b87783eb9350680a218b9fa3040f3", + "x-ms-correlation-request-id": "0bc77ded-e84c-438d-a231-f09f86d7f195", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "a810b9fc-1f12-419b-8408-3656aa8bdf90", + "x-ms-routing-request-id": "CENTRALUS:20230614T193251Z:0bc77ded-e84c-438d-a231-f09f86d7f195", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-c293fd1a893dcf48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cc3b183441cc815689a26e62519cf697", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:32:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc3b183441cc815689a26e62519cf697", + "x-ms-correlation-request-id": "6ab3074c-d5ef-40c5-8400-aa089b0888d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "344a57b7-f7f4-4294-aece-004e7beadcaf", + "x-ms-routing-request-id": "CENTRALUS:20230614T193252Z:6ab3074c-d5ef-40c5-8400-aa089b0888d3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-04b54cfa3846924d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4e035807abda5cbf681a9758acdec297", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:32:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e035807abda5cbf681a9758acdec297", + "x-ms-correlation-request-id": "fce398c0-1de6-4a77-bf67-0155233e4d81", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "0f100e03-247e-49ed-9512-180c3bbe785f", + "x-ms-routing-request-id": "CENTRALUS:20230614T193254Z:fce398c0-1de6-4a77-bf67-0155233e4d81", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-bca233c127df5242-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "24b0b3fd7545363531eab717d0a3e4e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:32:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "24b0b3fd7545363531eab717d0a3e4e3", + "x-ms-correlation-request-id": "add04b90-8996-4875-94f8-578da800615d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "e986222c-32bd-48cb-bff4-ef5522ba2525", + "x-ms-routing-request-id": "CENTRALUS:20230614T193258Z:add04b90-8996-4875-94f8-578da800615d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-3f3789886dfc8a43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a1b180acf12d891958df63b1aafdd5aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:33:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1b180acf12d891958df63b1aafdd5aa", + "x-ms-correlation-request-id": "75d9282c-b14b-4f74-a0e2-56ec06b1a33e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "606e2e5e-a4bf-4379-95af-67baeb8030d5", + "x-ms-routing-request-id": "CENTRALUS:20230614T193306Z:75d9282c-b14b-4f74-a0e2-56ec06b1a33e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-13aea089c3c3d14f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9d65d6dfd2ec915223cc1deff3a88cc5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:33:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d65d6dfd2ec915223cc1deff3a88cc5", + "x-ms-correlation-request-id": "4904d113-2621-4be5-9e03-e490a0e98c03", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "8f61142f-900b-4c51-a7a0-4cc0cd41e2d6", + "x-ms-routing-request-id": "CENTRALUS:20230614T193322Z:4904d113-2621-4be5-9e03-e490a0e98c03", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-35909e3bba128f4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2bacb336212d0b6a9a26cb6512838c33", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:33:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2bacb336212d0b6a9a26cb6512838c33", + "x-ms-correlation-request-id": "90e1849c-577a-4001-9cc1-b7ff1c08f706", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "97dd1e48-48e3-4523-bba6-f94014575d68", + "x-ms-routing-request-id": "CENTRALUS:20230614T193355Z:90e1849c-577a-4001-9cc1-b7ff1c08f706", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-3565b878edfeb449-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f9370d15463edaf72d1f7e61d42995b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:34:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f9370d15463edaf72d1f7e61d42995b0", + "x-ms-correlation-request-id": "f5df8732-6d4b-4060-b3bd-342f02229671", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "bb3a55fc-24f3-4cdb-8b71-542e867a7e7d", + "x-ms-routing-request-id": "CENTRALUS:20230614T193427Z:f5df8732-6d4b-4060-b3bd-342f02229671", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-9a683feb67cb524b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f77b9d53a951be7d6c5903c506ec7f9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:34:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f77b9d53a951be7d6c5903c506ec7f9f", + "x-ms-correlation-request-id": "119c7e7b-66bf-47da-9fea-15177abbe450", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "1fb18b42-a42f-454f-84f7-baa5227d6f26", + "x-ms-routing-request-id": "CENTRALUS:20230614T193459Z:119c7e7b-66bf-47da-9fea-15177abbe450", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-7e31b061f0938541-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e5dae9409271f087bbd1fe0da2093770", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:35:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e5dae9409271f087bbd1fe0da2093770", + "x-ms-correlation-request-id": "162022d5-6400-49ae-98a8-5926b1352df5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "680a7529-1348-4e1c-be32-a596227675ec", + "x-ms-routing-request-id": "CENTRALUS:20230614T193531Z:162022d5-6400-49ae-98a8-5926b1352df5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-775ef37e061af14d81706f0118481332-3cd0234c01596f43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "74121b9095086be290788de44232d340", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:36:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "74121b9095086be290788de44232d340", + "x-ms-correlation-request-id": "1f8fd158-5a79-4040-a908-3f75725ed142", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "36bcff76-f4e3-4622-9e43-719f40fcb9dc", + "x-ms-routing-request-id": "CENTRALUS:20230614T193603Z:1f8fd158-5a79-4040-a908-3f75725ed142", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-51eee533d3d6e74c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ea21dfa0af4ec03e168b3b7fab6f1b63", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:36:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea21dfa0af4ec03e168b3b7fab6f1b63", + "x-ms-correlation-request-id": "a8555307-ed82-4de4-939f-a88cf746a2cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "41a695a9-c4b0-48a3-b4f5-c196422611b7", + "x-ms-routing-request-id": "CENTRALUS:20230614T193635Z:a8555307-ed82-4de4-939f-a88cf746a2cf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-d9aed2b16c4f9949-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "eb3493210bdaaa96076f55f805a2ad89", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:37:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb3493210bdaaa96076f55f805a2ad89", + "x-ms-correlation-request-id": "f624d2ed-dcc9-43e7-ad0f-288fb7130aa2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "1177dffb-895b-4808-b0ba-dc1736caf7ed", + "x-ms-routing-request-id": "CENTRALUS:20230614T193707Z:f624d2ed-dcc9-43e7-ad0f-288fb7130aa2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-8c9e1ecb4d42394c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c36dbdfd4de8e021dc525d7d5a62c020", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:37:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c36dbdfd4de8e021dc525d7d5a62c020", + "x-ms-correlation-request-id": "f9ce33b3-a871-49cd-acd6-89e6c8e9d0cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "94b2d3f1-39bb-4119-bede-f90b9dc7a42f", + "x-ms-routing-request-id": "CENTRALUS:20230614T193740Z:f9ce33b3-a871-49cd-acd6-89e6c8e9d0cd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-5ca5509b5edaf649-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "afc2295ce8fd94664876e2df5a46ba73", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:38:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "afc2295ce8fd94664876e2df5a46ba73", + "x-ms-correlation-request-id": "9a263503-a102-4f14-9c34-ade946e53cca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "380d91a4-21bc-4770-b489-1c9814df8f36", + "x-ms-routing-request-id": "CENTRALUS:20230614T193812Z:9a263503-a102-4f14-9c34-ade946e53cca", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-ecc0e9828cdbb64f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ed81b1dd5802d47b71530f87ad1950a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:38:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ed81b1dd5802d47b71530f87ad1950a4", + "x-ms-correlation-request-id": "d895b0af-dbbe-456f-a7a7-f63a57bed6a6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "add17b89-e560-44d0-a68d-d98fb0da9328", + "x-ms-routing-request-id": "CENTRALUS:20230614T193844Z:d895b0af-dbbe-456f-a7a7-f63a57bed6a6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-cbe70adb49961947-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "db9b34aefddf158b56d87b716a428696", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:39:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db9b34aefddf158b56d87b716a428696", + "x-ms-correlation-request-id": "7f923e52-2d63-41ad-bafc-85fb699fe377", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "1663b5d6-a604-47a8-96c0-a0e04cde37e7", + "x-ms-routing-request-id": "CENTRALUS:20230614T193916Z:7f923e52-2d63-41ad-bafc-85fb699fe377", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-50d8337e9bbd904f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a89fe997d2e0041eaeee3eaad9dee62e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:39:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a89fe997d2e0041eaeee3eaad9dee62e", + "x-ms-correlation-request-id": "13a13f6f-2233-4af1-a510-3811e97ecd51", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "f62db70f-be61-4503-9a7e-1b2c3a984447", + "x-ms-routing-request-id": "CENTRALUS:20230614T193948Z:13a13f6f-2233-4af1-a510-3811e97ecd51", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-cc13a8763c191645-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "25303e25dfaae094256c9629dd096a2f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:40:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "25303e25dfaae094256c9629dd096a2f", + "x-ms-correlation-request-id": "e024c26e-6fc1-41d8-89ad-0c630e86d74c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "b9ac6043-89c7-4c48-9c33-31750185ddad", + "x-ms-routing-request-id": "CENTRALUS:20230614T194020Z:e024c26e-6fc1-41d8-89ad-0c630e86d74c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-7a8c67ca84daa944-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c3f078cda87adcc315972df1bee13c78", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:40:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3f078cda87adcc315972df1bee13c78", + "x-ms-correlation-request-id": "4837f642-b2a6-4092-9840-ec092c0ccd98", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "480ba739-ffca-4053-b07a-497d4beb3eb4", + "x-ms-routing-request-id": "CENTRALUS:20230614T194052Z:4837f642-b2a6-4092-9840-ec092c0ccd98", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-facac11131c5b441-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2c4c4cf16011b7eb55be82743bf526a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:41:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c4c4cf16011b7eb55be82743bf526a5", + "x-ms-correlation-request-id": "c941fa09-095a-442e-8ed5-909078d1fec9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "ae48f246-9bd0-4057-ad0c-cca507e5eee9", + "x-ms-routing-request-id": "CENTRALUS:20230614T194124Z:c941fa09-095a-442e-8ed5-909078d1fec9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-775ef37e061af14d81706f0118481332-2467268e32b0dd49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "60dd0f8423ee7db47a541012b2a22144", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:41:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60dd0f8423ee7db47a541012b2a22144", + "x-ms-correlation-request-id": "0a60ab0e-e75d-4c2b-8844-e07d4e437961", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "f1ac5d6e-3013-4a7e-9b34-0f4453b2663c", + "x-ms-routing-request-id": "CENTRALUS:20230614T194157Z:0a60ab0e-e75d-4c2b-8844-e07d4e437961", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-fc252c200b7b9440-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "90371e303dbc6c1d8c386ebb254fa020", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:42:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "90371e303dbc6c1d8c386ebb254fa020", + "x-ms-correlation-request-id": "98782d06-393d-49da-a17c-48f0c93b67f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "002c5bde-177b-4915-a0a4-8af61517cf0f", + "x-ms-routing-request-id": "CENTRALUS:20230614T194229Z:98782d06-393d-49da-a17c-48f0c93b67f3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-fce439137927384f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "af6d8770db04ce8998cfb2bc50d905b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:43:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af6d8770db04ce8998cfb2bc50d905b2", + "x-ms-correlation-request-id": "292c8095-5648-4c9f-91a7-7f4eb05b5771", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "bf750e72-e42f-439c-a812-4b294d233448", + "x-ms-routing-request-id": "CENTRALUS:20230614T194301Z:292c8095-5648-4c9f-91a7-7f4eb05b5771", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-00dae608702f3144-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1d443e9d95bd46e8f270d3b5b4f8572b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:43:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d443e9d95bd46e8f270d3b5b4f8572b", + "x-ms-correlation-request-id": "89ce4b37-d4ca-44a1-9608-d122c2124c0a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "efca3ee1-859e-4aef-a79a-48babf45f758", + "x-ms-routing-request-id": "CENTRALUS:20230614T194333Z:89ce4b37-d4ca-44a1-9608-d122c2124c0a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-bbde0ab0f763fd47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2aa1efb47235543f9468f8ed8b601cb3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:44:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2aa1efb47235543f9468f8ed8b601cb3", + "x-ms-correlation-request-id": "b1553bff-584c-46f6-98ed-584b95575032", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "03a8440c-a71a-4372-906e-26092828df11", + "x-ms-routing-request-id": "CENTRALUS:20230614T194405Z:b1553bff-584c-46f6-98ed-584b95575032", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "status": "InProgress", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1e0b87fa-5a16-4900-aef3-8fa01a82e15a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-775ef37e061af14d81706f0118481332-158cd8c1514c9940-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e71ebb32830adb639f26bd9407d4199f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:44:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e71ebb32830adb639f26bd9407d4199f", + "x-ms-correlation-request-id": "6959019d-cbf4-49f8-bc50-62787cc8d587", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "4453cf82-8f15-4c64-9cf7-6666edbfe9d2", + "x-ms-routing-request-id": "CENTRALUS:20230614T194437Z:6959019d-cbf4-49f8-bc50-62787cc8d587", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:32:48.6258252\u002B00:00", + "endTime": "2023-06-14T19:44:20.8099681\u002B00:00", + "status": "Succeeded", + "name": "1e0b87fa-5a16-4900-aef3-8fa01a82e15a" + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1361229383", + "RESOURCE_GROUP": "rg-rdupuisstoragecache", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "storage_account_name": "sdktestingstorageaccount", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "vnet_name": "vnet1" + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemResourceTest/AmlFSArchiveOperations()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemResourceTest/AmlFSArchiveOperations()Async.json new file mode 100644 index 000000000000..638a7a3934a2 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemResourceTest/AmlFSArchiveOperations()Async.json @@ -0,0 +1,1581 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-7f4eb2b15013c047a348faee70ced502-ee5d360f9b2c1c43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e0c3576286af6cba5f34b920761a8fdd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:16:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e80327c7-bef2-409f-b6e9-c9c6d1117d59", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "e80327c7-bef2-409f-b6e9-c9c6d1117d59", + "x-ms-routing-request-id": "EASTUS:20230615T021608Z:e80327c7-bef2-409f-b6e9-c9c6d1117d59" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", + "managedByTenants": [], + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "Avere_AscTIP1_Test", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-20c4b2e165090c479c47fd460dcceae9-c9b8632eb4a2384a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "abb031642b3c35979f08b33eccc88f97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:16:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "27a93bf5-f665-464e-865e-4cb7ec0347eb", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "27a93bf5-f665-464e-865e-4cb7ec0347eb", + "x-ms-routing-request-id": "EASTUS:20230615T021608Z:27a93bf5-f665-464e-865e-4cb7ec0347eb" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS8708?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "842", + "Content-Type": "application/json", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-83187a1c4ab97943-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230614.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4166c862c30d7c579585a3ab00cd4541", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "zones": [ + "1" + ], + "tags": {}, + "location": "eastus", + "properties": { + "storageCapacityTiB": 16, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet", + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2036", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:16:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4166c862c30d7c579585a3ab00cd4541", + "x-ms-correlation-request-id": "6d055c8c-cb3b-4677-ba2d-a87df276c21d", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4", + "x-ms-routing-request-id": "EASTUS:20230615T021611Z:6d055c8c-cb3b-4677-ba2d-a87df276c21d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS8708", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS8708", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Transitioning", + "statusDescription": "The cluster is in the process of changing states" + }, + "provisioningState": "Creating", + "clientInfo": { + "mgsAddress": "", + "mountCommand": "", + "lustreVersion": "", + "containerStorageInterface": { + "persistentVolumeClaim": "", + "persistentVolume": "", + "storageClass": "" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T02:16:10.1481219Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T02:16:10.1481219Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-f5df212d1dd0c842-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5113fb229b296d57592ea6a6f48a9e3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:16:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5113fb229b296d57592ea6a6f48a9e3a", + "x-ms-correlation-request-id": "e177b385-7b52-4b28-8de9-328b12934b2e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "b783ade0-9568-4748-b32e-46fd7d173a9d", + "x-ms-routing-request-id": "EASTUS:20230615T021611Z:e177b385-7b52-4b28-8de9-328b12934b2e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-6a8a060468b4de40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b8d5fd6d32843c9691a6b3cc1b8300f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:16:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8d5fd6d32843c9691a6b3cc1b8300f4", + "x-ms-correlation-request-id": "0fab455c-6b1f-4e2d-9b2d-dce28b5b2569", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "9b4956d7-fd40-4a60-ae1b-d894ee5c56f5", + "x-ms-routing-request-id": "EASTUS:20230615T021612Z:0fab455c-6b1f-4e2d-9b2d-dce28b5b2569", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-3a04453ac8016149-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0589feeef3b95a17b89d0b618090cb03", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:16:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0589feeef3b95a17b89d0b618090cb03", + "x-ms-correlation-request-id": "650f5f82-a2d9-45e1-9f1f-f73700c11f25", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "402e78a8-6a5a-4e47-ba40-816430e110c3", + "x-ms-routing-request-id": "EASTUS:20230615T021613Z:650f5f82-a2d9-45e1-9f1f-f73700c11f25", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-56ea77d21e15094e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7e666da1decaef2064d7bf82e88a51d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:16:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7e666da1decaef2064d7bf82e88a51d6", + "x-ms-correlation-request-id": "9fc4a2f5-64c2-4450-84f2-a4a649559be3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "c57ec1ca-f58a-4ad3-be8f-5957389e4b6d", + "x-ms-routing-request-id": "EASTUS:20230615T021614Z:9fc4a2f5-64c2-4450-84f2-a4a649559be3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-374eb3656a88f84b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f5b7b12d99017981e57affe62735bb01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:16:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5b7b12d99017981e57affe62735bb01", + "x-ms-correlation-request-id": "9f1d45c4-d2b0-4e3a-b0b7-92e5ffc7e3cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "09703517-1aa7-4dc7-9da1-92bcb31460bb", + "x-ms-routing-request-id": "EASTUS:20230615T021616Z:9f1d45c4-d2b0-4e3a-b0b7-92e5ffc7e3cb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-78eb9bf74dde5c49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ae2bb0db821c1029de99a1e13495722e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:16:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae2bb0db821c1029de99a1e13495722e", + "x-ms-correlation-request-id": "3f189697-cbd6-4994-96b4-2c357166794f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "7424df5a-e710-40ec-9412-81be3cbd1af3", + "x-ms-routing-request-id": "EASTUS:20230615T021620Z:3f189697-cbd6-4994-96b4-2c357166794f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-43b5f28f0200d94c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ce33344cd5d80802ebec9950de39c82f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:16:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce33344cd5d80802ebec9950de39c82f", + "x-ms-correlation-request-id": "1f2a0132-6e85-4db2-9b50-c2bd4cf78dc5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "aa80f861-fb68-4b19-bca5-95964e0c0f7d", + "x-ms-routing-request-id": "EASTUS:20230615T021628Z:1f2a0132-6e85-4db2-9b50-c2bd4cf78dc5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-2c47000bb00e7e47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "37a7be1ba25fabb987a71767f79f4550", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:16:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37a7be1ba25fabb987a71767f79f4550", + "x-ms-correlation-request-id": "1365025b-41e0-4218-9a36-1ece672e838a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;210", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "76e5d515-2e59-451b-b756-a1375d3a2e3b", + "x-ms-routing-request-id": "EASTUS:20230615T021644Z:1365025b-41e0-4218-9a36-1ece672e838a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-3faf00532ccaa645-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f29ad008ed010528ae22c32fe8d931a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:17:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f29ad008ed010528ae22c32fe8d931a4", + "x-ms-correlation-request-id": "70a293a8-86ad-44cf-ba2f-5e01b65c03ac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "d35c1407-a7df-443e-90ba-99074273008f", + "x-ms-routing-request-id": "EASTUS:20230615T021716Z:70a293a8-86ad-44cf-ba2f-5e01b65c03ac", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-124eda56829a014d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "76c571d13aeda9cf7a874631bd9a104c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:17:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76c571d13aeda9cf7a874631bd9a104c", + "x-ms-correlation-request-id": "261ed37e-487f-409b-8909-a0f3c9c8e562", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "5a633fcb-6a32-40e4-b440-dbfc07c0f9c1", + "x-ms-routing-request-id": "EASTUS:20230615T021748Z:261ed37e-487f-409b-8909-a0f3c9c8e562", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-6f5ca860db3a404f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0d4749a7d59f2e2d95a1893cdf89c2ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:18:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0d4749a7d59f2e2d95a1893cdf89c2ad", + "x-ms-correlation-request-id": "fb330a44-9e6b-4cd5-a397-c6048b2e99a8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "27c381e0-d91a-4ad4-b3eb-f2d64ffb0ff7", + "x-ms-routing-request-id": "EASTUS:20230615T021821Z:fb330a44-9e6b-4cd5-a397-c6048b2e99a8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-fc02e1a414a3c141-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "86967376cfd9cd6201f1777aa6f64713", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:18:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "86967376cfd9cd6201f1777aa6f64713", + "x-ms-correlation-request-id": "434f99eb-5378-4f70-b76c-f13378149093", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "d37248ba-b668-4d9e-814d-15cd0448e943", + "x-ms-routing-request-id": "EASTUS:20230615T021853Z:434f99eb-5378-4f70-b76c-f13378149093", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-c369f81dc8f7b542-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9f8876122392fb054397e04bb093c9f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:19:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9f8876122392fb054397e04bb093c9f1", + "x-ms-correlation-request-id": "e875dfd4-a05b-4c9c-9413-185d101e02b7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "f903a487-ba0e-43c1-9040-d26ba451478c", + "x-ms-routing-request-id": "EASTUS:20230615T021925Z:e875dfd4-a05b-4c9c-9413-185d101e02b7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-cbbe91b51ea4f448-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4abb98c48a04d872e6790cad5db3879e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:19:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4abb98c48a04d872e6790cad5db3879e", + "x-ms-correlation-request-id": "e0a69ec1-1535-401d-912c-d8f0166e8426", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "d4eb12b9-14ce-4333-91bf-566ee1edc84c", + "x-ms-routing-request-id": "EASTUS:20230615T021957Z:e0a69ec1-1535-401d-912c-d8f0166e8426", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-1e2c9a637d0ad942-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "692976592301521b6d9b4242ee161d6e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:20:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "692976592301521b6d9b4242ee161d6e", + "x-ms-correlation-request-id": "773907b6-8b1d-4293-b6bd-f98a133581a6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "c37190e7-2ec5-408c-bb54-4d7b1e5fa43e", + "x-ms-routing-request-id": "EASTUS:20230615T022029Z:773907b6-8b1d-4293-b6bd-f98a133581a6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-20d16de6e2549a41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0eb58627fd3b880f03afb91816579d90", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:21:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0eb58627fd3b880f03afb91816579d90", + "x-ms-correlation-request-id": "b873a2de-e061-42a4-be72-7e9b5792196e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "663201e1-48a6-4495-a8e5-2726be4439d9", + "x-ms-routing-request-id": "EASTUS:20230615T022101Z:b873a2de-e061-42a4-be72-7e9b5792196e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-a6c9a79243b7864d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3af2410f6069a1ef7c68dc694730e9cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:21:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3af2410f6069a1ef7c68dc694730e9cf", + "x-ms-correlation-request-id": "56627cb2-a415-4a44-b769-7bea2b6ddf8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "b61c5ce5-17c4-4f91-9833-0d0ec81aa66c", + "x-ms-routing-request-id": "EASTUS:20230615T022133Z:56627cb2-a415-4a44-b769-7bea2b6ddf8b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-2de41d7f66f89243-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d6859e5c79fd5c6367a1655269033b16", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:22:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6859e5c79fd5c6367a1655269033b16", + "x-ms-correlation-request-id": "296c57b6-2457-4155-bc37-4dd1b0745854", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "3582ade1-c73b-452e-ac45-b67f42f3b3c9", + "x-ms-routing-request-id": "EASTUS:20230615T022205Z:296c57b6-2457-4155-bc37-4dd1b0745854", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-d86508485949c34b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ad32b1fde324c704971491d220a540d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:22:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ad32b1fde324c704971491d220a540d3", + "x-ms-correlation-request-id": "17eaccd1-2785-4f82-9633-85287d59f864", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "dbc8657c-93cf-4485-8a8a-4eb5db4ecbb6", + "x-ms-routing-request-id": "EASTUS:20230615T022237Z:17eaccd1-2785-4f82-9633-85287d59f864", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-791f501736d2434f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "78bbeac5c6d19693dd95d2c8fa9d3779", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:23:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78bbeac5c6d19693dd95d2c8fa9d3779", + "x-ms-correlation-request-id": "31af8bc2-21a8-4b3d-9671-6a8b5f316694", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "117022fd-7eef-46f3-b9c5-2cb39f53d871", + "x-ms-routing-request-id": "EASTUS:20230615T022310Z:31af8bc2-21a8-4b3d-9671-6a8b5f316694", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-fe07d0db55e4e64d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "966bc62d3cfe79aa99be3fe8e8913cc1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:23:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "966bc62d3cfe79aa99be3fe8e8913cc1", + "x-ms-correlation-request-id": "46d3f7ba-3ed6-4c84-bb0a-e8fe1be9a670", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "74307892-a0e0-4d0a-86fb-b9b75dfa2200", + "x-ms-routing-request-id": "EASTUS:20230615T022342Z:46d3f7ba-3ed6-4c84-bb0a-e8fe1be9a670", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-abdcae436a324d48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7f8c9261c34736441e9ccf8f103cccfa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:24:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f8c9261c34736441e9ccf8f103cccfa", + "x-ms-correlation-request-id": "d546c13b-c818-4eec-ba49-ea6863db419f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "51d00313-cdeb-41ff-88ce-f7653c2baab6", + "x-ms-routing-request-id": "EASTUS:20230615T022414Z:d546c13b-c818-4eec-ba49-ea6863db419f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-4535b22847d42d4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "59a517dcaa3989d43f42df1387aaae4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:24:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59a517dcaa3989d43f42df1387aaae4c", + "x-ms-correlation-request-id": "7eb365db-0316-4772-85f8-4ca2a6e49592", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "0842e6d7-45b2-41db-b518-f5d4ee0181a3", + "x-ms-routing-request-id": "EASTUS:20230615T022446Z:7eb365db-0316-4772-85f8-4ca2a6e49592", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-172a6f3b6bb03449-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "68661159b7106a31813578626c1b685c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:25:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68661159b7106a31813578626c1b685c", + "x-ms-correlation-request-id": "3d7d79e9-3081-4180-8085-8148bb5e992d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "8d7f650d-3486-4e0a-b7b7-70d87d1d8634", + "x-ms-routing-request-id": "EASTUS:20230615T022518Z:3d7d79e9-3081-4180-8085-8148bb5e992d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-5890aa88483fc248-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d00b45f1e2ecb687bd033f05e330af73", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:25:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d00b45f1e2ecb687bd033f05e330af73", + "x-ms-correlation-request-id": "52750baf-01ab-485e-a0ca-495f025467f9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "9d1e3589-7d89-4aac-8851-f1353247e666", + "x-ms-routing-request-id": "EASTUS:20230615T022550Z:52750baf-01ab-485e-a0ca-495f025467f9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-915a269ca2eda34c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ff3683ee63d525e9e63bd80432721c24", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:26:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff3683ee63d525e9e63bd80432721c24", + "x-ms-correlation-request-id": "8a6eaeeb-880e-4eb9-bd20-33dae7877282", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "1113ac80-065f-4094-93c5-a11da4e7e5a8", + "x-ms-routing-request-id": "EASTUS:20230615T022622Z:8a6eaeeb-880e-4eb9-bd20-33dae7877282", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-23a8f4b6be329547-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "412282d9de9e765f89b0ab0d772c8650", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:26:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "412282d9de9e765f89b0ab0d772c8650", + "x-ms-correlation-request-id": "35de8edc-0b91-4d36-ab75-7c4c45a79094", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "42bc1251-aa4b-477d-b51e-c96519276010", + "x-ms-routing-request-id": "EASTUS:20230615T022654Z:35de8edc-0b91-4d36-ab75-7c4c45a79094", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-07e9c9105cf3764d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e874048669e58d865ce6e9b10a83844b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:27:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e874048669e58d865ce6e9b10a83844b", + "x-ms-correlation-request-id": "57a69549-c927-417d-ab4f-43d7897e7789", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "6e23e64b-8eee-4cb1-af7f-b5a2308be906", + "x-ms-routing-request-id": "EASTUS:20230615T022726Z:57a69549-c927-417d-ab4f-43d7897e7789", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-21fe45ed47bd3541-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "602c1be66d0e10d424bf7625b8dbadba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:27:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "602c1be66d0e10d424bf7625b8dbadba", + "x-ms-correlation-request-id": "c60b5187-7e45-4367-a32c-85e13513331c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "85d9829e-79aa-4010-91c7-63d220660222", + "x-ms-routing-request-id": "EASTUS:20230615T022758Z:c60b5187-7e45-4367-a32c-85e13513331c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-c409a7a414a87540-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2d7d87b434fe703ffb94e5b8f4ae6c06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:28:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d7d87b434fe703ffb94e5b8f4ae6c06", + "x-ms-correlation-request-id": "cd331f9f-f0b8-4450-9f15-526ecfaef963", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "86d8bfc1-690f-476b-adcf-de0deaed3ee1", + "x-ms-routing-request-id": "EASTUS:20230615T022830Z:cd331f9f-f0b8-4450-9f15-526ecfaef963", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "status": "InProgress", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-a4df15b2ef69034f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5c275f2b25ff19423064c425f361d480", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:29:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c275f2b25ff19423064c425f361d480", + "x-ms-correlation-request-id": "b207b8f9-08e3-499a-bd5b-bff22db36aa1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "aef7cc60-b2fc-4f9a-a2e4-b36e357b5a29", + "x-ms-routing-request-id": "EASTUS:20230615T022903Z:b207b8f9-08e3-499a-bd5b-bff22db36aa1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:16:10.1595159\u002B00:00", + "endTime": "2023-06-15T02:28:43.5829476\u002B00:00", + "status": "Succeeded", + "name": "4e9e3eb1-fce3-4d4b-b79c-49c45a296ec4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS8708?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0572f6b6cd0fc44c8cddc0ee573599e7-342a21af37540545-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "83fc2f395705b24cdbbc657a871c1b75", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4378", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:29:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83fc2f395705b24cdbbc657a871c1b75", + "x-ms-correlation-request-id": "a338735e-b36b-4f45-97d9-06407efbd920", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "8f8d51b8-29b8-4408-9f90-b67c27d1d928", + "x-ms-routing-request-id": "EASTUS:20230615T022903Z:a338735e-b36b-4f45-97d9-06407efbd920", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS8708", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS8708", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.19", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.19@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMTkKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IGIxMjZiNjZhLWRkNzYtNGNlOS1iZDRmLWY4ODMxYzMyMzlkMwogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4xOQpwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T02:16:10.1481219Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T02:16:10.1481219Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS8708/archive?api-version=2023-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "22", + "Content-Type": "application/json", + "traceparent": "00-e580644baf492247a2f7be09127c099a-54675223bc30eb41-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230614.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "59fa6f5250b48fba4564fd9a6f197c9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "filesystemPath": "/" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 15 Jun 2023 02:29:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59fa6f5250b48fba4564fd9a6f197c9a", + "x-ms-correlation-request-id": "f1cad964-b20b-4554-a174-6cb94cea7282", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "5aa0f780-0f19-4763-8996-fc23f160cbb7", + "x-ms-routing-request-id": "EASTUS:20230615T022905Z:f1cad964-b20b-4554-a174-6cb94cea7282", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS8708/cancelArchive?api-version=2023-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "0", + "traceparent": "00-2ecac8297e73f748804fdac6b74419c9-a4a0a9585254644c-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230614.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c47e65c0e9b1d30113748043c0c79113", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 15 Jun 2023 02:29:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c47e65c0e9b1d30113748043c0c79113", + "x-ms-correlation-request-id": "7d37aab0-6b52-4b90-9ceb-1671006577a7", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "51191025-1ae5-4c29-9bc0-6de4656a472c", + "x-ms-routing-request-id": "EASTUS:20230615T022905Z:7d37aab0-6b52-4b90-9ceb-1671006577a7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": null + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "985674883", + "RESOURCE_GROUP": "rg-rdupuisstoragecache", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "storage_account_name": "sdktestingstorageaccount", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "vnet_name": "vnet1" + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemResourceTest/Delete().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemResourceTest/Delete().json new file mode 100644 index 000000000000..5e3e3df549cf --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemResourceTest/Delete().json @@ -0,0 +1,2710 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-95075138e753914a94bae336152a5663-9c0bf610178b6f4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cc341bbfe3e7e67863e58979f7acf294", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:03:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c767c2a7-e120-47e9-95bd-8c205eb44e4e", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "c767c2a7-e120-47e9-95bd-8c205eb44e4e", + "x-ms-routing-request-id": "CENTRALUS:20230614T150325Z:c767c2a7-e120-47e9-95bd-8c205eb44e4e" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", + "managedByTenants": [], + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "Avere_AscTIP1_Test", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-b7197cea113a3042b453866d1cb41b8f-bbacd8ae9b40bd47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f9e4b39d17910d96ce287de1e9cca0ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:03:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "adb5175f-fe28-4604-9ce5-bc80402523b3", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "adb5175f-fe28-4604-9ce5-bc80402523b3", + "x-ms-routing-request-id": "CENTRALUS:20230614T150325Z:adb5175f-fe28-4604-9ce5-bc80402523b3" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "Owners": "rdupuis", + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-17T21:08:42.8546973Z" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS7515?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "842", + "Content-Type": "application/json", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-283e59f9d39c104c-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "69d1a507c63b29586730909db42801b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "zones": [ + "1" + ], + "tags": {}, + "location": "eastus", + "properties": { + "storageCapacityTiB": 16, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet", + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2036", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:03:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69d1a507c63b29586730909db42801b8", + "x-ms-correlation-request-id": "442de586-1782-414f-9aab-66386a02e8b3", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "e450dfb5-3526-4a24-b2de-07109845b1e2", + "x-ms-routing-request-id": "CENTRALUS:20230614T150328Z:442de586-1782-414f-9aab-66386a02e8b3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS7515", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS7515", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Transitioning", + "statusDescription": "The cluster is in the process of changing states" + }, + "provisioningState": "Creating", + "clientInfo": { + "mgsAddress": "", + "mountCommand": "", + "lustreVersion": "", + "containerStorageInterface": { + "persistentVolumeClaim": "", + "persistentVolume": "", + "storageClass": "" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-14T15:03:27.3367796Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T15:03:27.3367796Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-b446e6d1a5969445-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "07ef1a9f2a20ec628bd029e7056f1a00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:03:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "07ef1a9f2a20ec628bd029e7056f1a00", + "x-ms-correlation-request-id": "447d80e8-1380-4193-b058-967c49c9bffc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "fa7ea7d2-5b6a-494b-8ae1-f0aabf84f9ce", + "x-ms-routing-request-id": "CENTRALUS:20230614T150328Z:447d80e8-1380-4193-b058-967c49c9bffc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-a41358269bb9b841-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "510c287bb22261e2fc4d423d07f3916a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:03:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "510c287bb22261e2fc4d423d07f3916a", + "x-ms-correlation-request-id": "aef4d133-5f9f-4a14-9e31-48f978651a73", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "23584f13-09c3-4af5-9e5b-3c23ac0d8eaa", + "x-ms-routing-request-id": "CENTRALUS:20230614T150329Z:aef4d133-5f9f-4a14-9e31-48f978651a73", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-c062591b8789ec4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9afe4c99fa39b2981891abac7cc07fb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:03:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9afe4c99fa39b2981891abac7cc07fb7", + "x-ms-correlation-request-id": "ba8c7f2f-ca94-4f5b-b591-c0a987e6f76a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "fe795cf9-8ac4-4c54-89d6-f1c46ca150b5", + "x-ms-routing-request-id": "CENTRALUS:20230614T150331Z:ba8c7f2f-ca94-4f5b-b591-c0a987e6f76a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-9faeeef5cf106c40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6ee9bee344f1ec21378d0ad3e824e498", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:03:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ee9bee344f1ec21378d0ad3e824e498", + "x-ms-correlation-request-id": "51cec3e8-57bb-4fc7-a0aa-f06c11d456c6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "bd9337de-5ce0-4aa2-91ad-58744236d69e", + "x-ms-routing-request-id": "CENTRALUS:20230614T150332Z:51cec3e8-57bb-4fc7-a0aa-f06c11d456c6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-a45e6f2d72987441-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b94dbf3e807181c7905a39910635e53c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:03:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b94dbf3e807181c7905a39910635e53c", + "x-ms-correlation-request-id": "0f6ba2fe-32ce-4484-a6c7-ba3e01ac622c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "c77c24d6-b7a9-4bbf-8492-1788140e378a", + "x-ms-routing-request-id": "CENTRALUS:20230614T150334Z:0f6ba2fe-32ce-4484-a6c7-ba3e01ac622c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-f6c8123804245141-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "495a8bcd220a55792a1162abf0c4caf4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:03:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "495a8bcd220a55792a1162abf0c4caf4", + "x-ms-correlation-request-id": "f7f976d7-6e5e-4e32-b7d9-4d8c7d954ca3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "8ed8b1a1-dfd6-4cfb-ac3a-c92c87940b38", + "x-ms-routing-request-id": "CENTRALUS:20230614T150338Z:f7f976d7-6e5e-4e32-b7d9-4d8c7d954ca3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-434045151cf3384b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bc6e13acc6736346f768dd960b90e501", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:03:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc6e13acc6736346f768dd960b90e501", + "x-ms-correlation-request-id": "9cd46bfd-493b-41fd-b661-1c9c2389a9b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "71776c34-3229-4a24-b148-2b5af20be144", + "x-ms-routing-request-id": "CENTRALUS:20230614T150346Z:9cd46bfd-493b-41fd-b661-1c9c2389a9b5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-8f5719aab4ddae42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5d05cda89bca1b8d46f88e5f1d1c90cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:04:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d05cda89bca1b8d46f88e5f1d1c90cc", + "x-ms-correlation-request-id": "4f760239-3767-4313-ab6a-df2c99164916", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "e9f4c293-0d0a-4816-859b-0ad70be50cb6", + "x-ms-routing-request-id": "CENTRALUS:20230614T150402Z:4f760239-3767-4313-ab6a-df2c99164916", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-4ae6cffde24d854f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f3e4458f28c707c844f652a245e2499a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:04:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3e4458f28c707c844f652a245e2499a", + "x-ms-correlation-request-id": "8ce1d208-1839-49b4-be98-017d5b6803ce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "cf1e429f-eacd-42e8-9d03-ac1fa6bf12ce", + "x-ms-routing-request-id": "CENTRALUS:20230614T150434Z:8ce1d208-1839-49b4-be98-017d5b6803ce", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-3d26ffaf2c894c43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2202602b6dbf11298552767b37e645da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:05:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2202602b6dbf11298552767b37e645da", + "x-ms-correlation-request-id": "81a29d5e-97d5-425d-a7c4-47177d049fdf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "331a7f48-56af-4524-9d33-02f0c9010f4a", + "x-ms-routing-request-id": "CENTRALUS:20230614T150507Z:81a29d5e-97d5-425d-a7c4-47177d049fdf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-4c3ce5958b97cd49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c60611d7f2ab803a04fe18d348ebd664", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:05:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c60611d7f2ab803a04fe18d348ebd664", + "x-ms-correlation-request-id": "67d7f12b-d398-4023-b023-7583b5bd6bd2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "91840a3a-c269-424c-88f3-8da7052da0cf", + "x-ms-routing-request-id": "CENTRALUS:20230614T150539Z:67d7f12b-d398-4023-b023-7583b5bd6bd2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-c3bfcafc8534914f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bc34f4ae6d19220c1bd36d74b14dcf5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:06:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc34f4ae6d19220c1bd36d74b14dcf5e", + "x-ms-correlation-request-id": "28a5736b-a1a2-46a5-b3e0-4a44982473a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "ac0d42ca-b5ae-45d7-a189-502e30ef7bae", + "x-ms-routing-request-id": "CENTRALUS:20230614T150611Z:28a5736b-a1a2-46a5-b3e0-4a44982473a5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-c4371f4d6ae7ee48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "33ca77b183db38ee25821dc05456c89a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:06:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "33ca77b183db38ee25821dc05456c89a", + "x-ms-correlation-request-id": "5d981ca2-a500-40a4-b351-f567a35ee155", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "6465058c-3171-40d4-b330-e729f06631f3", + "x-ms-routing-request-id": "CENTRALUS:20230614T150643Z:5d981ca2-a500-40a4-b351-f567a35ee155", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-e931b05ba2d8ee43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "43cc127c88b269c105e4abd885c6ceb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:07:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "43cc127c88b269c105e4abd885c6ceb7", + "x-ms-correlation-request-id": "16712f43-056e-4f56-be5a-23600bbc1f3d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "a53a8e31-d999-41b1-ba14-058fff432790", + "x-ms-routing-request-id": "CENTRALUS:20230614T150715Z:16712f43-056e-4f56-be5a-23600bbc1f3d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-74a31047d2fb0d40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d122ba2fa3212b8905fb9696504ccec4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:07:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d122ba2fa3212b8905fb9696504ccec4", + "x-ms-correlation-request-id": "947c8d5f-21e2-4b60-86a6-52594c6cbacf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "0f16c032-7b04-4735-9212-2a21745eea32", + "x-ms-routing-request-id": "CENTRALUS:20230614T150747Z:947c8d5f-21e2-4b60-86a6-52594c6cbacf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-b718c3ee38ad7044-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9ff8d30a8c8128abb5602ef7d716b35f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:08:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9ff8d30a8c8128abb5602ef7d716b35f", + "x-ms-correlation-request-id": "4d8de3f9-742e-47bf-9189-5fd7e31f9fc1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "09b661de-7af8-4cf3-9457-76c6435b5411", + "x-ms-routing-request-id": "CENTRALUS:20230614T150819Z:4d8de3f9-742e-47bf-9189-5fd7e31f9fc1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-c84bcd5e748f9b4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9a9166b3f734d87889a03db6f22a19b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:08:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a9166b3f734d87889a03db6f22a19b8", + "x-ms-correlation-request-id": "24f969fb-c122-4a5b-9bd5-8886b6f2e00f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "0ff55aed-f72f-436a-aaaf-a05f57ccb37b", + "x-ms-routing-request-id": "CENTRALUS:20230614T150851Z:24f969fb-c122-4a5b-9bd5-8886b6f2e00f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-c824c9a370d86148-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b2cee6152fcea2350ef91bc0759153ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:09:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2cee6152fcea2350ef91bc0759153ef", + "x-ms-correlation-request-id": "b33201b1-cc72-4c5e-8515-76da1f86fe28", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "9989447a-a78e-465c-acd7-8ae9969cb99c", + "x-ms-routing-request-id": "CENTRALUS:20230614T150924Z:b33201b1-cc72-4c5e-8515-76da1f86fe28", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-7915f1b7f2dc3448-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e9e3374833ba12905a1f16e04ff5368b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:09:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e9e3374833ba12905a1f16e04ff5368b", + "x-ms-correlation-request-id": "ddc2264b-ccc3-4491-84d4-042fea5c8903", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "9475fbd6-8b51-4237-b53b-e8857d900daf", + "x-ms-routing-request-id": "CENTRALUS:20230614T150956Z:ddc2264b-ccc3-4491-84d4-042fea5c8903", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-3229bb52899ca84b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f1e175460148849130ee8c3adcb863f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:10:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f1e175460148849130ee8c3adcb863f7", + "x-ms-correlation-request-id": "82ddfb4a-9a0d-4ea0-a919-dd395c30f449", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "0b53f29f-f874-443e-a0af-125486273137", + "x-ms-routing-request-id": "CENTRALUS:20230614T151028Z:82ddfb4a-9a0d-4ea0-a919-dd395c30f449", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-57eea9c2a6613441-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ba6e4d4c3047e2fe56bb57af19545319", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:10:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ba6e4d4c3047e2fe56bb57af19545319", + "x-ms-correlation-request-id": "aa173842-fe2b-48df-8268-ad17a533be3f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "8a003487-e998-446a-8415-726d08755935", + "x-ms-routing-request-id": "CENTRALUS:20230614T151100Z:aa173842-fe2b-48df-8268-ad17a533be3f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-76a47e5124f3a841-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ff7990c362b046a7a55eb8cca75536a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:11:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff7990c362b046a7a55eb8cca75536a2", + "x-ms-correlation-request-id": "3a693a32-3006-4c0f-8ab1-7d46cc375974", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "2599cdad-8dd1-43e1-981a-77bad990fa5d", + "x-ms-routing-request-id": "CENTRALUS:20230614T151132Z:3a693a32-3006-4c0f-8ab1-7d46cc375974", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-8d420465473e6f40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "01931ebb7b86164377ff9a8da9e26bdc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:12:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "01931ebb7b86164377ff9a8da9e26bdc", + "x-ms-correlation-request-id": "95415109-f179-40ea-9e6d-bd9a91e3a271", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "92ab803a-98c2-467d-9887-5d1c39fa9a93", + "x-ms-routing-request-id": "CENTRALUS:20230614T151204Z:95415109-f179-40ea-9e6d-bd9a91e3a271", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-ac0d15dd86e2e946-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4b76739a643eea46a52715e877313a00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:12:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b76739a643eea46a52715e877313a00", + "x-ms-correlation-request-id": "d59cf2e7-46fa-4035-921b-018dc5b58460", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "cadeeb34-7c73-4e54-a701-2ce5f3ff2177", + "x-ms-routing-request-id": "CENTRALUS:20230614T151236Z:d59cf2e7-46fa-4035-921b-018dc5b58460", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-139dd262a901c94a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "faf3b58452c148924c6288b1c71a9dc3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:13:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "faf3b58452c148924c6288b1c71a9dc3", + "x-ms-correlation-request-id": "b780b714-7946-4993-b3a9-1859e3d1684f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "39cd104a-ba41-4b7e-bb32-86fe07af8d20", + "x-ms-routing-request-id": "CENTRALUS:20230614T151308Z:b780b714-7946-4993-b3a9-1859e3d1684f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-57322a0e7834bf46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3431dcf3eadf5763d8a95b5e665a9f45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:13:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3431dcf3eadf5763d8a95b5e665a9f45", + "x-ms-correlation-request-id": "7007f5e7-e4a0-4d92-b28b-c9336755758e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "e0f62045-4699-4c31-a19e-918a5a8da8a6", + "x-ms-routing-request-id": "CENTRALUS:20230614T151341Z:7007f5e7-e4a0-4d92-b28b-c9336755758e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-4fdaf1b2b6c34f4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f3089ac470ee481be02effdbdb95228b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:14:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3089ac470ee481be02effdbdb95228b", + "x-ms-correlation-request-id": "d81f91e3-d7ee-4f54-a2c1-9d6aec5a0f38", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "521830b7-e8e1-4c10-a45a-0092d683e2c3", + "x-ms-routing-request-id": "CENTRALUS:20230614T151413Z:d81f91e3-d7ee-4f54-a2c1-9d6aec5a0f38", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "status": "InProgress", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e450dfb5-3526-4a24-b2de-07109845b1e2?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-75e2bc1ee889d54d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9af5518906009921519c2217f634e2f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:14:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9af5518906009921519c2217f634e2f1", + "x-ms-correlation-request-id": "3cbd15f7-015c-4104-b41a-ef678fd912fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "1d3eea72-176c-4cd3-822d-35e869212a80", + "x-ms-routing-request-id": "CENTRALUS:20230614T151445Z:3cbd15f7-015c-4104-b41a-ef678fd912fa", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:03:27.5181587\u002B00:00", + "endTime": "2023-06-14T15:14:40.7686747\u002B00:00", + "status": "Succeeded", + "name": "e450dfb5-3526-4a24-b2de-07109845b1e2" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS7515?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-19df38d0984f6140a02d74a8b07bdb8c-e28b816bda886e40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2ded42c3aa1182d4c1e854b0eb887b42", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4378", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:14:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ded42c3aa1182d4c1e854b0eb887b42", + "x-ms-correlation-request-id": "531b836e-4faa-4425-9c1f-a55974cb78b6", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "7695686e-163b-426e-85b6-5e34256550c5", + "x-ms-routing-request-id": "CENTRALUS:20230614T151446Z:531b836e-4faa-4425-9c1f-a55974cb78b6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS7515", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS7515", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.14", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.14@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMTQKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IDRkNzUyZjYxLTRlZDctNDFiNC1hYWFkLTI2ZTU5NjgxYzY3NAogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4xNApwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-14T15:03:27.3367796Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T15:03:27.3367796Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS7515?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-a4b72b5455a05b45917ce0e7b3c56a39-f2b659df667fb247-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "14d4d0870465bd44796fa1514e0352ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4378", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:14:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14d4d0870465bd44796fa1514e0352ab", + "x-ms-correlation-request-id": "533004a0-91b2-48fc-b396-c7f972040dc7", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "c0c5ec63-278e-40d3-bcf8-c37a6d44abcf", + "x-ms-routing-request-id": "CENTRALUS:20230614T151446Z:533004a0-91b2-48fc-b396-c7f972040dc7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS7515", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS7515", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.14", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.14@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMTQKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IDRkNzUyZjYxLTRlZDctNDFiNC1hYWFkLTI2ZTU5NjgxYzY3NAogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4xNApwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "createdByType": "Application", + "createdAt": "2023-06-14T15:03:27.3367796Z", + "lastModifiedBy": "28540fe2-0cd9-4ff5-a8dc-1cc2f7819d33", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T15:03:27.3367796Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS7515?api-version=2023-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-60d95403b2bb8c44-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "98180d4bf4a7df797c73d917b270adc9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 14 Jun 2023 15:14:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?monitor=true\u0026api-version=2023-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98180d4bf4a7df797c73d917b270adc9", + "x-ms-correlation-request-id": "d21d4cc2-aed5-4139-8155-5ec788b32092", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "f9dd7661-91a5-4337-b39d-68519236a985", + "x-ms-routing-request-id": "CENTRALUS:20230614T151447Z:d21d4cc2-aed5-4139-8155-5ec788b32092", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-6ef02c29c3749e41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dd65a896e270939b56f497f12b2d0b09", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:14:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd65a896e270939b56f497f12b2d0b09", + "x-ms-correlation-request-id": "988db2fd-d565-4211-b100-f5690f1e2d46", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "69a0baa6-ba69-4d7f-88be-c9ddc0da65cd", + "x-ms-routing-request-id": "CENTRALUS:20230614T151447Z:988db2fd-d565-4211-b100-f5690f1e2d46", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-a45b608ee8b32b4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6f30d8c12c747d4c815a9a7840d6d7f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:14:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f30d8c12c747d4c815a9a7840d6d7f9", + "x-ms-correlation-request-id": "909c097b-ebd7-48f9-a6f6-8de9e98c5cca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "d3468c4d-df1b-49b9-b168-afb550ec682e", + "x-ms-routing-request-id": "CENTRALUS:20230614T151448Z:909c097b-ebd7-48f9-a6f6-8de9e98c5cca", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-23ef660e4af59e49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0a811b3fd00b3f5944fccf6a369b92d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:14:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a811b3fd00b3f5944fccf6a369b92d1", + "x-ms-correlation-request-id": "0ca93975-0326-4e40-983b-7fa32b65015c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "aeec2f0f-5e83-45f4-8649-814fd39d9e23", + "x-ms-routing-request-id": "CENTRALUS:20230614T151449Z:0ca93975-0326-4e40-983b-7fa32b65015c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-9c7377d1d5d0cb48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "30e1aa24c4526a495be75c1547235280", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:14:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30e1aa24c4526a495be75c1547235280", + "x-ms-correlation-request-id": "1f4b9a48-445c-49b4-99b5-0092581c7677", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "5646d0c1-3aa2-48ad-b588-2cf4be89e27a", + "x-ms-routing-request-id": "CENTRALUS:20230614T151451Z:1f4b9a48-445c-49b4-99b5-0092581c7677", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-0d954ed223730749-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "10b19d1d01abf1fe7ff12a775de147e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:14:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10b19d1d01abf1fe7ff12a775de147e6", + "x-ms-correlation-request-id": "b172f191-659b-4244-81bc-cf6ba244910c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "8c089d2c-0d67-475e-90e2-9d8e548ecb51", + "x-ms-routing-request-id": "CENTRALUS:20230614T151453Z:b172f191-659b-4244-81bc-cf6ba244910c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-971d307f1a96ef4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9553c9c7a7f57ba7d116ae237343f721", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:14:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9553c9c7a7f57ba7d116ae237343f721", + "x-ms-correlation-request-id": "5e316832-b98e-4f50-92a5-02c052201a90", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "6de9a5b0-4f7b-4f26-b7ca-5e19e4eacb26", + "x-ms-routing-request-id": "CENTRALUS:20230614T151457Z:5e316832-b98e-4f50-92a5-02c052201a90", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-73588a8a2216404e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "984c4ea981e92325acf0b0619ad10d7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:15:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "984c4ea981e92325acf0b0619ad10d7a", + "x-ms-correlation-request-id": "33bdd605-8b5c-45e5-84e1-2be5feab4567", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "4c877330-a034-4c6f-9f74-e6f67182c89b", + "x-ms-routing-request-id": "CENTRALUS:20230614T151505Z:33bdd605-8b5c-45e5-84e1-2be5feab4567", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-662b1520d2f45542-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7d4e769fbccf768af6363f9553da7d3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:15:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d4e769fbccf768af6363f9553da7d3b", + "x-ms-correlation-request-id": "33bff0b8-6a53-4755-95e2-abef6f0adec3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "f189c4ac-2037-4e73-9f6c-094fa474ba65", + "x-ms-routing-request-id": "CENTRALUS:20230614T151522Z:33bff0b8-6a53-4755-95e2-abef6f0adec3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-c532d4815e845748-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0ece09f9ae9446fca430e805f646e100", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:15:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0ece09f9ae9446fca430e805f646e100", + "x-ms-correlation-request-id": "dbac3d9a-9241-4451-9074-3875f2e0de2b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "8bae2ae2-b326-402a-bb74-c177fc16be8c", + "x-ms-routing-request-id": "CENTRALUS:20230614T151554Z:dbac3d9a-9241-4451-9074-3875f2e0de2b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-62b6e705945ca64c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fd8434097af5ec51c4d6a2b3428fd0d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:16:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd8434097af5ec51c4d6a2b3428fd0d2", + "x-ms-correlation-request-id": "18531b66-8855-42a3-8084-b3983ec72289", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "79878bea-fb16-4436-ad1b-5e77067dc3e8", + "x-ms-routing-request-id": "CENTRALUS:20230614T151626Z:18531b66-8855-42a3-8084-b3983ec72289", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-2af30cc4c24c8448-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "90687572ff03f0e57907d99fd48580af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:16:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "90687572ff03f0e57907d99fd48580af", + "x-ms-correlation-request-id": "919479c9-049a-4553-ae2c-e3360065879e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "8d44cbd4-f330-4651-875c-3abbe01121ab", + "x-ms-routing-request-id": "CENTRALUS:20230614T151658Z:919479c9-049a-4553-ae2c-e3360065879e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-32342dd0d369fb43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1e8c3e557f567f46b7e14abe0c490314", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:17:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e8c3e557f567f46b7e14abe0c490314", + "x-ms-correlation-request-id": "015b2bf0-c0d6-4841-b0b6-ae4ecd4e4664", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "072602e8-4fff-4473-8018-c63b030bf311", + "x-ms-routing-request-id": "CENTRALUS:20230614T151731Z:015b2bf0-c0d6-4841-b0b6-ae4ecd4e4664", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-393b895a312bf842-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8192166050de09fc4e9383eda0b2183e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:18:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8192166050de09fc4e9383eda0b2183e", + "x-ms-correlation-request-id": "b3a405aa-8204-4809-8397-d3053cad25d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "f6a7a4c7-5fa6-493d-b348-bd618a4f6e77", + "x-ms-routing-request-id": "CENTRALUS:20230614T151803Z:b3a405aa-8204-4809-8397-d3053cad25d3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-f0754703866c5a4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "035df256b103f27c2fe8d922b426e42f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:18:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "035df256b103f27c2fe8d922b426e42f", + "x-ms-correlation-request-id": "a1adb60b-5b2a-4d20-925e-eb5f639702bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "45b7e26e-aab9-4e27-9912-e4672050b5a5", + "x-ms-routing-request-id": "CENTRALUS:20230614T151835Z:a1adb60b-5b2a-4d20-925e-eb5f639702bd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-80a483d62ce3a14c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bd3fc403fff305d14282d0c2fb58de04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:19:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd3fc403fff305d14282d0c2fb58de04", + "x-ms-correlation-request-id": "233e1682-4dc2-4b31-afbc-17497d31fbe6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "e0152c4c-a71b-4cbb-93d1-de0b87e52524", + "x-ms-routing-request-id": "CENTRALUS:20230614T151907Z:233e1682-4dc2-4b31-afbc-17497d31fbe6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-b4d86eedda70f14c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "19680bc800ebae119a9f51f576da5428", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:19:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "19680bc800ebae119a9f51f576da5428", + "x-ms-correlation-request-id": "9a970b8e-fc70-40f9-912d-594806024b4e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "e83da2d1-fcc1-4ca4-9920-fc1322ae0738", + "x-ms-routing-request-id": "CENTRALUS:20230614T151939Z:9a970b8e-fc70-40f9-912d-594806024b4e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-7504b80d33749145-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dce954ae5b73574b2058c181e1b9f6d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:20:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dce954ae5b73574b2058c181e1b9f6d6", + "x-ms-correlation-request-id": "95a4c1d8-516f-4a11-b3cc-5fd28c79072e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "e5936eed-46f3-4b38-bc64-cccf6d7882b8", + "x-ms-routing-request-id": "CENTRALUS:20230614T152011Z:95a4c1d8-516f-4a11-b3cc-5fd28c79072e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-871ae10487f2a74e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a959d50acabe0343b3902353addc8e67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:20:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a959d50acabe0343b3902353addc8e67", + "x-ms-correlation-request-id": "3700a952-7019-4fe2-8d79-1990f8057930", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "1ddb217e-feab-4859-9316-7c0370098f41", + "x-ms-routing-request-id": "CENTRALUS:20230614T152044Z:3700a952-7019-4fe2-8d79-1990f8057930", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-02f24f6e4e39434d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a713a72d026e6d90c010f8933e90cde0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:21:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a713a72d026e6d90c010f8933e90cde0", + "x-ms-correlation-request-id": "96a5687f-527c-4710-b1bc-66a6660864ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "5c44b3a3-0334-4dc4-b558-558660f74c5f", + "x-ms-routing-request-id": "CENTRALUS:20230614T152116Z:96a5687f-527c-4710-b1bc-66a6660864ab", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-82abc81854e98240-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a1eb7ba8ab81e46910e628e338f8aa44", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:21:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1eb7ba8ab81e46910e628e338f8aa44", + "x-ms-correlation-request-id": "62762d7d-2e84-4c28-8b96-097b8f27d12e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "b8995660-d5e7-443e-b427-a70636a7cda1", + "x-ms-routing-request-id": "CENTRALUS:20230614T152148Z:62762d7d-2e84-4c28-8b96-097b8f27d12e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-5838ce295a1e0242-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "39535aca4fa5076844ece9aed2b0c423", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:22:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39535aca4fa5076844ece9aed2b0c423", + "x-ms-correlation-request-id": "3579127b-da3f-4aa6-a39f-48b95611aff2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "bbd925e6-6517-4493-adc2-781b214dc954", + "x-ms-routing-request-id": "CENTRALUS:20230614T152220Z:3579127b-da3f-4aa6-a39f-48b95611aff2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-440de08b690a2e4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "31aa42c2edf081e53e2f9787d9ad34c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:22:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31aa42c2edf081e53e2f9787d9ad34c8", + "x-ms-correlation-request-id": "f3e709c7-d4a5-49f4-ad64-aecf05ad51a9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "adc53b3c-56a3-4771-930c-c6a158697d54", + "x-ms-routing-request-id": "CENTRALUS:20230614T152252Z:f3e709c7-d4a5-49f4-ad64-aecf05ad51a9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-c21e7faca116a545-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e4c9b466943c593a12e35c94c2bb125f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:23:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e4c9b466943c593a12e35c94c2bb125f", + "x-ms-correlation-request-id": "50a26c56-dbda-46c6-83ff-7570426ed7c7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "de7a2067-f0f2-4663-8e34-35dcba792d5d", + "x-ms-routing-request-id": "CENTRALUS:20230614T152324Z:50a26c56-dbda-46c6-83ff-7570426ed7c7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-16526b032be70048-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f5200521784ddc5374d2fa76b7e02e96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:23:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5200521784ddc5374d2fa76b7e02e96", + "x-ms-correlation-request-id": "4c67032e-6c84-4025-8b4c-59f2c56fa214", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "f9398b67-a35e-4390-b771-60528a987e9d", + "x-ms-routing-request-id": "CENTRALUS:20230614T152356Z:4c67032e-6c84-4025-8b4c-59f2c56fa214", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-1bac9c7b5b32c14a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1d4720b7dfe72ee607501f0d9051bf83", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:24:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d4720b7dfe72ee607501f0d9051bf83", + "x-ms-correlation-request-id": "50035b64-e67e-4969-91f3-97b087771d54", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "37e610f3-d290-4e66-b095-57e3c92464a8", + "x-ms-routing-request-id": "CENTRALUS:20230614T152429Z:50035b64-e67e-4969-91f3-97b087771d54", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-4c293f360f2e894f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d365371d3f8dee7a60ec706a99c4a132", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:25:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d365371d3f8dee7a60ec706a99c4a132", + "x-ms-correlation-request-id": "4b677f13-1036-48b7-bd26-f0a5f929121c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "4743a731-11c5-42dd-a9ca-8c86464b9c8f", + "x-ms-routing-request-id": "CENTRALUS:20230614T152501Z:4b677f13-1036-48b7-bd26-f0a5f929121c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-374079ecd0314246-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a1ddc6b5f47341781ff1edfc59464b23", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:25:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1ddc6b5f47341781ff1edfc59464b23", + "x-ms-correlation-request-id": "205d98e3-3003-43b6-af7b-24e5d2173799", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "ee10c7ef-e812-4aee-87ec-307f108e41a4", + "x-ms-routing-request-id": "CENTRALUS:20230614T152533Z:205d98e3-3003-43b6-af7b-24e5d2173799", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-ea47e5d2d27ab341-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "805977125a7a7808a659bdfa6f7c9543", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:26:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "805977125a7a7808a659bdfa6f7c9543", + "x-ms-correlation-request-id": "3551934c-a015-4b54-83da-48e00fc0533e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "1973e3c6-bfa4-491a-a3a3-be81875bd0f3", + "x-ms-routing-request-id": "CENTRALUS:20230614T152605Z:3551934c-a015-4b54-83da-48e00fc0533e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "status": "InProgress", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9dd7661-91a5-4337-b39d-68519236a985?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-44ad94bef1449944af65ee833afafd18-001643b4a2e8464c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ca58edae1d73280fbe23b49c517d9519", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "183", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:26:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca58edae1d73280fbe23b49c517d9519", + "x-ms-correlation-request-id": "0f8ff97b-f960-4035-b673-b6c6c3efc818", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "9afcbbb5-ace1-4c3e-a12f-225fab899d84", + "x-ms-routing-request-id": "CENTRALUS:20230614T152637Z:0f8ff97b-f960-4035-b673-b6c6c3efc818", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T15:14:47.3792256\u002B00:00", + "endTime": "2023-06-14T15:26:19.092385\u002B00:00", + "status": "Succeeded", + "name": "f9dd7661-91a5-4337-b39d-68519236a985" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS7515?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-92ce2c6cd79a7743b5961eea3d75090e-5a14a5e3bda2c040-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "21574da0216a5ab7bd65fb1a367dd2a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "245", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 15:26:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3b857da7-90cc-43d5-a7b7-d7bbe5d9a55c", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "3b857da7-90cc-43d5-a7b7-d7bbe5d9a55c", + "x-ms-routing-request-id": "CENTRALUS:20230614T152638Z:3b857da7-90cc-43d5-a7b7-d7bbe5d9a55c" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.StorageCache/amlFilesystems/testamlFS7515\u0027 under resource group \u0027rg-rdupuisstoragecache\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS7515?api-version=2023-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-8e545cc005c2c54fbf7200b78b0f4268-23a12c906c3dee45-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230609.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6b4da95b81eef5af6830c256a66c2628", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Date": "Wed, 14 Jun 2023 15:26:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9d005920-ffc9-4d02-bb9f-d234b89f2ee2", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "9d005920-ffc9-4d02-bb9f-d234b89f2ee2", + "x-ms-routing-request-id": "CENTRALUS:20230614T152638Z:9d005920-ffc9-4d02-bb9f-d234b89f2ee2" + }, + "ResponseBody": null + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "LOCATION": "westus", + "RandomSeed": "1506027116", + "RESOURCE_GROUP": "rg-rdupuisstoragecache", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "storage_account_name": "sdktestingstorageaccount", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "vnet_name": "vnet1" + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemResourceTest/Delete()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemResourceTest/Delete()Async.json new file mode 100644 index 000000000000..585677bdc3a3 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemResourceTest/Delete()Async.json @@ -0,0 +1,2797 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-0b0f440cda9265438ce98a920fcb65e5-e2764e4816c92141-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dd21d39a7791af79582fb81cb844af32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:29:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "75956425-ee3d-4405-b90c-b9a5092846ce", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "75956425-ee3d-4405-b90c-b9a5092846ce", + "x-ms-routing-request-id": "EASTUS:20230615T022906Z:75956425-ee3d-4405-b90c-b9a5092846ce" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", + "managedByTenants": [], + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "Avere_AscTIP1_Test", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-c74c97d37488cc4ab3bf922823a0dac2-4552a5978ce41548-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5cc1e0eb342b1fd141854abc93c4cd03", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:29:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "91e81eb5-cea8-4677-86a9-d03a3592639e", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "91e81eb5-cea8-4677-86a9-d03a3592639e", + "x-ms-routing-request-id": "EASTUS:20230615T022906Z:91e81eb5-cea8-4677-86a9-d03a3592639e" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4876?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "842", + "Content-Type": "application/json", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-b6e41c7d28278f4e-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230614.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "81a5d7bf0b3450b50b7614a01d8e7a25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "zones": [ + "1" + ], + "tags": {}, + "location": "eastus", + "properties": { + "storageCapacityTiB": 16, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet", + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2034", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:29:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81a5d7bf0b3450b50b7614a01d8e7a25", + "x-ms-correlation-request-id": "fd6e07d5-c9d6-421c-ad5d-1a56fb5c90d7", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "a73734dd-623c-4212-b51d-e97a6baad6f8", + "x-ms-routing-request-id": "EASTUS:20230615T022908Z:fd6e07d5-c9d6-421c-ad5d-1a56fb5c90d7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS4876", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4876", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Transitioning", + "statusDescription": "The cluster is in the process of changing states" + }, + "provisioningState": "Creating", + "clientInfo": { + "mgsAddress": "", + "mountCommand": "", + "lustreVersion": "", + "containerStorageInterface": { + "persistentVolumeClaim": "", + "persistentVolume": "", + "storageClass": "" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T02:29:07.700419Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T02:29:07.700419Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-adb273d3ffa3944c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6df9e1b4b10ad5b70c0b1fbebc7e24f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:29:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6df9e1b4b10ad5b70c0b1fbebc7e24f6", + "x-ms-correlation-request-id": "8663280a-5e27-4be6-b992-c6db381c8fe3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "4bbff340-1ed9-4677-a774-1c146f94c376", + "x-ms-routing-request-id": "EASTUS:20230615T022908Z:8663280a-5e27-4be6-b992-c6db381c8fe3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-1becdf87896bd644-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "68b096cf50986ece71a37f97fe8893ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:29:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68b096cf50986ece71a37f97fe8893ef", + "x-ms-correlation-request-id": "7746029d-f5ff-4834-a627-2ef1780e8955", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "58e8b144-0916-4191-a4c6-a01909c2d451", + "x-ms-routing-request-id": "EASTUS:20230615T022909Z:7746029d-f5ff-4834-a627-2ef1780e8955", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-1fbdb2b6dc7ce64d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3cebb2e10d95311ba45fa66131a74483", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:29:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3cebb2e10d95311ba45fa66131a74483", + "x-ms-correlation-request-id": "8de29af6-1a89-44aa-abb7-300b72f02649", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "bc4f2f45-3fca-45e5-968b-849964525c57", + "x-ms-routing-request-id": "EASTUS:20230615T022911Z:8de29af6-1a89-44aa-abb7-300b72f02649", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-b0179cb8a18ccc44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "265d15782b6b64c9128bfb66321fd684", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:29:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "265d15782b6b64c9128bfb66321fd684", + "x-ms-correlation-request-id": "f3c7489c-59ad-4066-a062-464435f1e3e3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "9937c1bf-14b2-46d6-a2c3-6d00bedf0b5f", + "x-ms-routing-request-id": "EASTUS:20230615T022912Z:f3c7489c-59ad-4066-a062-464435f1e3e3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-0786d1b9cf225f4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0adc2f78e892c1617b7ec438a96c3cc9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:29:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0adc2f78e892c1617b7ec438a96c3cc9", + "x-ms-correlation-request-id": "a5454e38-071d-4df0-8b20-752f5347558f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "7a043773-8bdd-4289-a417-00f948b0f2a6", + "x-ms-routing-request-id": "EASTUS:20230615T022914Z:a5454e38-071d-4df0-8b20-752f5347558f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-73f040f53d08534a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e91efb5f6d2ab584e886290a11b4ff84", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:29:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e91efb5f6d2ab584e886290a11b4ff84", + "x-ms-correlation-request-id": "12264e5d-406e-4e2d-92d1-fc017dcf9c91", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "42259744-687d-4620-a401-dbe4c8e6eedb", + "x-ms-routing-request-id": "EASTUS:20230615T022918Z:12264e5d-406e-4e2d-92d1-fc017dcf9c91", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-546ddaf0bb7b8a45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "01e922893aca90f1b49caaed6791bba5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:29:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "01e922893aca90f1b49caaed6791bba5", + "x-ms-correlation-request-id": "32c97444-6224-436a-8aef-458f7326e7e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "167a1831-dc3e-4068-b4d8-032f86322caf", + "x-ms-routing-request-id": "EASTUS:20230615T022926Z:32c97444-6224-436a-8aef-458f7326e7e6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-75c8efa50e20a041-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3707324eec010a59ab27220bbe57afc6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:29:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3707324eec010a59ab27220bbe57afc6", + "x-ms-correlation-request-id": "07b859e3-37f2-42d6-9bdd-d7f0704ecd69", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "55bd4d9c-069c-4145-9fb4-bfb294092b96", + "x-ms-routing-request-id": "EASTUS:20230615T022942Z:07b859e3-37f2-42d6-9bdd-d7f0704ecd69", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-3ff4da1e0dd0d342-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "87af3f7f3a8325fe0a8e348ec3964d57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:30:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "87af3f7f3a8325fe0a8e348ec3964d57", + "x-ms-correlation-request-id": "5b00f105-3215-48a6-8042-0f7f457a29ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "12c359e9-ded0-44f0-9eb1-2933c51b0bd1", + "x-ms-routing-request-id": "EASTUS:20230615T023014Z:5b00f105-3215-48a6-8042-0f7f457a29ab", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-a73e21b99ea50f4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dfbb83cbc7ad9c83c8de56a317e5d15d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:30:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dfbb83cbc7ad9c83c8de56a317e5d15d", + "x-ms-correlation-request-id": "e3197dde-17b9-4be1-b3ac-fa72425114d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "9576535d-0697-4bbe-8056-61ae2adf789e", + "x-ms-routing-request-id": "EASTUS:20230615T023046Z:e3197dde-17b9-4be1-b3ac-fa72425114d3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-3a255367dd3f0342-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "286ee3ec34e1132233e22c72b8cb4714", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:31:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "286ee3ec34e1132233e22c72b8cb4714", + "x-ms-correlation-request-id": "51833a2a-8630-4815-a98d-1cef052747cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "e594676d-f29b-4b16-b6d4-4bef9ded4484", + "x-ms-routing-request-id": "EASTUS:20230615T023118Z:51833a2a-8630-4815-a98d-1cef052747cd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-d4e3c9b471c4de46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3b40cad9d09bb719bc12bea4e45a0d25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:31:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b40cad9d09bb719bc12bea4e45a0d25", + "x-ms-correlation-request-id": "d7a46b90-79cf-41e4-9df2-55de2d368255", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "ba158831-5747-4681-b469-60c827cb1dd6", + "x-ms-routing-request-id": "EASTUS:20230615T023150Z:d7a46b90-79cf-41e4-9df2-55de2d368255", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-8c922631b4038f46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dfa1d7bc2528977560a8abcb9a10e4fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:32:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dfa1d7bc2528977560a8abcb9a10e4fc", + "x-ms-correlation-request-id": "899301bc-d5db-4ce7-b2b6-cb1b308234cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "394c0840-da9a-492a-b66f-88b974b239b3", + "x-ms-routing-request-id": "EASTUS:20230615T023222Z:899301bc-d5db-4ce7-b2b6-cb1b308234cd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-ce2bf24e3a4b194c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4cca419795a51cc1cab76bce757d2ed9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:32:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4cca419795a51cc1cab76bce757d2ed9", + "x-ms-correlation-request-id": "a8f3f13c-d24a-4261-8598-9d22eef8480f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "8c75f04a-9ab0-48e5-b2b6-b7d9d3a1d183", + "x-ms-routing-request-id": "EASTUS:20230615T023254Z:a8f3f13c-d24a-4261-8598-9d22eef8480f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-695cd144bb425a4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e0b507d46829b3ec55a8daf3244d1cab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:33:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e0b507d46829b3ec55a8daf3244d1cab", + "x-ms-correlation-request-id": "7d848216-4d50-4d25-8b4f-b59267bf41b6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "c65ac7e2-95ae-45f9-9603-eaddf5276f9f", + "x-ms-routing-request-id": "EASTUS:20230615T023326Z:7d848216-4d50-4d25-8b4f-b59267bf41b6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-4d1f454fe2a92b4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a30dc22ec090267f16851471b9a621e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:33:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a30dc22ec090267f16851471b9a621e3", + "x-ms-correlation-request-id": "15e34b7c-c33b-45ed-85a7-30c535dcc790", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "ac301562-e293-4625-ab2f-647efd6d38be", + "x-ms-routing-request-id": "EASTUS:20230615T023358Z:15e34b7c-c33b-45ed-85a7-30c535dcc790", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-7f1b3e0b9a478e44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "92f6d279035a2ed25416f7fcbbcef77d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:34:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92f6d279035a2ed25416f7fcbbcef77d", + "x-ms-correlation-request-id": "af135e66-30ff-4e3c-af6f-b52f420e17bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "ff14ddb1-e814-41da-a582-04cc057d366c", + "x-ms-routing-request-id": "EASTUS:20230615T023431Z:af135e66-30ff-4e3c-af6f-b52f420e17bf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-4a12d61b8343ce4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b3a0c09a8b701448888fcaa4547bf9ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:35:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b3a0c09a8b701448888fcaa4547bf9ae", + "x-ms-correlation-request-id": "042d2ce4-c2c0-4d13-8417-1deb752e3bea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "37a35944-5cb1-4c1e-8f51-83703d07d159", + "x-ms-routing-request-id": "EASTUS:20230615T023503Z:042d2ce4-c2c0-4d13-8417-1deb752e3bea", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-bec65f8ad1ed3e4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5279f78689562a50efde4e79c8836b47", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:35:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5279f78689562a50efde4e79c8836b47", + "x-ms-correlation-request-id": "9d42aabb-18f5-4cb3-a9a5-7eba242ce795", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "03732a06-ec68-4fef-b14c-44368435134b", + "x-ms-routing-request-id": "EASTUS:20230615T023535Z:9d42aabb-18f5-4cb3-a9a5-7eba242ce795", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-3225609f2ff5d348-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f9d6968e6e06ed7289e20acb392edad9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:36:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f9d6968e6e06ed7289e20acb392edad9", + "x-ms-correlation-request-id": "2420c2bb-2359-4e0e-9174-814dc6d28420", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "8cc70456-bda6-4a2c-9e07-293398aafea0", + "x-ms-routing-request-id": "EASTUS:20230615T023607Z:2420c2bb-2359-4e0e-9174-814dc6d28420", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-16d98311c1515048-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c375481ca55410266f75c4913dcf4b04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:36:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c375481ca55410266f75c4913dcf4b04", + "x-ms-correlation-request-id": "e40f8807-487f-4b3f-8bf8-6c69b5ba58a6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "9a01596e-87e4-479e-992f-e7f2a0e07fb0", + "x-ms-routing-request-id": "EASTUS:20230615T023639Z:e40f8807-487f-4b3f-8bf8-6c69b5ba58a6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-1cbfb0274b312349-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bd15822300a518a8858cc8747e85f1c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:37:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd15822300a518a8858cc8747e85f1c0", + "x-ms-correlation-request-id": "66eb8203-ed22-4b62-950c-dcc8957c62fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "62ef812a-ec0d-4b09-8bb8-6c1cbf93679e", + "x-ms-routing-request-id": "EASTUS:20230615T023711Z:66eb8203-ed22-4b62-950c-dcc8957c62fa", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-ddffa25019222642-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "805c7504a80de8f370c58a90aae0b0ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:37:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "805c7504a80de8f370c58a90aae0b0ba", + "x-ms-correlation-request-id": "2e96beba-aee4-41a9-a361-2abf0aa222c7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "0c652175-4339-4495-ac75-096e85776955", + "x-ms-routing-request-id": "EASTUS:20230615T023743Z:2e96beba-aee4-41a9-a361-2abf0aa222c7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-3332c29be01c3347-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b6a806961c181c34a05d3dc8dcb192ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:38:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b6a806961c181c34a05d3dc8dcb192ea", + "x-ms-correlation-request-id": "d0a9a0a3-f169-40b6-a203-193026980d34", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "8e485816-255e-44ae-bda4-a7eb16323ceb", + "x-ms-routing-request-id": "EASTUS:20230615T023815Z:d0a9a0a3-f169-40b6-a203-193026980d34", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-817404fa42153d4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c88d0484cb737af68f2d4ddf76186ea4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:38:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c88d0484cb737af68f2d4ddf76186ea4", + "x-ms-correlation-request-id": "292abf42-2a72-4a4f-a7b5-7371b087b36e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "272af361-65ee-4d3b-a5f3-00ad1aada60f", + "x-ms-routing-request-id": "EASTUS:20230615T023847Z:292abf42-2a72-4a4f-a7b5-7371b087b36e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-5d1695d0bb40414e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "78de0edb3bdce7a7413fe0b06a2b0cbe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:39:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78de0edb3bdce7a7413fe0b06a2b0cbe", + "x-ms-correlation-request-id": "2f13a639-5d38-4fc2-8eb8-4930afe9e218", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "886d6582-50f1-4214-b282-949435ea4ea2", + "x-ms-routing-request-id": "EASTUS:20230615T023919Z:2f13a639-5d38-4fc2-8eb8-4930afe9e218", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-32ea123fb4329743-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a50c9f33e753ca470f2e26ebcf54a687", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:39:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a50c9f33e753ca470f2e26ebcf54a687", + "x-ms-correlation-request-id": "cc34caad-456f-4525-9813-39cd6ac79b9d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "71f492b9-9e59-447c-9974-79dcc71e7a53", + "x-ms-routing-request-id": "EASTUS:20230615T023951Z:cc34caad-456f-4525-9813-39cd6ac79b9d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-d773983f397d1549-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ceec99ee19d2480d5ca68733eb450f64", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:40:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ceec99ee19d2480d5ca68733eb450f64", + "x-ms-correlation-request-id": "ba164574-d73b-4aae-9da0-ab6fb6f03a76", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "3f740177-330b-45db-a0d1-864a866fc2fe", + "x-ms-routing-request-id": "EASTUS:20230615T024024Z:ba164574-d73b-4aae-9da0-ab6fb6f03a76", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "status": "InProgress", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a73734dd-623c-4212-b51d-e97a6baad6f8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-74ca607897069544-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d6ac8e20c80cf451c71369ae14bb17ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:40:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6ac8e20c80cf451c71369ae14bb17ec", + "x-ms-correlation-request-id": "59d39ecf-d8e9-4bb1-8852-3d962fd2714f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "813e68d0-c2b4-45b7-a541-204c64ec32d8", + "x-ms-routing-request-id": "EASTUS:20230615T024056Z:59d39ecf-d8e9-4bb1-8852-3d962fd2714f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:29:07.7151008\u002B00:00", + "endTime": "2023-06-15T02:40:40.2965137\u002B00:00", + "status": "Succeeded", + "name": "a73734dd-623c-4212-b51d-e97a6baad6f8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4876?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-0f925875105fd34cb3a2873283179d89-ae36ceb3f5ee6f46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d1c258993d3e19eb92c349ac6013dfc9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4370", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:40:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d1c258993d3e19eb92c349ac6013dfc9", + "x-ms-correlation-request-id": "bfb2d222-18ec-4236-84a0-c2d944b9bfe4", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "4fa30574-e853-468e-861e-a4b2d3928d05", + "x-ms-routing-request-id": "EASTUS:20230615T024056Z:bfb2d222-18ec-4236-84a0-c2d944b9bfe4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS4876", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4876", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.4", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.4@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuNAogICAgIyBNYWtlIHN1cmUgdGhpcyBWb2x1bWVJRCBpcyB1bmlxdWUgaW4gdGhlIGNsdXN0ZXIKICAgIHZvbHVtZUhhbmRsZTogZWU5ZDJhZWUtZTI0NS00NjVjLTk0ZjktZTljZjkxM2VlOGNmCiAgIyAiRGVsZXRlIiBpcyBub3Qgc3VwcG9ydGVkIGluIHN0YXRpYyBwcm92aXNpb25pbmcgUFYKICBtb3VudE9wdGlvbnM6CiAgICAtIG5vYXRpbWUKICAgIC0gZmxvY2sKICBwZXJzaXN0ZW50Vm9sdW1lUmVjbGFpbVBvbGljeTogUmV0YWluCiAgc3RvcmFnZUNsYXNzTmFtZTogc2MuYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQo=", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC40CnByb3Zpc2lvbmVyOiBhenVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCiMgQXp1cmUgTHVzdHJlIENsdXN0ZXIgaXMgcmVtb3ZlZCBhZnRlciBQVkMgZGVsZXRpb24gaWYgcmVjbGFpbVBvbGljeSBpcyB0aGUgZGVmYXVsdCB2YWx1ZSAiRGVsZXRlIi4KcmVjbGFpbVBvbGljeTogUmV0YWluCnZvbHVtZUJpbmRpbmdNb2RlOiBJbW1lZGlhdGUKbW91bnRPcHRpb25zOgogIC0gbm9hdGltZQogIC0gZmxvY2sK" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T02:29:07.700419Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T02:29:07.700419Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4876?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-82ca26611efcb647a31ea6f94fb7ed7a-9c12ab64173fe54c-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230614.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "40cac21ecfa7267b48f807bfaf5f34a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4370", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:40:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "40cac21ecfa7267b48f807bfaf5f34a1", + "x-ms-correlation-request-id": "c8bc8108-7c0f-413a-9a1e-d3e75cb56368", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "da76a911-f67c-4a7b-a87d-e72175a18f2e", + "x-ms-routing-request-id": "EASTUS:20230615T024056Z:c8bc8108-7c0f-413a-9a1e-d3e75cb56368", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS4876", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4876", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.4", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.4@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuNAogICAgIyBNYWtlIHN1cmUgdGhpcyBWb2x1bWVJRCBpcyB1bmlxdWUgaW4gdGhlIGNsdXN0ZXIKICAgIHZvbHVtZUhhbmRsZTogZWU5ZDJhZWUtZTI0NS00NjVjLTk0ZjktZTljZjkxM2VlOGNmCiAgIyAiRGVsZXRlIiBpcyBub3Qgc3VwcG9ydGVkIGluIHN0YXRpYyBwcm92aXNpb25pbmcgUFYKICBtb3VudE9wdGlvbnM6CiAgICAtIG5vYXRpbWUKICAgIC0gZmxvY2sKICBwZXJzaXN0ZW50Vm9sdW1lUmVjbGFpbVBvbGljeTogUmV0YWluCiAgc3RvcmFnZUNsYXNzTmFtZTogc2MuYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQo=", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC40CnByb3Zpc2lvbmVyOiBhenVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCiMgQXp1cmUgTHVzdHJlIENsdXN0ZXIgaXMgcmVtb3ZlZCBhZnRlciBQVkMgZGVsZXRpb24gaWYgcmVjbGFpbVBvbGljeSBpcyB0aGUgZGVmYXVsdCB2YWx1ZSAiRGVsZXRlIi4KcmVjbGFpbVBvbGljeTogUmV0YWluCnZvbHVtZUJpbmRpbmdNb2RlOiBJbW1lZGlhdGUKbW91bnRPcHRpb25zOgogIC0gbm9hdGltZQogIC0gZmxvY2sK" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T02:29:07.700419Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T02:29:07.700419Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4876?api-version=2023-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-913b5796600d694b-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230614.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "92999a8e3e83e325a29244497fa493b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Thu, 15 Jun 2023 02:40:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?monitor=true\u0026api-version=2023-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92999a8e3e83e325a29244497fa493b3", + "x-ms-correlation-request-id": "0c4419ce-d8cb-488f-9bfa-7676ab81206a", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "22c80ba9-fc31-413b-a0ae-87bf312e84ab", + "x-ms-routing-request-id": "EASTUS:20230615T024056Z:0c4419ce-d8cb-488f-9bfa-7676ab81206a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-dd509a2401406544-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c51da78f4c7adf459ce79e158a31a7a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:40:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c51da78f4c7adf459ce79e158a31a7a3", + "x-ms-correlation-request-id": "8b0434d4-035d-4d1e-afbe-65605d42776b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "704885f7-1ef8-4ff2-be5c-9873ab25a61e", + "x-ms-routing-request-id": "EASTUS:20230615T024056Z:8b0434d4-035d-4d1e-afbe-65605d42776b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-601c762b1b94cc45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0f8a5464e1cfb8b055ceb5e8b5dfad76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:40:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f8a5464e1cfb8b055ceb5e8b5dfad76", + "x-ms-correlation-request-id": "b3dbb81b-395b-41db-870c-d429a260a415", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "ace4e719-d8f1-47e3-83df-2b73106ecdc0", + "x-ms-routing-request-id": "EASTUS:20230615T024057Z:b3dbb81b-395b-41db-870c-d429a260a415", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-729f81c516b29f44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d7b91128ce87e7385ab0b609382f3fab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:40:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7b91128ce87e7385ab0b609382f3fab", + "x-ms-correlation-request-id": "23568fa4-a7f0-46ed-8322-3f78a246a11a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "1ff97117-31ca-42f5-976d-3af04a8fbd31", + "x-ms-routing-request-id": "EASTUS:20230615T024058Z:23568fa4-a7f0-46ed-8322-3f78a246a11a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-a1fcbe73ba231244-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e1e2e5f45aa1ad63f6656fab975d2abd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:40:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e1e2e5f45aa1ad63f6656fab975d2abd", + "x-ms-correlation-request-id": "053e3591-c34d-4436-8f04-0b1a38381d40", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "7aa3abf0-4133-4b38-9094-8052514d5b95", + "x-ms-routing-request-id": "EASTUS:20230615T024059Z:053e3591-c34d-4436-8f04-0b1a38381d40", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-ae8a5408937fc74b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "78ed2839d077961c1ba3b51f2ba77f26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:41:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78ed2839d077961c1ba3b51f2ba77f26", + "x-ms-correlation-request-id": "668e8f37-740a-40c9-a8bf-5d6de0232895", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "a6ab9587-0a41-42ee-b663-f3c36f84b938", + "x-ms-routing-request-id": "EASTUS:20230615T024102Z:668e8f37-740a-40c9-a8bf-5d6de0232895", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-f77df2f70fb2e447-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d0f4098fccfdced4ae0ce0215e8c4ffd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:41:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d0f4098fccfdced4ae0ce0215e8c4ffd", + "x-ms-correlation-request-id": "1c160f87-556d-4c6f-94e6-cf9dfd448647", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "26f5af1e-3454-49d7-85c2-d77bf0af36e3", + "x-ms-routing-request-id": "EASTUS:20230615T024106Z:1c160f87-556d-4c6f-94e6-cf9dfd448647", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-7c09c7f5053ddf4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "10cff885c6422433c94bc5fea443824f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:41:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10cff885c6422433c94bc5fea443824f", + "x-ms-correlation-request-id": "d1974704-2e1e-48ca-9604-dac88ea20043", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "3f745434-6d9b-4855-b8fc-db8ecaa78935", + "x-ms-routing-request-id": "EASTUS:20230615T024114Z:d1974704-2e1e-48ca-9604-dac88ea20043", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-9fdc31cc0d8ba446-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8e1c49e659696dc0541ec96beffa378f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:41:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8e1c49e659696dc0541ec96beffa378f", + "x-ms-correlation-request-id": "ed70b837-2e5b-4d72-9702-475f70b2b3e3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "7a446c29-ae5d-4948-87e4-bffc6a92acdd", + "x-ms-routing-request-id": "EASTUS:20230615T024130Z:ed70b837-2e5b-4d72-9702-475f70b2b3e3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-2a01a7e8e81bfc4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3299b8536ed8c8e4d5d007b106d5296b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:42:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3299b8536ed8c8e4d5d007b106d5296b", + "x-ms-correlation-request-id": "022ee1be-e462-47b6-a7cb-3ef866185cdd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "6448d8a7-b4b2-4c0b-a201-54310a9c9c3a", + "x-ms-routing-request-id": "EASTUS:20230615T024202Z:022ee1be-e462-47b6-a7cb-3ef866185cdd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-a3933a37a770094a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "153b9189c16f2c943861bc23fcc834ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:42:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "153b9189c16f2c943861bc23fcc834ce", + "x-ms-correlation-request-id": "c3a341c5-1d7c-4ae6-8008-67b847c08e2d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "1f8e9d31-4291-4556-a5be-c35e93a68f84", + "x-ms-routing-request-id": "EASTUS:20230615T024234Z:c3a341c5-1d7c-4ae6-8008-67b847c08e2d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-b4e808eae10da340-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ecab36134fa977766454b898520e677e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:43:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ecab36134fa977766454b898520e677e", + "x-ms-correlation-request-id": "8e7ccaa9-efa7-445b-aab7-463f120fa016", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "cd389172-f641-4bab-b009-8333a0bbd5b1", + "x-ms-routing-request-id": "EASTUS:20230615T024306Z:8e7ccaa9-efa7-445b-aab7-463f120fa016", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-5b0985b4b596634d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5ee15ef522be911f236dfa76b2c0cb0d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:43:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ee15ef522be911f236dfa76b2c0cb0d", + "x-ms-correlation-request-id": "2084f825-4974-4071-95af-6f13761feea4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "29156c48-0a29-4aef-a636-fda120e84d89", + "x-ms-routing-request-id": "EASTUS:20230615T024338Z:2084f825-4974-4071-95af-6f13761feea4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-d2b817865831ee4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cf9d389b3c293ac11ac4b01b08fbd92a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:44:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf9d389b3c293ac11ac4b01b08fbd92a", + "x-ms-correlation-request-id": "77be20b2-e3c8-4d5b-90e6-7b79bcfa8b79", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "a5e42202-9a49-4ec7-9f00-f6f3bb86d128", + "x-ms-routing-request-id": "EASTUS:20230615T024410Z:77be20b2-e3c8-4d5b-90e6-7b79bcfa8b79", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-b85dc2da2f3fd04d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9e2d3dfad6e6f10f1719c93c5500c5a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:44:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e2d3dfad6e6f10f1719c93c5500c5a4", + "x-ms-correlation-request-id": "dc77505a-482a-476a-b498-5a5c63b0fc23", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "1904f0a3-1e85-47b5-a10e-fd566f4502ff", + "x-ms-routing-request-id": "EASTUS:20230615T024442Z:dc77505a-482a-476a-b498-5a5c63b0fc23", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-3e0727f79fa05241-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1afdab889770b9549da743fa72038828", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:45:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1afdab889770b9549da743fa72038828", + "x-ms-correlation-request-id": "b765fa4b-d4a2-46c1-9ae3-9bc687f56296", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "7f7f00b9-f14e-4718-abb7-6cb1c67a7f8c", + "x-ms-routing-request-id": "EASTUS:20230615T024515Z:b765fa4b-d4a2-46c1-9ae3-9bc687f56296", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-504ddac880fa8646-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "747bcf932d92c52628acb80f7384e51a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:45:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "747bcf932d92c52628acb80f7384e51a", + "x-ms-correlation-request-id": "3c4958c5-b176-4c7b-8494-3783d265bc85", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "65d6588a-31fe-463f-8ddb-7b4e686167fa", + "x-ms-routing-request-id": "EASTUS:20230615T024547Z:3c4958c5-b176-4c7b-8494-3783d265bc85", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-f33858be56ea9e43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5d920cfebffe63b9e974013f93157e13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:46:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d920cfebffe63b9e974013f93157e13", + "x-ms-correlation-request-id": "dd67b0cb-a1d2-4339-a7b4-76335f7758ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "f8664b69-b59d-41d9-9b87-ee50c2f8906a", + "x-ms-routing-request-id": "EASTUS:20230615T024619Z:dd67b0cb-a1d2-4339-a7b4-76335f7758ea", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-9c3c4e76ddb56b49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "85a8a09151845b118438f1c3de444518", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:46:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85a8a09151845b118438f1c3de444518", + "x-ms-correlation-request-id": "8ceef0c8-fb81-4515-9edd-faec5f77b266", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "31fd1e5a-83f7-4cec-966a-9496a1ce99b9", + "x-ms-routing-request-id": "EASTUS:20230615T024651Z:8ceef0c8-fb81-4515-9edd-faec5f77b266", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-a3a0bbf3e0a22f48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "65fb28c22b70d42a16178a1d2ce73212", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:47:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "65fb28c22b70d42a16178a1d2ce73212", + "x-ms-correlation-request-id": "6d4795df-9bb2-4b73-ac08-9d731fd19d67", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "0c9b9076-cbc4-499c-b4b1-f6089b8692c4", + "x-ms-routing-request-id": "EASTUS:20230615T024723Z:6d4795df-9bb2-4b73-ac08-9d731fd19d67", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-bfd0df69718fda47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d27ea42d5fdcad96fb37d8c6cdf584a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:47:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d27ea42d5fdcad96fb37d8c6cdf584a4", + "x-ms-correlation-request-id": "25edb896-dad1-4b00-8eed-77bc7d6c652d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "7b216d2d-9d0a-4117-a042-ec51fc495c75", + "x-ms-routing-request-id": "EASTUS:20230615T024755Z:25edb896-dad1-4b00-8eed-77bc7d6c652d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-41bcc8c28a7d6448-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6a7ce82f191a66a376d46f6cc6f32e9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:48:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a7ce82f191a66a376d46f6cc6f32e9d", + "x-ms-correlation-request-id": "1c9bb009-44a7-41d1-9654-78cc6600f5dd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "4652dc64-0535-473c-bda1-081dc8b42f08", + "x-ms-routing-request-id": "EASTUS:20230615T024827Z:1c9bb009-44a7-41d1-9654-78cc6600f5dd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-c3f607c8872aa342-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3a95de0572c6623b924d6a3952640620", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:48:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a95de0572c6623b924d6a3952640620", + "x-ms-correlation-request-id": "76caf1eb-9b72-4102-bccc-aedaec08af0d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "2253e34c-e16d-4955-8b91-64f43e8dfc20", + "x-ms-routing-request-id": "EASTUS:20230615T024859Z:76caf1eb-9b72-4102-bccc-aedaec08af0d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-19e3b1996abe9f46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "43eee692c76a14f801185c08ef29e707", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:49:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "43eee692c76a14f801185c08ef29e707", + "x-ms-correlation-request-id": "60e3fbd0-f051-4a85-92bf-75d031a8c479", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "70fe766b-76d0-4184-a5e9-b5cfda6aec8b", + "x-ms-routing-request-id": "EASTUS:20230615T024932Z:60e3fbd0-f051-4a85-92bf-75d031a8c479", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-a649c13c12a4824c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "efc03b084a60bcdead1ad7ccae6a1312", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:50:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "efc03b084a60bcdead1ad7ccae6a1312", + "x-ms-correlation-request-id": "89da8e1e-ba41-4790-91ce-94a2261d576b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "f55f78fb-c47b-48a2-b0dc-bfa689356d10", + "x-ms-routing-request-id": "EASTUS:20230615T025004Z:89da8e1e-ba41-4790-91ce-94a2261d576b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-ef61837d69865b4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e0d94fcdeb043d32e58138ad16337368", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:50:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e0d94fcdeb043d32e58138ad16337368", + "x-ms-correlation-request-id": "36f1029d-0afe-4195-b601-93901cdd9fcb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "42e1cc63-4f83-4162-82c4-ef0cf34778b4", + "x-ms-routing-request-id": "EASTUS:20230615T025036Z:36f1029d-0afe-4195-b601-93901cdd9fcb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-67d0783d14561b49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1730636617a348c008329650f02c6697", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:51:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1730636617a348c008329650f02c6697", + "x-ms-correlation-request-id": "77c4cc54-e545-4216-a1b4-81b1e59e1b06", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "6a6c235b-61d5-472d-b047-30ffe535c191", + "x-ms-routing-request-id": "EASTUS:20230615T025108Z:77c4cc54-e545-4216-a1b4-81b1e59e1b06", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-0be155aaf4fbe646-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a03a490507501d02088209df1130a579", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:51:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a03a490507501d02088209df1130a579", + "x-ms-correlation-request-id": "4c90d097-f499-465d-a3fd-cd569a5b0424", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "c0a4f3e7-f17c-4abb-9042-b510728912cb", + "x-ms-routing-request-id": "EASTUS:20230615T025140Z:4c90d097-f499-465d-a3fd-cd569a5b0424", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-f028d7c02369214d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4b656ea7fb39b66e8f91d7d255e24db8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:52:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b656ea7fb39b66e8f91d7d255e24db8", + "x-ms-correlation-request-id": "ef03d5eb-170f-4b6f-8337-afdc5f32eb75", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "f1927df8-878d-41a5-8863-868520fcdf0e", + "x-ms-routing-request-id": "EASTUS:20230615T025212Z:ef03d5eb-170f-4b6f-8337-afdc5f32eb75", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-ed4742ccdd039a49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cda8a11ad2f85f1860130f210de136d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:52:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cda8a11ad2f85f1860130f210de136d7", + "x-ms-correlation-request-id": "db1b0110-a648-46db-98be-8d87b7e51c96", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "580c1ee6-8ec0-4586-9355-f30acd549ef6", + "x-ms-routing-request-id": "EASTUS:20230615T025244Z:db1b0110-a648-46db-98be-8d87b7e51c96", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-1a35f8dec25d3342-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "81a91c8c1bc7095dda8411be2f2fc725", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:53:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81a91c8c1bc7095dda8411be2f2fc725", + "x-ms-correlation-request-id": "5a4b20ff-a1cd-4b83-847c-9ffd2b65dd80", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "3af9d470-9c39-4094-bf3b-071dcc6c65fa", + "x-ms-routing-request-id": "EASTUS:20230615T025316Z:5a4b20ff-a1cd-4b83-847c-9ffd2b65dd80", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "status": "InProgress", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/22c80ba9-fc31-413b-a0ae-87bf312e84ab?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2b953d7eb19ada4d9f0e448c79c0b531-724fef8eebe0ec45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "70c45034d887d4815506ea26ec4da8ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:53:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70c45034d887d4815506ea26ec4da8ae", + "x-ms-correlation-request-id": "4a8ab543-201a-4c7d-bc12-227b07b251ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "7692c546-d101-4471-99d8-67ed69232674", + "x-ms-routing-request-id": "EASTUS:20230615T025348Z:4a8ab543-201a-4c7d-bc12-227b07b251ab", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T02:40:56.6901353\u002B00:00", + "endTime": "2023-06-15T02:53:34.0054486\u002B00:00", + "status": "Succeeded", + "name": "22c80ba9-fc31-413b-a0ae-87bf312e84ab" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS4876?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-e8e0f2e2fcc3c9489a7397fb16c604e2-842cb6309d705848-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230614.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3946ff5acb39fff1449ff273c15a2f30", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "245", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 02:53:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "83e8be42-6b41-4f2b-8a63-b46ac74252ac", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "83e8be42-6b41-4f2b-8a63-b46ac74252ac", + "x-ms-routing-request-id": "EASTUS:20230615T025348Z:83e8be42-6b41-4f2b-8a63-b46ac74252ac" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.StorageCache/amlFilesystems/testamlFS4876\u0027 under resource group \u0027rg-rdupuisstoragecache\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "943127326", + "RESOURCE_GROUP": "rg-rdupuisstoragecache", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "storage_account_name": "sdktestingstorageaccount", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "vnet_name": "vnet1" + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemResourceTest/Update().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemResourceTest/Update().json new file mode 100644 index 000000000000..4cea803aae3d --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemResourceTest/Update().json @@ -0,0 +1,2656 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Connection": "keep-alive", + "traceparent": "00-1cbd00605d7b454c966d382291e995d4-93597681ad33da4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f70ebf661892d9d7c01f622541340ee8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:46:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8b4d55ff-bf59-46ba-b92e-ec250e3a563f", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "8b4d55ff-bf59-46ba-b92e-ec250e3a563f", + "x-ms-routing-request-id": "CENTRALUS:20230614T194646Z:8b4d55ff-bf59-46ba-b92e-ec250e3a563f" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", + "managedByTenants": [], + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "Avere_AscTIP1_Test", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-02c65a33dbdd4c449e83d09829f5369f-13e8cf590b76b940-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5cbafc1c9f2e5e4bbc702b153340443b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:46:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a3aea5c5-22c2-4242-b06e-2c2545e0b750", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "a3aea5c5-22c2-4242-b06e-2c2545e0b750", + "x-ms-routing-request-id": "CENTRALUS:20230614T194647Z:a3aea5c5-22c2-4242-b06e-2c2545e0b750" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS2598?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "842", + "Content-Type": "application/json", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-0607e675faf1be4d-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230614.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b24e2a6cf5caf43da32f7ba66e36f289", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "zones": [ + "1" + ], + "tags": {}, + "location": "eastus", + "properties": { + "storageCapacityTiB": 16, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet", + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2036", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:46:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b24e2a6cf5caf43da32f7ba66e36f289", + "x-ms-correlation-request-id": "a6a3502f-4d05-49e7-9ee5-450269b7e04c", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "56938733-431e-4e11-87fd-49bf38b51445", + "x-ms-routing-request-id": "CENTRALUS:20230614T194649Z:a6a3502f-4d05-49e7-9ee5-450269b7e04c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS2598", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS2598", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Transitioning", + "statusDescription": "The cluster is in the process of changing states" + }, + "provisioningState": "Creating", + "clientInfo": { + "mgsAddress": "", + "mountCommand": "", + "lustreVersion": "", + "containerStorageInterface": { + "persistentVolumeClaim": "", + "persistentVolume": "", + "storageClass": "" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-14T19:46:48.1428033Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T19:46:48.1428033Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-6362890cfa68a644-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "09d56a2736c007527c688b70d0b74e39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:46:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09d56a2736c007527c688b70d0b74e39", + "x-ms-correlation-request-id": "28fda3a5-d8e8-475c-82b0-19484c3a766a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "de2fcef7-1fb1-44c3-9167-6f3dcd8ba168", + "x-ms-routing-request-id": "CENTRALUS:20230614T194649Z:28fda3a5-d8e8-475c-82b0-19484c3a766a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-47c003374a28cc48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "11588b38e50c0e2164da028ed25031fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:46:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11588b38e50c0e2164da028ed25031fd", + "x-ms-correlation-request-id": "f8a1bfea-c0e7-4040-b18c-3cbe72a20b60", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "da918e02-2a53-430d-995e-14cb2a0b9c97", + "x-ms-routing-request-id": "CENTRALUS:20230614T194650Z:f8a1bfea-c0e7-4040-b18c-3cbe72a20b60", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-83dc85549e450a42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "037ea0afe960a4c9dc30d930d256a3f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:46:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "037ea0afe960a4c9dc30d930d256a3f8", + "x-ms-correlation-request-id": "7d954c13-57c1-4bd0-9599-272016fe62f4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "2fb2a3dd-7f0c-4509-80ab-35cf78923f05", + "x-ms-routing-request-id": "CENTRALUS:20230614T194651Z:7d954c13-57c1-4bd0-9599-272016fe62f4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-5591ead1a898ef47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "36b4e8ed6e4d42cf48c7a4e533c3342b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:46:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "36b4e8ed6e4d42cf48c7a4e533c3342b", + "x-ms-correlation-request-id": "3f658769-da8e-49b3-85a9-8fc54d588f7f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "06952665-1d40-499c-9f23-10ab7cd51548", + "x-ms-routing-request-id": "CENTRALUS:20230614T194652Z:3f658769-da8e-49b3-85a9-8fc54d588f7f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-3891a1390372b045-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "30c08d364a394fd9c2b334db0cf13b0e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:46:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30c08d364a394fd9c2b334db0cf13b0e", + "x-ms-correlation-request-id": "f1bac231-1d69-4a91-b876-c20b174b28e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "99b31f11-4cae-45ea-92df-fa98b44e4fc3", + "x-ms-routing-request-id": "CENTRALUS:20230614T194655Z:f1bac231-1d69-4a91-b876-c20b174b28e9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-76a0e6a06c21104d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "eaa10a37fb9c41b0d03cbb9844e47019", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:46:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eaa10a37fb9c41b0d03cbb9844e47019", + "x-ms-correlation-request-id": "7bc18c66-22ab-4bf7-87d8-e7de2d1ba660", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "985292fb-e109-4bd5-b222-50e1d717b2b1", + "x-ms-routing-request-id": "CENTRALUS:20230614T194659Z:7bc18c66-22ab-4bf7-87d8-e7de2d1ba660", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-d565e78f60c70843-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "45faadfc7295a3be0e65739939f33557", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:47:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "45faadfc7295a3be0e65739939f33557", + "x-ms-correlation-request-id": "fb3f9056-3edc-4116-bede-87969b755998", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "14661bc1-7351-468a-9dd8-1c5c02138681", + "x-ms-routing-request-id": "CENTRALUS:20230614T194707Z:fb3f9056-3edc-4116-bede-87969b755998", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-4eb0ebaf31bfbb43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "29ad968c49223a8fdd7f5ffd8e400ade", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:47:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29ad968c49223a8fdd7f5ffd8e400ade", + "x-ms-correlation-request-id": "f23ad8c0-d553-47bb-a237-31da5be6152c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "4a2d9afd-e1d6-4065-91e0-dbdfab8e08d6", + "x-ms-routing-request-id": "CENTRALUS:20230614T194723Z:f23ad8c0-d553-47bb-a237-31da5be6152c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-02725ff431484940-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5edf1b42f6f6c4784bfddb37881707dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:47:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5edf1b42f6f6c4784bfddb37881707dd", + "x-ms-correlation-request-id": "46cd1e7e-b72e-4da5-9727-f081e2807c26", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "bc815885-ea6a-42f4-9a08-9f48cd5710a4", + "x-ms-routing-request-id": "CENTRALUS:20230614T194755Z:46cd1e7e-b72e-4da5-9727-f081e2807c26", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-4ec4709a8e17b847-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ae0c64064736b2f71ebf681613c114ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:48:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae0c64064736b2f71ebf681613c114ce", + "x-ms-correlation-request-id": "f472e9d8-3b40-4a21-853e-7bcab4f8df57", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "196d5e0c-16ea-4af8-b927-3087b29be833", + "x-ms-routing-request-id": "CENTRALUS:20230614T194827Z:f472e9d8-3b40-4a21-853e-7bcab4f8df57", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-577ee4a165549d45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1e56955ad71496601de9de246d57b2c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:48:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e56955ad71496601de9de246d57b2c5", + "x-ms-correlation-request-id": "053e6b1a-2118-4545-abd7-3e0af644888b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "8e11fd62-830f-45f9-97b1-619cbaa4e161", + "x-ms-routing-request-id": "CENTRALUS:20230614T194859Z:053e6b1a-2118-4545-abd7-3e0af644888b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-fffd0f8048e47a46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2af682775c33fba7242c3f368e61b189", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:49:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2af682775c33fba7242c3f368e61b189", + "x-ms-correlation-request-id": "4b5c8c2b-c8ef-45c0-b7c3-e03a47508939", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "ad6c69c6-ab0b-43f0-839d-dc28db72863e", + "x-ms-routing-request-id": "CENTRALUS:20230614T194931Z:4b5c8c2b-c8ef-45c0-b7c3-e03a47508939", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-f983c2945b0c7a42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f2dc0de9e9c02fc80376904d69d244c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:50:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2dc0de9e9c02fc80376904d69d244c6", + "x-ms-correlation-request-id": "cba308a5-387a-4956-a9a1-96dd68a59f55", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "3a4adfed-ec10-420d-9c04-69b87eaa284d", + "x-ms-routing-request-id": "CENTRALUS:20230614T195003Z:cba308a5-387a-4956-a9a1-96dd68a59f55", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-4c9c4aafa252344b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "909ea20deacafe9aee5bf9e7972a08bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:50:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "909ea20deacafe9aee5bf9e7972a08bb", + "x-ms-correlation-request-id": "ebf7255c-6bc5-4382-b602-c1f226c56807", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "7088c69e-6178-4442-9ce1-7abe3986a5a0", + "x-ms-routing-request-id": "CENTRALUS:20230614T195035Z:ebf7255c-6bc5-4382-b602-c1f226c56807", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-596eb9e92fcd4b46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "603a5437c07b8e05b9c726bccb5a9251", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:51:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "603a5437c07b8e05b9c726bccb5a9251", + "x-ms-correlation-request-id": "9df81a06-2de5-48e8-a7d2-0ce14a365619", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "5125d50d-5480-4b35-b683-774f363325c3", + "x-ms-routing-request-id": "CENTRALUS:20230614T195107Z:9df81a06-2de5-48e8-a7d2-0ce14a365619", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-9efe2dea5b91cd43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "eb2979e720c3ffbf72de0465efe097d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:51:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb2979e720c3ffbf72de0465efe097d9", + "x-ms-correlation-request-id": "36568a52-b55e-4c09-870e-8a0c4a96b94f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "65c7c37d-a5e1-4ade-9112-e64ea81fe89c", + "x-ms-routing-request-id": "CENTRALUS:20230614T195140Z:36568a52-b55e-4c09-870e-8a0c4a96b94f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-c5a2c33aee39a54f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1415d46ee4974d4b9c10d702c3dd3293", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:52:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1415d46ee4974d4b9c10d702c3dd3293", + "x-ms-correlation-request-id": "58aa8806-5f26-438e-a002-1a64dc68c28b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "ec0dab3c-3ed6-43c5-89c6-713829c2a1b5", + "x-ms-routing-request-id": "CENTRALUS:20230614T195212Z:58aa8806-5f26-438e-a002-1a64dc68c28b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-280c10b568d2624e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1effa8c81c0116f8953bed9cbc9f9fd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:52:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1effa8c81c0116f8953bed9cbc9f9fd8", + "x-ms-correlation-request-id": "a3c15d99-0ab0-4c9a-8496-c3b890e62838", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "f2871d51-254c-4988-acd1-11e1c41cb696", + "x-ms-routing-request-id": "CENTRALUS:20230614T195244Z:a3c15d99-0ab0-4c9a-8496-c3b890e62838", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-a0483e3c12db314b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f74e4d307d4503b92ddc4fb349bc3c94", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:53:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f74e4d307d4503b92ddc4fb349bc3c94", + "x-ms-correlation-request-id": "76462146-2d7d-4ab5-bdd4-ead4e82c1ea1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "0133afae-cca3-4b14-9395-c2fd90f5ef97", + "x-ms-routing-request-id": "CENTRALUS:20230614T195316Z:76462146-2d7d-4ab5-bdd4-ead4e82c1ea1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-bb47c3c290d62845-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "479c70ac79e052d8dbfe7f5cf6ae90fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:53:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "479c70ac79e052d8dbfe7f5cf6ae90fd", + "x-ms-correlation-request-id": "f81d88aa-4d8a-4445-862d-66838f4f82f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "f3f13de2-4f4c-45c7-9b88-b1c754799de7", + "x-ms-routing-request-id": "CENTRALUS:20230614T195348Z:f81d88aa-4d8a-4445-862d-66838f4f82f1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-2cf09e5baa4fcb43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "75d2fe703a8f4b4eeefcf024cc45cdd9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:54:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75d2fe703a8f4b4eeefcf024cc45cdd9", + "x-ms-correlation-request-id": "7adb876f-19e7-43b9-a6bb-589613c3b6e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "9374502b-7df5-472b-89de-729d90fba441", + "x-ms-routing-request-id": "CENTRALUS:20230614T195421Z:7adb876f-19e7-43b9-a6bb-589613c3b6e2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-7900eca33ea73d41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4bf058ff5802b6f775fb1b46fe5d0d7e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:54:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4bf058ff5802b6f775fb1b46fe5d0d7e", + "x-ms-correlation-request-id": "90b37fe9-10a2-48f5-b243-ebfd8ee553a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "583884e0-6e8f-4045-9b0e-d24af5e9cc88", + "x-ms-routing-request-id": "CENTRALUS:20230614T195453Z:90b37fe9-10a2-48f5-b243-ebfd8ee553a0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-c822df5d91c3c74a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4b42524bc6e97105225158e488b38595", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:55:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b42524bc6e97105225158e488b38595", + "x-ms-correlation-request-id": "d5e3fd0a-1a2e-41a7-bb4d-67a94974f623", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "ea27a027-9944-4e68-8053-589cbdc5235a", + "x-ms-routing-request-id": "CENTRALUS:20230614T195525Z:d5e3fd0a-1a2e-41a7-bb4d-67a94974f623", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-2f4bf5ba6ee49746-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9d5da53045bd18fa061c00931e074c91", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:55:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d5da53045bd18fa061c00931e074c91", + "x-ms-correlation-request-id": "fbe5cf83-82b1-47c4-bb74-0eaa2ba3178e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "70462d56-ff7b-4a3a-b75a-49a3fbaa4d3d", + "x-ms-routing-request-id": "CENTRALUS:20230614T195557Z:fbe5cf83-82b1-47c4-bb74-0eaa2ba3178e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-7be0e1d0805a5049-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7ad972ef820338ef537f29b1ff132dc1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:56:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ad972ef820338ef537f29b1ff132dc1", + "x-ms-correlation-request-id": "583801f1-5554-4d4a-ae65-b8ceefb68301", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "7eb6c791-a120-4723-8b38-61b087fb823f", + "x-ms-routing-request-id": "CENTRALUS:20230614T195629Z:583801f1-5554-4d4a-ae65-b8ceefb68301", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-5ed5dbb70cf2b949-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "581585756fff06c0572a44ccc671521b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:57:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "581585756fff06c0572a44ccc671521b", + "x-ms-correlation-request-id": "b4a1b83f-bf35-4124-a774-71b599f88a45", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "19af578e-adfc-4aae-97ef-8c631bc9f945", + "x-ms-routing-request-id": "CENTRALUS:20230614T195701Z:b4a1b83f-bf35-4124-a774-71b599f88a45", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-03f17a0158639343-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "16f5c6040bd9ae92b5254a3e1c4918f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:57:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16f5c6040bd9ae92b5254a3e1c4918f3", + "x-ms-correlation-request-id": "85619208-f492-49f1-a0eb-ce09ded09581", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "b43ad815-b24f-4634-968c-94e09b3427b4", + "x-ms-routing-request-id": "CENTRALUS:20230614T195733Z:85619208-f492-49f1-a0eb-ce09ded09581", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "status": "InProgress", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/56938733-431e-4e11-87fd-49bf38b51445?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-33df122653bbac42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "991d3eeef4f17f91b1d323d93d2271e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:58:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "991d3eeef4f17f91b1d323d93d2271e1", + "x-ms-correlation-request-id": "fd3e0543-a4a0-4050-b566-7ebdc78fb7f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "a1f5bae4-95a6-4cdc-8479-6591521336ec", + "x-ms-routing-request-id": "CENTRALUS:20230614T195806Z:fd3e0543-a4a0-4050-b566-7ebdc78fb7f3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:46:48.3340335\u002B00:00", + "endTime": "2023-06-14T19:57:37.0338774\u002B00:00", + "status": "Succeeded", + "name": "56938733-431e-4e11-87fd-49bf38b51445" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS2598?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-8079c3b3dc47f94c8a25b48d747cc8a5-384e596313830442-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "38ac0d2d171e6ae7f367a2da2582e90e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4378", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:58:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "38ac0d2d171e6ae7f367a2da2582e90e", + "x-ms-correlation-request-id": "c3d2f31b-3db0-4ed9-b3b7-3bdf79a440d3", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "ea38698f-2351-4c57-9a41-2b26968c5e78", + "x-ms-routing-request-id": "CENTRALUS:20230614T195806Z:c3d2f31b-3db0-4ed9-b3b7-3bdf79a440d3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS2598", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS2598", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.12", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.12@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMTIKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IDU2MzE1MjFmLWRkZjEtNDgyZS1iODQyLTZhZjUzOGRiM2ZlYgogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4xMgpwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-14T19:46:48.1428033Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T19:46:48.1428033Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS2598?api-version=2023-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "83", + "Content-Type": "application/json", + "traceparent": "00-0e6be2bdd8f85b4fa1d85480847503d9-165e4dea642b5343-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230614.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "88de5111b953102935756506e8b97092", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "maintenanceWindow": { + "dayOfWeek": "Tuesday", + "timeOfDayUTC": "05:25" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4379", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:58:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88de5111b953102935756506e8b97092", + "x-ms-correlation-request-id": "3d506e71-61e2-40c0-b0f7-87b411791c72", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "a0576a41-98ea-435b-8843-003abfccb0d2", + "x-ms-routing-request-id": "CENTRALUS:20230614T195806Z:3d506e71-61e2-40c0-b0f7-87b411791c72", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS2598", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS2598", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.12", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.12@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMTIKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IDU2MzE1MjFmLWRkZjEtNDgyZS1iODQyLTZhZjUzOGRiM2ZlYgogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4xMgpwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Tuesday", + "timeOfDayUTC": "05:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-14T19:46:48.1428033Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-14T19:58:06.8105564Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS2598?api-version=2023-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-64e9b73042498041-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230614.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ecc714e9e844748ee49c03a8b1e18239", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Wed, 14 Jun 2023 19:58:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?monitor=true\u0026api-version=2023-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ecc714e9e844748ee49c03a8b1e18239", + "x-ms-correlation-request-id": "251f3570-01d7-494b-b59c-0b03b50d0c95", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d", + "x-ms-routing-request-id": "CENTRALUS:20230614T195807Z:251f3570-01d7-494b-b59c-0b03b50d0c95", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-e3c162901159bb4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d31c361b84f1cb4eda9c2900db2c2574", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:58:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d31c361b84f1cb4eda9c2900db2c2574", + "x-ms-correlation-request-id": "c3d68110-24d9-4040-a028-ffdc3b6177bb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "b82b9d57-c0cd-4247-8584-aac169b2e378", + "x-ms-routing-request-id": "CENTRALUS:20230614T195807Z:c3d68110-24d9-4040-a028-ffdc3b6177bb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-a58eca12568d8b44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "42936c309d910ebca295703eb6ed6145", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:58:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42936c309d910ebca295703eb6ed6145", + "x-ms-correlation-request-id": "16b2824b-6d89-4f7e-a5b3-ad3378db8a03", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "25124e7d-8cad-4069-b649-e7f06139d0df", + "x-ms-routing-request-id": "CENTRALUS:20230614T195808Z:16b2824b-6d89-4f7e-a5b3-ad3378db8a03", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-36e6914d08426e4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7b8d86deafc57247c15ae3d5b171564f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:58:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7b8d86deafc57247c15ae3d5b171564f", + "x-ms-correlation-request-id": "7155a3c6-894d-4c3a-becf-26d8c93c35e7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "cdbd8fe1-875a-45ac-97df-c4ef8c84bc16", + "x-ms-routing-request-id": "CENTRALUS:20230614T195809Z:7155a3c6-894d-4c3a-becf-26d8c93c35e7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-7b5eb8845f629445-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a670bde07b0b7deb7a0e305c131014ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:58:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a670bde07b0b7deb7a0e305c131014ec", + "x-ms-correlation-request-id": "f77584dc-85d4-4232-a482-e6d60e5d72e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "8f0530a2-13e6-4d30-9a62-8c99213654cc", + "x-ms-routing-request-id": "CENTRALUS:20230614T195810Z:f77584dc-85d4-4232-a482-e6d60e5d72e6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-3608a55729390f43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5521e33aaa9f80af25208036bae65c31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:58:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5521e33aaa9f80af25208036bae65c31", + "x-ms-correlation-request-id": "07d5c463-41aa-4a3d-934a-f2a0f43ee3c0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;213", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "2bd5eeff-b789-4f69-96e0-29fb1c99dc96", + "x-ms-routing-request-id": "CENTRALUS:20230614T195812Z:07d5c463-41aa-4a3d-934a-f2a0f43ee3c0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-1ad166dbee9c8846-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f95d203fba7d623a9a0f00b67eeb5fb1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:58:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f95d203fba7d623a9a0f00b67eeb5fb1", + "x-ms-correlation-request-id": "7d405007-0a13-41bd-adcc-b2291e087ee2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "52fe78a6-5fa5-4392-8762-92c8930f8d0d", + "x-ms-routing-request-id": "CENTRALUS:20230614T195816Z:7d405007-0a13-41bd-adcc-b2291e087ee2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-3aeff4257614e641-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ce9bf646005036b00def81eafab5c393", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:58:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce9bf646005036b00def81eafab5c393", + "x-ms-correlation-request-id": "6122cd8e-e2fc-4968-a571-a4bc8dfaeed2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;212", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "5f7a3372-5bee-4fe9-b253-438790e13b29", + "x-ms-routing-request-id": "CENTRALUS:20230614T195824Z:6122cd8e-e2fc-4968-a571-a4bc8dfaeed2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-9b972d835b14e048-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f31cffb11bb3806ea9bfba90a9f80239", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:58:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f31cffb11bb3806ea9bfba90a9f80239", + "x-ms-correlation-request-id": "34347fc1-3f1d-4f38-b4c9-ad2307f66b94", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;212", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "abdf3bf0-9906-44a6-9442-3d14531f51d2", + "x-ms-routing-request-id": "CENTRALUS:20230614T195841Z:34347fc1-3f1d-4f38-b4c9-ad2307f66b94", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-35f10e98fac2304b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c3f0cfc18e4b3ee07026eb8e395067e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:59:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3f0cfc18e4b3ee07026eb8e395067e5", + "x-ms-correlation-request-id": "80528bf8-6a71-4182-8c92-4064f99b1e3f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "5e6910d5-61a3-4ba3-8def-905c413e76fa", + "x-ms-routing-request-id": "CENTRALUS:20230614T195913Z:80528bf8-6a71-4182-8c92-4064f99b1e3f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-2fc88729b347f546-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7f046d4b6ccf2afe871a249146208c15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 19:59:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f046d4b6ccf2afe871a249146208c15", + "x-ms-correlation-request-id": "e7fb194f-03ed-41cd-a3ee-31aca2828de2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "148cbc36-33d8-4721-be52-c5cadc9b9576", + "x-ms-routing-request-id": "CENTRALUS:20230614T195945Z:e7fb194f-03ed-41cd-a3ee-31aca2828de2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-1415e8372ddbf142-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2b2848ed00c423481edd828c2fe04659", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 20:00:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b2848ed00c423481edd828c2fe04659", + "x-ms-correlation-request-id": "bf911a59-9ca4-404c-975c-3ec67275378d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "5270b7f9-56c7-460b-b652-b557141f53fd", + "x-ms-routing-request-id": "CENTRALUS:20230614T200017Z:bf911a59-9ca4-404c-975c-3ec67275378d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-236f536449cc074d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3c44d45783f3556ad1c53b30694ff850", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 20:00:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3c44d45783f3556ad1c53b30694ff850", + "x-ms-correlation-request-id": "bfc37941-2930-4823-8ef7-5fa4ff483e0f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "d01d6c31-5247-4274-99f1-fb4942a5a64a", + "x-ms-routing-request-id": "CENTRALUS:20230614T200049Z:bfc37941-2930-4823-8ef7-5fa4ff483e0f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-83f25e397bfd304e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f1a1d6993c274a2124e160f1e971fba7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 20:01:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f1a1d6993c274a2124e160f1e971fba7", + "x-ms-correlation-request-id": "f8260f99-132d-4c24-9348-116a3dbea9ad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "2885035c-5588-4f3f-85a3-ecf18978a6d4", + "x-ms-routing-request-id": "CENTRALUS:20230614T200121Z:f8260f99-132d-4c24-9348-116a3dbea9ad", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-f4a3d7d83cdc4044-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7139cbd350db6921ddd259fec517b9ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 20:01:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7139cbd350db6921ddd259fec517b9ce", + "x-ms-correlation-request-id": "80061edf-a1cd-4997-952e-8555e6a295d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "e5f6127a-64d6-4daf-9390-60be1954258e", + "x-ms-routing-request-id": "CENTRALUS:20230614T200153Z:80061edf-a1cd-4997-952e-8555e6a295d0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-5615ddad9ec99b4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "59f232e5553f1a31b3fa171222786c5f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 20:02:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59f232e5553f1a31b3fa171222786c5f", + "x-ms-correlation-request-id": "66ccac78-efa6-472b-97f6-c9258cc71c95", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "603cc4de-e6fa-41d9-b1b4-aab29624c643", + "x-ms-routing-request-id": "CENTRALUS:20230614T200225Z:66ccac78-efa6-472b-97f6-c9258cc71c95", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-5d79402f2637144b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9e5c94ca86164974b5371355e222850c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 20:02:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e5c94ca86164974b5371355e222850c", + "x-ms-correlation-request-id": "4244b6b7-20a1-4700-aa2b-b603fbf8b758", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "a153cc18-87ba-47eb-a50e-6bfad95b46ef", + "x-ms-routing-request-id": "CENTRALUS:20230614T200257Z:4244b6b7-20a1-4700-aa2b-b603fbf8b758", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-e0229bd8f2fb6040-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b70c9127a27f7e679a1fbde1380e4664", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 20:03:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b70c9127a27f7e679a1fbde1380e4664", + "x-ms-correlation-request-id": "604fbe1a-c41e-4204-a123-7b950da48f72", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "de036c77-8fb1-49aa-a850-0579c8b02e33", + "x-ms-routing-request-id": "CENTRALUS:20230614T200330Z:604fbe1a-c41e-4204-a123-7b950da48f72", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-761c3dbe9bd23e49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3034fa661bbb5eb8bda9a40842dc3891", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 20:04:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3034fa661bbb5eb8bda9a40842dc3891", + "x-ms-correlation-request-id": "fd015037-a7cd-4290-bc8a-f097cd572b3f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "0f4196a3-317b-44dd-bd76-10bbee2f934e", + "x-ms-routing-request-id": "CENTRALUS:20230614T200402Z:fd015037-a7cd-4290-bc8a-f097cd572b3f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-cd591a77febcff47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "91ea0b74b56c28e02dde04f6c99310a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 20:04:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "91ea0b74b56c28e02dde04f6c99310a6", + "x-ms-correlation-request-id": "f4b9e034-d369-46d7-afcd-00b66880862f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "040cf05b-9f29-4fdf-aa2a-591c8ebb81e4", + "x-ms-routing-request-id": "CENTRALUS:20230614T200434Z:f4b9e034-d369-46d7-afcd-00b66880862f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-8ff3877e542b7a47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e7eeaef054ed0b51d9adfad5fd5e3bbd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 20:05:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7eeaef054ed0b51d9adfad5fd5e3bbd", + "x-ms-correlation-request-id": "18b2f5bf-5704-414f-9b01-be9b6ecee428", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "223321d8-0429-41f3-a54d-7034267c8b8d", + "x-ms-routing-request-id": "CENTRALUS:20230614T200506Z:18b2f5bf-5704-414f-9b01-be9b6ecee428", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-caef3038a1e8e243-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2d6c2ce7b524b1f81a0c03dc17c19529", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 20:05:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d6c2ce7b524b1f81a0c03dc17c19529", + "x-ms-correlation-request-id": "30f673e7-bd11-472d-b9ba-7269648d44ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "8743b455-ffa5-47e8-a1f7-91d41982b520", + "x-ms-routing-request-id": "CENTRALUS:20230614T200538Z:30f673e7-bd11-472d-b9ba-7269648d44ea", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-0606f7efbe6bc34f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9318fd9850ed1fa3b9deb7beba0a2ace", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 20:06:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9318fd9850ed1fa3b9deb7beba0a2ace", + "x-ms-correlation-request-id": "2b6ebc6c-8da5-4d7d-852e-6db7003a8607", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "da61f6fd-ea98-4599-a1dd-54c68a240680", + "x-ms-routing-request-id": "CENTRALUS:20230614T200611Z:2b6ebc6c-8da5-4d7d-852e-6db7003a8607", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-c3ff6ccdfb37c245-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9c0f46a2e3263a81b63dcde15175f417", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 20:06:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9c0f46a2e3263a81b63dcde15175f417", + "x-ms-correlation-request-id": "a316e95f-91b5-47a9-ad2e-55098cb33068", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "e67a8150-6990-441f-b81f-c793bec6d0e4", + "x-ms-routing-request-id": "CENTRALUS:20230614T200643Z:a316e95f-91b5-47a9-ad2e-55098cb33068", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-5b951930e9b20940-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "003dd018a84696d0884d7445fd39f610", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 20:07:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "003dd018a84696d0884d7445fd39f610", + "x-ms-correlation-request-id": "8c606efd-aaab-4578-8fc8-d81800fbe353", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "22777e04-b45d-475a-aaa8-845ed523b86f", + "x-ms-routing-request-id": "CENTRALUS:20230614T200715Z:8c606efd-aaab-4578-8fc8-d81800fbe353", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-21dabe261c5e3143-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d13935e1f8b1b5027bdddcaf82c2ce44", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 20:07:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d13935e1f8b1b5027bdddcaf82c2ce44", + "x-ms-correlation-request-id": "df2606c4-48af-45c1-b9b8-1a3fafe524d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "63eecad0-7cd9-4513-8880-0178a6083f49", + "x-ms-routing-request-id": "CENTRALUS:20230614T200747Z:df2606c4-48af-45c1-b9b8-1a3fafe524d9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-7e814bb36dda984b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "eaa5a0ea2accfa87767814d96e3c3c7d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 20:08:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eaa5a0ea2accfa87767814d96e3c3c7d", + "x-ms-correlation-request-id": "9238b398-4827-4d4c-8572-b503fdd87de7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "6c8db141-a3da-4c3f-8903-e6b8c008dba6", + "x-ms-routing-request-id": "CENTRALUS:20230614T200819Z:9238b398-4827-4d4c-8572-b503fdd87de7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-966de07c0e761a42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1bffbd47233b2065cd878469cc2014c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 20:08:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1bffbd47233b2065cd878469cc2014c6", + "x-ms-correlation-request-id": "980ad819-9175-4741-80e7-7337f03c7d7e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "f7804c46-fec6-4d07-b3c0-34933f683a32", + "x-ms-routing-request-id": "CENTRALUS:20230614T200851Z:980ad819-9175-4741-80e7-7337f03c7d7e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-5583c98259a9474a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5d5b307e0c93b743ad3f5a38e329463f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 20:09:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d5b307e0c93b743ad3f5a38e329463f", + "x-ms-correlation-request-id": "abaaeec9-6895-4de0-93da-271ba0771143", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "de31142d-57da-44c8-9943-4f650df5c377", + "x-ms-routing-request-id": "CENTRALUS:20230614T200923Z:abaaeec9-6895-4de0-93da-271ba0771143", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "status": "InProgress", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c4d86b23-5b24-431b-8ab9-1f9411e8bd2d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-1d629e5de9472f428e1ecc452d81539a-0ed2fc29c9159845-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c5685ea1b2c2c7083a841c45a61e2d56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 14 Jun 2023 20:09:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5685ea1b2c2c7083a841c45a61e2d56", + "x-ms-correlation-request-id": "87d909f9-012a-418e-aac9-218383f658d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "b95bdc89-1120-4d27-8ac9-1ed1b03c3415", + "x-ms-routing-request-id": "CENTRALUS:20230614T200956Z:87d909f9-012a-418e-aac9-218383f658d6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-14T19:58:07.0695651\u002B00:00", + "endTime": "2023-06-14T20:09:38.2627692\u002B00:00", + "status": "Succeeded", + "name": "c4d86b23-5b24-431b-8ab9-1f9411e8bd2d" + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1962956891", + "RESOURCE_GROUP": "rg-rdupuisstoragecache", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "storage_account_name": "sdktestingstorageaccount", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "vnet_name": "vnet1" + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemResourceTest/Update()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemResourceTest/Update()Async.json new file mode 100644 index 000000000000..e9ad5fd94735 --- /dev/null +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/AmlFilesystemResourceTest/Update()Async.json @@ -0,0 +1,1600 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-428a921097d4f5488f65fa8aa7771843-714e6a9ebd834d4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8b00da216df6d56bff8d4f2ee5391aa5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "397", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:10:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "10355b62-21e9-4b45-ad8a-0a81585093a8", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "10355b62-21e9-4b45-ad8a-0a81585093a8", + "x-ms-routing-request-id": "EASTUS:20230615T121021Z:10355b62-21e9-4b45-ad8a-0a81585093a8" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", + "managedByTenants": [], + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "Avere_AscTIP1_Test", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-2419c3aa4c3fc0428c8142e923d28348-30e6f22d6b38df46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cdf4ff03244607d258d735e3c503759e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:10:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f77b6676-7672-429d-b990-021a6fd3b091", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "f77b6676-7672-429d-b990-021a6fd3b091", + "x-ms-routing-request-id": "EASTUS:20230615T121021Z:f77b6676-7672-429d-b990-021a6fd3b091" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5298?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "842", + "Content-Type": "application/json", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-28d217f34a484640-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e6944d7753abda3eb2dc413bd4d7eaaf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "zones": [ + "1" + ], + "tags": {}, + "location": "eastus", + "properties": { + "storageCapacityTiB": 16, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet", + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "2036", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:10:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6944d7753abda3eb2dc413bd4d7eaaf", + "x-ms-correlation-request-id": "df349a1a-5611-40b8-a160-1a4ae2773cdf", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "b20f58f3-b931-4f45-8f09-3b82bafaa453", + "x-ms-routing-request-id": "EASTUS:20230615T121024Z:df349a1a-5611-40b8-a160-1a4ae2773cdf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS5298", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5298", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Transitioning", + "statusDescription": "The cluster is in the process of changing states" + }, + "provisioningState": "Creating", + "clientInfo": { + "mgsAddress": "", + "mountCommand": "", + "lustreVersion": "", + "containerStorageInterface": { + "persistentVolumeClaim": "", + "persistentVolume": "", + "storageClass": "" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T12:10:22.7516107Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T12:10:22.7516107Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-da1cdb25b7c7a24e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ec6d60b0be85ab57b5f3934891cb8400", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:10:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec6d60b0be85ab57b5f3934891cb8400", + "x-ms-correlation-request-id": "d4d641b7-3499-4047-aa7e-8d55cf6cdb9a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "4e0a21d0-08d3-4e2b-8512-3288e1c1e306", + "x-ms-routing-request-id": "EASTUS:20230615T121024Z:d4d641b7-3499-4047-aa7e-8d55cf6cdb9a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-7830f5877980d345-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3b6a344b2a1ebec0518cee78350652a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:10:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b6a344b2a1ebec0518cee78350652a2", + "x-ms-correlation-request-id": "1668a400-ec8e-47d1-b7c3-243060387350", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "a7d4c2b4-8e68-44c0-b3a3-5e0f4f573af6", + "x-ms-routing-request-id": "EASTUS:20230615T121025Z:1668a400-ec8e-47d1-b7c3-243060387350", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-0ef646d29061f04a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "738b28e1fe6a9b2a70abbe1925b4772c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:10:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "738b28e1fe6a9b2a70abbe1925b4772c", + "x-ms-correlation-request-id": "d9d82107-72db-4ded-8e8c-94004e3ded29", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "f5373077-1af2-4d2c-b844-57e8cc065648", + "x-ms-routing-request-id": "EASTUS:20230615T121026Z:d9d82107-72db-4ded-8e8c-94004e3ded29", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-ee77ab3384f77243-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "54ec1eaebfa586faa0af9af8d0de76af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:10:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54ec1eaebfa586faa0af9af8d0de76af", + "x-ms-correlation-request-id": "4e2922c1-d7ab-41dc-bd11-ff1fab3cf3d8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "76902886-6a0e-4139-a14b-4722421a5e5a", + "x-ms-routing-request-id": "EASTUS:20230615T121027Z:4e2922c1-d7ab-41dc-bd11-ff1fab3cf3d8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-6bfb8098a45e7743-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6866f0a010404c9609cecb736ba6989c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:10:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6866f0a010404c9609cecb736ba6989c", + "x-ms-correlation-request-id": "8a25bdd9-fca0-4d23-92dd-04a8c3fb16ff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "027c8b6e-fce4-43d5-bbff-2b3fc2828d66", + "x-ms-routing-request-id": "EASTUS:20230615T121029Z:8a25bdd9-fca0-4d23-92dd-04a8c3fb16ff", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-f1c1eaf623c7444e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "17c9c115fe1a21fd2e04d3ba6431cb92", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:10:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17c9c115fe1a21fd2e04d3ba6431cb92", + "x-ms-correlation-request-id": "bd55306f-b083-46c7-baaa-29242cc3bab1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "2c5ed9bb-1237-48dd-9307-d8ea87b87f9a", + "x-ms-routing-request-id": "EASTUS:20230615T121033Z:bd55306f-b083-46c7-baaa-29242cc3bab1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-2feb560dc2723f41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "34790f350e4d9eeb87a04ad6f4861af9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:10:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34790f350e4d9eeb87a04ad6f4861af9", + "x-ms-correlation-request-id": "ab9372a1-bf12-4249-a9a6-8bd40447f65e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "06d74bf1-2906-404a-b427-7af2060a2dc8", + "x-ms-routing-request-id": "EASTUS:20230615T121041Z:ab9372a1-bf12-4249-a9a6-8bd40447f65e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-ccccfad2fcf7bc40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0fe3fe165e14a294f345393c3cdbe8d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:10:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0fe3fe165e14a294f345393c3cdbe8d8", + "x-ms-correlation-request-id": "273c8375-07c9-4f62-8792-d313dc80e48c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;208", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "d4309814-e79c-4288-ab7e-246de72a6300", + "x-ms-routing-request-id": "EASTUS:20230615T121057Z:273c8375-07c9-4f62-8792-d313dc80e48c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-bff6381b34d70740-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5c3e3803632d064ed52b8f7ab4262ca7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:11:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c3e3803632d064ed52b8f7ab4262ca7", + "x-ms-correlation-request-id": "41b2a95c-bb55-48a0-b7bf-35c468f604fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;209", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "37602387-1d34-41f2-821d-e13893f5abb6", + "x-ms-routing-request-id": "EASTUS:20230615T121129Z:41b2a95c-bb55-48a0-b7bf-35c468f604fb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-255da3c791ae844d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "66a3daeabc4dd67d7ad74108d4af62ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:12:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "66a3daeabc4dd67d7ad74108d4af62ab", + "x-ms-correlation-request-id": "7213dc56-b1a3-4c7a-ba57-4a2b92100e3f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "8a604ffb-a48d-446f-bd4b-cfa6659df123", + "x-ms-routing-request-id": "EASTUS:20230615T121201Z:7213dc56-b1a3-4c7a-ba57-4a2b92100e3f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-7d3836ae6246c641-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bbd271b7be48b3ccafdc39e9cf1aedcc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:12:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bbd271b7be48b3ccafdc39e9cf1aedcc", + "x-ms-correlation-request-id": "45d69b30-b6dc-4b35-97f4-0401f9fb5c13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "a1c93f56-2b70-47a5-bdb5-bbc58ef2ddfc", + "x-ms-routing-request-id": "EASTUS:20230615T121233Z:45d69b30-b6dc-4b35-97f4-0401f9fb5c13", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-1189247f6670104c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "625191188237478aba67e15622463226", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:13:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "625191188237478aba67e15622463226", + "x-ms-correlation-request-id": "391df78b-63ee-4f00-b74e-d627d37cf47f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "0ed8ae3c-7809-4e8b-80f9-68e552259d9f", + "x-ms-routing-request-id": "EASTUS:20230615T121305Z:391df78b-63ee-4f00-b74e-d627d37cf47f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-92c43e634bc0524f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "42c2e3c871542b5f0ef0b77182940760", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:13:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42c2e3c871542b5f0ef0b77182940760", + "x-ms-correlation-request-id": "b3f6604b-8f28-4fda-99b0-1e124ee88a28", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "6b59178f-fa6f-4ba8-99f7-c99a8a938224", + "x-ms-routing-request-id": "EASTUS:20230615T121337Z:b3f6604b-8f28-4fda-99b0-1e124ee88a28", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-761ce927ae0fef4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "42ef74e9ff5d3574e78b00e0dc759168", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:14:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42ef74e9ff5d3574e78b00e0dc759168", + "x-ms-correlation-request-id": "fc8ad8b1-d439-41c2-8f7b-52a4614ef68e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "3beca096-ea80-44a8-8d62-d6b376190b1c", + "x-ms-routing-request-id": "EASTUS:20230615T121409Z:fc8ad8b1-d439-41c2-8f7b-52a4614ef68e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-e94e1f5b94778e4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "eb2013aaab57a77832265447cb19c426", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:14:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb2013aaab57a77832265447cb19c426", + "x-ms-correlation-request-id": "0027cf5d-0e4e-4400-8146-a00e2f11edac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;213", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "279b0f4c-585b-4212-beea-4bc8ddc9820f", + "x-ms-routing-request-id": "EASTUS:20230615T121442Z:0027cf5d-0e4e-4400-8146-a00e2f11edac", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-03f17290021bbc46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ad6c8060ef56c8c86f8d5ac9707e4e98", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:15:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ad6c8060ef56c8c86f8d5ac9707e4e98", + "x-ms-correlation-request-id": "16421102-c2e6-411a-9c2b-10f9ad8304b2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;208", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "70424181-f647-4c67-af3d-fa0f95f66940", + "x-ms-routing-request-id": "EASTUS:20230615T121514Z:16421102-c2e6-411a-9c2b-10f9ad8304b2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-13176c42fba85349-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6fc64e5f1c733d08fb481037ab2c6ace", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:15:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6fc64e5f1c733d08fb481037ab2c6ace", + "x-ms-correlation-request-id": "d6e56a0f-698a-402f-9e10-e95cf68a6ac8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;208", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "85583b7a-c43b-4ce0-af86-a1cec5854cf7", + "x-ms-routing-request-id": "EASTUS:20230615T121546Z:d6e56a0f-698a-402f-9e10-e95cf68a6ac8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-02257bbe0b678742-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5b80dac6e309bb114a577bca50af37b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:16:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b80dac6e309bb114a577bca50af37b3", + "x-ms-correlation-request-id": "13acc385-d088-4ddb-a92c-6259c6a4f445", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;209", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "357f19e9-2d44-4a4a-bc0b-96a3762ff0cb", + "x-ms-routing-request-id": "EASTUS:20230615T121618Z:13acc385-d088-4ddb-a92c-6259c6a4f445", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-3097e65169215141-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7ce8bcd7545244b2782eb20ede901d42", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:16:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7ce8bcd7545244b2782eb20ede901d42", + "x-ms-correlation-request-id": "a4fb2a87-2390-4ddb-b946-a5dbd53b9759", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;208", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "bc47eb4e-9535-4be9-a910-5732dc338322", + "x-ms-routing-request-id": "EASTUS:20230615T121650Z:a4fb2a87-2390-4ddb-b946-a5dbd53b9759", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-b462f3b80ca5794e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "95028c22f2fe7b8f3d0b241ca03eed4b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:17:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "95028c22f2fe7b8f3d0b241ca03eed4b", + "x-ms-correlation-request-id": "0a588c54-255f-4881-ba0a-585a2d5920cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;206", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "4d2dc59b-efea-4d16-b172-2d1028f31785", + "x-ms-routing-request-id": "EASTUS:20230615T121722Z:0a588c54-255f-4881-ba0a-585a2d5920cf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-a46b83f5d9576240-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ef605c11ed44717c273ce3da3002dcba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:17:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef605c11ed44717c273ce3da3002dcba", + "x-ms-correlation-request-id": "7d591081-9264-49fe-8c9a-69c5d3fb8548", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;209", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "47adaf4f-9ac8-481f-a67c-f837a3dc86fb", + "x-ms-routing-request-id": "EASTUS:20230615T121754Z:7d591081-9264-49fe-8c9a-69c5d3fb8548", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-dd923bc8551f424d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c4a7393aa1ade4b52c6c3f463096a43a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:18:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c4a7393aa1ade4b52c6c3f463096a43a", + "x-ms-correlation-request-id": "323570f2-9870-422b-81be-a337b7f37e69", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "c47b4c7b-ca83-4aa2-b68e-4588ab0710df", + "x-ms-routing-request-id": "EASTUS:20230615T121826Z:323570f2-9870-422b-81be-a337b7f37e69", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-fea5467b0d0ccb4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "81fd67412d3034fe0f916ec10fb44a3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:18:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81fd67412d3034fe0f916ec10fb44a3a", + "x-ms-correlation-request-id": "bf7034ad-590c-492e-86c4-0ac2da447ea7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;209", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "071c3d19-6a74-4593-ba0b-f1bca7a664b4", + "x-ms-routing-request-id": "EASTUS:20230615T121858Z:bf7034ad-590c-492e-86c4-0ac2da447ea7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-a5ceab41988f364f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "67e26a2e28966f9ea77cc2d7ae354191", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:19:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "67e26a2e28966f9ea77cc2d7ae354191", + "x-ms-correlation-request-id": "c8f72240-b08c-492c-9ddb-2b3e7d802a13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "5113050f-e103-4fa7-82d4-b4fd918ef895", + "x-ms-routing-request-id": "EASTUS:20230615T121930Z:c8f72240-b08c-492c-9ddb-2b3e7d802a13", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-2a72c54caf316e43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c998a9985a050c8a3a73b51b33f3d478", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:20:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c998a9985a050c8a3a73b51b33f3d478", + "x-ms-correlation-request-id": "e6a56d1a-7db5-4b95-ba39-beebb8875871", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "fdfef8d6-19c4-4b21-ab17-5d83a96e20bd", + "x-ms-routing-request-id": "EASTUS:20230615T122002Z:e6a56d1a-7db5-4b95-ba39-beebb8875871", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-c54d2b9e8323d449-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c51804213cb419a4c88ddab36a2786da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:20:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c51804213cb419a4c88ddab36a2786da", + "x-ms-correlation-request-id": "ceb99d7a-3880-4a6c-8227-f871b4de6a1e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "0f7e8681-8812-4ffa-bdf8-f0003e6cf286", + "x-ms-routing-request-id": "EASTUS:20230615T122035Z:ceb99d7a-3880-4a6c-8227-f871b4de6a1e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-8b5635f5c878d144-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6529dc4f811cd335e0d52c2373823cb3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:21:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6529dc4f811cd335e0d52c2373823cb3", + "x-ms-correlation-request-id": "c071c59c-55c8-449a-93d1-0d672ed70bcc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "8191f6e1-efc1-4acb-b887-be71e0d094fb", + "x-ms-routing-request-id": "EASTUS:20230615T122107Z:c071c59c-55c8-449a-93d1-0d672ed70bcc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-f7455a213f45794e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a9b54aa77b1d5bdd057f00777fd6a213", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:21:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a9b54aa77b1d5bdd057f00777fd6a213", + "x-ms-correlation-request-id": "5a5bbdac-df8b-4eec-821f-c444406fb416", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "fbf28032-1fcd-4b12-8956-b4c9650a13c0", + "x-ms-routing-request-id": "EASTUS:20230615T122139Z:5a5bbdac-df8b-4eec-821f-c444406fb416", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-2156662c087b9e45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "56cbdaec6fc9a05bcf44e5de1081a646", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:22:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56cbdaec6fc9a05bcf44e5de1081a646", + "x-ms-correlation-request-id": "b0be9f94-07d5-41d3-a232-b4b143f2d87b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "b027058d-0ac9-49c0-9864-da1402387f1a", + "x-ms-routing-request-id": "EASTUS:20230615T122211Z:b0be9f94-07d5-41d3-a232-b4b143f2d87b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-52df2f5f7218fd43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1f0c2751dc71d4bdfece609d80bd5409", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:22:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1f0c2751dc71d4bdfece609d80bd5409", + "x-ms-correlation-request-id": "1c1bb187-c231-4062-ba13-81d149c422df", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "ea570453-f08e-4d02-9543-37f1e0df0090", + "x-ms-routing-request-id": "EASTUS:20230615T122243Z:1c1bb187-c231-4062-ba13-81d149c422df", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "status": "InProgress", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b20f58f3-b931-4f45-8f09-3b82bafaa453?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-86f54bd4c170cf42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "98361933e5b638e9ef14dad896fe4a84", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:23:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98361933e5b638e9ef14dad896fe4a84", + "x-ms-correlation-request-id": "a6c82fe6-d267-4908-8d97-9419ac9a3d8f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "66d314e7-930a-476f-ab61-bb4f6b96e0e8", + "x-ms-routing-request-id": "EASTUS:20230615T122315Z:a6c82fe6-d267-4908-8d97-9419ac9a3d8f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T12:10:22.8123828\u002B00:00", + "endTime": "2023-06-15T12:23:12.1000926\u002B00:00", + "status": "Succeeded", + "name": "b20f58f3-b931-4f45-8f09-3b82bafaa453" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5298?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6ffd17815f0b404d83ce43c4462b1e7e-9b5ea866a44ea046-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5825bad982c910a11df757fb0ebe2011", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4378", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:23:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5825bad982c910a11df757fb0ebe2011", + "x-ms-correlation-request-id": "01cc6e50-aea7-41b4-86f8-7c540667936c", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "c862432a-25b0-4bd8-bdd2-cafe1a9f280b", + "x-ms-routing-request-id": "EASTUS:20230615T122315Z:01cc6e50-aea7-41b4-86f8-7c540667936c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS5298", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5298", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.12", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.12@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMTIKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IDBmMjdlMmQ2LTMyZWYtNGQ0Yi04OTczLTMxZjg3OWEwZmZhMQogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4xMgpwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Monday", + "timeOfDayUTC": "23:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T12:10:22.7516107Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T12:10:22.7516107Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5298?api-version=2023-05-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "83", + "Content-Type": "application/json", + "traceparent": "00-89b008aa500cf946af983cc487c857cc-e97f771598542947-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f6abdbf00d4a6b8f3dd4305c02e43dff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "maintenanceWindow": { + "dayOfWeek": "Tuesday", + "timeOfDayUTC": "05:25" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "4379", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:23:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f6abdbf00d4a6b8f3dd4305c02e43dff", + "x-ms-correlation-request-id": "2891c466-f919-4477-9246-7ee5b8bf77ca", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "35dd529a-b1d4-4b0f-b74c-f4ba48b66668", + "x-ms-routing-request-id": "EASTUS:20230615T122316Z:2891c466-f919-4477-9246-7ee5b8bf77ca", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testamlFS5298", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/amlFilesystems/testamlFS5298", + "type": "Microsoft.StorageCache/amlFilesystems", + "location": "eastus", + "tags": {}, + "properties": { + "storageCapacityTiB": 16.0, + "health": { + "state": "Available", + "statusDescription": "The cluster is available" + }, + "provisioningState": "Succeeded", + "clientInfo": { + "mgsAddress": "10.5.0.12", + "mountCommand": "mount -t lustre -o noatime,user_xattr 10.5.0.12@tcp0:/lustrefs /\u003Clocal path\u003E", + "lustreVersion": "2.15", + "containerStorageInterface": { + "persistentVolumeClaim": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lQ2xhaW0KbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgUFZDCiAgbmFtZTogcHZjLWx1c3RyZQpzcGVjOgogIGFjY2Vzc01vZGVzOgogICAgLSBSZWFkV3JpdGVNYW55CiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgICMgVGhlIHJlYWwgc3RvcmFnZSBjYXBhY2l0eSBpbiB0aGUgY2xhaW0KICAgICAgc3RvcmFnZTogMTYuMFRpCiAgIyBUaGlzIGZpZWxkIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIHN0b3JhZ2UgY2xhc3MgbmFtZSBpbiBTdG9yYWdlQ2xhc3MKICBzdG9yYWdlQ2xhc3NOYW1lOiBzYy5henVyZWx1c3RyZS5jc2kuYXp1cmUuY29tCg==", + "persistentVolume": "Ci0tLQphcGlWZXJzaW9uOiB2MQpraW5kOiBQZXJzaXN0ZW50Vm9sdW1lCm1ldGFkYXRhOgogICMgVGhlIG5hbWUgb2YgdGhlIFBWCiAgbmFtZTogcHYtbHVzdHJlCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgICAtIFJlYWRXcml0ZU1hbnkKICBjYXBhY2l0eToKICAgICMgVGhpcyBmaWVsZCBzaG91bGQgYmUgdGhlIHRydWUgc2l6ZSBvZiB0aGUgQXp1cmUgTHVzdHJlIHlvdSB3YW50CiAgICAjIHRvIHVzZWQuIFNvIHRoYXQsIGs4cyBjYW4gYWxsb2NhdGUgcmVzb3VyY2VzIGJldHRlci4KICAgIHN0b3JhZ2U6IDE2LjBUaQogIGNzaToKICAgIGRyaXZlcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQogICAgdm9sdW1lQXR0cmlidXRlczoKICAgICAgIyBUaGUgZmlsZSBzeXN0ZW0gbmFtZSBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIGZzLW5hbWU6IHRjcDAKICAgICAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgICAgIG1ncy1pcC1hZGRyZXNzOiAxMC41LjAuMTIKICAgICMgTWFrZSBzdXJlIHRoaXMgVm9sdW1lSUQgaXMgdW5pcXVlIGluIHRoZSBjbHVzdGVyCiAgICB2b2x1bWVIYW5kbGU6IDBmMjdlMmQ2LTMyZWYtNGQ0Yi04OTczLTMxZjg3OWEwZmZhMQogICMgIkRlbGV0ZSIgaXMgbm90IHN1cHBvcnRlZCBpbiBzdGF0aWMgcHJvdmlzaW9uaW5nIFBWCiAgbW91bnRPcHRpb25zOgogICAgLSBub2F0aW1lCiAgICAtIGZsb2NrCiAgcGVyc2lzdGVudFZvbHVtZVJlY2xhaW1Qb2xpY3k6IFJldGFpbgogIHN0b3JhZ2VDbGFzc05hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20K", + "storageClass": "Ci0tLQphcGlWZXJzaW9uOiBzdG9yYWdlLms4cy5pby92MQpraW5kOiBTdG9yYWdlQ2xhc3MKbWV0YWRhdGE6CiAgIyBUaGUgbmFtZSBvZiB0aGUgU3RvcmFnZUNsYXNzLgogIG5hbWU6IHNjLmF6dXJlbHVzdHJlLmNzaS5henVyZS5jb20KcGFyYW1ldGVyczoKICAjIFRoZSBmaWxlIHN5c3RlbSBuYW1lIG9mIHRoZSBleGlzdGluZyBMdXN0cmUsICJsdXN0cmVmcyIgaW4gY29tbW9uIGNhc2UKICBmcy1uYW1lOiB0Y3AwCiAgIyBUaGUgSVAgYWRkcmVzcyBvZiB0aGUgZXhpc3RpbmcgTHVzdHJlCiAgbWdzLWlwLWFkZHJlc3M6IDEwLjUuMC4xMgpwcm92aXNpb25lcjogYXp1cmVsdXN0cmUuY3NpLmF6dXJlLmNvbQojIEF6dXJlIEx1c3RyZSBDbHVzdGVyIGlzIHJlbW92ZWQgYWZ0ZXIgUFZDIGRlbGV0aW9uIGlmIHJlY2xhaW1Qb2xpY3kgaXMgdGhlIGRlZmF1bHQgdmFsdWUgIkRlbGV0ZSIuCnJlY2xhaW1Qb2xpY3k6IFJldGFpbgp2b2x1bWVCaW5kaW5nTW9kZTogSW1tZWRpYXRlCm1vdW50T3B0aW9uczoKICAtIG5vYXRpbWUKICAtIGZsb2NrCg==" + } + }, + "throughputProvisionedMBps": 2000, + "maintenanceWindow": { + "dayOfWeek": "Tuesday", + "timeOfDayUTC": "05:25" + }, + "hsm": { + "settings": { + "container": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/importcontainer", + "loggingContainer": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Storage/storageAccounts/sdktestingstorageaccount/blobServices/default/containers/loggingcontainer" + } + }, + "filesystemSubnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/fsSubnet" + }, + "zones": [ + "1" + ], + "sku": { + "name": "AMLFS-Durable-Premium-125" + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T12:10:22.7516107Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T12:23:15.9598913Z" + } + } + } + ], + "Variables": { + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "257744954", + "RESOURCE_GROUP": "rg-rdupuisstoragecache", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "storage_account_name": "sdktestingstorageaccount", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "vnet_name": "vnet1" + } +} diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/CreateOrUpdate().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/CreateOrUpdate().json index e3f81bf40aaf..2dba4f8bc475 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/CreateOrUpdate().json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/CreateOrUpdate().json @@ -1,52 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ce949108fa9d5bc61d1aacbd2992c56a-3dc06c6c56d03193-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "a3c9db241e8dd7a3219dd377e6f7e887", + "traceparent": "00-873df949cb92d1409c75b43cc5cc1404-6bb8e6cb99c4fe4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9e293856e7cb7ed201629258583f8f41", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:42:33 GMT", + "Date": "Thu, 15 Jun 2023 14:26:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "66330c2d-b0bd-4286-b41b-90204431e8e6", + "x-ms-correlation-request-id": "0470c842-38ad-44ef-9156-9f0fff896c15", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "66330c2d-b0bd-4286-b41b-90204431e8e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154234Z:66330c2d-b0bd-4286-b41b-90204431e8e6" + "x-ms-request-id": "0470c842-38ad-44ef-9156-9f0fff896c15", + "x-ms-routing-request-id": "EASTUS:20230615T142603Z:0470c842-38ad-44ef-9156-9f0fff896c15" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,76 +43,76 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg2863?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-954e83cb02bcef48caaae38edfc42c72-719f1dfab6050e86-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "4fce4281db39cfd6173acfa6ae268e17", + "traceparent": "00-c4431c6fb198624b9f0ae9db31927937-6bd07524d432444b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0027341c90633dc50420f5fa855c4b20", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:42:36 GMT", + "Date": "Thu, 15 Jun 2023 14:26:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "292e1aa1-3c5a-4a0e-acec-22817bdf0de1", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "292e1aa1-3c5a-4a0e-acec-22817bdf0de1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154237Z:292e1aa1-3c5a-4a0e-acec-22817bdf0de1" + "x-ms-correlation-request-id": "a23de423-9070-437d-b516-17faf9f769db", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "a23de423-9070-437d-b516-17faf9f769db", + "x-ms-routing-request-id": "EASTUS:20230615T142603Z:a23de423-9070-437d-b516-17faf9f769db" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg2863", - "name": "storagecachetestrg2863", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-63232d07c29f1567992345b09a5cbda2-7425ab468414b789-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "8a77d33b5d30eff152afbe2d47e841bf", + "traceparent": "00-6e15c6cd016ad748ba622623c46740ad-585644aa43165642-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3ebf224a73634bd37be8ccbfaa90937f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "146015", + "Content-Length": "156364", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:42:38 GMT", + "Date": "Thu, 15 Jun 2023 14:26:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca2d0364-aa0d-4d40-bc75-074707673eed", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "ca2d0364-aa0d-4d40-bc75-074707673eed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154238Z:ca2d0364-aa0d-4d40-bc75-074707673eed" + "x-ms-correlation-request-id": "f658dd77-d851-4f4d-b87d-d0ce2df043d5", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "f658dd77-d851-4f4d-b87d-d0ce2df043d5", + "x-ms-routing-request-id": "EASTUS:20230615T142604Z:f658dd77-d851-4f4d-b87d-d0ce2df043d5" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -175,6 +162,10 @@ { "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" } ], "resourceTypes": [ @@ -217,9 +208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -335,9 +331,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -453,9 +454,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -493,97 +499,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", "zones": [ + "3", "2", - "1", - "3" + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -593,89 +614,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -685,17 +706,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -740,9 +769,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -821,97 +855,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", "zones": [ + "3", "2", - "1", - "3" + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -921,89 +970,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1013,17 +1062,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1068,9 +1125,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1118,9 +1180,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1144,97 +1211,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1244,89 +1326,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1336,17 +1418,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1391,9 +1481,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1509,9 +1604,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1572,9 +1672,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1647,9 +1752,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1721,9 +1831,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1793,9 +1908,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1911,9 +2031,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2029,9 +2154,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2128,9 +2258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2214,9 +2349,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2297,9 +2437,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2415,9 +2560,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2458,97 +2608,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2558,89 +2723,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2650,17 +2815,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -2705,9 +2878,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2809,9 +2987,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2898,9 +3081,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2987,9 +3175,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3076,9 +3269,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3194,9 +3392,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3312,9 +3515,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3430,9 +3638,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3497,97 +3710,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", "2", - "1", - "3" + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3597,89 +3825,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3689,17 +3917,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -3744,9 +3980,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3785,6 +4026,8 @@ "resourceType": "locations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3899,9 +4142,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4016,9 +4264,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4133,9 +4386,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4236,9 +4494,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4299,9 +4562,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4348,9 +4616,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4465,9 +4738,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4556,9 +4834,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4638,9 +4921,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4687,9 +4975,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4761,9 +5054,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4835,9 +5133,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4905,9 +5208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4978,9 +5286,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5051,9 +5364,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5116,9 +5434,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5181,9 +5504,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5263,9 +5591,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5323,9 +5656,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5373,9 +5711,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5433,9 +5776,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5515,9 +5863,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5597,9 +5950,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5679,9 +6037,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5761,9 +6124,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6337,7 +6705,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6379,7 +6750,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6421,7 +6795,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6463,7 +6840,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6505,7 +6885,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6547,7 +6930,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6589,7 +6975,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6631,7 +7020,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6666,7 +7058,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6686,6 +7080,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6701,7 +7096,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6720,7 +7117,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6739,7 +7138,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6758,7 +7159,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6771,6 +7174,17 @@ "defaultApiVersion": "2018-08-01", "capabilities": "None" }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, { "resourceType": "trafficManagerUserMetricsKeys", "locations": [ @@ -6778,6 +7192,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2017-09-01-preview" @@ -6791,7 +7206,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6841,9 +7258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6945,9 +7367,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7048,9 +7475,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7140,9 +7572,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7230,9 +7667,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7306,9 +7748,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7382,9 +7829,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7458,9 +7910,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7562,9 +8019,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7655,9 +8117,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7744,9 +8211,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7831,9 +8303,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7902,9 +8379,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7991,9 +8473,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8080,9 +8567,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8159,9 +8651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8238,9 +8735,13 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8288,9 +8789,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8366,9 +8872,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8411,6 +8922,7 @@ "resourceType": "firewallPolicies", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8454,9 +8966,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8492,6 +9008,7 @@ "resourceType": "ipGroups", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8535,9 +9052,13 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8573,6 +9094,8 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8596,6 +9119,8 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8646,6 +9171,8 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8731,9 +9258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8798,9 +9330,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8844,97 +9381,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", "2", - "1", - "3" + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -8944,89 +9496,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -9036,17 +9588,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -9091,9 +9651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9169,9 +9734,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9248,9 +9818,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9327,9 +9902,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9392,9 +9972,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9483,9 +10068,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9526,30 +10116,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2022-05-01", - "2021-06-01", - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -9584,7 +10150,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -9604,179 +10170,19 @@ "Australia Southeast" ], "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", + "2022-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", + "West US", "East US", "North Europe", "West Europe", @@ -9812,9 +10218,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9891,9 +10302,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9934,6 +10350,7 @@ "resourceType": "virtualRouters", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -9977,9 +10394,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10015,6 +10436,7 @@ "resourceType": "networkVirtualAppliances", "locations": [ "Qatar Central", + "Poland Central", "Brazil Southeast", "West US 3", "Jio India West", @@ -10058,9 +10480,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10126,9 +10552,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10201,10 +10632,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10220,7 +10656,9 @@ "resourceType": "networkManagerConnections", "locations": [], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10279,7 +10717,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-02-01-preview", @@ -10336,10 +10777,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10398,10 +10844,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10460,7 +10911,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-06-01-preview" @@ -10515,10 +10969,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10576,10 +11035,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10594,6 +11058,8 @@ "resourceType": "networkVirtualApplianceSkus", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10657,9 +11123,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10713,9 +11184,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10729,803 +11205,404 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg2863/providers/Microsoft.Network/virtualNetworks/scTestVNet-9061?api-version=2022-11-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "173", - "Content-Type": "application/json", - "traceparent": "00-63232d07c29f1567992345b09a5cbda2-5ed30ffba2b9b3be-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "eb8bb810f20076d3e4d4307277445fc2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-7478", - "properties": { - "addressPrefix": "10.0.0.0/16" - } - } - ] - }, - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/fa0e31f6-e791-4175-84cc-51e8f3bbe989?api-version=2022-11-01", - "Cache-Control": "no-cache", - "Content-Length": "1279", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:42:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6e310f89-0e3c-4196-be06-1194334863b8", - "x-ms-client-request-id": "eb8bb810f20076d3e4d4307277445fc2", - "x-ms-correlation-request-id": "5df1ecab-3dfe-4b57-b5df-0c966a3b574a", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "fa0e31f6-e791-4175-84cc-51e8f3bbe989", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154246Z:5df1ecab-3dfe-4b57-b5df-0c966a3b574a" - }, - "ResponseBody": { - "name": "scTestVNet-9061", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg2863/providers/Microsoft.Network/virtualNetworks/scTestVNet-9061", - "etag": "W/\u002208b62c72-4b8e-4dc4-829f-60473e049975\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "edaf2092-41f3-412a-a03b-8f5d5d7ae86d", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "scTestSubnet-7478", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg2863/providers/Microsoft.Network/virtualNetworks/scTestVNet-9061/subnets/scTestSubnet-7478", - "etag": "W/\u002208b62c72-4b8e-4dc4-829f-60473e049975\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/fa0e31f6-e791-4175-84cc-51e8f3bbe989?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-63232d07c29f1567992345b09a5cbda2-2757d45e83df7ca2-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "5f7e666cd59948a3ff01a65c2d7e770e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:42:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fb116574-13d0-4c27-86cc-346c39d75181", - "x-ms-client-request-id": "5f7e666cd59948a3ff01a65c2d7e770e", - "x-ms-correlation-request-id": "72b1fe4a-e777-4cb5-a729-65d4f9e26ebc", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "8a7a7d04-e5f8-4296-a96d-483e11065535", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154246Z:72b1fe4a-e777-4cb5-a729-65d4f9e26ebc" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg2863/providers/Microsoft.Network/virtualNetworks/scTestVNet-9061?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-63232d07c29f1567992345b09a5cbda2-f990980327da2660-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "03f6fc4f589b57b41a98a3136db31dd7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1281", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:42:46 GMT", - "ETag": "W/\u002290b90e6f-5f24-4b87-a9ca-295691de70f5\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5d23e3f8-c1c8-48a9-9c73-ae1a7cfb9c96", - "x-ms-client-request-id": "03f6fc4f589b57b41a98a3136db31dd7", - "x-ms-correlation-request-id": "2bf29be5-db8e-4340-98bc-17605f6f0e51", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "ea58eb80-f952-42d0-8c57-76c6ea9faf29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154247Z:2bf29be5-db8e-4340-98bc-17605f6f0e51" - }, - "ResponseBody": { - "name": "scTestVNet-9061", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg2863/providers/Microsoft.Network/virtualNetworks/scTestVNet-9061", - "etag": "W/\u002290b90e6f-5f24-4b87-a9ca-295691de70f5\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "edaf2092-41f3-412a-a03b-8f5d5d7ae86d", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-7478", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg2863/providers/Microsoft.Network/virtualNetworks/scTestVNet-9061/subnets/scTestSubnet-7478", - "etag": "W/\u002290b90e6f-5f24-4b87-a9ca-295691de70f5\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg2863/providers/Microsoft.StorageCache/caches/testsc2407?api-version=2023-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "295", - "Content-Type": "application/json", - "traceparent": "00-fdced945453276173cea8702983139db-e7b7e32b60840905-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "1105724c00c56129a003e9091242c4c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_2G" - }, - "tags": {}, - "location": "eastus", - "properties": { - "cacheSizeGB": 3072, - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg2863/providers/Microsoft.Network/virtualNetworks/scTestVNet-9061/subnets/scTestSubnet-7478", - "zones": [ - "1" - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1995", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:42:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1105724c00c56129a003e9091242c4c8", - "x-ms-correlation-request-id": "839eff6a-be0b-428f-a28b-938931a3e468", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "33b436c5-8e70-44f3-8203-7cf069599975", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154254Z:839eff6a-be0b-428f-a28b-938931a3e468", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "name": "testsc2407", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg2863/providers/Microsoft.StorageCache/caches/testsc2407", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Transitioning", - "statusDescription": "The cache is being allocated." + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, - "provisioningState": "Creating", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg2863/providers/Microsoft.Network/virtualNetworks/scTestVNet-9061/subnets/scTestSubnet-7478", - "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-20T15:42:52.5471142Z", - "pendingFirmwareVersion": "" + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-20T15:42:51.1934177Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-20T15:42:51.1934177Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-122d4886ab1531eb-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "ba0fcee465784e48d29562976eab45d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:42:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba0fcee465784e48d29562976eab45d8", - "x-ms-correlation-request-id": "7cacb74c-1e49-45d1-8b4b-e1dc9fd0e887", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "eaa4c983-dc77-4f78-8f6e-86e073c06db6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154255Z:7cacb74c-1e49-45d1-8b4b-e1dc9fd0e887", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", - "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-862958983b6c2929-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "f79ddad3c0e2c8c14ff15f9fbc293010", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:42:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f79ddad3c0e2c8c14ff15f9fbc293010", - "x-ms-correlation-request-id": "d2834e76-1b53-406c-bd41-ab0ca7af097b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "c699bb4b-f37f-4470-95a8-a10243d7d324", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154257Z:d2834e76-1b53-406c-bd41-ab0ca7af097b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", - "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-7ef965438850cd34-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "43259e280a320f502d818980218aa505", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:42:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "43259e280a320f502d818980218aa505", - "x-ms-correlation-request-id": "651875b0-0201-41c9-9be2-2cb5ddde44e4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "21a9b08b-0824-44b3-861f-3010bbf6616c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154258Z:651875b0-0201-41c9-9be2-2cb5ddde44e4", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", - "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-dd33761a859301cc-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "562c6ce0e3f223680c476b8706a892a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:42:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "562c6ce0e3f223680c476b8706a892a9", - "x-ms-correlation-request-id": "0e54a6c9-c2f9-4297-bed2-2cf6c3fec0fe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "088a6932-27ab-49fc-a540-6cc1a9b29506", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154300Z:0e54a6c9-c2f9-4297-bed2-2cf6c3fec0fe", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", - "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-1a7378895bc7063f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d06e52650286c9a58a8dca603741a6c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:43:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d06e52650286c9a58a8dca603741a6c4", - "x-ms-correlation-request-id": "7416f171-bcca-4bed-b5d6-2329f0077c14", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "8a15bca0-bb23-4896-aaa6-3737c39c82b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154306Z:7416f171-bcca-4bed-b5d6-2329f0077c14", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", - "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-b0eda613db356686-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "50be594bd9fd451d350136eb9ec80984", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:43:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "50be594bd9fd451d350136eb9ec80984", - "x-ms-correlation-request-id": "80f948bd-6e95-4f6b-a3cf-1c5489ea1b6b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "16285c33-e36e-4087-9290-dc1ea96382c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154310Z:80f948bd-6e95-4f6b-a3cf-1c5489ea1b6b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", - "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-7ec310c7975df2df-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "cf1bdfefd51bde7fc662cb641807eccb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:43:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf1bdfefd51bde7fc662cb641807eccb", - "x-ms-correlation-request-id": "8fbe2938-42be-43de-be7f-dd100d544a60", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "fc710295-ca79-4b9d-8eae-cbf754080c10", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154318Z:8fbe2938-42be-43de-be7f-dd100d544a60", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", - "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-5ea9f56f39de0d46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "ac3ba6a041ea8bac34289b84cbba2bc1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:43:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ac3ba6a041ea8bac34289b84cbba2bc1", - "x-ms-correlation-request-id": "5dbd2841-dc43-4c54-8c88-f5fd4a6400bf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "0b977048-aba0-47a0-8721-53a5af6e7c42", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154335Z:5dbd2841-dc43-4c54-8c88-f5fd4a6400bf", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", - "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-ac014f8f4ba24283-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "57714584d72675a8dadf8a9a0eb82c2d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:44:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57714584d72675a8dadf8a9a0eb82c2d", - "x-ms-correlation-request-id": "963664a7-f391-4f89-b8c0-e741b65e7e39", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "5bfd5c08-fb90-4ac4-827c-d4a3a2c487e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154407Z:963664a7-f391-4f89-b8c0-e741b65e7e39", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", - "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6944?api-version=2023-04-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-567360ded22f83a2-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "f84a6a155c8cad9a338f9af23afa130b", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-6e15c6cd016ad748ba622623c46740ad-66cf6afa0c35af43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b7fb18be72c59aebabf2d7f9a41671aa", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:44:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f84a6a155c8cad9a338f9af23afa130b", - "x-ms-correlation-request-id": "cd96b3f0-166e-448c-a564-fe3cbff50e79", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "e52cc5fb-1cde-4434-9149-18b70964fba0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154439Z:cd96b3f0-166e-448c-a564-fe3cbff50e79", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", - "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-31fce635873e3211-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d3e009379496c8a5fdc5d20ab7117d7c", - "x-ms-return-client-request-id": "true" + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-4357", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/05c6910e-5316-47c4-89fc-bb3dd11472b4?api-version=2023-04-01", "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "1016", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:45:12 GMT", + "Date": "Thu, 15 Jun 2023 14:26:06 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d3e009379496c8a5fdc5d20ab7117d7c", - "x-ms-correlation-request-id": "03e4ec09-257f-4dc0-80bd-d757580eeaf4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "74f9d43e-9163-4e2a-aa84-d21f47f52a76", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154512Z:03e4ec09-257f-4dc0-80bd-d757580eeaf4", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-arm-service-request-id": "ce077a25-ce17-4b0c-9b0e-9a1437b68ff6", + "x-ms-client-request-id": "b7fb18be72c59aebabf2d7f9a41671aa", + "x-ms-correlation-request-id": "d5dc6d28-4283-434e-91ec-e5fc17036bdd", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "05c6910e-5316-47c4-89fc-bb3dd11472b4", + "x-ms-routing-request-id": "EASTUS:20230615T142606Z:d5dc6d28-4283-434e-91ec-e5fc17036bdd" }, "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", - "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "name": "scTestVNet-6944", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6944", + "etag": "W/\u00221f8ad423-198d-4f3c-a209-6d77669efb3a\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "6a4c8d24-8338-40b7-a647-820b8d81f57e", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-4357", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6944/subnets/scTestSubnet-4357", + "etag": "W/\u00221f8ad423-198d-4f3c-a209-6d77669efb3a\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/05c6910e-5316-47c4-89fc-bb3dd11472b4?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-7666c0af945282bd-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "606e6dfc326f2734abc323963db53bdf", + "traceparent": "00-6e15c6cd016ad748ba622623c46740ad-3e36214ea7a5324a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "088cdcf1a6b2d7f6372493709bdaa764", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:45:43 GMT", + "Date": "Thu, 15 Jun 2023 14:26:06 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "606e6dfc326f2734abc323963db53bdf", - "x-ms-correlation-request-id": "71ec5778-9ac2-4b85-badc-4d79cf782666", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "5fdbbb74-8dfe-4934-b648-d931bd47d9e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154544Z:71ec5778-9ac2-4b85-badc-4d79cf782666", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-arm-service-request-id": "b723e8cd-5623-402b-b667-00baf1b30a72", + "x-ms-client-request-id": "088cdcf1a6b2d7f6372493709bdaa764", + "x-ms-correlation-request-id": "6e2cacbd-c943-451c-ae7a-c9152379c8bd", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "ca46a13e-312c-4e0a-a09a-9349bbe63642", + "x-ms-routing-request-id": "EASTUS:20230615T142606Z:6e2cacbd-c943-451c-ae7a-c9152379c8bd" }, "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", - "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/05c6910e-5316-47c4-89fc-bb3dd11472b4?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-525a1da34e8d897c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "04637ecc59d88196c582fac78a8ff521", + "traceparent": "00-6e15c6cd016ad748ba622623c46740ad-313e5760d40ef54b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "27c42177744bc822546d278028966249", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:46:16 GMT", + "Date": "Thu, 15 Jun 2023 14:26:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11534,37 +11611,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "04637ecc59d88196c582fac78a8ff521", - "x-ms-correlation-request-id": "145790db-e100-4c20-a7c2-69670ca97a8e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "3d91a1f3-c4eb-4164-a4ba-baaedbf81e0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154616Z:145790db-e100-4c20-a7c2-69670ca97a8e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-arm-service-request-id": "96085f24-a7e0-4890-88dc-825b14e1577f", + "x-ms-client-request-id": "27c42177744bc822546d278028966249", + "x-ms-correlation-request-id": "130d103c-80f3-491a-bcb6-0d1b6a8c58af", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "e5e7aa22-3f8d-48d9-b098-35835c036ba9", + "x-ms-routing-request-id": "EASTUS:20230615T142616Z:130d103c-80f3-491a-bcb6-0d1b6a8c58af" }, "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", - "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6944?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-ce9bd22d2a76f5e9-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "ccf61e12b28c049cd4b828d2700f8b47", + "traceparent": "00-6e15c6cd016ad748ba622623c46740ad-c71e8691d4c99848-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c7076ea8698a55f78c6ee7386253f2b4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "1018", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:46:48 GMT", + "Date": "Thu, 15 Jun 2023 14:26:16 GMT", + "ETag": "W/\u0022ed38343c-7cd0-48e5-aeea-cf2c2cab809f\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11573,76 +11648,81 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ccf61e12b28c049cd4b828d2700f8b47", - "x-ms-correlation-request-id": "7e3abd84-0be2-410a-9933-a3efd375f232", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "b0eb9dfc-5450-4010-9e63-135309d8836a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154649Z:7e3abd84-0be2-410a-9933-a3efd375f232", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-arm-service-request-id": "7265bc1d-be03-4fad-8dc7-ff1da6cfdcf8", + "x-ms-client-request-id": "c7076ea8698a55f78c6ee7386253f2b4", + "x-ms-correlation-request-id": "ffd4808f-2d0f-4f88-b670-eb17179aabf3", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "25e64afa-a9e4-48fd-b4bc-df0158ba95bd", + "x-ms-routing-request-id": "EASTUS:20230615T142616Z:ffd4808f-2d0f-4f88-b670-eb17179aabf3" }, "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", - "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "name": "scTestVNet-6944", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6944", + "etag": "W/\u0022ed38343c-7cd0-48e5-aeea-cf2c2cab809f\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "6a4c8d24-8338-40b7-a647-820b8d81f57e", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-4357", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6944/subnets/scTestSubnet-4357", + "etag": "W/\u0022ed38343c-7cd0-48e5-aeea-cf2c2cab809f\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc3043?api-version=2023-05-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-5b3ea2f8b4618f30-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "393ef38a78aea2a3d6ed9bed386d9d1b", + "Content-Length": "295", + "Content-Type": "application/json", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-909796157b05d240-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "16dde59e239d7d1ebac3b4447e76afa1", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:47:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "393ef38a78aea2a3d6ed9bed386d9d1b", - "x-ms-correlation-request-id": "9bc7e721-363c-4398-ab5d-15f6ed21acac", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "f93b6cd7-3001-43b5-ab2c-b8a741dcf1eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154722Z:9bc7e721-363c-4398-ab5d-15f6ed21acac", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", - "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-ff27511a770d0a83-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "1f8302cd6ebf1a52e15f2f1f31c410b6", - "x-ms-return-client-request-id": "true" + "RequestBody": { + "sku": { + "name": "Standard_2G" + }, + "tags": {}, + "location": "eastus", + "properties": { + "cacheSizeGB": 3072, + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6944/subnets/scTestSubnet-4357", + "zones": [ + "1" + ] + } }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "1967", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:47:54 GMT", + "Date": "Thu, 15 Jun 2023 14:26:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11651,37 +11731,94 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1f8302cd6ebf1a52e15f2f1f31c410b6", - "x-ms-correlation-request-id": "8c23bbcc-b4a6-4c25-b748-779b367c79ea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "20df4a54-a1ca-431c-9431-a5c8ec38c522", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154754Z:8c23bbcc-b4a6-4c25-b748-779b367c79ea", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "16dde59e239d7d1ebac3b4447e76afa1", + "x-ms-correlation-request-id": "5bb0113d-d767-41c4-ada3-de27c903e595", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e", + "x-ms-routing-request-id": "EASTUS:20230615T142619Z:5bb0113d-d767-41c4-ada3-de27c903e595", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", - "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "name": "testsc3043", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc3043", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Transitioning", + "statusDescription": "The cache is being allocated." + }, + "provisioningState": "Creating", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6944/subnets/scTestSubnet-4357", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T14:26:18.291432Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T14:26:17.7902483Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T14:26:17.7902483Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-09f35df4c2a327eb-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "973cb2f6bc5199737a54f59e17aecb66", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-f1d7c2634acb4c4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "42e1727b4bb885ac50890dc7b4b2d615", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:48:26 GMT", + "Date": "Thu, 15 Jun 2023 14:26:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11690,37 +11827,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "973cb2f6bc5199737a54f59e17aecb66", - "x-ms-correlation-request-id": "bdc16a57-84e5-45da-9f8d-61c314e743d3", + "x-ms-client-request-id": "42e1727b4bb885ac50890dc7b4b2d615", + "x-ms-correlation-request-id": "5de77852-e3f2-423e-86f1-43c0a2a32b0d", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "a1ba6ce3-4f5f-4e62-b21e-5569b5bab6a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154827Z:bdc16a57-84e5-45da-9f8d-61c314e743d3", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "0ae91e7b-c45b-46c7-bce0-f6515fc99a80", + "x-ms-routing-request-id": "EASTUS:20230615T142619Z:5de77852-e3f2-423e-86f1-43c0a2a32b0d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-f610cdd582b0e4af-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "6e050c1b6c8b1b88a024574e48847112", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-6e8e1bf96984da4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "197546bec58abfe10ccfeb2e8741f0d0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:48:59 GMT", + "Date": "Thu, 15 Jun 2023 14:26:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11729,37 +11866,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e050c1b6c8b1b88a024574e48847112", - "x-ms-correlation-request-id": "397a7b30-1652-4dfb-b290-e34680cab24b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "cbfb3925-d06f-4de2-8870-8abc0fbf6918", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154859Z:397a7b30-1652-4dfb-b290-e34680cab24b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "197546bec58abfe10ccfeb2e8741f0d0", + "x-ms-correlation-request-id": "cde82734-2243-446c-a23d-55cfe4dfa01d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "5b600b5f-52b3-48e3-9a63-285117663040", + "x-ms-routing-request-id": "EASTUS:20230615T142620Z:cde82734-2243-446c-a23d-55cfe4dfa01d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-e1f86e2e2ce16605-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "85f6e5dd063111ca8fe9a46a78b40232", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-18ec4cdf198dd841-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0bc9b35d6d9576e89c43dc49d1125978", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:49:31 GMT", + "Date": "Thu, 15 Jun 2023 14:26:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11768,37 +11905,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "85f6e5dd063111ca8fe9a46a78b40232", - "x-ms-correlation-request-id": "4c00ae12-a413-4049-9637-4d9d5ce576d6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "7c4e2530-ecbd-48d9-918b-dfc7d1e9a0d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T154931Z:4c00ae12-a413-4049-9637-4d9d5ce576d6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "0bc9b35d6d9576e89c43dc49d1125978", + "x-ms-correlation-request-id": "48b38a80-0ccb-452f-b6ca-2217f9f3a261", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "8c0cafa4-7ec5-4a07-a1c8-8b70b36ec42f", + "x-ms-routing-request-id": "EASTUS:20230615T142621Z:48b38a80-0ccb-452f-b6ca-2217f9f3a261", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-b2321a5946d51757-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "2404c894a1be8a2a2a21f62d642451f6", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-74bbeb6c7148d541-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "471e85984c74b675912236e8607efd0e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:50:04 GMT", + "Date": "Thu, 15 Jun 2023 14:26:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11807,37 +11944,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2404c894a1be8a2a2a21f62d642451f6", - "x-ms-correlation-request-id": "7c8f055b-ddcb-491c-92a2-488f26ddc01a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "65dc2249-0661-42ac-8f41-f9f3405fa1bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155004Z:7c8f055b-ddcb-491c-92a2-488f26ddc01a", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "471e85984c74b675912236e8607efd0e", + "x-ms-correlation-request-id": "9472bf31-9306-4425-bb0d-e3f1183775b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "7fe1cf3b-d75c-4ee6-9990-6e76de29ebfe", + "x-ms-routing-request-id": "EASTUS:20230615T142622Z:9472bf31-9306-4425-bb0d-e3f1183775b3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-8bd0e01f53044137-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "32c1e3e246b8153542f3dea1c71da2ec", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-e0af68288a93a749-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "01693d99cbe851805dfe7c47e897edf9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:50:35 GMT", + "Date": "Thu, 15 Jun 2023 14:26:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11846,37 +11983,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "32c1e3e246b8153542f3dea1c71da2ec", - "x-ms-correlation-request-id": "83d6bd0d-fd0c-4d3b-a451-e1bd28c2eace", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "16736275-5ff3-46e9-9bf7-30ad4783e297", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155036Z:83d6bd0d-fd0c-4d3b-a451-e1bd28c2eace", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "01693d99cbe851805dfe7c47e897edf9", + "x-ms-correlation-request-id": "14da1bd1-48ed-40c6-86bd-33d8564d0746", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "85163639-9d5c-416a-9cd3-a9978702ea24", + "x-ms-routing-request-id": "EASTUS:20230615T142624Z:14da1bd1-48ed-40c6-86bd-33d8564d0746", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-8c4c51bc6f5b79b4-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "7fba25214c7f3b53ba6c5b100f9cad6a", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-f4c9e45239bf5648-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "01957376a922115c3d1379723700161e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:51:08 GMT", + "Date": "Thu, 15 Jun 2023 14:26:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11885,37 +12022,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7fba25214c7f3b53ba6c5b100f9cad6a", - "x-ms-correlation-request-id": "f6568995-6ac9-458a-bacf-db70ed5e93e6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "35a2f256-2d33-4deb-904f-2c0143229a87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155109Z:f6568995-6ac9-458a-bacf-db70ed5e93e6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "01957376a922115c3d1379723700161e", + "x-ms-correlation-request-id": "d6534418-73e1-4c1c-8802-95dec13521e4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "72057de7-6158-47d0-9843-1f7291e13b79", + "x-ms-routing-request-id": "EASTUS:20230615T142628Z:d6534418-73e1-4c1c-8802-95dec13521e4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-fc4bb1dc35150f2b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "9588ae98d0f24d7a93efe2cbc388c20c", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-292aad07e4be6d4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "94b0cd4657a8cd8f05cde975cf2ecdfa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:51:42 GMT", + "Date": "Thu, 15 Jun 2023 14:26:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11924,37 +12061,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9588ae98d0f24d7a93efe2cbc388c20c", - "x-ms-correlation-request-id": "9435eb0d-be22-46ed-915b-34b16de7a81e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "3e2ada68-52e7-4c68-bc64-e06461370eb0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155143Z:9435eb0d-be22-46ed-915b-34b16de7a81e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "94b0cd4657a8cd8f05cde975cf2ecdfa", + "x-ms-correlation-request-id": "12cbde29-40b7-4dca-bc01-ee935c00200d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "341a3bcc-3b17-47e6-b902-a3295ece0b42", + "x-ms-routing-request-id": "EASTUS:20230615T142636Z:12cbde29-40b7-4dca-bc01-ee935c00200d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-b52896901e5c0649-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "3e0c0a7ed16a95768f85774beb2505a5", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-f3582190e7aab746-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ec723c35fbe8efece058c4d5510d1a5d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:52:14 GMT", + "Date": "Thu, 15 Jun 2023 14:26:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11963,37 +12100,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3e0c0a7ed16a95768f85774beb2505a5", - "x-ms-correlation-request-id": "702fb062-4dd7-4474-825b-14866df88ebb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "1e513a1f-d9d6-4f0b-99d3-cc112ae4d8b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155215Z:702fb062-4dd7-4474-825b-14866df88ebb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "ec723c35fbe8efece058c4d5510d1a5d", + "x-ms-correlation-request-id": "461cc3c3-fde1-4731-8815-78d727b7302e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "417388f2-4479-4bac-8a59-8d47d8613931", + "x-ms-routing-request-id": "EASTUS:20230615T142652Z:461cc3c3-fde1-4731-8815-78d727b7302e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-08f67740bc1bbfa4-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "190974450d9551f9aa6cec906a887832", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-d4aea345c78ffb4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1a015ee858e61e51e4c8fb55bfe6410e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:52:47 GMT", + "Date": "Thu, 15 Jun 2023 14:27:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12002,37 +12139,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "190974450d9551f9aa6cec906a887832", - "x-ms-correlation-request-id": "0596f26b-5130-49c2-9067-1887149ec788", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "5ebab65c-d9ef-4bbf-bc56-a5304383bf1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155247Z:0596f26b-5130-49c2-9067-1887149ec788", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "1a015ee858e61e51e4c8fb55bfe6410e", + "x-ms-correlation-request-id": "78f9ecaf-0117-4787-86a2-9a5f2809cc6d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "a498e4ef-1c8b-42af-ba14-5815eb6c6a04", + "x-ms-routing-request-id": "EASTUS:20230615T142725Z:78f9ecaf-0117-4787-86a2-9a5f2809cc6d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-8c2ee26c0a8c7257-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "05914eaa6e90c7ff37f2066c582f626d", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-1ced02dd3776bb4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fa3c7f45298d4a35e1c0b35093b97cf8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:53:19 GMT", + "Date": "Thu, 15 Jun 2023 14:27:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12041,37 +12178,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "05914eaa6e90c7ff37f2066c582f626d", - "x-ms-correlation-request-id": "e6779143-05b5-4f9f-8be1-62adc94257e9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "ca42bf1b-f5b0-4c4f-b85b-418c03bd59e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155320Z:e6779143-05b5-4f9f-8be1-62adc94257e9", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "fa3c7f45298d4a35e1c0b35093b97cf8", + "x-ms-correlation-request-id": "67a3185d-2436-4586-8bd8-d426a9552cec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "098cfc76-0967-4006-bbce-09dcd0135ac8", + "x-ms-routing-request-id": "EASTUS:20230615T142757Z:67a3185d-2436-4586-8bd8-d426a9552cec", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-a4bfc14e93fcfc03-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "4e863ce9a97f707710ba94fee4e52a07", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-f1180dd60afd2a4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "718c8cb3b32ddd13ea530820ff9630fa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:53:52 GMT", + "Date": "Thu, 15 Jun 2023 14:28:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12080,37 +12217,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4e863ce9a97f707710ba94fee4e52a07", - "x-ms-correlation-request-id": "95c0be4c-bac6-4514-b8f4-af8841c72aff", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "0fb03a36-6f76-42cf-aa31-3210f8072b96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155352Z:95c0be4c-bac6-4514-b8f4-af8841c72aff", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "718c8cb3b32ddd13ea530820ff9630fa", + "x-ms-correlation-request-id": "9f51a790-0da0-4f61-9b6b-a07012c6d4cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "4c57e52c-5aa5-49eb-9c31-6d2e3e421c4c", + "x-ms-routing-request-id": "EASTUS:20230615T142829Z:9f51a790-0da0-4f61-9b6b-a07012c6d4cd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-f2072ce6be379272-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "9ca0450dff93d6147442e1a2078cf87a", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-dd186a33cd523b44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d190b5161fd0becf29b63826a4018b2a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:54:23 GMT", + "Date": "Thu, 15 Jun 2023 14:29:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12119,37 +12256,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9ca0450dff93d6147442e1a2078cf87a", - "x-ms-correlation-request-id": "e9730176-d0f0-496f-bfc9-e172b9ff0d91", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "2cd258e0-3153-49f9-9ce6-0fa1ee34e127", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155424Z:e9730176-d0f0-496f-bfc9-e172b9ff0d91", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "d190b5161fd0becf29b63826a4018b2a", + "x-ms-correlation-request-id": "5441c045-e266-455b-b690-acc044f19c72", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "4b4ac9cf-ded1-4847-865e-f1edddf7846c", + "x-ms-routing-request-id": "EASTUS:20230615T142901Z:5441c045-e266-455b-b690-acc044f19c72", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-6877d77344bfd733-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "2da67f09290101b2d721f5d5da01e252", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-7dc6c04667499d45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "33a2034cd05992e16c5f103a20144a4b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:54:56 GMT", + "Date": "Thu, 15 Jun 2023 14:29:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12158,37 +12295,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2da67f09290101b2d721f5d5da01e252", - "x-ms-correlation-request-id": "6df03b98-c874-4f4b-8293-e5e687d46842", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "3772caf2-350a-48dd-840a-b8e869bd3b8b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155457Z:6df03b98-c874-4f4b-8293-e5e687d46842", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "33a2034cd05992e16c5f103a20144a4b", + "x-ms-correlation-request-id": "820d65b1-a714-4a03-b050-c48f99d701ce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "41682e08-cc9e-41d0-84f8-6b7508973bda", + "x-ms-routing-request-id": "EASTUS:20230615T142933Z:820d65b1-a714-4a03-b050-c48f99d701ce", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33b436c5-8e70-44f3-8203-7cf069599975?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-174a37fcdcc17af4-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "125ffec8c68eead927afda3dc7d46983", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-e66928124c9c8443-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "de39b990aa299427bdce48767aec39e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "183", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:55:28 GMT", + "Date": "Thu, 15 Jun 2023 14:30:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12197,38 +12334,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "125ffec8c68eead927afda3dc7d46983", - "x-ms-correlation-request-id": "ac9c7946-9c5c-4bf2-b01a-3f92f0d0bef6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "c750dbd5-9c0c-444e-b4d2-b4ae04e07f11", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155529Z:ac9c7946-9c5c-4bf2-b01a-3f92f0d0bef6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "de39b990aa299427bdce48767aec39e9", + "x-ms-correlation-request-id": "51a37e57-00ee-49c7-8bdd-2b050b22c741", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "5692c557-f6e2-44f3-9a52-f7da3fbe3818", + "x-ms-routing-request-id": "EASTUS:20230615T143005Z:51a37e57-00ee-49c7-8bdd-2b050b22c741", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:42:52.453384\u002B00:00", - "endTime": "2023-03-20T15:55:18.6237469\u002B00:00", - "status": "Succeeded", - "name": "33b436c5-8e70-44f3-8203-7cf069599975" + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", + "status": "InProgress", + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg2863/providers/Microsoft.StorageCache/caches/testsc2407?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fdced945453276173cea8702983139db-c64d440a9740b646-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "65f419c2fc3fe405929fc4720a3efc72", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-a8f8cee4c4b40a4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fbd4ddc8fdf446a0d3fd64710f949d14", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2208", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:55:30 GMT", + "Date": "Thu, 15 Jun 2023 14:30:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12237,213 +12373,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65f419c2fc3fe405929fc4720a3efc72", - "x-ms-correlation-request-id": "3c67d73b-8e00-48a0-aa6a-ef5d1c8b3d83", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;118", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "a265c778-b28f-4068-850d-25a1e74d8b0e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155531Z:3c67d73b-8e00-48a0-aa6a-ef5d1c8b3d83", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "fbd4ddc8fdf446a0d3fd64710f949d14", + "x-ms-correlation-request-id": "36b6c506-0f5c-4d1e-b3d4-ebd8c199fcc0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "395ae024-bc96-46f0-9f82-2f020ee4a497", + "x-ms-routing-request-id": "EASTUS:20230615T143037Z:36b6c506-0f5c-4d1e-b3d4-ebd8c199fcc0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc2407", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg2863/providers/Microsoft.StorageCache/caches/testsc2407", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" - ], - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Healthy", - "statusDescription": "The cache is in Running state", - "conditions": [] - }, - "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" - ], - "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg2863/providers/Microsoft.Network/virtualNetworks/scTestVNet-9061/subnets/scTestSubnet-7478", - "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-20T15:42:52.5471142Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-20T15:42:51.1934177Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-20T15:42:51.1934177Z" - } + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", + "status": "InProgress", + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg2863/providers/Microsoft.StorageCache/caches/testsc2407?api-version=2023-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "1034", - "Content-Type": "application/json", - "traceparent": "00-311ebf19f2561774bc975c0955802ee9-4745f469d8ac1809-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "08da8f5fe52d42eca5bc06524f753902", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_2G" - }, - "tags": {}, - "location": "eastus", - "properties": { - "cacheSizeGB": 3072, - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg2863/providers/Microsoft.Network/virtualNetworks/scTestVNet-9061/subnets/scTestSubnet-7478", - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00.0000000Z" - }, - "networkSettings": { - "mtu": 1500, - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - }, - { - "name": "newone", - "accessRules": [ - { - "scope": "host", - "filter": "10.99.3.145", - "access": "rw", - "suid": true, - "submountAccess": true, - "rootSquash": false - }, - { - "scope": "network", - "filter": "10.99.1.0/24", - "access": "rw", - "suid": true, - "submountAccess": true, - "rootSquash": false - }, - { - "scope": "default", - "access": "no", - "suid": false, - "submountAccess": true, - "rootSquash": true, - "anonymousUID": "65534", - "anonymousGID": "65534" - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ] - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9165b07-9c2a-4867-874c-844a561393ad?api-version=2023-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 15:55:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9165b07-9c2a-4867-874c-844a561393ad?monitor=true\u0026api-version=2023-01-01", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "08da8f5fe52d42eca5bc06524f753902", - "x-ms-correlation-request-id": "a5350418-0732-4966-b228-fe2cd29be6ee", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "f9165b07-9c2a-4867-874c-844a561393ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155532Z:a5350418-0732-4966-b228-fe2cd29be6ee", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9165b07-9c2a-4867-874c-844a561393ad?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-311ebf19f2561774bc975c0955802ee9-971e1e48a28bf03b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "38de67b260fadc552db1bf82f6b3941d", + "Connection": "close", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-4f18c48407b3de48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ea96ed6cacc7a101dc0d758b886b177f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:55:33 GMT", + "Date": "Thu, 15 Jun 2023 14:31:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12452,28 +12414,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "38de67b260fadc552db1bf82f6b3941d", - "x-ms-correlation-request-id": "1328ff4d-0f34-4f55-9586-d828beaa0ba9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "fb9b30d7-9778-4723-abc3-2b4b636aaa87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155533Z:1328ff4d-0f34-4f55-9586-d828beaa0ba9", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "ea96ed6cacc7a101dc0d758b886b177f", + "x-ms-correlation-request-id": "cece6c6c-f12b-4e99-9f3f-1e0f91051dd9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "1c4e57ef-3416-4d4e-bf64-299ed6bbebcc", + "x-ms-routing-request-id": "EASTUS:20230615T143109Z:cece6c6c-f12b-4e99-9f3f-1e0f91051dd9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:55:31.8740499\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "f9165b07-9c2a-4867-874c-844a561393ad" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9165b07-9c2a-4867-874c-844a561393ad?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-311ebf19f2561774bc975c0955802ee9-37cc83cfd01987fe-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "98bbc1653c2be1657c0e0fb266fd403f", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-9cc6d5c8f1ada14e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "437226264f40925619f30a2b45b68528", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12482,7 +12444,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:55:34 GMT", + "Date": "Thu, 15 Jun 2023 14:31:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12491,28 +12453,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "98bbc1653c2be1657c0e0fb266fd403f", - "x-ms-correlation-request-id": "35026bb4-fbd9-416a-9f54-952f98593c15", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "0bf91c1c-6ec9-4cfa-b605-cfeeea443c58", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155534Z:35026bb4-fbd9-416a-9f54-952f98593c15", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "437226264f40925619f30a2b45b68528", + "x-ms-correlation-request-id": "d94b47ec-b917-4bc1-9f65-b048b9a27cc8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;212", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "4109a02e-ea2a-4bb2-850e-9ce8f2d4830a", + "x-ms-routing-request-id": "EASTUS:20230615T143141Z:d94b47ec-b917-4bc1-9f65-b048b9a27cc8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:55:31.8740499\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "f9165b07-9c2a-4867-874c-844a561393ad" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9165b07-9c2a-4867-874c-844a561393ad?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-311ebf19f2561774bc975c0955802ee9-c13b7d33e053ba5d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "e79f1ddc009757081c37935abe90d445", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-07370f34315c5941-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8c0a34304e561b22dc321fe68714bd68", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12521,7 +12483,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:55:36 GMT", + "Date": "Thu, 15 Jun 2023 14:32:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12530,28 +12492,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e79f1ddc009757081c37935abe90d445", - "x-ms-correlation-request-id": "e6f13368-063c-482e-bfea-7d2b9e84e03e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "b8a46d18-2520-4662-9a31-576f8b6adb18", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155536Z:e6f13368-063c-482e-bfea-7d2b9e84e03e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "8c0a34304e561b22dc321fe68714bd68", + "x-ms-correlation-request-id": "51ab9260-4737-4999-b75e-01c1ea8f7243", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;212", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "df783bed-f376-457e-a844-c13d1cb65a6e", + "x-ms-routing-request-id": "EASTUS:20230615T143213Z:51ab9260-4737-4999-b75e-01c1ea8f7243", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:55:31.8740499\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "f9165b07-9c2a-4867-874c-844a561393ad" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9165b07-9c2a-4867-874c-844a561393ad?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-311ebf19f2561774bc975c0955802ee9-d587cda1478fcfd4-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "3f8962e646ab76bd01fcbceb50a27630", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-a1fc2c28d5ceca4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e84ae5e65a221cd39703d1d3a2d65c26", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12560,7 +12522,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:55:37 GMT", + "Date": "Thu, 15 Jun 2023 14:32:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12569,28 +12531,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f8962e646ab76bd01fcbceb50a27630", - "x-ms-correlation-request-id": "f0bca76c-04e7-4238-9967-97d71037a263", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "b30d522b-fb40-4813-9739-9c014a0a8029", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155537Z:f0bca76c-04e7-4238-9967-97d71037a263", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "e84ae5e65a221cd39703d1d3a2d65c26", + "x-ms-correlation-request-id": "738a4c9d-4eb5-4c09-82fd-97ec4328230d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "ab6aca05-ee96-4675-963f-c49c3cb411c5", + "x-ms-routing-request-id": "EASTUS:20230615T143246Z:738a4c9d-4eb5-4c09-82fd-97ec4328230d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:55:31.8740499\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "f9165b07-9c2a-4867-874c-844a561393ad" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9165b07-9c2a-4867-874c-844a561393ad?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-311ebf19f2561774bc975c0955802ee9-4f7b8313ca37eb06-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d9a58070ad136585b9637cf3a90a23eb", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-7c9bfcf43c291d42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "545b4d888b61d8280457660e2f6f0b04", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12599,7 +12561,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:55:39 GMT", + "Date": "Thu, 15 Jun 2023 14:33:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12608,28 +12570,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d9a58070ad136585b9637cf3a90a23eb", - "x-ms-correlation-request-id": "ef518574-af4e-4e97-9d13-d0fb23ca655b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "caa912dc-c08d-461f-99e5-b20abf61c232", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155539Z:ef518574-af4e-4e97-9d13-d0fb23ca655b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "545b4d888b61d8280457660e2f6f0b04", + "x-ms-correlation-request-id": "40146501-0c5e-4937-ac62-f9109c59ca1f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "f3b3c51c-b9d3-4b94-849d-7b369854c706", + "x-ms-routing-request-id": "EASTUS:20230615T143318Z:40146501-0c5e-4937-ac62-f9109c59ca1f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:55:31.8740499\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "f9165b07-9c2a-4867-874c-844a561393ad" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9165b07-9c2a-4867-874c-844a561393ad?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-311ebf19f2561774bc975c0955802ee9-976b8f754728a67c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "03ccca3a017495935f29e59b441c0679", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-5ed794ff962cda4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6045a2359c6bd50660edf5537d4e7905", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12638,7 +12600,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:55:44 GMT", + "Date": "Thu, 15 Jun 2023 14:33:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12647,28 +12609,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03ccca3a017495935f29e59b441c0679", - "x-ms-correlation-request-id": "6ee058ed-0fe2-4cd4-81a3-a2fd3cb1e6fa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "0992987c-cc4f-407a-83ce-b37fe6995c9a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155544Z:6ee058ed-0fe2-4cd4-81a3-a2fd3cb1e6fa", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "6045a2359c6bd50660edf5537d4e7905", + "x-ms-correlation-request-id": "ae01b964-3d38-4d44-b456-18d238540178", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "cada4900-c95e-41a4-8fd5-cae00be7cd5a", + "x-ms-routing-request-id": "EASTUS:20230615T143350Z:ae01b964-3d38-4d44-b456-18d238540178", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:55:31.8740499\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "f9165b07-9c2a-4867-874c-844a561393ad" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9165b07-9c2a-4867-874c-844a561393ad?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-311ebf19f2561774bc975c0955802ee9-9ced674509ceeb00-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "3dea63c1fbea3932dc248647cacacdf6", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-6beb7e00bbe02b4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3a5df8d669b95a07bc72e4cbf3c5ed27", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12677,7 +12639,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:55:52 GMT", + "Date": "Thu, 15 Jun 2023 14:34:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12686,28 +12648,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3dea63c1fbea3932dc248647cacacdf6", - "x-ms-correlation-request-id": "4ee6e3a8-ecff-40c0-8624-577b4f5edeb3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "0c02fbfb-fd2f-4afb-b587-27961bc0dd23", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155552Z:4ee6e3a8-ecff-40c0-8624-577b4f5edeb3", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "3a5df8d669b95a07bc72e4cbf3c5ed27", + "x-ms-correlation-request-id": "2ee53ca2-a6f6-4da5-917b-1aad38674871", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "4ee97e71-3f1e-44a8-a029-59e673831c8f", + "x-ms-routing-request-id": "EASTUS:20230615T143422Z:2ee53ca2-a6f6-4da5-917b-1aad38674871", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:55:31.8740499\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "f9165b07-9c2a-4867-874c-844a561393ad" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9165b07-9c2a-4867-874c-844a561393ad?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-311ebf19f2561774bc975c0955802ee9-ebebdce3bc0297f4-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "86b1d0d872d66fbbec0f7ae9c7ea209d", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-f77faa9d506cdf49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "009dccf8fb91ecbb4685f37395d55ab5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12716,7 +12678,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:56:07 GMT", + "Date": "Thu, 15 Jun 2023 14:34:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12725,28 +12687,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86b1d0d872d66fbbec0f7ae9c7ea209d", - "x-ms-correlation-request-id": "7b91f5d1-ee15-468b-9175-4c564422d2bf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "006cdd51-66de-4740-b772-34e9f4abe745", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155608Z:7b91f5d1-ee15-468b-9175-4c564422d2bf", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "009dccf8fb91ecbb4685f37395d55ab5", + "x-ms-correlation-request-id": "61de8638-ff8a-4468-8ef0-6f2770759b11", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "bc4f42ac-5b07-43de-a0fc-99a998080858", + "x-ms-routing-request-id": "EASTUS:20230615T143454Z:61de8638-ff8a-4468-8ef0-6f2770759b11", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:55:31.8740499\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "f9165b07-9c2a-4867-874c-844a561393ad" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9165b07-9c2a-4867-874c-844a561393ad?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-311ebf19f2561774bc975c0955802ee9-f4db2d185d6e75dc-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "4631035de5203e00979327507a4ccb94", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-edfac40831f24d4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "373761ded012cc4b9aeaa3f8b83be19a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12755,7 +12717,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:56:40 GMT", + "Date": "Thu, 15 Jun 2023 14:35:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12764,28 +12726,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4631035de5203e00979327507a4ccb94", - "x-ms-correlation-request-id": "6495996e-cdb8-4792-a70f-6a2e05ed0b25", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "76e34854-21cb-4699-a1ad-9e8be3b05f27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155641Z:6495996e-cdb8-4792-a70f-6a2e05ed0b25", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "373761ded012cc4b9aeaa3f8b83be19a", + "x-ms-correlation-request-id": "79cbeff9-97bd-4316-86ec-88d6ccf0ea44", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "30b973ab-1643-425a-afef-8b1edfe8371e", + "x-ms-routing-request-id": "EASTUS:20230615T143526Z:79cbeff9-97bd-4316-86ec-88d6ccf0ea44", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:55:31.8740499\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "f9165b07-9c2a-4867-874c-844a561393ad" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9165b07-9c2a-4867-874c-844a561393ad?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-311ebf19f2561774bc975c0955802ee9-034eed7d46184906-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "73c2ef5c806a4fa3a77a51da814971f1", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-69df2b3fb3f3084f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b05bce0078b0da733d71f3347593c5e7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12794,7 +12756,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:57:13 GMT", + "Date": "Thu, 15 Jun 2023 14:35:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12803,28 +12765,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "73c2ef5c806a4fa3a77a51da814971f1", - "x-ms-correlation-request-id": "630ee9a4-8ca2-4ce4-b182-5510deef61e7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "fd208bbc-59c1-4756-b95d-c8862f335e41", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155713Z:630ee9a4-8ca2-4ce4-b182-5510deef61e7", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "b05bce0078b0da733d71f3347593c5e7", + "x-ms-correlation-request-id": "3b9ebc10-3a92-407d-a854-34731ec2e60d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "81db1ed4-9ae9-4791-9e6f-0197f09d06b1", + "x-ms-routing-request-id": "EASTUS:20230615T143558Z:3b9ebc10-3a92-407d-a854-34731ec2e60d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:55:31.8740499\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "f9165b07-9c2a-4867-874c-844a561393ad" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9165b07-9c2a-4867-874c-844a561393ad?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-311ebf19f2561774bc975c0955802ee9-add4d78b2d9d21c3-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "c6eae8038798f2d6d072ee424b6bf4a0", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-3423d0417530f844-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "92ed2e17b58d271581d165a758c2340b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12833,7 +12795,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:57:45 GMT", + "Date": "Thu, 15 Jun 2023 14:36:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12842,37 +12804,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6eae8038798f2d6d072ee424b6bf4a0", - "x-ms-correlation-request-id": "15a9fc54-e2fd-48c0-93a9-ecc9abcde875", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "f2f98bb6-9eba-4d37-94ae-b6e18e413d2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155745Z:15a9fc54-e2fd-48c0-93a9-ecc9abcde875", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "92ed2e17b58d271581d165a758c2340b", + "x-ms-correlation-request-id": "653f598d-16d6-4ae5-8c98-3389c51453b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "d508b92d-bdd4-4858-b4ef-be17931c0549", + "x-ms-routing-request-id": "EASTUS:20230615T143630Z:653f598d-16d6-4ae5-8c98-3389c51453b9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:55:31.8740499\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "f9165b07-9c2a-4867-874c-844a561393ad" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9165b07-9c2a-4867-874c-844a561393ad?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-311ebf19f2561774bc975c0955802ee9-5e4cf8bf3ac27d72-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d88de543ad28dc3260e29ea69426bd4e", + "Connection": "close", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-24bcbaed1a519244-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c67358a3a9796504ee5dfaa0dc175706", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:58:17 GMT", + "Date": "Thu, 15 Jun 2023 14:37:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12881,28 +12845,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d88de543ad28dc3260e29ea69426bd4e", - "x-ms-correlation-request-id": "621d36ab-81a2-47b3-ac96-78dd9dc0951f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "5840eb70-8b74-4736-90b3-497f9da93b6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155818Z:621d36ab-81a2-47b3-ac96-78dd9dc0951f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "c67358a3a9796504ee5dfaa0dc175706", + "x-ms-correlation-request-id": "02a6aa33-974d-43ef-9005-4146566fd34f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "0bc086d3-6878-475e-964f-1f0802dfb976", + "x-ms-routing-request-id": "EASTUS:20230615T143702Z:02a6aa33-974d-43ef-9005-4146566fd34f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:55:31.8740499\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "f9165b07-9c2a-4867-874c-844a561393ad" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9165b07-9c2a-4867-874c-844a561393ad?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-311ebf19f2561774bc975c0955802ee9-aed66253829a3e3d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "924c35210561d5fc18cfa3f79160033b", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-7a5c0dbb89476648-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "89e1bb244f4e4a0db9332fdf13cb827a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12911,7 +12875,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:58:49 GMT", + "Date": "Thu, 15 Jun 2023 14:37:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12920,28 +12884,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "924c35210561d5fc18cfa3f79160033b", - "x-ms-correlation-request-id": "03ab229b-0419-4394-8031-7680c17de14c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "91cefcff-22b0-46f9-80fe-bdfcc956178b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155850Z:03ab229b-0419-4394-8031-7680c17de14c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "89e1bb244f4e4a0db9332fdf13cb827a", + "x-ms-correlation-request-id": "d5ba234a-d32d-401b-88c9-c7e63c26e07e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "8edfbf14-e167-4ca4-ac28-077edbc974fe", + "x-ms-routing-request-id": "EASTUS:20230615T143734Z:d5ba234a-d32d-401b-88c9-c7e63c26e07e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:55:31.8740499\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", "status": "InProgress", - "name": "f9165b07-9c2a-4867-874c-844a561393ad" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f9165b07-9c2a-4867-874c-844a561393ad?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d69f3c15-ebf4-4e75-a97f-82c4ea0d947e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-311ebf19f2561774bc975c0955802ee9-8633cd8718962522-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "9b96b18599bb55c9b50d66b6e82f5da9", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-092bb9c1ceb83d45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1c90e83cfe206d6e2a87a330bb744a69", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12950,7 +12914,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:59:22 GMT", + "Date": "Thu, 15 Jun 2023 14:38:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12959,38 +12923,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b96b18599bb55c9b50d66b6e82f5da9", - "x-ms-correlation-request-id": "99f72ae9-a18a-4e0e-a4b1-fc6dc20bed47", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "a3a52f72-8eb7-47e5-9aae-25f6f1bad310", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155922Z:99f72ae9-a18a-4e0e-a4b1-fc6dc20bed47", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "1c90e83cfe206d6e2a87a330bb744a69", + "x-ms-correlation-request-id": "53752076-c9ab-42b5-a964-1c76fea32131", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "c7877e97-33df-44c3-8a5c-f47449be0573", + "x-ms-routing-request-id": "EASTUS:20230615T143806Z:53752076-c9ab-42b5-a964-1c76fea32131", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:55:31.8740499\u002B00:00", - "endTime": "2023-03-20T15:59:21.0099908\u002B00:00", + "startTime": "2023-06-15T14:26:17.7914561\u002B00:00", + "endTime": "2023-06-15T14:37:56.5148486\u002B00:00", "status": "Succeeded", - "name": "f9165b07-9c2a-4867-874c-844a561393ad" + "name": "d69f3c15-ebf4-4e75-a97f-82c4ea0d947e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg2863/providers/Microsoft.StorageCache/caches/testsc2407?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc3043?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-311ebf19f2561774bc975c0955802ee9-b91a03e2170d4450-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "1521a0b4621e3e3ee8b7bf580a3b4b00", + "traceparent": "00-7eb3fe79128e2f47a5d137c5c897af72-a9a0c5e8de901144-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9c835e79abe153bc4b280d457a255122", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "3058", + "Content-Length": "2180", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:59:24 GMT", + "Date": "Thu, 15 Jun 2023 14:38:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12999,17 +12963,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1521a0b4621e3e3ee8b7bf580a3b4b00", - "x-ms-correlation-request-id": "76293d1c-bf74-4081-8b85-920def011c30", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;118", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "d440fff3-d772-405a-95fd-dab111f9e3d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155924Z:76293d1c-bf74-4081-8b85-920def011c30", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "9c835e79abe153bc4b280d457a255122", + "x-ms-correlation-request-id": "8c86f1a0-f4e6-479c-9381-c0ca02ea49dd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "16dfa59b-016c-45fa-964c-76dc568ef2ee", + "x-ms-routing-request-id": "EASTUS:20230615T143807Z:8c86f1a0-f4e6-479c-9381-c0ca02ea49dd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc2407", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg2863/providers/Microsoft.StorageCache/caches/testsc2407", + "name": "testsc3043", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc3043", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -13020,9 +12984,9 @@ "networkSettings": { "mtu": 1500, "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" ], "ntpServer": "time.windows.com" }, @@ -13030,41 +12994,11 @@ "accessPolicies": [ { "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - }, - { - "name": "newone", - "accessRules": [ - { - "scope": "default", - "access": "no", - "suid": false, - "submountAccess": true, - "rootSquash": true, - "anonymousUID": "65534", - "anonymousGID": "65534" - }, - { - "scope": "host", - "filter": "10.99.3.145", - "access": "rw", - "suid": true, - "submountAccess": true, - "rootSquash": false - }, + "accessRules": [ { - "scope": "network", - "filter": "10.99.1.0/24", + "scope": "default", "access": "rw", - "suid": true, + "suid": false, "submountAccess": true, "rootSquash": false } @@ -13076,7 +13010,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -13084,17 +13017,17 @@ "conditions": [] }, "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg2863/providers/Microsoft.Network/virtualNetworks/scTestVNet-9061/subnets/scTestSubnet-7478", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6944/subnets/scTestSubnet-4357", "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-20T15:42:52.5471142Z", + "lastFirmwareUpdate": "2023-06-15T14:26:18.291432Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -13103,35 +13036,35 @@ } }, "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-20T15:42:51.1934177Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdAt": "2023-06-15T14:26:17.7902483Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-20T15:55:31.7658149Z" + "lastModifiedAt": "2023-06-15T14:26:17.7902483Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg2863/providers/Microsoft.StorageCache/caches/testsc2407?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc3043?api-version=2023-05-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-0fdfad36ce5682afe4e50d7fdc39f771-8f710486d663db43-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "e32163de228f87926cf6dc549f46ede9", + "traceparent": "00-83ae74efca39ba4ab0ff8b9d88d151b7-314af47e1ba26845-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f4637fda3a8625e64d735fc6abdc8f44", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ba5987b2-2191-4a42-b36d-65e719549d72?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/694bc12a-e58b-457e-8abd-fd0c7c388f9b?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 15:59:24 GMT", + "Date": "Thu, 15 Jun 2023 14:38:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ba5987b2-2191-4a42-b36d-65e719549d72?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/694bc12a-e58b-457e-8abd-fd0c7c388f9b?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -13139,24 +13072,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e32163de228f87926cf6dc549f46ede9", - "x-ms-correlation-request-id": "5cc5a7bb-139a-4297-a525-26c29e1d4755", + "x-ms-client-request-id": "f4637fda3a8625e64d735fc6abdc8f44", + "x-ms-correlation-request-id": "393bcfe8-54dc-4492-bf0a-b698e4f869e5", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "ba5987b2-2191-4a42-b36d-65e719549d72", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155925Z:5cc5a7bb-139a-4297-a525-26c29e1d4755", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-request-id": "694bc12a-e58b-457e-8abd-fd0c7c388f9b", + "x-ms-routing-request-id": "EASTUS:20230615T143807Z:393bcfe8-54dc-4492-bf0a-b698e4f869e5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ba5987b2-2191-4a42-b36d-65e719549d72?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/694bc12a-e58b-457e-8abd-fd0c7c388f9b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0fdfad36ce5682afe4e50d7fdc39f771-8abd435434aaeb76-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "84d766c27a0d921a0d99a92785e99fa2", + "traceparent": "00-83ae74efca39ba4ab0ff8b9d88d151b7-4d21fbc7729b1240-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3b55813656103fe3775d4f6e4cf6a76f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13165,7 +13098,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:59:26 GMT", + "Date": "Thu, 15 Jun 2023 14:38:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13174,28 +13107,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "84d766c27a0d921a0d99a92785e99fa2", - "x-ms-correlation-request-id": "9d43e582-3b6d-4b23-86c8-9f556cec3b69", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "5ff9db21-2759-4244-ac5c-ba56018db3a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155926Z:9d43e582-3b6d-4b23-86c8-9f556cec3b69", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "3b55813656103fe3775d4f6e4cf6a76f", + "x-ms-correlation-request-id": "8a0df629-9fb3-4c9d-9bd0-b7e126a684e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "b188c411-491b-4902-9281-f2c135afd04b", + "x-ms-routing-request-id": "EASTUS:20230615T143807Z:8a0df629-9fb3-4c9d-9bd0-b7e126a684e6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:59:25.0293483\u002B00:00", + "startTime": "2023-06-15T14:38:07.5016106\u002B00:00", "status": "InProgress", - "name": "ba5987b2-2191-4a42-b36d-65e719549d72" + "name": "694bc12a-e58b-457e-8abd-fd0c7c388f9b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ba5987b2-2191-4a42-b36d-65e719549d72?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/694bc12a-e58b-457e-8abd-fd0c7c388f9b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0fdfad36ce5682afe4e50d7fdc39f771-cbf662b73bd296af-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "10e6d5ca5af7f0c146fe70366f8eadfb", + "traceparent": "00-83ae74efca39ba4ab0ff8b9d88d151b7-8d10b64022ab8240-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b35cc8999cbff5d9e5d2c84969ef3425", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13204,7 +13137,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:59:27 GMT", + "Date": "Thu, 15 Jun 2023 14:38:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13213,28 +13146,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "10e6d5ca5af7f0c146fe70366f8eadfb", - "x-ms-correlation-request-id": "4468d657-49be-4b51-adbe-e15d0a69a890", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "b2c8e03d-04ff-4872-b096-73184971af40", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155928Z:4468d657-49be-4b51-adbe-e15d0a69a890", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "b35cc8999cbff5d9e5d2c84969ef3425", + "x-ms-correlation-request-id": "e1bc3073-a7a4-4ef7-bc64-aff2eb98c773", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "ede1b4cb-d540-4af7-9521-798e228b4ada", + "x-ms-routing-request-id": "EASTUS:20230615T143808Z:e1bc3073-a7a4-4ef7-bc64-aff2eb98c773", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:59:25.0293483\u002B00:00", + "startTime": "2023-06-15T14:38:07.5016106\u002B00:00", "status": "InProgress", - "name": "ba5987b2-2191-4a42-b36d-65e719549d72" + "name": "694bc12a-e58b-457e-8abd-fd0c7c388f9b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ba5987b2-2191-4a42-b36d-65e719549d72?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/694bc12a-e58b-457e-8abd-fd0c7c388f9b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0fdfad36ce5682afe4e50d7fdc39f771-00da1f48cf059df0-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "399262ab686ef7dbdeb0e3a545f49d88", + "traceparent": "00-83ae74efca39ba4ab0ff8b9d88d151b7-2562aab904d72247-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2a905a7f53869234e2263deb962b4535", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13243,7 +13176,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:59:28 GMT", + "Date": "Thu, 15 Jun 2023 14:38:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13252,28 +13185,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "399262ab686ef7dbdeb0e3a545f49d88", - "x-ms-correlation-request-id": "a73fe0d3-4d60-4f46-b4ea-d3ee533473e5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "97ba7dfd-f6cc-43a2-b639-3a68f726e6ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155929Z:a73fe0d3-4d60-4f46-b4ea-d3ee533473e5", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "2a905a7f53869234e2263deb962b4535", + "x-ms-correlation-request-id": "02201476-36b3-41ec-ac51-afd4d931dcef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "2a47e6f9-52bd-4655-8039-60122c27a236", + "x-ms-routing-request-id": "EASTUS:20230615T143809Z:02201476-36b3-41ec-ac51-afd4d931dcef", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:59:25.0293483\u002B00:00", + "startTime": "2023-06-15T14:38:07.5016106\u002B00:00", "status": "InProgress", - "name": "ba5987b2-2191-4a42-b36d-65e719549d72" + "name": "694bc12a-e58b-457e-8abd-fd0c7c388f9b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ba5987b2-2191-4a42-b36d-65e719549d72?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/694bc12a-e58b-457e-8abd-fd0c7c388f9b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0fdfad36ce5682afe4e50d7fdc39f771-cad98e240c6fd942-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "043910b93b8a6782a4e73d0e09e4237f", + "traceparent": "00-83ae74efca39ba4ab0ff8b9d88d151b7-a1943b984122aa40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "285e61953fcc9945a860563e8e99d588", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13282,7 +13215,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:59:30 GMT", + "Date": "Thu, 15 Jun 2023 14:38:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13291,28 +13224,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "043910b93b8a6782a4e73d0e09e4237f", - "x-ms-correlation-request-id": "1b38cf52-6858-42d8-bd37-b7c4e06632db", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "0427cb52-9d58-44ef-b221-87349d437d38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155930Z:1b38cf52-6858-42d8-bd37-b7c4e06632db", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "285e61953fcc9945a860563e8e99d588", + "x-ms-correlation-request-id": "615d9e03-838a-467b-bc10-3bdb80069f2d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "8cf062af-0963-4825-a8b3-2e029eb59583", + "x-ms-routing-request-id": "EASTUS:20230615T143810Z:615d9e03-838a-467b-bc10-3bdb80069f2d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:59:25.0293483\u002B00:00", + "startTime": "2023-06-15T14:38:07.5016106\u002B00:00", "status": "InProgress", - "name": "ba5987b2-2191-4a42-b36d-65e719549d72" + "name": "694bc12a-e58b-457e-8abd-fd0c7c388f9b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ba5987b2-2191-4a42-b36d-65e719549d72?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/694bc12a-e58b-457e-8abd-fd0c7c388f9b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0fdfad36ce5682afe4e50d7fdc39f771-c3b8de570aa20368-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "237caeec65576134f9ee3247761bab52", + "traceparent": "00-83ae74efca39ba4ab0ff8b9d88d151b7-e343a47998f1244e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f2ee2a287d6646e894cad1985fed5fba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13321,7 +13254,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:59:32 GMT", + "Date": "Thu, 15 Jun 2023 14:38:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13330,28 +13263,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "237caeec65576134f9ee3247761bab52", - "x-ms-correlation-request-id": "6f4a8a2b-2064-4793-8665-e7898325151b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "805b3296-8cd4-4852-96db-6680db3492de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155932Z:6f4a8a2b-2064-4793-8665-e7898325151b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "f2ee2a287d6646e894cad1985fed5fba", + "x-ms-correlation-request-id": "2ddfb8f0-634a-4e8a-a141-7395326f1cf7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;213", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "d923bbc5-d056-41a6-8c7a-52d0690a7730", + "x-ms-routing-request-id": "EASTUS:20230615T143812Z:2ddfb8f0-634a-4e8a-a141-7395326f1cf7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:59:25.0293483\u002B00:00", + "startTime": "2023-06-15T14:38:07.5016106\u002B00:00", "status": "InProgress", - "name": "ba5987b2-2191-4a42-b36d-65e719549d72" + "name": "694bc12a-e58b-457e-8abd-fd0c7c388f9b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ba5987b2-2191-4a42-b36d-65e719549d72?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/694bc12a-e58b-457e-8abd-fd0c7c388f9b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0fdfad36ce5682afe4e50d7fdc39f771-ec85d98106af7c6f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "5e7de761a8547070df2a94872bcdeefa", + "traceparent": "00-83ae74efca39ba4ab0ff8b9d88d151b7-5fe147feea058e42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "08b3938c0c91405914f68126fdf50448", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13360,7 +13293,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:59:36 GMT", + "Date": "Thu, 15 Jun 2023 14:38:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13369,28 +13302,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e7de761a8547070df2a94872bcdeefa", - "x-ms-correlation-request-id": "e7059978-fd92-4302-b504-fb57d168f4ac", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "0cfc76a5-9688-4333-b3cc-b69cb3df312b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155937Z:e7059978-fd92-4302-b504-fb57d168f4ac", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "08b3938c0c91405914f68126fdf50448", + "x-ms-correlation-request-id": "a750f0b2-712f-4637-9162-8d676bbc476c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "594d74bb-6d5f-46fd-95d8-701374d70c58", + "x-ms-routing-request-id": "EASTUS:20230615T143816Z:a750f0b2-712f-4637-9162-8d676bbc476c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:59:25.0293483\u002B00:00", + "startTime": "2023-06-15T14:38:07.5016106\u002B00:00", "status": "InProgress", - "name": "ba5987b2-2191-4a42-b36d-65e719549d72" + "name": "694bc12a-e58b-457e-8abd-fd0c7c388f9b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ba5987b2-2191-4a42-b36d-65e719549d72?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/694bc12a-e58b-457e-8abd-fd0c7c388f9b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0fdfad36ce5682afe4e50d7fdc39f771-2e92454dbbf55a4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "96b9648c7a775331dbd80b9c083bf089", + "traceparent": "00-83ae74efca39ba4ab0ff8b9d88d151b7-8e789e658cdc4344-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6cc3b450533d17ce781893026eac39ba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13399,7 +13332,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 15:59:45 GMT", + "Date": "Thu, 15 Jun 2023 14:38:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13408,28 +13341,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "96b9648c7a775331dbd80b9c083bf089", - "x-ms-correlation-request-id": "5730cf93-e9de-422a-9d17-00c3e4f0b121", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "6ea73a9d-c3c1-46e3-aea6-50bb6c25414f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T155945Z:5730cf93-e9de-422a-9d17-00c3e4f0b121", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "6cc3b450533d17ce781893026eac39ba", + "x-ms-correlation-request-id": "d90c020e-38f6-4105-9a4e-74a1ae636cc0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "3867ca8d-a8ce-41fb-a2c7-870235f2f840", + "x-ms-routing-request-id": "EASTUS:20230615T143825Z:d90c020e-38f6-4105-9a4e-74a1ae636cc0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:59:25.0293483\u002B00:00", + "startTime": "2023-06-15T14:38:07.5016106\u002B00:00", "status": "InProgress", - "name": "ba5987b2-2191-4a42-b36d-65e719549d72" + "name": "694bc12a-e58b-457e-8abd-fd0c7c388f9b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ba5987b2-2191-4a42-b36d-65e719549d72?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/694bc12a-e58b-457e-8abd-fd0c7c388f9b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0fdfad36ce5682afe4e50d7fdc39f771-e73da4df167da26d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "21aceb3cc467442a3d0c432cd1ad362c", + "traceparent": "00-83ae74efca39ba4ab0ff8b9d88d151b7-e77c1ca3ee6d1c4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fbb19b01cde61bf7d1aedd6ffbc2489e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13438,7 +13371,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:00:01 GMT", + "Date": "Thu, 15 Jun 2023 14:38:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13447,28 +13380,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21aceb3cc467442a3d0c432cd1ad362c", - "x-ms-correlation-request-id": "a9479b2f-52d0-4a5c-a6f2-7940e5f1a1a8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "e80c98c3-60b9-45dc-a7df-fdd8e0e6d333", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T160001Z:a9479b2f-52d0-4a5c-a6f2-7940e5f1a1a8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "fbb19b01cde61bf7d1aedd6ffbc2489e", + "x-ms-correlation-request-id": "883774ef-e27d-46c3-94bd-adf19d8a2cf2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;209", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "f51573be-0348-4ee2-b1c2-72059b5d03dd", + "x-ms-routing-request-id": "EASTUS:20230615T143841Z:883774ef-e27d-46c3-94bd-adf19d8a2cf2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:59:25.0293483\u002B00:00", + "startTime": "2023-06-15T14:38:07.5016106\u002B00:00", "status": "InProgress", - "name": "ba5987b2-2191-4a42-b36d-65e719549d72" + "name": "694bc12a-e58b-457e-8abd-fd0c7c388f9b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ba5987b2-2191-4a42-b36d-65e719549d72?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/694bc12a-e58b-457e-8abd-fd0c7c388f9b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0fdfad36ce5682afe4e50d7fdc39f771-181c8953a72b0ee4-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "12ba38001462e7dab629837c9dd467a4", + "traceparent": "00-83ae74efca39ba4ab0ff8b9d88d151b7-5356943c478b7249-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ab4788c5f32a397dc49b8f797957d167", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13477,7 +13410,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:00:34 GMT", + "Date": "Thu, 15 Jun 2023 14:39:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13486,28 +13419,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "12ba38001462e7dab629837c9dd467a4", - "x-ms-correlation-request-id": "60b91880-f397-4533-90f2-4973c3a75954", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "c69ba0c0-de79-4a31-9213-f29c760e2d35", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T160034Z:60b91880-f397-4533-90f2-4973c3a75954", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "ab4788c5f32a397dc49b8f797957d167", + "x-ms-correlation-request-id": "773c1de4-08fc-4e53-a4bd-18a7fb508f0e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "96e9e2be-2ed7-41dc-839e-82676ad96dc6", + "x-ms-routing-request-id": "EASTUS:20230615T143913Z:773c1de4-08fc-4e53-a4bd-18a7fb508f0e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:59:25.0293483\u002B00:00", + "startTime": "2023-06-15T14:38:07.5016106\u002B00:00", "status": "InProgress", - "name": "ba5987b2-2191-4a42-b36d-65e719549d72" + "name": "694bc12a-e58b-457e-8abd-fd0c7c388f9b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ba5987b2-2191-4a42-b36d-65e719549d72?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/694bc12a-e58b-457e-8abd-fd0c7c388f9b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0fdfad36ce5682afe4e50d7fdc39f771-e20f816e2e1f1994-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "3f4a0b39cc20c8923a75596b3705822e", + "traceparent": "00-83ae74efca39ba4ab0ff8b9d88d151b7-2cdf36b67596264a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6125c7bd09448362bca89a8e755f1cb6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13516,7 +13449,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:01:06 GMT", + "Date": "Thu, 15 Jun 2023 14:39:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13525,28 +13458,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f4a0b39cc20c8923a75596b3705822e", - "x-ms-correlation-request-id": "a28148b9-aa24-4260-bf42-7cada64546f6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "67643c99-1d6a-482f-b3df-de602dddfc37", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T160106Z:a28148b9-aa24-4260-bf42-7cada64546f6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "6125c7bd09448362bca89a8e755f1cb6", + "x-ms-correlation-request-id": "ccdf4e6d-1422-4d5d-b9bd-3fb0ed56ff8d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "c451a512-5d6a-4055-8e9e-8418bec19bc6", + "x-ms-routing-request-id": "EASTUS:20230615T143945Z:ccdf4e6d-1422-4d5d-b9bd-3fb0ed56ff8d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:59:25.0293483\u002B00:00", + "startTime": "2023-06-15T14:38:07.5016106\u002B00:00", "status": "InProgress", - "name": "ba5987b2-2191-4a42-b36d-65e719549d72" + "name": "694bc12a-e58b-457e-8abd-fd0c7c388f9b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ba5987b2-2191-4a42-b36d-65e719549d72?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/694bc12a-e58b-457e-8abd-fd0c7c388f9b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0fdfad36ce5682afe4e50d7fdc39f771-4b8beb1e1542e144-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d09bdea1de80282611c56b3d41ada669", + "traceparent": "00-83ae74efca39ba4ab0ff8b9d88d151b7-811a57c9b02b0744-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e53cf4cf8e650d901d77364a3d7ea27a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13555,7 +13488,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:01:38 GMT", + "Date": "Thu, 15 Jun 2023 14:40:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13564,28 +13497,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d09bdea1de80282611c56b3d41ada669", - "x-ms-correlation-request-id": "9d5ddc7b-5f1d-4dbd-902f-c28f387ca949", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "95f8da12-29c4-43c2-9346-bce656eafe89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T160139Z:9d5ddc7b-5f1d-4dbd-902f-c28f387ca949", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "e53cf4cf8e650d901d77364a3d7ea27a", + "x-ms-correlation-request-id": "6f71a935-1fd5-4163-876b-409622f9157f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "3530e403-1ab7-4559-8997-2fa9b5ef346f", + "x-ms-routing-request-id": "EASTUS:20230615T144017Z:6f71a935-1fd5-4163-876b-409622f9157f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:59:25.0293483\u002B00:00", + "startTime": "2023-06-15T14:38:07.5016106\u002B00:00", "status": "InProgress", - "name": "ba5987b2-2191-4a42-b36d-65e719549d72" + "name": "694bc12a-e58b-457e-8abd-fd0c7c388f9b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ba5987b2-2191-4a42-b36d-65e719549d72?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/694bc12a-e58b-457e-8abd-fd0c7c388f9b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0fdfad36ce5682afe4e50d7fdc39f771-19774ef5320ac26a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "c6f29ea5f762340ca5f1d8edba6fb0b1", + "traceparent": "00-83ae74efca39ba4ab0ff8b9d88d151b7-7369c7c007b66342-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "34b276dce69dbc5a25c4ee8258eec465", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13594,7 +13527,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:02:10 GMT", + "Date": "Thu, 15 Jun 2023 14:40:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13603,28 +13536,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6f29ea5f762340ca5f1d8edba6fb0b1", - "x-ms-correlation-request-id": "75efdff7-2dba-4651-ba26-deae1d8f9864", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "71eaebb8-c646-479a-b870-2e19287f8cef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T160211Z:75efdff7-2dba-4651-ba26-deae1d8f9864", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "34b276dce69dbc5a25c4ee8258eec465", + "x-ms-correlation-request-id": "e3d84ddb-b9a4-47fe-9ef3-fac7586c31bc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "d943f966-a58f-4ae6-90a2-cbb1254f8eed", + "x-ms-routing-request-id": "EASTUS:20230615T144049Z:e3d84ddb-b9a4-47fe-9ef3-fac7586c31bc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:59:25.0293483\u002B00:00", + "startTime": "2023-06-15T14:38:07.5016106\u002B00:00", "status": "InProgress", - "name": "ba5987b2-2191-4a42-b36d-65e719549d72" + "name": "694bc12a-e58b-457e-8abd-fd0c7c388f9b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ba5987b2-2191-4a42-b36d-65e719549d72?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/694bc12a-e58b-457e-8abd-fd0c7c388f9b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0fdfad36ce5682afe4e50d7fdc39f771-034267d8550e3b8c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "bedb54a696385b23e4222e5a6155878c", + "traceparent": "00-83ae74efca39ba4ab0ff8b9d88d151b7-b0bf251d15515a48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "84a9d87feb1a2e02361744ccd218463e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13633,7 +13566,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:02:43 GMT", + "Date": "Thu, 15 Jun 2023 14:41:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13642,389 +13575,26 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bedb54a696385b23e4222e5a6155878c", - "x-ms-correlation-request-id": "edde7bdc-b687-4014-8076-3851da85893b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "da3d71d1-1334-4cca-bace-bb3bfa42177c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T160243Z:edde7bdc-b687-4014-8076-3851da85893b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "84a9d87feb1a2e02361744ccd218463e", + "x-ms-correlation-request-id": "a8ce311c-235d-4d54-89a7-c42630e5e72c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "543772e8-0a9e-4f51-a847-d6e5a8d619fa", + "x-ms-routing-request-id": "EASTUS:20230615T144121Z:a8ce311c-235d-4d54-89a7-c42630e5e72c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T15:59:25.0293483\u002B00:00", - "endTime": "2023-03-20T16:02:22.9933718\u002B00:00", + "startTime": "2023-06-15T14:38:07.5016106\u002B00:00", + "endTime": "2023-06-15T14:41:19.9175728\u002B00:00", "status": "Succeeded", - "name": "ba5987b2-2191-4a42-b36d-65e719549d72" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg2863/providers/Microsoft.Network/virtualNetworks/scTestVNet-9061?api-version=2022-11-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-1e94b21eb7569ae8b6c09e94bcdae19c-f0a40165150806d5-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "98c5efcebc12aaccd1672b8e06396da2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/1d28c80e-414b-4e0a-8a77-7956c13f6544?api-version=2022-11-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:02:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/1d28c80e-414b-4e0a-8a77-7956c13f6544?api-version=2022-11-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5d349726-89ed-4427-85f6-5d6ace46a100", - "x-ms-client-request-id": "98c5efcebc12aaccd1672b8e06396da2", - "x-ms-correlation-request-id": "034ef2e9-7793-4492-9c86-d888b90c369b", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "1d28c80e-414b-4e0a-8a77-7956c13f6544", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T160244Z:034ef2e9-7793-4492-9c86-d888b90c369b" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/1d28c80e-414b-4e0a-8a77-7956c13f6544?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1e94b21eb7569ae8b6c09e94bcdae19c-995f861e2397a754-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "cb1f4b6a17a9ea9e8731ecd16a9454ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:02:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9a9e5639-1274-4697-acb2-f3a72c313324", - "x-ms-client-request-id": "cb1f4b6a17a9ea9e8731ecd16a9454ab", - "x-ms-correlation-request-id": "dfffc9f3-1b53-44cc-881e-22d2382c2601", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "71b1e670-db7e-4776-9307-79d1d4be2033", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T160245Z:dfffc9f3-1b53-44cc-881e-22d2382c2601" - }, - "ResponseBody": { - "status": "Succeeded" + "name": "694bc12a-e58b-457e-8abd-fd0c7c388f9b" } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg2863?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-d7af59a8b0a6c2ba069f7a45c6681a1d-25ac9e82c46c34c5-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "a6468bb599bee5babfb61e7ada8de120", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:02:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyODYzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0954e789-539c-412c-81a1-54d103cd9e82", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "0954e789-539c-412c-81a1-54d103cd9e82", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T160248Z:0954e789-539c-412c-81a1-54d103cd9e82" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyODYzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d7af59a8b0a6c2ba069f7a45c6681a1d-ae8d90e4c9815568-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "3d8936422c6bd19191390bf2f92310fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:02:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyODYzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "88733882-435a-42ce-b1f7-93f24acd4ab3", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "88733882-435a-42ce-b1f7-93f24acd4ab3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T160249Z:88733882-435a-42ce-b1f7-93f24acd4ab3" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyODYzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d7af59a8b0a6c2ba069f7a45c6681a1d-21b572ea61903ada-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "8f3dcc5099701391924a8a123419e960", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:03:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyODYzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01799ccc-3975-43f3-892c-fe2d82dd9d4b", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "01799ccc-3975-43f3-892c-fe2d82dd9d4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T160305Z:01799ccc-3975-43f3-892c-fe2d82dd9d4b" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyODYzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d7af59a8b0a6c2ba069f7a45c6681a1d-3ddae4f99a1a7f0a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "a4383812a30368b5495329e0960502f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:03:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyODYzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1b5e57e-13b1-4af6-9fdc-b41b4fb1970f", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "d1b5e57e-13b1-4af6-9fdc-b41b4fb1970f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T160320Z:d1b5e57e-13b1-4af6-9fdc-b41b4fb1970f" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyODYzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d7af59a8b0a6c2ba069f7a45c6681a1d-5f39b62ea2656940-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "2f506b9b1422a874a576aa21a17f9c77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:03:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyODYzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b9c3c02-293f-4449-88c7-63a645c95953", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "2b9c3c02-293f-4449-88c7-63a645c95953", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T160336Z:2b9c3c02-293f-4449-88c7-63a645c95953" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyODYzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d7af59a8b0a6c2ba069f7a45c6681a1d-8382a22a18bf96c7-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "c0e0ab4f6cebacf617d5451d6fb17d8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:03:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyODYzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "000d4b55-efbe-4bef-8a7a-e146da9ff036", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "000d4b55-efbe-4bef-8a7a-e146da9ff036", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T160351Z:000d4b55-efbe-4bef-8a7a-e146da9ff036" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyODYzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d7af59a8b0a6c2ba069f7a45c6681a1d-7cb919374f29a173-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "c9769247bac8fd3ec48fff8cf893c6ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:04:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyODYzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6cfd81e0-0c70-4244-b139-de2e8e1cc3e7", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "6cfd81e0-0c70-4244-b139-de2e8e1cc3e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T160407Z:6cfd81e0-0c70-4244-b139-de2e8e1cc3e7" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyODYzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d7af59a8b0a6c2ba069f7a45c6681a1d-d0a3abf0915e4940-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "ea90b2b642252f0c74a4184ccf5638f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:04:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyODYzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf964b3a-6908-4d3c-8c1e-61a9ba179aeb", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "bf964b3a-6908-4d3c-8c1e-61a9ba179aeb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T160422Z:bf964b3a-6908-4d3c-8c1e-61a9ba179aeb" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyODYzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d7af59a8b0a6c2ba069f7a45c6681a1d-7bef1ca0fee6f992-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "0eda1ef9d30995ae6de2fc5c6c69b383", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:04:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyODYzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "144c44f9-28f3-4185-bb9d-789d6c0afc59", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "144c44f9-28f3-4185-bb9d-789d6c0afc59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T160439Z:144c44f9-28f3-4185-bb9d-789d6c0afc59" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyODYzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d7af59a8b0a6c2ba069f7a45c6681a1d-9ba330800c6c9b36-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "bd677b0e9220056786465524a1f12e6d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:05:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cca395a1-54c3-4802-a506-fc9097ec85ca", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "cca395a1-54c3-4802-a506-fc9097ec85ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T160511Z:cca395a1-54c3-4802-a506-fc9097ec85ca" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "706634091", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1856731034", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/CreateOrUpdate()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/CreateOrUpdate()Async.json index 74ab988f4d80..7d925dd44694 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/CreateOrUpdate()Async.json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/CreateOrUpdate()Async.json @@ -1,53 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-6761ef51852a4c4bbcee0c459b86e41f-a4534e127c034643-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5614f652cadb17383975b0f0d60ded35", + "traceparent": "00-2f6f3a47b38b4445b50ae049a09d6c58-73a5a4fd6afd8b49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "574ad8f0a745e0828121408c4bcfc2ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 00:57:58 GMT", + "Date": "Thu, 15 Jun 2023 18:02:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7987bf3e-6a0d-4efa-ab55-690d238e0ffd", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "7987bf3e-6a0d-4efa-ab55-690d238e0ffd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T005759Z:7987bf3e-6a0d-4efa-ab55-690d238e0ffd" + "x-ms-correlation-request-id": "3d83c862-5755-40d5-b18a-01fc6e970cba", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "3d83c862-5755-40d5-b18a-01fc6e970cba", + "x-ms-routing-request-id": "EASTUS:20230615T180251Z:3d83c862-5755-40d5-b18a-01fc6e970cba" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -57,75 +43,76 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8044?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-eb7c97c5ca14994e9dfe4dd31d988536-ed39f06a795cf44d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "420b98d1a4453913d208bce716ef3d22", + "traceparent": "00-36f1bc83b974404aa059458ed2a2965e-a406a677845b3844-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "73c1c4c0ce4d2ba0370bb133138d48c5", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 00:58:03 GMT", + "Date": "Thu, 15 Jun 2023 18:02:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9aeb841b-8710-43e8-9c52-c7b7ad08d497", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "9aeb841b-8710-43e8-9c52-c7b7ad08d497", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T005803Z:9aeb841b-8710-43e8-9c52-c7b7ad08d497" + "x-ms-correlation-request-id": "9f93901c-247c-421a-a150-97716a608177", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "9f93901c-247c-421a-a150-97716a608177", + "x-ms-routing-request-id": "EASTUS:20230615T180251Z:9f93901c-247c-421a-a150-97716a608177" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8044", - "name": "storagecachetestrg8044", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2f7281cfec3a5d48ab8d20ca7b1efe75-3d0c17eb4b1a4a4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "31b28c8df8d6bdf3d59d7e7f06f3687e", + "traceparent": "00-ae84ab55e5a98e42899de9829cca9dbf-132bcf8143fc8d4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "996a30e7771ea092cfdfccaadfa84677", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "146015", + "Content-Length": "156364", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 00:58:04 GMT", + "Date": "Thu, 15 Jun 2023 18:02:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed43984e-df21-4440-8110-ba7396dc665a", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "ed43984e-df21-4440-8110-ba7396dc665a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T005804Z:ed43984e-df21-4440-8110-ba7396dc665a" + "x-ms-correlation-request-id": "792a8e47-cff8-4ba9-a106-83dd260275f9", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "792a8e47-cff8-4ba9-a106-83dd260275f9", + "x-ms-routing-request-id": "EASTUS:20230615T180252Z:792a8e47-cff8-4ba9-a106-83dd260275f9" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -175,6 +162,10 @@ { "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" } ], "resourceTypes": [ @@ -217,9 +208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -335,9 +331,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -453,9 +454,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -493,97 +499,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -593,89 +614,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -685,17 +706,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -740,9 +769,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -821,97 +855,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -921,89 +970,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1013,17 +1062,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1068,9 +1125,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1118,9 +1180,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1144,97 +1211,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1244,89 +1326,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1336,17 +1418,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1391,9 +1481,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1509,9 +1604,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1572,9 +1672,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1647,9 +1752,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1721,9 +1831,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1793,9 +1908,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1911,9 +2031,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2029,9 +2154,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2128,9 +2258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2214,9 +2349,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2297,9 +2437,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2415,9 +2560,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2458,97 +2608,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2558,89 +2723,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2650,17 +2815,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -2705,9 +2878,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2809,9 +2987,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2898,9 +3081,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2987,9 +3175,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3076,9 +3269,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3194,9 +3392,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3312,9 +3515,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3430,9 +3638,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3497,97 +3710,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3597,89 +3825,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3689,17 +3917,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -3744,9 +3980,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3785,6 +4026,8 @@ "resourceType": "locations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3899,9 +4142,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4016,9 +4264,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4133,9 +4386,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4236,9 +4494,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4299,9 +4562,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4348,9 +4616,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4465,9 +4738,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4556,9 +4834,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4638,9 +4921,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4687,9 +4975,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4761,9 +5054,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4835,9 +5133,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4905,9 +5208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4978,9 +5286,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5051,9 +5364,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5116,9 +5434,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5181,9 +5504,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5263,9 +5591,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5323,9 +5656,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5373,9 +5711,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5433,9 +5776,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5515,9 +5863,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5597,9 +5950,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5679,9 +6037,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5761,9 +6124,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6337,7 +6705,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6379,7 +6750,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6421,7 +6795,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6463,7 +6840,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6505,7 +6885,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6547,7 +6930,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6589,7 +6975,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6631,7 +7020,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6666,7 +7058,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6686,6 +7080,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6701,7 +7096,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6720,7 +7117,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6739,7 +7138,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6758,7 +7159,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6771,6 +7174,17 @@ "defaultApiVersion": "2018-08-01", "capabilities": "None" }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, { "resourceType": "trafficManagerUserMetricsKeys", "locations": [ @@ -6778,6 +7192,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2017-09-01-preview" @@ -6791,7 +7206,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6841,9 +7258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6945,9 +7367,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7048,9 +7475,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7140,9 +7572,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7230,9 +7667,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7306,9 +7748,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7382,9 +7829,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7458,9 +7910,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7562,9 +8019,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7655,9 +8117,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7744,9 +8211,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7831,9 +8303,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7902,9 +8379,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7991,9 +8473,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8080,9 +8567,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8159,9 +8651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8238,9 +8735,13 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8288,9 +8789,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8366,9 +8872,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8411,6 +8922,7 @@ "resourceType": "firewallPolicies", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8454,9 +8966,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8492,6 +9008,7 @@ "resourceType": "ipGroups", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8535,9 +9052,13 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8573,6 +9094,8 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8596,6 +9119,8 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8646,6 +9171,8 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8731,9 +9258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8798,9 +9330,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8844,97 +9381,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -8944,89 +9496,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -9036,17 +9588,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -9091,9 +9651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9169,9 +9734,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9248,9 +9818,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9327,9 +9902,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9392,9 +9972,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9483,9 +10068,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9526,30 +10116,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2022-05-01", - "2021-06-01", - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -9584,7 +10150,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -9604,179 +10170,19 @@ "Australia Southeast" ], "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", + "2022-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", + "West US", "East US", "North Europe", "West Europe", @@ -9812,9 +10218,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9891,9 +10302,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9934,6 +10350,7 @@ "resourceType": "virtualRouters", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -9977,9 +10394,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10015,6 +10436,7 @@ "resourceType": "networkVirtualAppliances", "locations": [ "Qatar Central", + "Poland Central", "Brazil Southeast", "West US 3", "Jio India West", @@ -10058,9 +10480,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10126,9 +10552,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10201,10 +10632,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10220,7 +10656,9 @@ "resourceType": "networkManagerConnections", "locations": [], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10279,7 +10717,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-02-01-preview", @@ -10336,10 +10777,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10398,10 +10844,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10460,7 +10911,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-06-01-preview" @@ -10515,10 +10969,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10576,10 +11035,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10594,6 +11058,8 @@ "resourceType": "networkVirtualApplianceSkus", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10657,9 +11123,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10713,9 +11184,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10729,1078 +11205,404 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8044/providers/Microsoft.Network/virtualNetworks/scTestVNet-6986?api-version=2022-11-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "173", - "Content-Type": "application/json", - "traceparent": "00-2f7281cfec3a5d48ab8d20ca7b1efe75-bca8a1aa7027ff48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0d72a3cc0151081cc17b30228573cebe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-4184", - "properties": { - "addressPrefix": "10.0.0.0/16" - } - } - ] - }, - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/43a77fba-dff1-4093-ac76-01276676cdfe?api-version=2022-11-01", - "Cache-Control": "no-cache", - "Content-Length": "1279", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 00:58:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2f0c2471-05c1-4d0b-b76a-253c7732e688", - "x-ms-client-request-id": "0d72a3cc0151081cc17b30228573cebe", - "x-ms-correlation-request-id": "28b91b08-e7dd-4a12-9652-1f357506f4a9", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "43a77fba-dff1-4093-ac76-01276676cdfe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T005811Z:28b91b08-e7dd-4a12-9652-1f357506f4a9" - }, - "ResponseBody": { - "name": "scTestVNet-6986", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8044/providers/Microsoft.Network/virtualNetworks/scTestVNet-6986", - "etag": "W/\u0022931ef7c8-3802-4e21-a8d3-6c63778ebb89\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "14ee0f9c-f476-4f6c-8e8d-1f2cd7c5d77f", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "scTestSubnet-4184", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8044/providers/Microsoft.Network/virtualNetworks/scTestVNet-6986/subnets/scTestSubnet-4184", - "etag": "W/\u0022931ef7c8-3802-4e21-a8d3-6c63778ebb89\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/43a77fba-dff1-4093-ac76-01276676cdfe?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2f7281cfec3a5d48ab8d20ca7b1efe75-969b421051514e4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7e7071ae68a58c9170aa6f5ac8d13761", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 00:58:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3ec433e6-3614-4d04-8f87-6764f4e523d7", - "x-ms-client-request-id": "7e7071ae68a58c9170aa6f5ac8d13761", - "x-ms-correlation-request-id": "f9d3b9f9-7b90-48cc-b800-df887356d8df", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "b2b536b1-0a30-426e-aa22-b7c5115d5b1d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T005811Z:f9d3b9f9-7b90-48cc-b800-df887356d8df" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8044/providers/Microsoft.Network/virtualNetworks/scTestVNet-6986?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2f7281cfec3a5d48ab8d20ca7b1efe75-44a7a483c82c954e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fce7c0cfde4a665f6f28bb6ac27fb438", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1281", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 00:58:13 GMT", - "ETag": "W/\u0022db1301f8-805f-4e2a-8e7f-519e72a3deec\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "903e94de-55a3-4d7c-b779-0b82dfe27c33", - "x-ms-client-request-id": "fce7c0cfde4a665f6f28bb6ac27fb438", - "x-ms-correlation-request-id": "222afd84-7a82-4310-a6b5-4389c33df760", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "30953c26-920c-42a9-8e3f-264ee8cb4c30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T005813Z:222afd84-7a82-4310-a6b5-4389c33df760" - }, - "ResponseBody": { - "name": "scTestVNet-6986", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8044/providers/Microsoft.Network/virtualNetworks/scTestVNet-6986", - "etag": "W/\u0022db1301f8-805f-4e2a-8e7f-519e72a3deec\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "14ee0f9c-f476-4f6c-8e8d-1f2cd7c5d77f", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-4184", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8044/providers/Microsoft.Network/virtualNetworks/scTestVNet-6986/subnets/scTestSubnet-4184", - "etag": "W/\u0022db1301f8-805f-4e2a-8e7f-519e72a3deec\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8044/providers/Microsoft.StorageCache/caches/testsc5921?api-version=2023-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "295", - "Content-Type": "application/json", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-2ca91c853de6e744-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "14733bc64f032f18781c1974f6da8180", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_2G" - }, - "tags": {}, - "location": "eastus", - "properties": { - "cacheSizeGB": 3072, - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8044/providers/Microsoft.Network/virtualNetworks/scTestVNet-6986/subnets/scTestSubnet-4184", - "zones": [ - "1" - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1995", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 00:58:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "14733bc64f032f18781c1974f6da8180", - "x-ms-correlation-request-id": "969f6472-08bb-4864-a9b2-9c82b9fb8f5f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T005820Z:969f6472-08bb-4864-a9b2-9c82b9fb8f5f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "name": "testsc5921", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8044/providers/Microsoft.StorageCache/caches/testsc5921", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Transitioning", - "statusDescription": "The cache is being allocated." + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, - "provisioningState": "Creating", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8044/providers/Microsoft.Network/virtualNetworks/scTestVNet-6986/subnets/scTestSubnet-4184", - "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T00:58:17.8774598Z", - "pendingFirmwareVersion": "" + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-21T00:58:15.3594401Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T00:58:15.3594401Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-6cef8ee2d4ab8041-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8c9336f6235d7f5ea7b8832ec4eb6f94", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 00:58:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8c9336f6235d7f5ea7b8832ec4eb6f94", - "x-ms-correlation-request-id": "f37e7993-b21a-4a95-8e6c-1ea23dee8f6f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "e901916b-ce7c-4eb4-a456-4bc627cbb6b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T005821Z:f37e7993-b21a-4a95-8e6c-1ea23dee8f6f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-7e4c624f485fdd41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e6b93ba620b20d9792a203f9409b8251", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 00:58:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e6b93ba620b20d9792a203f9409b8251", - "x-ms-correlation-request-id": "9023370a-8a6e-43d6-9a75-be34d948bf9f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "764fc634-5a6b-4817-a1e7-dc524b6541db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T005823Z:9023370a-8a6e-43d6-9a75-be34d948bf9f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-557aef65db0eaf45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c07e2953f5468c227d4eebe9357b0c25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 00:58:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c07e2953f5468c227d4eebe9357b0c25", - "x-ms-correlation-request-id": "3f2671d1-74a2-479a-9d5b-917effdacb32", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "97e9783e-1dff-4b01-9310-d81662cc1610", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T005824Z:3f2671d1-74a2-479a-9d5b-917effdacb32", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-b77ff519ee5f6345-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "71d67a9ae26dd53d9f86f9bb1f653f0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 00:58:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "71d67a9ae26dd53d9f86f9bb1f653f0c", - "x-ms-correlation-request-id": "fa0026a2-f2c9-4ac8-8782-bd5e94f857aa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "e2bb46ce-b439-4225-af98-d1e4b09281c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T005825Z:fa0026a2-f2c9-4ac8-8782-bd5e94f857aa", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-a45a2d7a57651845-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9ada3235af6db14e182d696435aed817", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 00:58:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9ada3235af6db14e182d696435aed817", - "x-ms-correlation-request-id": "a7c1e586-0254-4de9-beb5-54c372b54537", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "40d210c6-ce6b-4457-90c6-4cf7a1fea74c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T005828Z:a7c1e586-0254-4de9-beb5-54c372b54537", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-33efe9c48a0edb45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c55edd9611c570e3eba920bffb676d18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 00:58:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c55edd9611c570e3eba920bffb676d18", - "x-ms-correlation-request-id": "4911836a-ed8b-4bb4-8825-694d19c64430", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "c9f4b503-cb69-4bda-bd55-387541aac481", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T005832Z:4911836a-ed8b-4bb4-8825-694d19c64430", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-7b941bdbbe92e841-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "02b3df0e71a0ebb82c24584079d9a0f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 00:58:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02b3df0e71a0ebb82c24584079d9a0f1", - "x-ms-correlation-request-id": "97dec6ea-4828-43dc-9217-4f52f7cacc77", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "8b3b8376-01d0-4b3d-97af-367f5b4cff4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T005840Z:97dec6ea-4828-43dc-9217-4f52f7cacc77", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-30a558761853a74e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4224e2ae7a0623474f69aec48e8eb5b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 00:58:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4224e2ae7a0623474f69aec48e8eb5b1", - "x-ms-correlation-request-id": "1126259b-6d87-43d3-9129-d56c686fb0f8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "8879442d-b19d-4d6a-98a5-69150c484532", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T005857Z:1126259b-6d87-43d3-9129-d56c686fb0f8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-b9f83b355eb7014f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "555550bfd5fa2476257398a0b9a2f712", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 00:59:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "555550bfd5fa2476257398a0b9a2f712", - "x-ms-correlation-request-id": "cb72921a-5f9d-44a7-9b72-3fbd2a136217", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "8aab7be2-645c-41b0-945a-6704227b7470", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T005929Z:cb72921a-5f9d-44a7-9b72-3fbd2a136217", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-7966bd7e40e3c147-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "18112f092b4294119790b336c3f45c9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:00:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "18112f092b4294119790b336c3f45c9e", - "x-ms-correlation-request-id": "173d6526-4100-40a9-b1c2-f37c473a4bcb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "00670b29-2ce2-4402-bd78-48b4dbc96e15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010001Z:173d6526-4100-40a9-b1c2-f37c473a4bcb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-44bff24486229245-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2880a76f4a84d9f76b001c93e1a76aac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:00:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2880a76f4a84d9f76b001c93e1a76aac", - "x-ms-correlation-request-id": "4f9bfca1-7bc3-4abe-ae21-16c48eeae8b0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "02a3e897-af06-442d-96b5-b84e9f9a3c37", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010034Z:4f9bfca1-7bc3-4abe-ae21-16c48eeae8b0", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-ad7d400e26810e42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5fbb9c729c7c946e3ec1be6a21406131", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:01:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5fbb9c729c7c946e3ec1be6a21406131", - "x-ms-correlation-request-id": "a55284e6-71c2-4d85-8786-54e1f21bfa74", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "a75f1964-bfc5-4822-86da-c36902fd6f50", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010106Z:a55284e6-71c2-4d85-8786-54e1f21bfa74", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-83f4d9d1ca95704c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1131fa16ce21be8e3738ad420e7eb2f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:01:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1131fa16ce21be8e3738ad420e7eb2f0", - "x-ms-correlation-request-id": "785ffc37-7c16-45ce-a2c6-e56e31d08cf5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "7f6cdd8a-eb9e-416f-9e20-dbe388803f63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010138Z:785ffc37-7c16-45ce-a2c6-e56e31d08cf5", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-1886753edd7a344f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "26c40725fd38d22138ebe9c28c8db72b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:02:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "26c40725fd38d22138ebe9c28c8db72b", - "x-ms-correlation-request-id": "7367b2ba-5246-4a04-95ca-27344f054c72", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "008720e8-8f90-465b-9bdc-21d067877cc0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010211Z:7367b2ba-5246-4a04-95ca-27344f054c72", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-81ab8beafd95304d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e77ceb9f5876a38a0efc2744ef2b86c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:02:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e77ceb9f5876a38a0efc2744ef2b86c0", - "x-ms-correlation-request-id": "16844cbb-45d2-42c4-814c-4ba04735e1d3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "dd18423c-e63d-4957-bf0c-76c6bca93e52", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010243Z:16844cbb-45d2-42c4-814c-4ba04735e1d3", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-f3b6d9a0c686b34f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1a44cd0e3a7c19f8d85ed836e5cb32aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:03:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a44cd0e3a7c19f8d85ed836e5cb32aa", - "x-ms-correlation-request-id": "46086e89-0bb5-49c3-8711-8761bade01f8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "a818c463-2377-46ae-9b91-f18f274b6631", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010315Z:46086e89-0bb5-49c3-8711-8761bade01f8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-460?api-version=2023-04-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-59eca32837b33b4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "22a38280cb02cc7a7c20183cd5dce20d", + "Content-Length": "172", + "Content-Type": "application/json", + "traceparent": "00-ae84ab55e5a98e42899de9829cca9dbf-1ba5bc41de565c4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "966861323722201f3af54ecdf4d97bb9", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:03:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22a38280cb02cc7a7c20183cd5dce20d", - "x-ms-correlation-request-id": "3479c0c9-b521-4de6-b738-02733016127e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "231af0f8-e14b-4e93-9df7-ee8c6fea1218", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010349Z:3479c0c9-b521-4de6-b738-02733016127e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-6da95fa2a0830c4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "beb429659d4864aef3620e177f54be43", - "x-ms-return-client-request-id": "true" + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-281", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/8b2e131a-648d-4f4f-bca8-2022f1a2f444?api-version=2023-04-01", "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1011", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:04:21 GMT", + "Date": "Thu, 15 Jun 2023 18:02:53 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "beb429659d4864aef3620e177f54be43", - "x-ms-correlation-request-id": "f311aae4-2257-41f1-9687-1dad48c42d85", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "7c8b8013-207c-4dd8-adcc-63637bf20d2b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010422Z:f311aae4-2257-41f1-9687-1dad48c42d85", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "c3f82b77-daa4-4eba-a2ba-91f03af3726f", + "x-ms-client-request-id": "966861323722201f3af54ecdf4d97bb9", + "x-ms-correlation-request-id": "f26c526e-e998-400e-b248-f3ae76010717", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "8b2e131a-648d-4f4f-bca8-2022f1a2f444", + "x-ms-routing-request-id": "EASTUS:20230615T180254Z:f26c526e-e998-400e-b248-f3ae76010717" }, "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" + "name": "scTestVNet-460", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-460", + "etag": "W/\u0022bb4f17d8-6198-4c87-aadc-042c8b085942\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "37152e7f-bbd2-4711-aa12-6911170661f3", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-281", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-460/subnets/scTestSubnet-281", + "etag": "W/\u0022bb4f17d8-6198-4c87-aadc-042c8b085942\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/8b2e131a-648d-4f4f-bca8-2022f1a2f444?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-df45b6b5139da442-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6dc47cc9648842bd53779d5b21bb43fb", + "traceparent": "00-ae84ab55e5a98e42899de9829cca9dbf-86df609495d11f4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "641615cc976ab02210495f2928c5abf6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:04:53 GMT", + "Date": "Thu, 15 Jun 2023 18:02:53 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6dc47cc9648842bd53779d5b21bb43fb", - "x-ms-correlation-request-id": "d2df5873-0729-4be1-82e2-3ea86133a440", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "9ad6f2d1-01e4-447b-b14f-2d44c068a81a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010454Z:d2df5873-0729-4be1-82e2-3ea86133a440", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "03a6a5c4-7ee6-4111-bd0f-1275d27f14d7", + "x-ms-client-request-id": "641615cc976ab02210495f2928c5abf6", + "x-ms-correlation-request-id": "407470b3-af79-41ec-b954-9827f94ec484", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "71800908-641d-4ce6-a7fa-0f945635f68a", + "x-ms-routing-request-id": "EASTUS:20230615T180254Z:407470b3-af79-41ec-b954-9827f94ec484" }, "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" + "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/8b2e131a-648d-4f4f-bca8-2022f1a2f444?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-69a8c405ac33e042-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bbd0cb7c7416e361d33e2f9fbc624c28", + "traceparent": "00-ae84ab55e5a98e42899de9829cca9dbf-ea1a459b47db5846-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "548d136489cd0721be6cdbf466d4b5da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:05:26 GMT", + "Date": "Thu, 15 Jun 2023 18:03:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11809,37 +11611,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbd0cb7c7416e361d33e2f9fbc624c28", - "x-ms-correlation-request-id": "863134b3-9f3b-4770-86a2-bc94a1081d0c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "f0834c18-6348-4e1e-b250-885f9c637faf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010526Z:863134b3-9f3b-4770-86a2-bc94a1081d0c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "8e157cf2-aec8-4135-842d-d03b83f94b4e", + "x-ms-client-request-id": "548d136489cd0721be6cdbf466d4b5da", + "x-ms-correlation-request-id": "6c40726b-2167-4ec8-9638-450b198cde43", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "a137bdcf-8e9b-42f1-b49b-9f07af5e1d7d", + "x-ms-routing-request-id": "EASTUS:20230615T180304Z:6c40726b-2167-4ec8-9638-450b198cde43" }, "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" + "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-460?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-60a29143b311774b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5873d462751801856b716bd0ff524337", + "traceparent": "00-ae84ab55e5a98e42899de9829cca9dbf-f4c1e3428c0d454c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "de00c32217c2864f682aac0ccb79d3f6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1013", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:05:58 GMT", + "Date": "Thu, 15 Jun 2023 18:03:04 GMT", + "ETag": "W/\u00221669bd11-a3d7-4401-b3dd-034936b39459\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11848,37 +11648,81 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5873d462751801856b716bd0ff524337", - "x-ms-correlation-request-id": "4e0047b3-2c2a-4a78-bda1-3f1d89290f67", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "50e31d66-9573-4e1e-ab61-9dadd0aabd95", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010559Z:4e0047b3-2c2a-4a78-bda1-3f1d89290f67", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "0c1db20e-ae44-4b0f-aaa2-a0fb38131a05", + "x-ms-client-request-id": "de00c32217c2864f682aac0ccb79d3f6", + "x-ms-correlation-request-id": "9124d25f-259d-4491-8268-fa23421674e7", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "9222da90-c663-453b-a13b-55b3ba117193", + "x-ms-routing-request-id": "EASTUS:20230615T180304Z:9124d25f-259d-4491-8268-fa23421674e7" }, "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" + "name": "scTestVNet-460", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-460", + "etag": "W/\u00221669bd11-a3d7-4401-b3dd-034936b39459\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "37152e7f-bbd2-4711-aa12-6911170661f3", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-281", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-460/subnets/scTestSubnet-281", + "etag": "W/\u00221669bd11-a3d7-4401-b3dd-034936b39459\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc555?api-version=2023-05-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-df9f99c5abc8fa41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b39a131e0283552d1ae09949341d86f0", + "Content-Length": "293", + "Content-Type": "application/json", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-b9a8adbb513f0b43-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "57e7da827ed343bdf40fa6fdbc2e4a3b", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "sku": { + "name": "Standard_2G" + }, + "tags": {}, + "location": "eastus", + "properties": { + "cacheSizeGB": 3072, + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-460/subnets/scTestSubnet-281", + "zones": [ + "1" + ] + } + }, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1964", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:06:30 GMT", + "Date": "Thu, 15 Jun 2023 18:03:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11887,28 +11731,85 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b39a131e0283552d1ae09949341d86f0", - "x-ms-correlation-request-id": "c5ebf085-3ccb-41ba-ba58-992c4fb4cb1e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "e2c19642-e247-42d6-9b7d-0baf86b168a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010631Z:c5ebf085-3ccb-41ba-ba58-992c4fb4cb1e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "57e7da827ed343bdf40fa6fdbc2e4a3b", + "x-ms-correlation-request-id": "4e10f9be-b3e7-4927-a210-0430468d815b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "b517bffe-d7c5-477e-9b65-73e720408bef", + "x-ms-routing-request-id": "EASTUS:20230615T180306Z:4e10f9be-b3e7-4927-a210-0430468d815b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" + "name": "testsc555", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc555", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Transitioning", + "statusDescription": "The cache is being allocated." + }, + "provisioningState": "Creating", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-460/subnets/scTestSubnet-281", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T18:03:05.6021078Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T18:03:05.2644158Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T18:03:05.2644158Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-91f8e6148df99649-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4cf9742aeb4807e246cf4fa40991e380", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-abb1faaf3942f346-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8b71e5995eeda40605bceab37152ca39", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11917,7 +11818,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:07:03 GMT", + "Date": "Thu, 15 Jun 2023 18:03:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11926,28 +11827,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4cf9742aeb4807e246cf4fa40991e380", - "x-ms-correlation-request-id": "b77adeaf-fb31-4fc7-8a17-fdea3d73c577", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "9da5e213-afa2-474e-a3c6-5cdc4976b4e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010704Z:b77adeaf-fb31-4fc7-8a17-fdea3d73c577", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8b71e5995eeda40605bceab37152ca39", + "x-ms-correlation-request-id": "bce4e97f-13e3-4f22-84ce-5c3d8d5875ae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "a7772a91-8334-4092-b0bb-f2cfbd209c34", + "x-ms-routing-request-id": "EASTUS:20230615T180306Z:bce4e97f-13e3-4f22-84ce-5c3d8d5875ae", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-755d5ff2862d124d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a981f7fb98c85fa5a71e3e37db3bcc4e", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-9418ce100885774c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "467970e06d72b430a69a94cc921a66e0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11956,7 +11857,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:07:36 GMT", + "Date": "Thu, 15 Jun 2023 18:03:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11965,28 +11866,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a981f7fb98c85fa5a71e3e37db3bcc4e", - "x-ms-correlation-request-id": "99a66671-acd4-4cd3-893a-518329a47362", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "c25fde3d-b6a5-4897-9a63-de5f6a639eab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010736Z:99a66671-acd4-4cd3-893a-518329a47362", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "467970e06d72b430a69a94cc921a66e0", + "x-ms-correlation-request-id": "1deeda94-0e4b-4583-ad93-20f2c4a5ad6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "86721d47-46e1-4f07-a1de-5c90181fdcab", + "x-ms-routing-request-id": "EASTUS:20230615T180307Z:1deeda94-0e4b-4583-ad93-20f2c4a5ad6c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-96bf10254d5a0c4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8aa67aebf65933ef30936db3b3884c89", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-bfff52a2599c7e42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d76361d3bebc354e7d626008e380db71", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11995,7 +11896,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:08:09 GMT", + "Date": "Thu, 15 Jun 2023 18:03:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12004,28 +11905,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8aa67aebf65933ef30936db3b3884c89", - "x-ms-correlation-request-id": "c20d6cf2-05c7-4820-b0a8-c7468c8f726c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "7dc9da4b-4266-4a70-bc64-85d60a538dbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010809Z:c20d6cf2-05c7-4820-b0a8-c7468c8f726c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "d76361d3bebc354e7d626008e380db71", + "x-ms-correlation-request-id": "75588b4e-f5c4-47bf-bc2b-08368ce0a2f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "61d358d9-40a5-42f5-9840-fd3b97ec2e9e", + "x-ms-routing-request-id": "EASTUS:20230615T180308Z:75588b4e-f5c4-47bf-bc2b-08368ce0a2f7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-5737183731bf154e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3d4d18fddc9c9128cf9aa52aadab2b0b", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-9fcc501bc5daf046-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6cc2b23cf49a2bd2b4bce453ca3a11ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12034,7 +11935,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:08:40 GMT", + "Date": "Thu, 15 Jun 2023 18:03:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12043,39 +11944,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d4d18fddc9c9128cf9aa52aadab2b0b", - "x-ms-correlation-request-id": "b569c986-37ab-40eb-8a83-3f5616cae48e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "8c07c5da-f1a6-4d65-bc36-070ee62b2ec1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010841Z:b569c986-37ab-40eb-8a83-3f5616cae48e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "6cc2b23cf49a2bd2b4bce453ca3a11ea", + "x-ms-correlation-request-id": "3fb48b77-b795-4fe8-b8a2-f1c1cc39cb05", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "06e1889d-06ed-428c-814b-c0f81c24d6dc", + "x-ms-routing-request-id": "EASTUS:20230615T180309Z:3fb48b77-b795-4fe8-b8a2-f1c1cc39cb05", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-37a1f34117a87f4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8eb8010359eb0527074d79342bf1ac1e", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-728c7749597d2c49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0fdf0956f2ee217d2143c80f0d28d126", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:09:14 GMT", + "Date": "Thu, 15 Jun 2023 18:03:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12084,37 +11983,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8eb8010359eb0527074d79342bf1ac1e", - "x-ms-correlation-request-id": "082e3c86-3145-48b3-900d-b7cedfdb67b6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "aa1d3232-345f-41c2-9345-cc992b913d0d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010914Z:082e3c86-3145-48b3-900d-b7cedfdb67b6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "0fdf0956f2ee217d2143c80f0d28d126", + "x-ms-correlation-request-id": "adc10444-af54-4e16-b322-7148fb77c463", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "e56780ae-6c4d-45b0-a644-0a0dd043aeed", + "x-ms-routing-request-id": "EASTUS:20230615T180311Z:adc10444-af54-4e16-b322-7148fb77c463", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-96fc8bc16917ec41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c33ab4d18eed0eb15214babe51c58685", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-50f65a57e8564f46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e08f22bef957df458f3823ffdafb6b43", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:09:50 GMT", + "Date": "Thu, 15 Jun 2023 18:03:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12123,38 +12022,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c33ab4d18eed0eb15214babe51c58685", - "x-ms-correlation-request-id": "06d32d95-290e-4cc8-a653-2b7939d8e18d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "de65eafb-d063-4827-8003-457ea4f401a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010950Z:06d32d95-290e-4cc8-a653-2b7939d8e18d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "e08f22bef957df458f3823ffdafb6b43", + "x-ms-correlation-request-id": "2a608339-865c-4432-8372-6210ea58a402", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "c9fd9beb-0690-4f52-95d9-49311d9ebd2e", + "x-ms-routing-request-id": "EASTUS:20230615T180315Z:2a608339-865c-4432-8372-6210ea58a402", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T00:58:17.7680452\u002B00:00", - "endTime": "2023-03-21T01:09:39.8039031\u002B00:00", - "status": "Succeeded", - "name": "2c7d2c57-deb2-4eb9-b06d-ba4062bb78c7" + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", + "status": "InProgress", + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8044/providers/Microsoft.StorageCache/caches/testsc5921?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdbcf3ff1239b248aba54db54f34627b-e373ead0ebecb345-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b1b06268bdd0a49ef048354e63f466de", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-c1a83eef923f5a42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d9b27550cba0498334a14a572bc21e8b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2208", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:09:53 GMT", + "Date": "Thu, 15 Jun 2023 18:03:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12163,179 +12061,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1b06268bdd0a49ef048354e63f466de", - "x-ms-correlation-request-id": "a0ad5788-1147-4e5f-bd31-d44c7c28f428", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;117", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "efa4cc9d-f430-4991-b953-f2d25bb7e08a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010954Z:a0ad5788-1147-4e5f-bd31-d44c7c28f428", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "d9b27550cba0498334a14a572bc21e8b", + "x-ms-correlation-request-id": "e1a0d4c8-5e38-4c45-8efb-e09031165ec6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "ed845ca5-8d45-4017-b071-047dc3878f7d", + "x-ms-routing-request-id": "EASTUS:20230615T180323Z:e1a0d4c8-5e38-4c45-8efb-e09031165ec6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc5921", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8044/providers/Microsoft.StorageCache/caches/testsc5921", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" - ], - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Healthy", - "statusDescription": "The cache is in Running state", - "conditions": [] - }, - "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" - ], - "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8044/providers/Microsoft.Network/virtualNetworks/scTestVNet-6986/subnets/scTestSubnet-4184", - "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T00:58:17.8774598Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-21T00:58:15.3594401Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T00:58:15.3594401Z" - } + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", + "status": "InProgress", + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8044/providers/Microsoft.StorageCache/caches/testsc5921?api-version=2023-01-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "1034", - "Content-Type": "application/json", - "traceparent": "00-c7834df6ed9e5641b77e19ff3f68c8cd-7daf1424ccf98548-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f85886ee6770751d50a93bd69e68b442", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_2G" - }, - "tags": {}, - "location": "eastus", - "properties": { - "cacheSizeGB": 3072, - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8044/providers/Microsoft.Network/virtualNetworks/scTestVNet-6986/subnets/scTestSubnet-4184", - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00.0000000Z" - }, - "networkSettings": { - "mtu": 1500, - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - }, - { - "name": "newone", - "accessRules": [ - { - "scope": "host", - "filter": "10.99.3.145", - "access": "rw", - "suid": true, - "submountAccess": true, - "rootSquash": false - }, - { - "scope": "network", - "filter": "10.99.1.0/24", - "access": "rw", - "suid": true, - "submountAccess": true, - "rootSquash": false - }, - { - "scope": "default", - "access": "no", - "suid": false, - "submountAccess": true, - "rootSquash": true, - "anonymousUID": "65534", - "anonymousGID": "65534" - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ] - } + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-0783f2d29132ce4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a794beeb31aa5c93c30080b6cf7d4726", + "x-ms-return-client-request-id": "true" }, - "StatusCode": 202, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7075bdcd-d445-4d07-ae4c-96c1049aed67?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 01:09:55 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 18:03:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7075bdcd-d445-4d07-ae4c-96c1049aed67?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -12343,24 +12100,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f85886ee6770751d50a93bd69e68b442", - "x-ms-correlation-request-id": "593c44b7-0030-4a00-8ccf-278cae2acf11", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "7075bdcd-d445-4d07-ae4c-96c1049aed67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010955Z:593c44b7-0030-4a00-8ccf-278cae2acf11", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "a794beeb31aa5c93c30080b6cf7d4726", + "x-ms-correlation-request-id": "7f775bae-ba0b-4a30-8e5e-9997a651e286", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "14675fec-c647-435f-82c5-aeba74a492ca", + "x-ms-routing-request-id": "EASTUS:20230615T180339Z:7f775bae-ba0b-4a30-8e5e-9997a651e286", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", + "status": "InProgress", + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7075bdcd-d445-4d07-ae4c-96c1049aed67?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7834df6ed9e5641b77e19ff3f68c8cd-29f59bd97adcd14f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cad0dcad8d6c0114443b612681c70588", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-a37a322e6d8dd94d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "98be85d8f776f3859f46abb6aeeeb3cd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12369,7 +12130,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:09:55 GMT", + "Date": "Thu, 15 Jun 2023 18:04:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12378,28 +12139,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cad0dcad8d6c0114443b612681c70588", - "x-ms-correlation-request-id": "5355d234-05bb-486a-8ce7-24f3ebc0b38b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "1c3877fe-857a-4826-8a73-780ccc729321", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010955Z:5355d234-05bb-486a-8ce7-24f3ebc0b38b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "98be85d8f776f3859f46abb6aeeeb3cd", + "x-ms-correlation-request-id": "c5bd180f-034a-4bca-b9ae-727d4ca7cf5c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "1da804f7-2ce3-4678-840b-1b3f4050100e", + "x-ms-routing-request-id": "EASTUS:20230615T180411Z:c5bd180f-034a-4bca-b9ae-727d4ca7cf5c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T01:09:55.1031197\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "7075bdcd-d445-4d07-ae4c-96c1049aed67" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7075bdcd-d445-4d07-ae4c-96c1049aed67?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7834df6ed9e5641b77e19ff3f68c8cd-992c47cd80d9be46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6f87f3939c28f39d3744e3d994771ced", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-8754517b0c082946-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1b14971ac3661f98e255159f4acd7ab7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12408,7 +12169,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:09:56 GMT", + "Date": "Thu, 15 Jun 2023 18:04:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12417,37 +12178,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f87f3939c28f39d3744e3d994771ced", - "x-ms-correlation-request-id": "6463b9f3-e433-4bc7-9f9d-ff4caf8d3595", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "de8a95c5-913c-4144-8cfd-ba4928472723", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010957Z:6463b9f3-e433-4bc7-9f9d-ff4caf8d3595", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "1b14971ac3661f98e255159f4acd7ab7", + "x-ms-correlation-request-id": "442fb42c-7102-4df2-b1d4-6577f8be4670", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "cafbbc51-e167-4d88-b31f-b59515390201", + "x-ms-routing-request-id": "EASTUS:20230615T180443Z:442fb42c-7102-4df2-b1d4-6577f8be4670", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T01:09:55.1031197\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "7075bdcd-d445-4d07-ae4c-96c1049aed67" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7075bdcd-d445-4d07-ae4c-96c1049aed67?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7834df6ed9e5641b77e19ff3f68c8cd-2c26095ceb289b45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c228ddfee99839d5dfca84069927924d", + "Connection": "close", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-019c86040d6f8f4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a67f23598503f31438a1086486dcaed5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:09:58 GMT", + "Date": "Thu, 15 Jun 2023 18:05:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12456,28 +12219,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c228ddfee99839d5dfca84069927924d", - "x-ms-correlation-request-id": "65cbf307-edbf-46e8-a3ef-f7f1472e9e34", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "bd7840f4-85b0-4c17-9b7c-55d44cb6474a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010958Z:65cbf307-edbf-46e8-a3ef-f7f1472e9e34", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "a67f23598503f31438a1086486dcaed5", + "x-ms-correlation-request-id": "b956e8b0-6f9f-48f2-9def-5ebad4c6cbd3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "d4e162c8-f917-4ba6-a105-497cf5d4b534", + "x-ms-routing-request-id": "EASTUS:20230615T180516Z:b956e8b0-6f9f-48f2-9def-5ebad4c6cbd3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T01:09:55.1031197\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "7075bdcd-d445-4d07-ae4c-96c1049aed67" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7075bdcd-d445-4d07-ae4c-96c1049aed67?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7834df6ed9e5641b77e19ff3f68c8cd-848fc19108ca1648-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "65114a913bda11353edd9328aa3b6ccd", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-c4eb36444b480f4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "379cb34d2b6914bfec9fb621e2e5a8d2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12486,7 +12249,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:09:59 GMT", + "Date": "Thu, 15 Jun 2023 18:05:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12495,28 +12258,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65114a913bda11353edd9328aa3b6ccd", - "x-ms-correlation-request-id": "266fc0e3-9578-497c-8b65-2266d92c60bc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "9a70ef15-c76f-4f16-85d0-4ae8522058fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T010959Z:266fc0e3-9578-497c-8b65-2266d92c60bc", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "379cb34d2b6914bfec9fb621e2e5a8d2", + "x-ms-correlation-request-id": "29f5989f-ab86-4e08-b41c-8f47d57a9cd7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "aaa7b6c9-8e0a-46aa-976d-e686c8edc47f", + "x-ms-routing-request-id": "EASTUS:20230615T180548Z:29f5989f-ab86-4e08-b41c-8f47d57a9cd7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T01:09:55.1031197\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "7075bdcd-d445-4d07-ae4c-96c1049aed67" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7075bdcd-d445-4d07-ae4c-96c1049aed67?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7834df6ed9e5641b77e19ff3f68c8cd-a3c0eaf9aa913d4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a328731e439faaef1d4e905e1797590f", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-278bed5c48a7f04e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8a5cf4cb0d6e94c98220e3c5bb349905", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12525,7 +12288,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:10:01 GMT", + "Date": "Thu, 15 Jun 2023 18:06:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12534,28 +12297,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a328731e439faaef1d4e905e1797590f", - "x-ms-correlation-request-id": "178cc0c5-e7fa-4edb-ae7b-c8a62d535ce4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "3d224098-2a89-4a78-b121-236a69d8c06d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T011002Z:178cc0c5-e7fa-4edb-ae7b-c8a62d535ce4", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8a5cf4cb0d6e94c98220e3c5bb349905", + "x-ms-correlation-request-id": "b9081e12-5237-4035-b5f2-3d7e91ff8c6a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "06c4e950-8007-4052-8442-395247ec7ced", + "x-ms-routing-request-id": "EASTUS:20230615T180620Z:b9081e12-5237-4035-b5f2-3d7e91ff8c6a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T01:09:55.1031197\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "7075bdcd-d445-4d07-ae4c-96c1049aed67" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7075bdcd-d445-4d07-ae4c-96c1049aed67?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7834df6ed9e5641b77e19ff3f68c8cd-6b940f1174b1954e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4a4896b2b666c212a81783ba56ad8fa3", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-691bef09125f5342-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "975240a742312e4d646bb963cff31152", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12564,7 +12327,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:10:06 GMT", + "Date": "Thu, 15 Jun 2023 18:06:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12573,28 +12336,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a4896b2b666c212a81783ba56ad8fa3", - "x-ms-correlation-request-id": "2d7c16a5-19ff-4b25-a92f-f838c4d70d03", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "86adeb8a-f484-4fd0-9961-4f7915b5209b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T011006Z:2d7c16a5-19ff-4b25-a92f-f838c4d70d03", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "975240a742312e4d646bb963cff31152", + "x-ms-correlation-request-id": "1eb8f0e1-d97c-4ca4-a0ed-91cb1bb9fc72", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "8e27932a-cce1-4793-972e-fc792a5ce806", + "x-ms-routing-request-id": "EASTUS:20230615T180652Z:1eb8f0e1-d97c-4ca4-a0ed-91cb1bb9fc72", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T01:09:55.1031197\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "7075bdcd-d445-4d07-ae4c-96c1049aed67" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7075bdcd-d445-4d07-ae4c-96c1049aed67?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7834df6ed9e5641b77e19ff3f68c8cd-7b2f38f0e62b4349-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "25e7b75deeff4dae5a67488cabd6f9a7", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-5096d4a1c93f2144-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "919935f8237f4067e907b44848fa58b8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12603,7 +12366,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:10:14 GMT", + "Date": "Thu, 15 Jun 2023 18:07:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12612,28 +12375,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "25e7b75deeff4dae5a67488cabd6f9a7", - "x-ms-correlation-request-id": "e990fafe-39f3-4bd3-b1f1-4c97c808eeae", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "0784f156-4f88-4e15-a286-748186bedf53", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T011014Z:e990fafe-39f3-4bd3-b1f1-4c97c808eeae", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "919935f8237f4067e907b44848fa58b8", + "x-ms-correlation-request-id": "b802e315-2cb4-4967-969b-c9e8179aeab6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "e94152a9-5fee-48af-92d1-3b220208ad6a", + "x-ms-routing-request-id": "EASTUS:20230615T180724Z:b802e315-2cb4-4967-969b-c9e8179aeab6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T01:09:55.1031197\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "7075bdcd-d445-4d07-ae4c-96c1049aed67" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7075bdcd-d445-4d07-ae4c-96c1049aed67?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7834df6ed9e5641b77e19ff3f68c8cd-d7d27ff6c8c9ea4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1475838321f367666166fb87c035546f", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-84b1c7cf2cb9eb49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a27ab006119388a1a62e26035365c58f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12642,7 +12405,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:10:30 GMT", + "Date": "Thu, 15 Jun 2023 18:07:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12651,28 +12414,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1475838321f367666166fb87c035546f", - "x-ms-correlation-request-id": "cd7e6b5b-b52c-4556-93ea-ff924da228d5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "b62f89da-479e-49d4-b476-e7c4812cc5f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T011031Z:cd7e6b5b-b52c-4556-93ea-ff924da228d5", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "a27ab006119388a1a62e26035365c58f", + "x-ms-correlation-request-id": "96370d5f-c363-4947-bc4f-e56079cfd094", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "4033ad72-1814-4d9f-bf9c-5c2f2c6302a2", + "x-ms-routing-request-id": "EASTUS:20230615T180756Z:96370d5f-c363-4947-bc4f-e56079cfd094", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T01:09:55.1031197\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "7075bdcd-d445-4d07-ae4c-96c1049aed67" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7075bdcd-d445-4d07-ae4c-96c1049aed67?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7834df6ed9e5641b77e19ff3f68c8cd-3c38f0a2ef8e3846-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6001ecbe34afc410e7faeffe6e8516d2", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-1893fddd3db6b648-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "86cd900f079b8385d812ad298e05e66a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12681,7 +12444,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:11:03 GMT", + "Date": "Thu, 15 Jun 2023 18:08:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12690,28 +12453,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6001ecbe34afc410e7faeffe6e8516d2", - "x-ms-correlation-request-id": "0f212112-2a48-4ea7-963f-1f7c08df7afc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "5af8f7f2-a379-471c-b7d8-633724f90f28", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T011103Z:0f212112-2a48-4ea7-963f-1f7c08df7afc", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "86cd900f079b8385d812ad298e05e66a", + "x-ms-correlation-request-id": "eb9f8cd9-45c0-40ec-8c1d-2380a6f3170e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "df93eb7a-dd35-4e2c-8aa2-920275d780b8", + "x-ms-routing-request-id": "EASTUS:20230615T180828Z:eb9f8cd9-45c0-40ec-8c1d-2380a6f3170e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T01:09:55.1031197\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "7075bdcd-d445-4d07-ae4c-96c1049aed67" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7075bdcd-d445-4d07-ae4c-96c1049aed67?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7834df6ed9e5641b77e19ff3f68c8cd-50fc29d5f1281444-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d236dc1d7b373bb0507fc499f3268d25", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-eab969b182678949-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1e5d01136f79e7bf9410eb51fc64ec83", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12720,7 +12483,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:11:36 GMT", + "Date": "Thu, 15 Jun 2023 18:08:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12729,28 +12492,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d236dc1d7b373bb0507fc499f3268d25", - "x-ms-correlation-request-id": "263cf297-0027-4c7d-b8c5-23de6fe598ee", + "x-ms-client-request-id": "1e5d01136f79e7bf9410eb51fc64ec83", + "x-ms-correlation-request-id": "a71d7179-f931-4e0d-989f-413b3cd406ea", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "994f9688-3e70-4854-8bc4-74b973b10ccd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T011137Z:263cf297-0027-4c7d-b8c5-23de6fe598ee", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "8ba733b5-0e49-440b-aab2-866a643cc473", + "x-ms-routing-request-id": "EASTUS:20230615T180900Z:a71d7179-f931-4e0d-989f-413b3cd406ea", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T01:09:55.1031197\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "7075bdcd-d445-4d07-ae4c-96c1049aed67" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7075bdcd-d445-4d07-ae4c-96c1049aed67?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7834df6ed9e5641b77e19ff3f68c8cd-4b851ae88e28e243-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bfcdd81299d54ff773b12cf83268f9db", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-e7284cde10e2a542-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b7382542d12cff1c2af6c9806477faa0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12759,7 +12522,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:12:10 GMT", + "Date": "Thu, 15 Jun 2023 18:09:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12768,28 +12531,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bfcdd81299d54ff773b12cf83268f9db", - "x-ms-correlation-request-id": "e55180a4-a10c-4f2c-96d2-adb08af8c3bf", + "x-ms-client-request-id": "b7382542d12cff1c2af6c9806477faa0", + "x-ms-correlation-request-id": "29687dcc-5e6f-4a80-920b-069d7e451a56", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "ff2876bc-7ba0-4b2e-bcce-f8dec6b87940", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T011211Z:e55180a4-a10c-4f2c-96d2-adb08af8c3bf", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "3c0f5270-7fa7-46eb-b971-43895dc8f59d", + "x-ms-routing-request-id": "EASTUS:20230615T180932Z:29687dcc-5e6f-4a80-920b-069d7e451a56", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T01:09:55.1031197\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "7075bdcd-d445-4d07-ae4c-96c1049aed67" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7075bdcd-d445-4d07-ae4c-96c1049aed67?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7834df6ed9e5641b77e19ff3f68c8cd-af313ffa0d6bfb45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e369284f81fe43373cc50f306f77d1c0", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-b94db988c9ebd742-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "51efbc48a708a016d0e6f28a1b348774", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12798,7 +12561,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:12:43 GMT", + "Date": "Thu, 15 Jun 2023 18:10:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12807,37 +12570,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e369284f81fe43373cc50f306f77d1c0", - "x-ms-correlation-request-id": "2cdc2aea-3133-41b1-80c8-b7a1e5e50b0b", + "x-ms-client-request-id": "51efbc48a708a016d0e6f28a1b348774", + "x-ms-correlation-request-id": "d492ca17-0e18-431e-8c09-cdbd8ffd05cb", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "ff1ec754-d7c3-427e-bd5d-4d2f88826204", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T011243Z:2cdc2aea-3133-41b1-80c8-b7a1e5e50b0b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "db279c39-689e-47d1-ad0b-5c10d5161c49", + "x-ms-routing-request-id": "EASTUS:20230615T181004Z:d492ca17-0e18-431e-8c09-cdbd8ffd05cb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T01:09:55.1031197\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "7075bdcd-d445-4d07-ae4c-96c1049aed67" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7075bdcd-d445-4d07-ae4c-96c1049aed67?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7834df6ed9e5641b77e19ff3f68c8cd-51e1cba97ede0749-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "95ebca6d57b884fde4e75e864eb809e8", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-9bc72b1f2fae9249-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "68e729262ecc413de55ef382a53f821c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:13:15 GMT", + "Date": "Thu, 15 Jun 2023 18:10:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12846,38 +12609,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "95ebca6d57b884fde4e75e864eb809e8", - "x-ms-correlation-request-id": "6744672a-d685-4ce1-b411-20d20dafcb4d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "0f562daf-2b7b-4efb-a7d6-3ec6494cbff3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T011315Z:6744672a-d685-4ce1-b411-20d20dafcb4d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "68e729262ecc413de55ef382a53f821c", + "x-ms-correlation-request-id": "14fa6069-90f5-4cc2-b3f1-14783beb42a2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "dbabaf3c-1def-45bb-9dde-a89342986a1d", + "x-ms-routing-request-id": "EASTUS:20230615T181036Z:14fa6069-90f5-4cc2-b3f1-14783beb42a2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T01:09:55.1031197\u002B00:00", - "endTime": "2023-03-21T01:12:43.8105587\u002B00:00", - "status": "Succeeded", - "name": "7075bdcd-d445-4d07-ae4c-96c1049aed67" + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", + "status": "InProgress", + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8044/providers/Microsoft.StorageCache/caches/testsc5921?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c7834df6ed9e5641b77e19ff3f68c8cd-8fa60aed19518d48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ca49e885a9bd9126a089830f8ac6dffc", + "Connection": "close", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-e424c1141c434349-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3f094a169a749b7b0f98e646df91e3f6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "3058", + "Connection": "close", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:13:17 GMT", + "Date": "Thu, 15 Jun 2023 18:11:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12886,139 +12650,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca49e885a9bd9126a089830f8ac6dffc", - "x-ms-correlation-request-id": "8eefe34d-af0b-4be2-8e85-1c8eac3f85f7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "f0bb4fff-be84-492f-88da-9b8415c892f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T011317Z:8eefe34d-af0b-4be2-8e85-1c8eac3f85f7", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "3f094a169a749b7b0f98e646df91e3f6", + "x-ms-correlation-request-id": "54b067e1-8776-4283-b607-78884457e918", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "814c893a-5b79-4ae8-8f70-5d362456d316", + "x-ms-routing-request-id": "EASTUS:20230615T181109Z:54b067e1-8776-4283-b607-78884457e918", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc5921", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8044/providers/Microsoft.StorageCache/caches/testsc5921", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" - ], - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - }, - { - "name": "newone", - "accessRules": [ - { - "scope": "default", - "access": "no", - "suid": false, - "submountAccess": true, - "rootSquash": true, - "anonymousUID": "65534", - "anonymousGID": "65534" - }, - { - "scope": "host", - "filter": "10.99.3.145", - "access": "rw", - "suid": true, - "submountAccess": true, - "rootSquash": false - }, - { - "scope": "network", - "filter": "10.99.1.0/24", - "access": "rw", - "suid": true, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Healthy", - "statusDescription": "The cache is in Running state", - "conditions": [] - }, - "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" - ], - "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8044/providers/Microsoft.Network/virtualNetworks/scTestVNet-6986/subnets/scTestSubnet-4184", - "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T00:58:17.8774598Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-21T00:58:15.3594401Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T01:09:54.9744829Z" - } + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", + "status": "InProgress", + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8044/providers/Microsoft.StorageCache/caches/testsc5921?api-version=2023-01-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9b216632e611a743aa78c5f245bce1bf-59949cef58ed1140-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "678a6be0647cf7232ae5fe1722b1f583", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-5e4b11c6924dbe45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3a5a546f919019d37fae6caab393fa91", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6c234cfe-8068-4273-b3b2-9dff64c734b2?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 01:13:18 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 18:11:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6c234cfe-8068-4273-b3b2-9dff64c734b2?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -13026,24 +12689,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "678a6be0647cf7232ae5fe1722b1f583", - "x-ms-correlation-request-id": "9b586b4c-68b3-483c-8b5f-d588beb124ff", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "6c234cfe-8068-4273-b3b2-9dff64c734b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T011318Z:9b586b4c-68b3-483c-8b5f-d588beb124ff", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "3a5a546f919019d37fae6caab393fa91", + "x-ms-correlation-request-id": "6655223a-ea94-4719-b593-ac4d1bf7452b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "afe975db-f369-49a0-85e3-19418c7371e2", + "x-ms-routing-request-id": "EASTUS:20230615T181141Z:6655223a-ea94-4719-b593-ac4d1bf7452b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", + "status": "InProgress", + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6c234cfe-8068-4273-b3b2-9dff64c734b2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9b216632e611a743aa78c5f245bce1bf-a719677b7c4f814a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6354ff94591bd9cf68c6c3216ff5233c", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-ded41174df10004c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d174d563472b8b00ae4b593447f76153", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13052,7 +12719,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:13:18 GMT", + "Date": "Thu, 15 Jun 2023 18:12:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13061,28 +12728,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6354ff94591bd9cf68c6c3216ff5233c", - "x-ms-correlation-request-id": "107bbbdd-a92d-4f97-a3d4-56b73f5f8e49", + "x-ms-client-request-id": "d174d563472b8b00ae4b593447f76153", + "x-ms-correlation-request-id": "3d63178b-a873-4f21-b10c-22589aa88439", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "96d3fca1-a10e-4398-8665-30e4026d67b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T011318Z:107bbbdd-a92d-4f97-a3d4-56b73f5f8e49", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "33f746e5-4599-4072-98c4-afda4b2490e1", + "x-ms-routing-request-id": "EASTUS:20230615T181213Z:3d63178b-a873-4f21-b10c-22589aa88439", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T01:13:18.0500663\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "6c234cfe-8068-4273-b3b2-9dff64c734b2" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6c234cfe-8068-4273-b3b2-9dff64c734b2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9b216632e611a743aa78c5f245bce1bf-3112bd46b1831a49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c010e0eb120b1855ba89c1db662b1995", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-e0282eaeb921574f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5013fc7a48e4848b76efc0c52dd0e77c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13091,7 +12758,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:13:19 GMT", + "Date": "Thu, 15 Jun 2023 18:12:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13100,58 +12767,67 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c010e0eb120b1855ba89c1db662b1995", - "x-ms-correlation-request-id": "8519b89f-7ccc-4c5f-89fd-d45b2e4474de", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "20c8571a-00b7-4819-99d6-fbef42d70f37", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T011319Z:8519b89f-7ccc-4c5f-89fd-d45b2e4474de", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "5013fc7a48e4848b76efc0c52dd0e77c", + "x-ms-correlation-request-id": "cc67fa1c-a8d5-4029-81f1-6f4a8f5300fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "0e298679-fd9c-4588-9cac-73aec297beee", + "x-ms-routing-request-id": "EASTUS:20230615T181245Z:cc67fa1c-a8d5-4029-81f1-6f4a8f5300fa", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T01:13:18.0500663\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "6c234cfe-8068-4273-b3b2-9dff64c734b2" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8044?api-version=**", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-364d015d3177ae4186d83c8139659d16-ac4abfc050e01540-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "86aa26bb062dc403a45af42ed4edf91e", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-2f300f2ecc52a24c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0ae2559d121c27cb54cf8c44379fd188", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 01:13:20 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 18:13:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4MDQ0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "abc01b60-4155-4f54-b1fe-8f3b8080fbaf", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "abc01b60-4155-4f54-b1fe-8f3b8080fbaf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T011320Z:abc01b60-4155-4f54-b1fe-8f3b8080fbaf" + "x-ms-client-request-id": "0ae2559d121c27cb54cf8c44379fd188", + "x-ms-correlation-request-id": "4ceefc89-9737-4993-bc70-d65c58b139d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "0adf4041-cf26-4782-848c-c82e1445b73f", + "x-ms-routing-request-id": "EASTUS:20230615T181317Z:4ceefc89-9737-4993-bc70-d65c58b139d2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", + "status": "InProgress", + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6c234cfe-8068-4273-b3b2-9dff64c734b2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9b216632e611a743aa78c5f245bce1bf-50a9646b760ba24a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d59905ec9598ad0293cc7a67df4bb2d0", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-74042dc48b21a840-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b72f194da97f1bac4aef5a3b873a5ddd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13160,7 +12836,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:13:20 GMT", + "Date": "Thu, 15 Jun 2023 18:13:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13169,66 +12845,76 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d59905ec9598ad0293cc7a67df4bb2d0", - "x-ms-correlation-request-id": "54b310bf-1f58-4a99-98a3-6cf092a61bd3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "292cdfc8-cd84-4bb5-9c20-1ff49deec8f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T011321Z:54b310bf-1f58-4a99-98a3-6cf092a61bd3", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "b72f194da97f1bac4aef5a3b873a5ddd", + "x-ms-correlation-request-id": "ddf2666f-0b3f-4ad2-b514-56225ba7717f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "ead0d8f2-035a-444e-9344-205470026b56", + "x-ms-routing-request-id": "EASTUS:20230615T181349Z:ddf2666f-0b3f-4ad2-b514-56225ba7717f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T01:13:18.0500663\u002B00:00", + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", "status": "InProgress", - "name": "6c234cfe-8068-4273-b3b2-9dff64c734b2" + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4MDQ0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-364d015d3177ae4186d83c8139659d16-c80c8a90a5e20b46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6a342dac4e5b55a4de622d3f98ed396e", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-da3a04134d79a646-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f297dd645714683631ecfb15bb464dd7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 01:13:20 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 18:14:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4MDQ0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dea107e4-0187-4840-814c-9065de2a668f", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "dea107e4-0187-4840-814c-9065de2a668f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T011321Z:dea107e4-0187-4840-814c-9065de2a668f" + "x-ms-client-request-id": "f297dd645714683631ecfb15bb464dd7", + "x-ms-correlation-request-id": "cf90b0db-dddd-4b0a-97c2-da9202f32706", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "6703f80a-768a-446c-bc67-18f78f164659", + "x-ms-routing-request-id": "EASTUS:20230615T181421Z:cf90b0db-dddd-4b0a-97c2-da9202f32706", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", + "status": "InProgress", + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6c234cfe-8068-4273-b3b2-9dff64c734b2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b517bffe-d7c5-477e-9b65-73e720408bef?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9b216632e611a743aa78c5f245bce1bf-e767713150da8943-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "03acf1d6503f3e9721172b5cec6f169f", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-f77eff5219734c49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1478381e30a1f3fca8c7c02db88fa01a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:13:22 GMT", + "Date": "Thu, 15 Jun 2023 18:14:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13237,37 +12923,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03acf1d6503f3e9721172b5cec6f169f", - "x-ms-correlation-request-id": "a7fc485a-83cf-416c-8048-cc11792ef1fb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "1731d1a8-01ae-4b5e-b69f-e654ccbe8c67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T011323Z:a7fc485a-83cf-416c-8048-cc11792ef1fb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "1478381e30a1f3fca8c7c02db88fa01a", + "x-ms-correlation-request-id": "aa6eb569-25f7-43e8-94a3-d9d5ccc92cf3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "0b29f9d1-d27c-4508-afb0-d2e6c095e9a4", + "x-ms-routing-request-id": "EASTUS:20230615T181453Z:aa6eb569-25f7-43e8-94a3-d9d5ccc92cf3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T01:13:18.0500663\u002B00:00", - "status": "InProgress", - "name": "6c234cfe-8068-4273-b3b2-9dff64c734b2" + "startTime": "2023-06-15T18:03:05.3201834\u002B00:00", + "endTime": "2023-06-15T18:14:26.2558851\u002B00:00", + "status": "Succeeded", + "name": "b517bffe-d7c5-477e-9b65-73e720408bef" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6c234cfe-8068-4273-b3b2-9dff64c734b2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc555?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9b216632e611a743aa78c5f245bce1bf-ffcf83cc52fc9043-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b1bb3d594816e074bf96eb9b80a4e9bb", + "traceparent": "00-2ded5025ccb2cf4a81f2991429075b33-bf29029d79247749-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5ae0af71de07f674e2c68593ad975f03", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "2177", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 01:13:25 GMT", + "Date": "Thu, 15 Jun 2023 18:14:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13276,25 +12963,93 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1bb3d594816e074bf96eb9b80a4e9bb", - "x-ms-correlation-request-id": "74e686c2-a294-42c3-b87b-11022f477bf3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "e69c18fb-b16d-45e6-b45e-134ae81b3f09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T011326Z:74e686c2-a294-42c3-b87b-11022f477bf3", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "5ae0af71de07f674e2c68593ad975f03", + "x-ms-correlation-request-id": "22203a72-f827-42c9-a63f-d99a76c88655", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "828f57af-599b-4021-bf23-8ff927e0b114", + "x-ms-routing-request-id": "EASTUS:20230615T181453Z:22203a72-f827-42c9-a63f-d99a76c88655", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T01:13:18.0500663\u002B00:00", - "status": "InProgress", - "name": "6c234cfe-8068-4273-b3b2-9dff64c734b2" + "name": "testsc555", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc555", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "utilityAddresses": [ + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" + ], + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-460/subnets/scTestSubnet-281", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T18:03:05.6021078Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T18:03:05.2644158Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T18:03:05.2644158Z" + } } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1501991109", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1480927710", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/Exists().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/Exists().json index cc5bc2294d29..fd39222fd156 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/Exists().json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/Exists().json @@ -1,40 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-6fb00927f3461a4882bdbb0cca6b5bda-f032ede9e57e814f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fb9331828b22ce3bb886544bc8aeb6c3", + "traceparent": "00-9db4a79a9b8229489b16d352586b2eb7-dea72c6283c35446-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "66547c17261df36544c93f55ec72df4f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:13:36 GMT", + "Date": "Thu, 15 Jun 2023 14:41:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d9b64d3-a6c2-4646-a385-08bf3704e1ab", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "5d9b64d3-a6c2-4646-a385-08bf3704e1ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141336Z:5d9b64d3-a6c2-4646-a385-08bf3704e1ab" + "x-ms-correlation-request-id": "2a4a8e95-3785-4e9f-b8f3-04a982f85cb0", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "2a4a8e95-3785-4e9f-b8f3-04a982f85cb0", + "x-ms-routing-request-id": "EASTUS:20230615T144122Z:2a4a8e95-3785-4e9f-b8f3-04a982f85cb0" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -44,109 +43,110 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg1484?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-a7295c168074ee47bcc803df80a15f98-29b3337adc21e84a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5013f0ae437e6ce37c16f2660f5b6fdc", + "traceparent": "00-7acf822f70ca7745b10950f40edcb97c-9355d6151e4ccd45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "75b4a4ba0f45d1833c4ddcffc563c214", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:13:40 GMT", + "Date": "Thu, 15 Jun 2023 14:41:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c71291d4-a997-4d9b-b95e-abf14b90d6e5", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "c71291d4-a997-4d9b-b95e-abf14b90d6e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141340Z:c71291d4-a997-4d9b-b95e-abf14b90d6e5" + "x-ms-correlation-request-id": "9ce5aaa6-2201-4654-aae3-d4d642983687", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "9ce5aaa6-2201-4654-aae3-d4d642983687", + "x-ms-routing-request-id": "EASTUS:20230615T144122Z:9ce5aaa6-2201-4654-aae3-d4d642983687" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg1484", - "name": "storagecachetestrg1484", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg1484/providers/Microsoft.StorageCache/caches/testsc98?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc2621?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ff960f1fd91b7448832c0a709ec4674d-da1d1417e0801047-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bb4d9db6ffe9b8a05ab38b7a74634769", + "traceparent": "00-19c07dd8889b564b9d81057dbeb8d310-abcea8cde7c4e642-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d8d71e42bf416d80a295c0b30eb1cb5f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "232", + "Content-Length": "234", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:13:41 GMT", + "Date": "Thu, 15 Jun 2023 14:41:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58ebb746-7b30-40bd-aa40-f89ce7d6b653", + "x-ms-correlation-request-id": "af1fd099-1433-4148-9f13-9c093262cc1a", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "58ebb746-7b30-40bd-aa40-f89ce7d6b653", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141341Z:58ebb746-7b30-40bd-aa40-f89ce7d6b653" + "x-ms-request-id": "af1fd099-1433-4148-9f13-9c093262cc1a", + "x-ms-routing-request-id": "EASTUS:20230615T144122Z:af1fd099-1433-4148-9f13-9c093262cc1a" }, "ResponseBody": { "error": { "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.StorageCache/caches/testsc98\u0027 under resource group \u0027storagecachetestrg1484\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "message": "The Resource \u0027Microsoft.StorageCache/caches/testsc2621\u0027 under resource group \u0027rg-rdupuisstoragecache\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-7b7352477fa2fc4e8f377c7ff8a6d2d7-240c254ab145b945-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "034ada6bafeda58e754968a82be46e77", + "traceparent": "00-63230d7656b94e4a9d37f12136d9d946-bafdbe8bf5622d4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dffe47faf9082a82cf4a662de0062ad0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "146015", + "Content-Length": "156364", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:13:42 GMT", + "Date": "Thu, 15 Jun 2023 14:41:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9192fb54-bca6-491f-b340-33e119dea026", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "9192fb54-bca6-491f-b340-33e119dea026", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141342Z:9192fb54-bca6-491f-b340-33e119dea026" + "x-ms-correlation-request-id": "0047cd32-c16a-473b-ac4a-01c5a16b4e61", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "0047cd32-c16a-473b-ac4a-01c5a16b4e61", + "x-ms-routing-request-id": "EASTUS:20230615T144123Z:0047cd32-c16a-473b-ac4a-01c5a16b4e61" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -196,6 +196,10 @@ { "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" } ], "resourceTypes": [ @@ -238,9 +242,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -356,9 +365,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -474,9 +488,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -551,6 +570,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -575,6 +601,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -718,6 +752,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -761,9 +803,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -879,6 +926,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -903,6 +957,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -1046,6 +1108,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -1089,9 +1159,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1139,9 +1214,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1202,6 +1282,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -1226,6 +1313,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -1369,6 +1464,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -1412,9 +1515,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1530,9 +1638,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1593,9 +1706,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1668,9 +1786,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1742,9 +1865,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1814,9 +1942,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1932,9 +2065,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2050,9 +2188,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2149,9 +2292,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2235,9 +2383,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2318,9 +2471,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2436,9 +2594,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2516,6 +2679,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -2540,6 +2710,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -2683,6 +2861,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -2726,9 +2912,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2830,9 +3021,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2919,9 +3115,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3008,9 +3209,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3097,9 +3303,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3215,9 +3426,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3333,9 +3549,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3451,9 +3672,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3555,6 +3781,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -3579,6 +3812,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -3722,6 +3963,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "SupportsTags, SupportsLocation" @@ -3765,9 +4014,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3806,6 +4060,8 @@ "resourceType": "locations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3920,9 +4176,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4037,9 +4298,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4154,9 +4420,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4257,9 +4528,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4320,9 +4596,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4369,9 +4650,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4486,9 +4772,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4577,9 +4868,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4659,9 +4955,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4708,9 +5009,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4782,9 +5088,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4856,9 +5167,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4926,9 +5242,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4999,9 +5320,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5072,9 +5398,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5137,9 +5468,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5202,9 +5538,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5284,9 +5625,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5344,9 +5690,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5394,9 +5745,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5454,9 +5810,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5536,9 +5897,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5618,9 +5984,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5700,9 +6071,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5782,9 +6158,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6358,7 +6739,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6400,7 +6784,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6442,7 +6829,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6484,7 +6874,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6526,7 +6919,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6568,7 +6964,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6610,7 +7009,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6652,7 +7054,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6687,7 +7092,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6707,6 +7114,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6722,7 +7130,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6741,7 +7151,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6760,7 +7172,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6779,7 +7193,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6792,6 +7208,17 @@ "defaultApiVersion": "2018-08-01", "capabilities": "None" }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, { "resourceType": "trafficManagerUserMetricsKeys", "locations": [ @@ -6799,6 +7226,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2017-09-01-preview" @@ -6812,7 +7240,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6862,9 +7292,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6966,9 +7401,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7069,9 +7509,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7161,9 +7606,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7251,9 +7701,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7327,9 +7782,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7403,9 +7863,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7479,9 +7944,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7583,9 +8053,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7676,9 +8151,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7765,9 +8245,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7852,9 +8337,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7923,9 +8413,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8012,9 +8507,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8101,9 +8601,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8180,9 +8685,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8259,9 +8769,13 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8309,9 +8823,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8387,9 +8906,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8432,6 +8956,7 @@ "resourceType": "firewallPolicies", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8475,9 +9000,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8513,6 +9042,7 @@ "resourceType": "ipGroups", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8556,9 +9086,13 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8594,6 +9128,8 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8617,6 +9153,8 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8667,6 +9205,8 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8752,9 +9292,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8819,9 +9364,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8902,6 +9452,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -8926,6 +9483,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -9069,6 +9634,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "SupportsTags, SupportsLocation" @@ -9112,9 +9685,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9190,9 +9768,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9269,9 +9852,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9348,9 +9936,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9413,9 +10006,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9504,9 +10102,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9548,155 +10151,29 @@ "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "frontdoorOperationResults", + "resourceType": "checkFrontdoorNameAvailability", "locations": [ - "global" - ], - "apiVersions": [ - "2022-05-01", - "2021-06-01", - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "checkFrontdoorNameAvailability", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoors/frontendEndpoints", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" ], "apiVersions": [ "2021-06-01", "2020-07-01", "2020-05-01", - "2020-04-01", "2020-01-01", "2019-08-01", "2019-05-01", @@ -9706,37 +10183,6 @@ "defaultApiVersion": "2020-07-01", "capabilities": "None" }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, { "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ @@ -9767,33 +10213,6 @@ "defaultApiVersion": "2020-11-01", "capabilities": "None" }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, { "resourceType": "locations/bareMetalTenants", "locations": [ @@ -9833,9 +10252,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9912,9 +10336,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9955,6 +10384,7 @@ "resourceType": "virtualRouters", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -9998,9 +10428,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10036,6 +10470,7 @@ "resourceType": "networkVirtualAppliances", "locations": [ "Qatar Central", + "Poland Central", "Brazil Southeast", "West US 3", "Jio India West", @@ -10079,9 +10514,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10147,9 +10586,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10222,10 +10666,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10241,7 +10690,9 @@ "resourceType": "networkManagerConnections", "locations": [], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10300,7 +10751,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-02-01-preview", @@ -10357,10 +10811,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10419,10 +10878,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10481,7 +10945,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-06-01-preview" @@ -10536,10 +11003,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10597,10 +11069,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10615,6 +11092,8 @@ "resourceType": "networkVirtualApplianceSkus", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10678,9 +11157,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10734,9 +11218,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10750,76 +11239,325 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg1484/providers/Microsoft.Network/virtualNetworks/scTestVNet-9640?api-version=2022-11-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "173", - "Content-Type": "application/json", - "traceparent": "00-7b7352477fa2fc4e8f377c7ff8a6d2d7-70de45cafada814d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "697519f7f0c59872248f58f208b2aafd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "scTestSubnet-9417", - "properties": { - "addressPrefix": "10.0.0.0/16" - } - } - ] - }, - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network/locations/eastus/operations/641dfe72-a13d-4ce7-9f8d-85caddd227df?api-version=2022-11-01", - "Cache-Control": "no-cache", - "Content-Length": "1279", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:13:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8825?api-version=2023-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-63230d7656b94e4a9d37f12136d9d946-94905881f277384e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "770854aae4780734a379c21e2d9b119f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-5010", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/ccc38d97-96ad-4415-9fb5-b5f9cfe5c34f?api-version=2023-04-01", + "Cache-Control": "no-cache", + "Content-Length": "1016", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 14:41:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d9e18201-1438-4448-9875-2dc4249beae8", - "x-ms-client-request-id": "697519f7f0c59872248f58f208b2aafd", - "x-ms-correlation-request-id": "e48db245-f35c-4544-b897-f79602aae591", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "641dfe72-a13d-4ce7-9f8d-85caddd227df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141348Z:e48db245-f35c-4544-b897-f79602aae591" + "x-ms-arm-service-request-id": "f64a56ea-5b2c-4782-9281-4c22bb2d38e7", + "x-ms-client-request-id": "770854aae4780734a379c21e2d9b119f", + "x-ms-correlation-request-id": "df81947d-b151-4210-b495-02d35c6d9c4b", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "ccc38d97-96ad-4415-9fb5-b5f9cfe5c34f", + "x-ms-routing-request-id": "EASTUS:20230615T144125Z:df81947d-b151-4210-b495-02d35c6d9c4b" }, "ResponseBody": { - "name": "scTestVNet-9640", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg1484/providers/Microsoft.Network/virtualNetworks/scTestVNet-9640", - "etag": "W/\u0022336f571d-0263-4b20-9ecf-16f4835e40dc\u0022", + "name": "scTestVNet-8825", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8825", + "etag": "W/\u002291e70c6d-c1ca-468a-8089-dfcb85d34421\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Updating", - "resourceGuid": "65d556f3-0af1-4c8e-b0d6-351142aa0d31", + "resourceGuid": "6942f137-f6d3-41e3-962e-ab4eb3b8234f", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -10827,9 +11565,9 @@ }, "subnets": [ { - "name": "scTestSubnet-9417", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg1484/providers/Microsoft.Network/virtualNetworks/scTestVNet-9640/subnets/scTestSubnet-9417", - "etag": "W/\u0022336f571d-0263-4b20-9ecf-16f4835e40dc\u0022", + "name": "scTestSubnet-5010", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8825/subnets/scTestSubnet-5010", + "etag": "W/\u002291e70c6d-c1ca-468a-8089-dfcb85d34421\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/16", @@ -10846,59 +11584,96 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network/locations/eastus/operations/641dfe72-a13d-4ce7-9f8d-85caddd227df?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/ccc38d97-96ad-4415-9fb5-b5f9cfe5c34f?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7b7352477fa2fc4e8f377c7ff8a6d2d7-4501884ba57a1845-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2e6bfc0c97f37abe67b1df5d579c9dc3", + "traceparent": "00-63230d7656b94e4a9d37f12136d9d946-a5bfe0e6d5cbea48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "76073d894e57169d12f73b8e3764fc33", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:13:49 GMT", + "Date": "Thu, 15 Jun 2023 14:41:24 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c8b93944-7cc5-4381-965a-2e4d9dd465c5", - "x-ms-client-request-id": "2e6bfc0c97f37abe67b1df5d579c9dc3", - "x-ms-correlation-request-id": "80cf8e96-5df2-41c6-9fcb-d0edf9ebaf42", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "ae827725-c2d7-4a3b-a4e8-6052ae1a85ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141349Z:80cf8e96-5df2-41c6-9fcb-d0edf9ebaf42" + "x-ms-arm-service-request-id": "f33c6335-1176-4f0e-a0ff-78a10bcd4c5b", + "x-ms-client-request-id": "76073d894e57169d12f73b8e3764fc33", + "x-ms-correlation-request-id": "a8a06859-a018-4f4a-84c4-476bd2f9e32a", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "4790693e-c5c0-4056-b8ea-3057ba646805", + "x-ms-routing-request-id": "EASTUS:20230615T144125Z:a8a06859-a018-4f4a-84c4-476bd2f9e32a" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/ccc38d97-96ad-4415-9fb5-b5f9cfe5c34f?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-63230d7656b94e4a9d37f12136d9d946-d5f18cb971b8db4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "922ec6385d3e474b3e2a2160f4fd002f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 14:41:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b8d6d8d5-9d23-4133-abd1-97d5a9a59c72", + "x-ms-client-request-id": "922ec6385d3e474b3e2a2160f4fd002f", + "x-ms-correlation-request-id": "9a523722-4ce1-4b60-b741-721f76c5931c", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "1e2e84f6-e301-4649-b08c-2beafcdf23a9", + "x-ms-routing-request-id": "EASTUS:20230615T144135Z:9a523722-4ce1-4b60-b741-721f76c5931c" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg1484/providers/Microsoft.Network/virtualNetworks/scTestVNet-9640?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8825?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7b7352477fa2fc4e8f377c7ff8a6d2d7-4496959d8f28d94c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "549a6a9e6ce0457169d63c81661b4872", + "traceparent": "00-63230d7656b94e4a9d37f12136d9d946-e65c09d72f88ba4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f09507c49a94b048b1b2ba8e2786a6f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1281", + "Content-Length": "1018", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:13:49 GMT", - "ETag": "W/\u002240d1e481-f366-4f94-9a9b-974d8ec2c4e8\u0022", + "Date": "Thu, 15 Jun 2023 14:41:34 GMT", + "ETag": "W/\u0022a6fc804e-a78b-4f6e-be9b-a10468f23ea4\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10907,22 +11682,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d0588227-1863-4086-9bd8-f39b9dcc62e2", - "x-ms-client-request-id": "549a6a9e6ce0457169d63c81661b4872", - "x-ms-correlation-request-id": "5ae43bee-8131-48d1-be3c-90b13a5447cd", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "4b939689-a698-4230-baba-cd5568026fed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141349Z:5ae43bee-8131-48d1-be3c-90b13a5447cd" + "x-ms-arm-service-request-id": "af885fd6-d659-4577-85dd-dceab5d73b39", + "x-ms-client-request-id": "f09507c49a94b048b1b2ba8e2786a6f1", + "x-ms-correlation-request-id": "c36c8535-3974-42dc-9dea-c560d4b4a13a", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "4e4339b9-ae55-4eb0-8f4b-e6a84c4e1fb2", + "x-ms-routing-request-id": "EASTUS:20230615T144135Z:c36c8535-3974-42dc-9dea-c560d4b4a13a" }, "ResponseBody": { - "name": "scTestVNet-9640", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg1484/providers/Microsoft.Network/virtualNetworks/scTestVNet-9640", - "etag": "W/\u002240d1e481-f366-4f94-9a9b-974d8ec2c4e8\u0022", + "name": "scTestVNet-8825", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8825", + "etag": "W/\u0022a6fc804e-a78b-4f6e-be9b-a10468f23ea4\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "65d556f3-0af1-4c8e-b0d6-351142aa0d31", + "resourceGuid": "6942f137-f6d3-41e3-962e-ab4eb3b8234f", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -10930,9 +11705,9 @@ }, "subnets": [ { - "name": "scTestSubnet-9417", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg1484/providers/Microsoft.Network/virtualNetworks/scTestVNet-9640/subnets/scTestSubnet-9417", - "etag": "W/\u002240d1e481-f366-4f94-9a9b-974d8ec2c4e8\u0022", + "name": "scTestSubnet-5010", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8825/subnets/scTestSubnet-5010", + "etag": "W/\u0022a6fc804e-a78b-4f6e-be9b-a10468f23ea4\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/16", @@ -10949,16 +11724,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg1484/providers/Microsoft.StorageCache/caches/testsc98?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc2621?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "295", "Content-Type": "application/json", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-d3c8d9156433ff49-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0be5b1077c46760918899a54d252478f", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-7859deb01f6aa149-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "41fdbc1a23462b7bf1c0382d2d3c2115", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -10969,7 +11744,7 @@ "location": "eastus", "properties": { "cacheSizeGB": 3072, - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg1484/providers/Microsoft.Network/virtualNetworks/scTestVNet-9640/subnets/scTestSubnet-9417", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8825/subnets/scTestSubnet-5010", "zones": [ "1" ] @@ -10977,11 +11752,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "1989", + "Content-Length": "1968", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:13:55 GMT", + "Date": "Thu, 15 Jun 2023 14:41:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10990,17 +11765,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0be5b1077c46760918899a54d252478f", - "x-ms-correlation-request-id": "d392f6de-d938-412d-baf8-74ffb56b4f5b", + "x-ms-client-request-id": "41fdbc1a23462b7bf1c0382d2d3c2115", + "x-ms-correlation-request-id": "4f3790fa-0308-4688-b14b-38a3faf32fb3", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "4efb99e8-b05d-4143-9984-75824e90f610", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141355Z:d392f6de-d938-412d-baf8-74ffb56b4f5b", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "2fc0470e-79de-408c-8720-4270f0e0be15", + "x-ms-routing-request-id": "EASTUS:20230615T144137Z:4f3790fa-0308-4688-b14b-38a3faf32fb3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc98", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg1484/providers/Microsoft.StorageCache/caches/testsc98", + "name": "testsc2621", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc2621", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -11032,19 +11807,18 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Transitioning", "statusDescription": "The cache is being allocated." }, "provisioningState": "Creating", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg1484/providers/Microsoft.Network/virtualNetworks/scTestVNet-9640/subnets/scTestSubnet-9417", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8825/subnets/scTestSubnet-5010", "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T14:13:53.3413193Z", + "lastFirmwareUpdate": "2023-06-15T14:41:36.5352283Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -11053,23 +11827,23 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T14:13:51.913965Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-15T14:41:36.2382942Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T14:13:51.913965Z" + "lastModifiedAt": "2023-06-15T14:41:36.2382942Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-dd3a17e1bb94c44f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a5566d6991b7217c60233b56d11c7217", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-2aaffd3f19ff3d48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "38453083beffa1e98c69fed3611a8375", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11078,7 +11852,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:13:56 GMT", + "Date": "Thu, 15 Jun 2023 14:41:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11087,28 +11861,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5566d6991b7217c60233b56d11c7217", - "x-ms-correlation-request-id": "29c65c8a-a474-46e8-9d9b-50a4fb05ac86", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "fdd1a11c-b4f8-48de-9fdf-360163168715", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141357Z:29c65c8a-a474-46e8-9d9b-50a4fb05ac86", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "38453083beffa1e98c69fed3611a8375", + "x-ms-correlation-request-id": "8b94ef1a-8e4d-4eca-be68-2b97c4cc8c6a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "41c81822-d434-4db1-80f1-a82e49e020a4", + "x-ms-routing-request-id": "EASTUS:20230615T144137Z:8b94ef1a-8e4d-4eca-be68-2b97c4cc8c6a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-cba19caef773a749-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9fdbac8f6263d25ceb458020b7ec1cdb", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-c40e29a1ca0cf94a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1b97a49076bc0e211c5ec2c842ef8734", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11117,7 +11891,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:13:58 GMT", + "Date": "Thu, 15 Jun 2023 14:41:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11126,28 +11900,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9fdbac8f6263d25ceb458020b7ec1cdb", - "x-ms-correlation-request-id": "ca89c6a0-20a3-492a-b000-a6caee62fc47", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "9256a3d7-8f65-4469-a94b-e9468c4d0d1d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141358Z:ca89c6a0-20a3-492a-b000-a6caee62fc47", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "1b97a49076bc0e211c5ec2c842ef8734", + "x-ms-correlation-request-id": "a49ae657-c859-4726-bc6d-cd2f411babac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "46d24cf3-ffb3-412d-9fd0-a00955a94cc3", + "x-ms-routing-request-id": "EASTUS:20230615T144138Z:a49ae657-c859-4726-bc6d-cd2f411babac", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-e418fcbb9b632147-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "65eb4e75a1fb14d84a9685f2f86fce6f", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-d7f7d829be6b8345-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fda981a1e9f638152229a3650ecc3d63", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11156,7 +11930,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:13:59 GMT", + "Date": "Thu, 15 Jun 2023 14:41:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11165,28 +11939,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65eb4e75a1fb14d84a9685f2f86fce6f", - "x-ms-correlation-request-id": "8e6c3fd4-e4a9-4717-ad12-04244a2e70ea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "9575cf98-e095-45ed-9b41-071f63a8c540", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141359Z:8e6c3fd4-e4a9-4717-ad12-04244a2e70ea", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "fda981a1e9f638152229a3650ecc3d63", + "x-ms-correlation-request-id": "7df38d07-ae55-4bd8-9a9e-c8e2e66a41bb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "d72089d6-d5cf-4447-a0bd-b8a672e3a5e6", + "x-ms-routing-request-id": "EASTUS:20230615T144139Z:7df38d07-ae55-4bd8-9a9e-c8e2e66a41bb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-5a6d5ae7d589a446-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ad8cadb3746106e81083ba71115c6973", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-144f38042b3f3447-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fffc6bf903260cfb0e371ba0fb205e9d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11195,7 +11969,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:14:00 GMT", + "Date": "Thu, 15 Jun 2023 14:41:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11204,28 +11978,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad8cadb3746106e81083ba71115c6973", - "x-ms-correlation-request-id": "681fa2d7-4ae6-4e32-b93a-c63178bb3db9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "5731c366-33f3-465d-aa5b-31386c5e85e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141401Z:681fa2d7-4ae6-4e32-b93a-c63178bb3db9", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "fffc6bf903260cfb0e371ba0fb205e9d", + "x-ms-correlation-request-id": "4d222614-24b4-447d-9aba-548264d959e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "a6bda9ac-cd92-4834-a788-ec7dd5cd2aac", + "x-ms-routing-request-id": "EASTUS:20230615T144140Z:4d222614-24b4-447d-9aba-548264d959e5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-ef2483e34176404e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "83e160070d30ee1bd4c755ccdd69da7b", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-26b506f55afb254e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e032c9e28670a67f8f5ef992d3bb0050", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11234,7 +12008,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:14:03 GMT", + "Date": "Thu, 15 Jun 2023 14:41:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11243,28 +12017,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "83e160070d30ee1bd4c755ccdd69da7b", - "x-ms-correlation-request-id": "23da9fd4-f350-437c-8561-0b2686879aae", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "8bcc66df-f6d6-461e-ab83-ea5cea114305", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141403Z:23da9fd4-f350-437c-8561-0b2686879aae", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "e032c9e28670a67f8f5ef992d3bb0050", + "x-ms-correlation-request-id": "6da2d355-4cc6-4d23-a3cd-8bd19dbd7b56", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "b8538147-ae72-4192-be58-33df05a84b94", + "x-ms-routing-request-id": "EASTUS:20230615T144142Z:6da2d355-4cc6-4d23-a3cd-8bd19dbd7b56", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-45d1299188b5b143-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0a6d11776e5f017965e45477e66702ee", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-a6f270b98e190243-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d6cf5f2188f29d0e869deebece743c02", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11273,7 +12047,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:14:07 GMT", + "Date": "Thu, 15 Jun 2023 14:41:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11282,28 +12056,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a6d11776e5f017965e45477e66702ee", - "x-ms-correlation-request-id": "347b0905-ac06-47f5-898f-19b2de99730c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "b4ee988c-323c-48b2-b02a-75a8bb3dfd27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141407Z:347b0905-ac06-47f5-898f-19b2de99730c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "d6cf5f2188f29d0e869deebece743c02", + "x-ms-correlation-request-id": "59a04653-9bac-4477-8e96-ed7403d47794", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "0d83ff79-beac-4935-9bf2-f0411e633a59", + "x-ms-routing-request-id": "EASTUS:20230615T144146Z:59a04653-9bac-4477-8e96-ed7403d47794", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-23d5e22cbe69a34b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "97ea112c4a8ea53e919ed99a1f1b29a7", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-a9df9fca6e8f1542-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "448305ca5d9973f2ec566fc70a683952", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11312,7 +12086,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:14:15 GMT", + "Date": "Thu, 15 Jun 2023 14:41:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11321,28 +12095,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "97ea112c4a8ea53e919ed99a1f1b29a7", - "x-ms-correlation-request-id": "3d1ba575-9b62-471b-8a69-f4abca7097ce", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "b3d5efff-8832-45fd-980d-4e4a9e0cc02e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141416Z:3d1ba575-9b62-471b-8a69-f4abca7097ce", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "448305ca5d9973f2ec566fc70a683952", + "x-ms-correlation-request-id": "d76cbf08-b426-4d20-bde5-b6199ef692da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "3ce8a60b-d127-44c7-b574-8c35f56a0377", + "x-ms-routing-request-id": "EASTUS:20230615T144154Z:d76cbf08-b426-4d20-bde5-b6199ef692da", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-34601b511d2eb44e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "00fa3fa95fef9913e7df1d4bb9a4086d", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-792207923b739d4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9c7fcb3688515aaabb9559d397c0d71a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11351,7 +12125,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:14:31 GMT", + "Date": "Thu, 15 Jun 2023 14:42:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11360,37 +12134,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "00fa3fa95fef9913e7df1d4bb9a4086d", - "x-ms-correlation-request-id": "9dfa0bfb-6057-49b0-b305-c8c839691a73", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "98cb3149-3212-4857-beb8-d3ff2e227e47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141432Z:9dfa0bfb-6057-49b0-b305-c8c839691a73", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "9c7fcb3688515aaabb9559d397c0d71a", + "x-ms-correlation-request-id": "b71c2243-05f2-4801-a75d-5738d6fb6eb1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "eb1bc13e-2503-435e-858c-023e7ae4074f", + "x-ms-routing-request-id": "EASTUS:20230615T144210Z:b71c2243-05f2-4801-a75d-5738d6fb6eb1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-91ea53270ad4524f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cba066c4427e2cecd2c778c194dee24a", + "Connection": "close", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-e8a7ffc18b82ef49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cdc7f622bc38c4b66d5bea9c1846921d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:15:04 GMT", + "Date": "Thu, 15 Jun 2023 14:42:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11399,28 +12175,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cba066c4427e2cecd2c778c194dee24a", - "x-ms-correlation-request-id": "745e70bd-d17d-4340-b0e9-c035210ce56f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "307ba93f-3d1c-4e3a-b4c6-3141561dab71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141504Z:745e70bd-d17d-4340-b0e9-c035210ce56f", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "cdc7f622bc38c4b66d5bea9c1846921d", + "x-ms-correlation-request-id": "9b93aa42-3a51-4874-8a3d-deedf2644f01", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "51cb2065-c1f1-4ab9-b3c5-7ea02cabcd8d", + "x-ms-routing-request-id": "EASTUS:20230615T144242Z:9b93aa42-3a51-4874-8a3d-deedf2644f01", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-1844b2590ae99847-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a6ceadbb026cccfffd51b0af2df2eced", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-0bb56b8a448a2547-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "03879c64a0f542b15b288804031edc2c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11429,7 +12205,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:15:36 GMT", + "Date": "Thu, 15 Jun 2023 14:43:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11438,28 +12214,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a6ceadbb026cccfffd51b0af2df2eced", - "x-ms-correlation-request-id": "476d803c-9f62-46e2-9c1f-65de0d055b55", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "5aa94073-573d-4749-bb32-061cc6fa6b7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141537Z:476d803c-9f62-46e2-9c1f-65de0d055b55", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "03879c64a0f542b15b288804031edc2c", + "x-ms-correlation-request-id": "fa51cd5d-f726-4e5e-aaa7-52aaa05b497b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "119f89e1-b92f-4f9c-9c69-fa9c40fa6694", + "x-ms-routing-request-id": "EASTUS:20230615T144315Z:fa51cd5d-f726-4e5e-aaa7-52aaa05b497b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-c7f680e25868b244-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b8d56c965d7b662853cd2d27e7520408", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-d9db158df3aa6e4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "14a5557e6ba07a1914ba2ff59e0e4275", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11468,7 +12244,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:16:08 GMT", + "Date": "Thu, 15 Jun 2023 14:43:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11477,28 +12253,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b8d56c965d7b662853cd2d27e7520408", - "x-ms-correlation-request-id": "c835b717-7205-4e8f-85be-c55f5f2b3586", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "186fd61b-e405-4106-bcb2-673e81dd99b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141609Z:c835b717-7205-4e8f-85be-c55f5f2b3586", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "14a5557e6ba07a1914ba2ff59e0e4275", + "x-ms-correlation-request-id": "c7a32fd6-b8fb-47cc-8010-89262f97aaf6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "da278869-a2d1-41ee-bc30-919f9321394c", + "x-ms-routing-request-id": "EASTUS:20230615T144347Z:c7a32fd6-b8fb-47cc-8010-89262f97aaf6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-0bf0419a0e080d4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0c90d3fd61d6c20067d3cd2d923dffe0", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-6e3c98aa76f31d4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fb6f3c02d43882254585721033b2c14e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11507,7 +12283,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:16:41 GMT", + "Date": "Thu, 15 Jun 2023 14:44:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11516,28 +12292,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c90d3fd61d6c20067d3cd2d923dffe0", - "x-ms-correlation-request-id": "32481acf-f006-4ce9-a5b7-9d50665fa13b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "4e961ba8-af17-4f80-90ed-30987d85534e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141641Z:32481acf-f006-4ce9-a5b7-9d50665fa13b", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "fb6f3c02d43882254585721033b2c14e", + "x-ms-correlation-request-id": "1dfc3db5-8454-49c7-8f15-c89f72d55e40", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "d855312e-20c7-4241-ac50-5e16d0623c83", + "x-ms-routing-request-id": "EASTUS:20230615T144419Z:1dfc3db5-8454-49c7-8f15-c89f72d55e40", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-c5ad56e29f68264f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "282b8adb29095dce8467539ed4d7e5ab", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-b26e18d687463643-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c21ebd7e7ea1f87c820cee3a70bba44c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11546,7 +12322,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:17:13 GMT", + "Date": "Thu, 15 Jun 2023 14:44:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11555,28 +12331,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "282b8adb29095dce8467539ed4d7e5ab", - "x-ms-correlation-request-id": "fdec0715-84b3-45b3-a2f1-9c3e56b7dcbd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "a808e9ea-b49e-472b-b731-43c1da97e2a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141714Z:fdec0715-84b3-45b3-a2f1-9c3e56b7dcbd", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "c21ebd7e7ea1f87c820cee3a70bba44c", + "x-ms-correlation-request-id": "5165fb53-bfa6-4b9d-9ba7-5eae7eec7aa7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "f9ed33f2-98c4-4a71-8eae-7568ecce82da", + "x-ms-routing-request-id": "EASTUS:20230615T144451Z:5165fb53-bfa6-4b9d-9ba7-5eae7eec7aa7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-44fbeb043b59fd4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "59b1a74ce06134176b1250a790fad316", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-e9d19ae3edacfb45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c70212e6e1aea9f32f22ce1bf8094662", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11585,7 +12361,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:17:45 GMT", + "Date": "Thu, 15 Jun 2023 14:45:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11594,28 +12370,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "59b1a74ce06134176b1250a790fad316", - "x-ms-correlation-request-id": "2f1644db-49ee-4252-9e5d-ef45e96d7bfb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "353cc515-2e88-435f-9804-feeb25042736", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141746Z:2f1644db-49ee-4252-9e5d-ef45e96d7bfb", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "c70212e6e1aea9f32f22ce1bf8094662", + "x-ms-correlation-request-id": "dbf5279c-8298-4337-b543-19cb61f642b2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "a857c5ea-a0d6-4696-b142-f9cc53fbd458", + "x-ms-routing-request-id": "EASTUS:20230615T144523Z:dbf5279c-8298-4337-b543-19cb61f642b2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-b42c99698d84ba46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5c4c4dcedc26d4ff0432876e0d61ee90", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-fabd4cd790a4994c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e077e0f97ff083d4bf77782be6ea118a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11624,7 +12400,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:18:18 GMT", + "Date": "Thu, 15 Jun 2023 14:45:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11633,39 +12409,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5c4c4dcedc26d4ff0432876e0d61ee90", - "x-ms-correlation-request-id": "29d65d36-9467-4fe7-874a-f08f4634b8c9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "c8118cd1-9a3f-4e75-809a-60dd280f908d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141819Z:29d65d36-9467-4fe7-874a-f08f4634b8c9", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "e077e0f97ff083d4bf77782be6ea118a", + "x-ms-correlation-request-id": "7a3acc55-77d3-4879-857c-8c02593cbe1d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "c5cbb823-9005-45ed-af0b-0da701806d63", + "x-ms-routing-request-id": "EASTUS:20230615T144555Z:7a3acc55-77d3-4879-857c-8c02593cbe1d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-812ca27287e1964c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ebe121eea58bfa7e73f6bcf6d827cd8a", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-1b10e151c3411446-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "212a25e0faaf9d9fca74937eb060ff78", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:18:50 GMT", + "Date": "Thu, 15 Jun 2023 14:46:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11674,28 +12448,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ebe121eea58bfa7e73f6bcf6d827cd8a", - "x-ms-correlation-request-id": "222018c3-6947-4e22-aba3-3340609e3584", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "ff5ee11d-60fc-4f62-930e-adaef5ef4af1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141851Z:222018c3-6947-4e22-aba3-3340609e3584", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "212a25e0faaf9d9fca74937eb060ff78", + "x-ms-correlation-request-id": "37fb1df3-48a1-42c5-8593-ef6c557c9b7a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "b27f8cd8-7367-476b-9ba0-5fae68c36d3c", + "x-ms-routing-request-id": "EASTUS:20230615T144627Z:37fb1df3-48a1-42c5-8593-ef6c557c9b7a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-e8649a920b21dd4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "86d03c93888a6f85a7dd552f58a8260a", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-2376db5efb324a41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "90418cc6c344665c3e7e073768c7c345", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11704,7 +12478,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:19:25 GMT", + "Date": "Thu, 15 Jun 2023 14:46:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11713,28 +12487,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86d03c93888a6f85a7dd552f58a8260a", - "x-ms-correlation-request-id": "eaa0fdb6-803e-4c46-8095-b2ef1020ca30", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "6cc4a6cc-acd4-4913-913c-c150c28249b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141926Z:eaa0fdb6-803e-4c46-8095-b2ef1020ca30", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "90418cc6c344665c3e7e073768c7c345", + "x-ms-correlation-request-id": "af1fb3a1-7f39-4ec5-89b9-e0dbebb141ad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "705fac3e-4b83-4dea-9354-2d171774eff9", + "x-ms-routing-request-id": "EASTUS:20230615T144659Z:af1fb3a1-7f39-4ec5-89b9-e0dbebb141ad", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-386c1beff6a2c04e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6eb9c024e818298acf51e92f1f09fbdd", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-188537c036499f46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d23a441125dffeb240d9167bec55d35e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11743,7 +12517,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:19:58 GMT", + "Date": "Thu, 15 Jun 2023 14:47:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11752,28 +12526,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6eb9c024e818298acf51e92f1f09fbdd", - "x-ms-correlation-request-id": "53ea68d3-2be6-4485-a76b-663249adbd23", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "23b07085-446f-4b5b-a13e-1299d6242243", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T141958Z:53ea68d3-2be6-4485-a76b-663249adbd23", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "d23a441125dffeb240d9167bec55d35e", + "x-ms-correlation-request-id": "1cd20c10-c9c1-4a81-95c3-31c1a0a7f303", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "af87f40a-a828-48df-9126-992896fc4726", + "x-ms-routing-request-id": "EASTUS:20230615T144731Z:1cd20c10-c9c1-4a81-95c3-31c1a0a7f303", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-1fee419d892f6948-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d0dafd65679165059c7243ae4f4fa2ca", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-4f408f07926a8240-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5965ff7781a91d46c9c3e231f2683502", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11782,7 +12556,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:20:30 GMT", + "Date": "Thu, 15 Jun 2023 14:48:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11791,37 +12565,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0dafd65679165059c7243ae4f4fa2ca", - "x-ms-correlation-request-id": "70ac0fb9-5c72-49c4-8c4e-c627cffa89a6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "6722d3e8-5943-4ea8-bd09-bd7a266cccb5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142031Z:70ac0fb9-5c72-49c4-8c4e-c627cffa89a6", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "5965ff7781a91d46c9c3e231f2683502", + "x-ms-correlation-request-id": "52798f21-c267-495f-9a3c-2d28e66e3225", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "657a9fee-2305-4a11-84b8-dd02d6926b6f", + "x-ms-routing-request-id": "EASTUS:20230615T144803Z:52798f21-c267-495f-9a3c-2d28e66e3225", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-711f53bebae8de40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "18d1b2cf5f6dab71b2a7b7399f55509e", + "Connection": "close", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-5bc32bce0707af4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6c6d4eb02c26a099d9424f6aade07ae8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:21:02 GMT", + "Date": "Thu, 15 Jun 2023 14:48:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11830,28 +12606,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "18d1b2cf5f6dab71b2a7b7399f55509e", - "x-ms-correlation-request-id": "af840239-b3d9-426c-b862-0bb4ea4ee29f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "9ac11b21-07de-41c4-9400-e05ad488cb91", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142103Z:af840239-b3d9-426c-b862-0bb4ea4ee29f", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "6c6d4eb02c26a099d9424f6aade07ae8", + "x-ms-correlation-request-id": "dc17d813-8acc-4197-a549-3f348d65c091", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "d679c8d7-3f3a-4012-b215-e780ad365291", + "x-ms-routing-request-id": "EASTUS:20230615T144835Z:dc17d813-8acc-4197-a549-3f348d65c091", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-492b412f887ed14d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5bc977e155cdbc78bb54d1a6a4dcd980", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-39d68cf643da8646-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "68c0a9aa69628f9cfd1d091c43800cd8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11860,7 +12636,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:21:35 GMT", + "Date": "Thu, 15 Jun 2023 14:49:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11869,28 +12645,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5bc977e155cdbc78bb54d1a6a4dcd980", - "x-ms-correlation-request-id": "ed71191c-817e-4921-958d-5e1fea88f7ce", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "25e1007a-bdde-4880-ae38-f3ce4d0d705f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142135Z:ed71191c-817e-4921-958d-5e1fea88f7ce", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "68c0a9aa69628f9cfd1d091c43800cd8", + "x-ms-correlation-request-id": "9d8ae165-cada-4d74-a0c7-1f78941a4922", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "67905516-7eb8-4048-b6b3-1fe704390694", + "x-ms-routing-request-id": "EASTUS:20230615T144908Z:9d8ae165-cada-4d74-a0c7-1f78941a4922", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-0f1d2005e8f4234b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6c5f1eafe337056f8b2f1eeab0ccc646", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-ee1a8dd36e408442-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9eca13a467e84a3866c4806632db6fe9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11899,7 +12675,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:22:07 GMT", + "Date": "Thu, 15 Jun 2023 14:49:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11908,28 +12684,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6c5f1eafe337056f8b2f1eeab0ccc646", - "x-ms-correlation-request-id": "8110e62e-f8e9-4dee-b818-15310795f579", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "f51e9904-7627-4dfa-8b24-06b20fc019b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142208Z:8110e62e-f8e9-4dee-b818-15310795f579", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "9eca13a467e84a3866c4806632db6fe9", + "x-ms-correlation-request-id": "8167e782-7979-4b8c-9328-9b98053af494", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "5ee5a4ef-ecfb-4784-bae2-c67f2e22089c", + "x-ms-routing-request-id": "EASTUS:20230615T144940Z:8167e782-7979-4b8c-9328-9b98053af494", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-040680fb88f00d47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d7cca521468579fc3a145c198dca07d5", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-1e19f098502ee44b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4887fa48cca847a0b2dd6e08237d5d58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11938,7 +12714,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:22:40 GMT", + "Date": "Thu, 15 Jun 2023 14:50:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11947,28 +12723,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7cca521468579fc3a145c198dca07d5", - "x-ms-correlation-request-id": "46972394-bd9d-4518-89a6-206581bdd1a8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "1b3dad3b-a432-4600-af68-c7cd44bc62eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142240Z:46972394-bd9d-4518-89a6-206581bdd1a8", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "4887fa48cca847a0b2dd6e08237d5d58", + "x-ms-correlation-request-id": "56ea9d4d-d94c-47e4-9a5c-9f5047a2ba8c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "fe3324ab-f86c-4b45-817f-f6ff2db4a93e", + "x-ms-routing-request-id": "EASTUS:20230615T145012Z:56ea9d4d-d94c-47e4-9a5c-9f5047a2ba8c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-5080529030649740-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "808936cde3f5fe6608c3cf9e378e0cef", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-91118a45740af646-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "99c57636dc1542ff7175029de9355d21", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11977,7 +12753,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:23:12 GMT", + "Date": "Thu, 15 Jun 2023 14:50:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11986,28 +12762,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "808936cde3f5fe6608c3cf9e378e0cef", - "x-ms-correlation-request-id": "96dfd1bc-54c4-4c35-aa3e-4b5e29d42467", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "375aab81-94c1-47ce-9344-3b1006b9fc29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142312Z:96dfd1bc-54c4-4c35-aa3e-4b5e29d42467", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "99c57636dc1542ff7175029de9355d21", + "x-ms-correlation-request-id": "70c54ea1-8f93-4836-a6ea-e05c781aa65f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "4b319b00-532f-4dd7-b278-0c1d7f2c2b56", + "x-ms-routing-request-id": "EASTUS:20230615T145044Z:70c54ea1-8f93-4836-a6ea-e05c781aa65f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-ad9b294742234542-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fe858b8e011068fa22e63222865678c1", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-326c261f12fd2c47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "48d420aec3f9d8307383ec0bf92f26e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12016,7 +12792,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:23:44 GMT", + "Date": "Thu, 15 Jun 2023 14:51:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12025,28 +12801,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe858b8e011068fa22e63222865678c1", - "x-ms-correlation-request-id": "bc2686a9-ab70-42e0-9dd0-b9b1ffadd9db", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "a6e4dc31-7d6d-4e19-b1b1-9fd2fe315657", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142345Z:bc2686a9-ab70-42e0-9dd0-b9b1ffadd9db", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "48d420aec3f9d8307383ec0bf92f26e8", + "x-ms-correlation-request-id": "701f667d-6de0-45a7-bf53-aa52fec62d97", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "e486c0ad-4507-40e8-8783-d10ab73477b1", + "x-ms-routing-request-id": "EASTUS:20230615T145116Z:701f667d-6de0-45a7-bf53-aa52fec62d97", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-377649b96e06064c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "791c482745423d503ecdcfc1775d42ab", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-fa608b3e34735342-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bb302767d5166bd3fa44d732ca025d7c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12055,7 +12831,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:24:17 GMT", + "Date": "Thu, 15 Jun 2023 14:51:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12064,39 +12840,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "791c482745423d503ecdcfc1775d42ab", - "x-ms-correlation-request-id": "ec23aa3e-61f2-4a18-a699-f28bc53f8909", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "42732fab-6a47-4c57-96f2-25ea5ff71786", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142417Z:ec23aa3e-61f2-4a18-a699-f28bc53f8909", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "bb302767d5166bd3fa44d732ca025d7c", + "x-ms-correlation-request-id": "844581eb-581f-4c22-8b95-c0c4639a0436", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "b2c55e82-c090-4996-ba2f-c861d5a28910", + "x-ms-routing-request-id": "EASTUS:20230615T145148Z:844581eb-581f-4c22-8b95-c0c4639a0436", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-8a887cb789acf041-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "028b6d080845ccc53c215e0fb14478b1", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-59b214259f6d3d41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "035a4c8014a9725f46ed2691f0f44941", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:24:49 GMT", + "Date": "Thu, 15 Jun 2023 14:52:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12105,28 +12879,67 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "028b6d080845ccc53c215e0fb14478b1", - "x-ms-correlation-request-id": "f74f1e3c-1626-4b23-9571-bc0d1dda3061", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "22279503-7dad-4dd3-aa92-87764a2df1ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142449Z:f74f1e3c-1626-4b23-9571-bc0d1dda3061", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "035a4c8014a9725f46ed2691f0f44941", + "x-ms-correlation-request-id": "f2ec08d9-4dd7-46e7-8be4-09617aee166d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "20660b7b-f058-4224-9d6a-0321ef803d7b", + "x-ms-routing-request-id": "EASTUS:20230615T145220Z:f2ec08d9-4dd7-46e7-8be4-09617aee166d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", + "status": "InProgress", + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-9ad52352c1bddc43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c235194fa105d80b4c684eb4ecfe0e70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 14:52:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c235194fa105d80b4c684eb4ecfe0e70", + "x-ms-correlation-request-id": "14db7ec9-310c-429b-9bd2-68ce7777df65", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "6eefedba-9ffb-4b6d-bbae-e42e0fe3d2d4", + "x-ms-routing-request-id": "EASTUS:20230615T145252Z:14db7ec9-310c-429b-9bd2-68ce7777df65", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-21d1c82a2991b443-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ee770e4b927248ac3a47c0423139f1c4", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-03cbe02ffaa34045-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ad8b6f2623d5523fc7bd7528af417a05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12135,7 +12948,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:25:22 GMT", + "Date": "Thu, 15 Jun 2023 14:53:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12144,28 +12957,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee770e4b927248ac3a47c0423139f1c4", - "x-ms-correlation-request-id": "b76a6b1e-0f1b-4458-a0d4-e58a2f5c2bd4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "9ef67d5e-7e7a-4a04-a6d5-7374aacaa866", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142523Z:b76a6b1e-0f1b-4458-a0d4-e58a2f5c2bd4", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "ad8b6f2623d5523fc7bd7528af417a05", + "x-ms-correlation-request-id": "ddbaf660-3060-4725-bb07-01827e82f0c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "19039634-8c20-47e3-afba-626633e64076", + "x-ms-routing-request-id": "EASTUS:20230615T145324Z:ddbaf660-3060-4725-bb07-01827e82f0c4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", "status": "InProgress", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4efb99e8-b05d-4143-9984-75824e90f610?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2fc0470e-79de-408c-8720-4270f0e0be15?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-e3e7b42ee9cf6b47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "181986a376cb1e7b83503d21e7418cf9", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-f0cdab4905a8ef41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b0e295fb9acdde764081b640c5ab8647", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12174,7 +12987,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:25:54 GMT", + "Date": "Thu, 15 Jun 2023 14:53:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12183,38 +12996,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "181986a376cb1e7b83503d21e7418cf9", - "x-ms-correlation-request-id": "585bdab7-d7a1-49b5-a321-bc650fbcf940", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "dbe5bbff-dd30-41fd-8f19-3aa0350b9a63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142555Z:585bdab7-d7a1-49b5-a321-bc650fbcf940", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "b0e295fb9acdde764081b640c5ab8647", + "x-ms-correlation-request-id": "b317be0c-a238-4804-a159-ea750968b0a9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "7bf09344-a138-407a-a798-96b67e917d9f", + "x-ms-routing-request-id": "EASTUS:20230615T145356Z:b317be0c-a238-4804-a159-ea750968b0a9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:13:53.1850405\u002B00:00", - "endTime": "2023-03-23T14:25:52.3596009\u002B00:00", + "startTime": "2023-06-15T14:41:36.2852276\u002B00:00", + "endTime": "2023-06-15T14:53:25.2519997\u002B00:00", "status": "Succeeded", - "name": "4efb99e8-b05d-4143-9984-75824e90f610" + "name": "2fc0470e-79de-408c-8720-4270f0e0be15" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg1484/providers/Microsoft.StorageCache/caches/testsc98?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc2621?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fba1cb0076b21b4980861709f99ad05a-2520829ab2d76141-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "69751e5554e67539c143c7fe48839a02", + "traceparent": "00-9d8b41b45891564c9b3e9f071d849c4a-20dbaf961554cc42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "806bb5df9c692b6bd9e2fb472ce3290a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2202", + "Content-Length": "2181", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:25:56 GMT", + "Date": "Thu, 15 Jun 2023 14:53:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12223,17 +13036,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "69751e5554e67539c143c7fe48839a02", - "x-ms-correlation-request-id": "5e915686-d7c5-4a21-a482-234e823f8483", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;117", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "4728ac17-a0d2-4fdf-bb86-596452885ae6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142557Z:5e915686-d7c5-4a21-a482-234e823f8483", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "806bb5df9c692b6bd9e2fb472ce3290a", + "x-ms-correlation-request-id": "fd4a082f-a385-4668-9b29-7a6381cc9267", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;115", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "215c9eab-992b-489a-bf05-e09a94349e80", + "x-ms-routing-request-id": "EASTUS:20230615T145356Z:fd4a082f-a385-4668-9b29-7a6381cc9267", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc98", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg1484/providers/Microsoft.StorageCache/caches/testsc98", + "name": "testsc2621", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc2621", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12270,7 +13083,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12283,12 +13095,12 @@ "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg1484/providers/Microsoft.Network/virtualNetworks/scTestVNet-9640/subnets/scTestSubnet-9417", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8825/subnets/scTestSubnet-5010", "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T14:13:53.3413193Z", + "lastFirmwareUpdate": "2023-06-15T14:41:36.5352283Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -12297,33 +13109,33 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T14:13:51.913965Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-15T14:41:36.2382942Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T14:13:51.913965Z" + "lastModifiedAt": "2023-06-15T14:41:36.2382942Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg1484/providers/Microsoft.StorageCache/caches/testsc98?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc2621?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b3e6dc19390a4145adb37fa1afd7e53e-93a0d59a5921554e-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2a6c992f5f2ad5e692586b21558a60f9", + "traceparent": "00-214cd31c7d14084c91acf05acd779486-94968ee6e8f3ac47-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "56b848ed5d1b8ba3f9ac6c546cfe8d1c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2202", + "Content-Length": "2181", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:25:57 GMT", + "Date": "Thu, 15 Jun 2023 14:53:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12332,17 +13144,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a6c992f5f2ad5e692586b21558a60f9", - "x-ms-correlation-request-id": "f282e460-5d60-423e-98e7-d696745c7921", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "845dfd71-ef3a-4cf2-ae9d-886036396480", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142558Z:f282e460-5d60-423e-98e7-d696745c7921", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "56b848ed5d1b8ba3f9ac6c546cfe8d1c", + "x-ms-correlation-request-id": "3d7e96b8-1caf-40f2-9189-e40828c93fbb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;114", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "56838eac-2f5c-4c01-b36a-6363cc567daa", + "x-ms-routing-request-id": "EASTUS:20230615T145357Z:3d7e96b8-1caf-40f2-9189-e40828c93fbb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc98", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg1484/providers/Microsoft.StorageCache/caches/testsc98", + "name": "testsc2621", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc2621", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12379,7 +13191,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12392,12 +13203,12 @@ "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg1484/providers/Microsoft.Network/virtualNetworks/scTestVNet-9640/subnets/scTestSubnet-9417", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8825/subnets/scTestSubnet-5010", "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T14:13:53.3413193Z", + "lastFirmwareUpdate": "2023-06-15T14:41:36.5352283Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -12406,35 +13217,35 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T14:13:51.913965Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-15T14:41:36.2382942Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T14:13:51.913965Z" + "lastModifiedAt": "2023-06-15T14:41:36.2382942Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg1484/providers/Microsoft.StorageCache/caches/testsc98?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc2621?api-version=2023-05-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-52ce39088e663f428b8d71b8e5d30ff1-4fedbf13bed30d45-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "13ecc6bb87c34fdd4da35788ae7dd6ff", + "traceparent": "00-a913696b36b247419c0baf958061ea2b-ee11adc057e32e4e-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f9492d37fad65f9c2ab7d6ea9f2eb25d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/de4cdb96-59af-49e8-8af8-b491448cb35c?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/25eb2294-833d-484b-bfa6-8023778e00e1?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 14:25:57 GMT", + "Date": "Thu, 15 Jun 2023 14:53:57 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/de4cdb96-59af-49e8-8af8-b491448cb35c?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/25eb2294-833d-484b-bfa6-8023778e00e1?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -12442,72 +13253,33 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "13ecc6bb87c34fdd4da35788ae7dd6ff", - "x-ms-correlation-request-id": "f4fbbfdd-8092-4a2e-96a8-28c198c83e32", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", + "x-ms-client-request-id": "f9492d37fad65f9c2ab7d6ea9f2eb25d", + "x-ms-correlation-request-id": "908c93f4-50e3-4213-8791-dcb215464681", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;28", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "de4cdb96-59af-49e8-8af8-b491448cb35c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142558Z:f4fbbfdd-8092-4a2e-96a8-28c198c83e32", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "25eb2294-833d-484b-bfa6-8023778e00e1", + "x-ms-routing-request-id": "EASTUS:20230615T145357Z:908c93f4-50e3-4213-8791-dcb215464681", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/de4cdb96-59af-49e8-8af8-b491448cb35c?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-52ce39088e663f428b8d71b8e5d30ff1-58016a3e4117b446-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8143cee28796a83ebb1cdd86085e2615", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:25:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8143cee28796a83ebb1cdd86085e2615", - "x-ms-correlation-request-id": "f10acad2-5937-4e89-8213-77d035296366", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "0b296fe8-aac3-405f-b534-bf93e97ff48e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142559Z:f10acad2-5937-4e89-8213-77d035296366", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T14:25:58.656526\u002B00:00", - "status": "InProgress", - "name": "de4cdb96-59af-49e8-8af8-b491448cb35c" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/de4cdb96-59af-49e8-8af8-b491448cb35c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/25eb2294-833d-484b-bfa6-8023778e00e1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52ce39088e663f428b8d71b8e5d30ff1-98f00afc6bc2ee4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1a6c6b8112985a24f7f6db23b04f6635", + "traceparent": "00-a913696b36b247419c0baf958061ea2b-05adc249905c7041-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fe10de552f99f334ab582c6487b8ecca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:25:59 GMT", + "Date": "Thu, 15 Jun 2023 14:53:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12516,37 +13288,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a6c6b8112985a24f7f6db23b04f6635", - "x-ms-correlation-request-id": "ce2316d9-f080-4578-bc43-08e5be2d79d3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "f28f42da-b664-4122-8311-a7baac3cb045", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142600Z:ce2316d9-f080-4578-bc43-08e5be2d79d3", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "fe10de552f99f334ab582c6487b8ecca", + "x-ms-correlation-request-id": "0920e8ce-ab92-4c90-a6b3-1d1999f1370f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "cdeeb34b-4801-4249-a56b-7f2f0a7cf2e5", + "x-ms-routing-request-id": "EASTUS:20230615T145357Z:0920e8ce-ab92-4c90-a6b3-1d1999f1370f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:25:58.656526\u002B00:00", + "startTime": "2023-06-15T14:53:57.2464363\u002B00:00", "status": "InProgress", - "name": "de4cdb96-59af-49e8-8af8-b491448cb35c" + "name": "25eb2294-833d-484b-bfa6-8023778e00e1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/de4cdb96-59af-49e8-8af8-b491448cb35c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/25eb2294-833d-484b-bfa6-8023778e00e1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52ce39088e663f428b8d71b8e5d30ff1-9511d7fffa822b40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e0a52083543a2d69fc4992b78348edd9", + "traceparent": "00-a913696b36b247419c0baf958061ea2b-e9a6a89080a91044-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c0fb0efa10ab082900c7e6f672e02f12", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:26:00 GMT", + "Date": "Thu, 15 Jun 2023 14:53:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12555,37 +13327,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e0a52083543a2d69fc4992b78348edd9", - "x-ms-correlation-request-id": "381510a8-5494-4f4b-8f8f-e6a1f273696c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "9d90dba8-34ad-493a-b195-a178d4f7747d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142601Z:381510a8-5494-4f4b-8f8f-e6a1f273696c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "c0fb0efa10ab082900c7e6f672e02f12", + "x-ms-correlation-request-id": "2efbe0b0-e880-4c6c-bec7-2f439adc584d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "900ebeb6-6c4b-449f-a44a-d71f3ed37ab1", + "x-ms-routing-request-id": "EASTUS:20230615T145358Z:2efbe0b0-e880-4c6c-bec7-2f439adc584d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:25:58.656526\u002B00:00", + "startTime": "2023-06-15T14:53:57.2464363\u002B00:00", "status": "InProgress", - "name": "de4cdb96-59af-49e8-8af8-b491448cb35c" + "name": "25eb2294-833d-484b-bfa6-8023778e00e1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/de4cdb96-59af-49e8-8af8-b491448cb35c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/25eb2294-833d-484b-bfa6-8023778e00e1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52ce39088e663f428b8d71b8e5d30ff1-7b6bdc2058db5048-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7d0cc17a06abd09da9e98a9fac1bf76c", + "traceparent": "00-a913696b36b247419c0baf958061ea2b-820e1b285b7ab742-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c094fbf8b31e29c37760d19903c8fa59", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:26:03 GMT", + "Date": "Thu, 15 Jun 2023 14:53:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12594,37 +13366,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d0cc17a06abd09da9e98a9fac1bf76c", - "x-ms-correlation-request-id": "4ecebd32-823c-47b2-a3e6-fb96a5dcfc9b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "b781306d-a323-428f-902f-289839d605eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142603Z:4ecebd32-823c-47b2-a3e6-fb96a5dcfc9b", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "c094fbf8b31e29c37760d19903c8fa59", + "x-ms-correlation-request-id": "7689021f-9bc6-47a4-86c4-f007f02f05fd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "c78ba7ca-ae57-4ced-9841-bde756c3429e", + "x-ms-routing-request-id": "EASTUS:20230615T145359Z:7689021f-9bc6-47a4-86c4-f007f02f05fd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:25:58.656526\u002B00:00", + "startTime": "2023-06-15T14:53:57.2464363\u002B00:00", "status": "InProgress", - "name": "de4cdb96-59af-49e8-8af8-b491448cb35c" + "name": "25eb2294-833d-484b-bfa6-8023778e00e1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/de4cdb96-59af-49e8-8af8-b491448cb35c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/25eb2294-833d-484b-bfa6-8023778e00e1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52ce39088e663f428b8d71b8e5d30ff1-fc016b05c8b8f94c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e703a7b645b92cdb023e1e4f7f6cd6ae", + "traceparent": "00-a913696b36b247419c0baf958061ea2b-b52deb812ec4364d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "21c1bdf3fe1b452fb508fed1483d80cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:26:05 GMT", + "Date": "Thu, 15 Jun 2023 14:54:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12633,37 +13405,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e703a7b645b92cdb023e1e4f7f6cd6ae", - "x-ms-correlation-request-id": "eaf0cb2c-fbda-4e69-9f15-3fca063518df", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "343f977c-8960-4b00-832a-86023e7ea4b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142605Z:eaf0cb2c-fbda-4e69-9f15-3fca063518df", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "21c1bdf3fe1b452fb508fed1483d80cb", + "x-ms-correlation-request-id": "27861d98-29cc-4e7e-aceb-7eeb0c2af01a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "e9c510d5-b5f5-4b9f-b0a2-3119b3140ace", + "x-ms-routing-request-id": "EASTUS:20230615T145400Z:27861d98-29cc-4e7e-aceb-7eeb0c2af01a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:25:58.656526\u002B00:00", + "startTime": "2023-06-15T14:53:57.2464363\u002B00:00", "status": "InProgress", - "name": "de4cdb96-59af-49e8-8af8-b491448cb35c" + "name": "25eb2294-833d-484b-bfa6-8023778e00e1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/de4cdb96-59af-49e8-8af8-b491448cb35c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/25eb2294-833d-484b-bfa6-8023778e00e1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52ce39088e663f428b8d71b8e5d30ff1-f87ce32a0a6e5c49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "efa90108e8427c8a82d43751cac981e0", + "traceparent": "00-a913696b36b247419c0baf958061ea2b-b7ef72e8543ed240-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8b6c19282b2447ac4ad2494b3e8f0438", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:26:09 GMT", + "Date": "Thu, 15 Jun 2023 14:54:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12672,37 +13444,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "efa90108e8427c8a82d43751cac981e0", - "x-ms-correlation-request-id": "d0296e82-87a7-4c05-8f7d-5173d1e46512", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "42705225-7fd6-41cd-8bb3-3644156c4793", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142609Z:d0296e82-87a7-4c05-8f7d-5173d1e46512", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "8b6c19282b2447ac4ad2494b3e8f0438", + "x-ms-correlation-request-id": "3be48705-70d5-41ea-8973-d28918f4823d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "b4f16003-9f58-41c8-8ad3-3760e5324e2a", + "x-ms-routing-request-id": "EASTUS:20230615T145402Z:3be48705-70d5-41ea-8973-d28918f4823d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:25:58.656526\u002B00:00", + "startTime": "2023-06-15T14:53:57.2464363\u002B00:00", "status": "InProgress", - "name": "de4cdb96-59af-49e8-8af8-b491448cb35c" + "name": "25eb2294-833d-484b-bfa6-8023778e00e1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/de4cdb96-59af-49e8-8af8-b491448cb35c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/25eb2294-833d-484b-bfa6-8023778e00e1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52ce39088e663f428b8d71b8e5d30ff1-b7a88d3265b92040-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "db01265106453420e6e07a6ce74e513c", + "traceparent": "00-a913696b36b247419c0baf958061ea2b-bb198dc6895aa044-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b5038dcd0e1ff9f6cb4f0b15b5f2e039", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:26:18 GMT", + "Date": "Thu, 15 Jun 2023 14:54:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12711,37 +13483,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "db01265106453420e6e07a6ce74e513c", - "x-ms-correlation-request-id": "aa0a2cac-3f61-46c8-a95d-69e00769c4ca", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "3aa0946e-2895-4b81-9ddb-e5f602563c1e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142618Z:aa0a2cac-3f61-46c8-a95d-69e00769c4ca", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "b5038dcd0e1ff9f6cb4f0b15b5f2e039", + "x-ms-correlation-request-id": "2224c7ea-5b02-4cac-9419-bd586787935a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "6b6c0ff4-0b68-4c10-8c71-d68921aaf342", + "x-ms-routing-request-id": "EASTUS:20230615T145406Z:2224c7ea-5b02-4cac-9419-bd586787935a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:25:58.656526\u002B00:00", + "startTime": "2023-06-15T14:53:57.2464363\u002B00:00", "status": "InProgress", - "name": "de4cdb96-59af-49e8-8af8-b491448cb35c" + "name": "25eb2294-833d-484b-bfa6-8023778e00e1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/de4cdb96-59af-49e8-8af8-b491448cb35c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/25eb2294-833d-484b-bfa6-8023778e00e1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52ce39088e663f428b8d71b8e5d30ff1-0d333f7aba13ff47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "aa96dc120872cd291c8664e40e896239", + "Connection": "close", + "traceparent": "00-a913696b36b247419c0baf958061ea2b-fb1d983c29e45442-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ea7106df6e5cc8351179d649b5e40625", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Connection": "close", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:26:34 GMT", + "Date": "Thu, 15 Jun 2023 14:54:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12750,37 +13524,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aa96dc120872cd291c8664e40e896239", - "x-ms-correlation-request-id": "1b7aa104-511d-47ac-af0e-8820686ed8a6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "d9af28ae-59ba-478d-a27c-eeeb8d31839a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142634Z:1b7aa104-511d-47ac-af0e-8820686ed8a6", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "ea7106df6e5cc8351179d649b5e40625", + "x-ms-correlation-request-id": "ecfe4c07-db71-4b0c-886f-0998eab63308", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "4a869773-cc75-4f3a-a258-70e6e86d8ada", + "x-ms-routing-request-id": "EASTUS:20230615T145414Z:ecfe4c07-db71-4b0c-886f-0998eab63308", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:25:58.656526\u002B00:00", + "startTime": "2023-06-15T14:53:57.2464363\u002B00:00", "status": "InProgress", - "name": "de4cdb96-59af-49e8-8af8-b491448cb35c" + "name": "25eb2294-833d-484b-bfa6-8023778e00e1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/de4cdb96-59af-49e8-8af8-b491448cb35c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/25eb2294-833d-484b-bfa6-8023778e00e1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52ce39088e663f428b8d71b8e5d30ff1-b9ff94b7ff63e344-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "58fd3ebcfa6b0269e17408626d1e9434", + "traceparent": "00-a913696b36b247419c0baf958061ea2b-8a587a0b6ab3a64d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bb04c503cb3a19ab2272c0d520969258", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:27:06 GMT", + "Date": "Thu, 15 Jun 2023 14:54:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12789,37 +13563,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "58fd3ebcfa6b0269e17408626d1e9434", - "x-ms-correlation-request-id": "205bafda-2ca1-4aee-bfce-066236e8e10f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "abf11e44-99e2-4c8a-af9a-cb1d48faaa9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142706Z:205bafda-2ca1-4aee-bfce-066236e8e10f", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "bb04c503cb3a19ab2272c0d520969258", + "x-ms-correlation-request-id": "712feb14-1fd6-4f4c-a46c-fff0edd8c210", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "9f2499fb-f0dd-49ec-8ac0-50de65f708bc", + "x-ms-routing-request-id": "EASTUS:20230615T145431Z:712feb14-1fd6-4f4c-a46c-fff0edd8c210", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:25:58.656526\u002B00:00", + "startTime": "2023-06-15T14:53:57.2464363\u002B00:00", "status": "InProgress", - "name": "de4cdb96-59af-49e8-8af8-b491448cb35c" + "name": "25eb2294-833d-484b-bfa6-8023778e00e1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/de4cdb96-59af-49e8-8af8-b491448cb35c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/25eb2294-833d-484b-bfa6-8023778e00e1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52ce39088e663f428b8d71b8e5d30ff1-817bf445e2ec4b46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ee3efa82d732496dfc33bebea13b255c", + "traceparent": "00-a913696b36b247419c0baf958061ea2b-68e14a3cb025384d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "386b0ff21a1e5edc573aa4a538ad44e7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:27:38 GMT", + "Date": "Thu, 15 Jun 2023 14:55:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12828,37 +13602,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee3efa82d732496dfc33bebea13b255c", - "x-ms-correlation-request-id": "7df83df3-2fff-48e2-a3e1-f507f2e9e4ae", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "42e258bc-b145-4e20-90c2-f7e9ea6e3bee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142739Z:7df83df3-2fff-48e2-a3e1-f507f2e9e4ae", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "386b0ff21a1e5edc573aa4a538ad44e7", + "x-ms-correlation-request-id": "f660b786-5c16-4bc0-b2ed-bb8aec45f8cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "09f6b9a4-3476-4d3e-8ee3-d93863d8c6ea", + "x-ms-routing-request-id": "EASTUS:20230615T145503Z:f660b786-5c16-4bc0-b2ed-bb8aec45f8cc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:25:58.656526\u002B00:00", + "startTime": "2023-06-15T14:53:57.2464363\u002B00:00", "status": "InProgress", - "name": "de4cdb96-59af-49e8-8af8-b491448cb35c" + "name": "25eb2294-833d-484b-bfa6-8023778e00e1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/de4cdb96-59af-49e8-8af8-b491448cb35c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/25eb2294-833d-484b-bfa6-8023778e00e1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52ce39088e663f428b8d71b8e5d30ff1-8fcac8d3bb66de44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a9b0417ef85017d17294c8fdffc75ffe", + "traceparent": "00-a913696b36b247419c0baf958061ea2b-f0970ffde95a324a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ef12e64825ed14ff5a57c8e9ae60a77a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:28:10 GMT", + "Date": "Thu, 15 Jun 2023 14:55:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12867,37 +13641,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a9b0417ef85017d17294c8fdffc75ffe", - "x-ms-correlation-request-id": "ef63b50d-c610-41d2-82fe-e866dd7f48ce", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "16e43e7c-60f3-4cb4-964e-886674613338", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142811Z:ef63b50d-c610-41d2-82fe-e866dd7f48ce", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "ef12e64825ed14ff5a57c8e9ae60a77a", + "x-ms-correlation-request-id": "1016b0ca-9cd7-4633-a232-dc017a48002b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "4b5bc93f-47a4-4216-9afe-5e716a9f47fc", + "x-ms-routing-request-id": "EASTUS:20230615T145535Z:1016b0ca-9cd7-4633-a232-dc017a48002b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:25:58.656526\u002B00:00", + "startTime": "2023-06-15T14:53:57.2464363\u002B00:00", "status": "InProgress", - "name": "de4cdb96-59af-49e8-8af8-b491448cb35c" + "name": "25eb2294-833d-484b-bfa6-8023778e00e1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/de4cdb96-59af-49e8-8af8-b491448cb35c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/25eb2294-833d-484b-bfa6-8023778e00e1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52ce39088e663f428b8d71b8e5d30ff1-607c7cc2fe23b84f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "146130f2744be406d0b35c383bab60a6", + "traceparent": "00-a913696b36b247419c0baf958061ea2b-7170af56200d2f42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a5577de7ce78e906e9a563ff2706e174", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:28:43 GMT", + "Date": "Thu, 15 Jun 2023 14:56:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12906,37 +13680,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "146130f2744be406d0b35c383bab60a6", - "x-ms-correlation-request-id": "eeb7ea04-537b-454e-a117-d4d9b1eb9f5d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "6428e452-d760-4166-bec4-5c83304a03e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142843Z:eeb7ea04-537b-454e-a117-d4d9b1eb9f5d", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "a5577de7ce78e906e9a563ff2706e174", + "x-ms-correlation-request-id": "07624c43-4ad7-463f-9a9e-43b816efad4b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "964d5947-82cf-4078-b236-8c033c866d24", + "x-ms-routing-request-id": "EASTUS:20230615T145607Z:07624c43-4ad7-463f-9a9e-43b816efad4b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:25:58.656526\u002B00:00", + "startTime": "2023-06-15T14:53:57.2464363\u002B00:00", "status": "InProgress", - "name": "de4cdb96-59af-49e8-8af8-b491448cb35c" + "name": "25eb2294-833d-484b-bfa6-8023778e00e1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/de4cdb96-59af-49e8-8af8-b491448cb35c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/25eb2294-833d-484b-bfa6-8023778e00e1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52ce39088e663f428b8d71b8e5d30ff1-872a04a2a09a364a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2ce3ab4fea6e8ae329277b9e0f6f4935", + "traceparent": "00-a913696b36b247419c0baf958061ea2b-9ec2991a70ff554a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3a8dd82da384cc6a0f57ddc752f2aff7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:29:15 GMT", + "Date": "Thu, 15 Jun 2023 14:56:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12945,37 +13719,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2ce3ab4fea6e8ae329277b9e0f6f4935", - "x-ms-correlation-request-id": "1d59867a-94c8-469f-a2e2-b539c0ae311c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "ce779f66-9d71-42dd-99b5-f7e6121037b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142916Z:1d59867a-94c8-469f-a2e2-b539c0ae311c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "3a8dd82da384cc6a0f57ddc752f2aff7", + "x-ms-correlation-request-id": "f30cb93a-da48-4602-a6c4-fe2c7b998c72", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "67d6f2b5-31b0-4ced-9fa7-cdee77eb7490", + "x-ms-routing-request-id": "EASTUS:20230615T145639Z:f30cb93a-da48-4602-a6c4-fe2c7b998c72", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:25:58.656526\u002B00:00", + "startTime": "2023-06-15T14:53:57.2464363\u002B00:00", "status": "InProgress", - "name": "de4cdb96-59af-49e8-8af8-b491448cb35c" + "name": "25eb2294-833d-484b-bfa6-8023778e00e1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/de4cdb96-59af-49e8-8af8-b491448cb35c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/25eb2294-833d-484b-bfa6-8023778e00e1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-52ce39088e663f428b8d71b8e5d30ff1-45ce6d9078797a46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "71ccc0d311d90a113bcbd99d9c98dbc7", + "traceparent": "00-a913696b36b247419c0baf958061ea2b-4b0faa80e31ad64b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "babe29939e56796edf280548c1ffec54", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "183", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:29:47 GMT", + "Date": "Thu, 15 Jun 2023 14:57:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12984,316 +13758,26 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "71ccc0d311d90a113bcbd99d9c98dbc7", - "x-ms-correlation-request-id": "4a3c82bc-bb76-41c9-b2bf-1f6618a40655", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "9de77764-5936-4ba9-90d0-72edc68054d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142948Z:4a3c82bc-bb76-41c9-b2bf-1f6618a40655", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "babe29939e56796edf280548c1ffec54", + "x-ms-correlation-request-id": "04568985-3e00-418c-80b9-a4b0cdd3c1a6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "b57b335d-15ca-4b13-afaf-8b4982ac4edf", + "x-ms-routing-request-id": "EASTUS:20230615T145711Z:04568985-3e00-418c-80b9-a4b0cdd3c1a6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:25:58.656526\u002B00:00", - "endTime": "2023-03-23T14:29:26.2011949\u002B00:00", + "startTime": "2023-06-15T14:53:57.2464363\u002B00:00", + "endTime": "2023-06-15T14:57:10.3979823\u002B00:00", "status": "Succeeded", - "name": "de4cdb96-59af-49e8-8af8-b491448cb35c" + "name": "25eb2294-833d-484b-bfa6-8023778e00e1" } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg1484?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-e3768827595c5d4280cc6fec58e8721f-dbc34b71da4c224f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "54ae223333e307904dd7ea24f868d560", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 14:29:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNDg0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87cfe55a-5174-4bd9-9fde-886fbf405c66", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "87cfe55a-5174-4bd9-9fde-886fbf405c66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142951Z:87cfe55a-5174-4bd9-9fde-886fbf405c66" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNDg0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e3768827595c5d4280cc6fec58e8721f-d532e3cb36589b47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ec6ab34bf5c09f512fc5240226ed11d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 14:29:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNDg0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "74f9bd7d-862d-433d-b9ad-70e440ed4729", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "74f9bd7d-862d-433d-b9ad-70e440ed4729", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T142951Z:74f9bd7d-862d-433d-b9ad-70e440ed4729" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNDg0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e3768827595c5d4280cc6fec58e8721f-8b5d0cfe9360c945-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "753278f5603344e85571ba0943edf506", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 14:30:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNDg0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eef7c65c-5751-4aae-adf1-fe08b9b0e7ce", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "eef7c65c-5751-4aae-adf1-fe08b9b0e7ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143007Z:eef7c65c-5751-4aae-adf1-fe08b9b0e7ce" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNDg0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e3768827595c5d4280cc6fec58e8721f-bee2c5b70a91e64b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "44d85ae9e8fd75a0d5c54c1acbca17ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 14:30:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNDg0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "392df07d-0db8-4191-b1fd-38afd904942c", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "392df07d-0db8-4191-b1fd-38afd904942c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143023Z:392df07d-0db8-4191-b1fd-38afd904942c" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNDg0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e3768827595c5d4280cc6fec58e8721f-7e26bc1fe9130d48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "99ad1dc87813eb5dcb26964f3a475c42", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 14:30:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNDg0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be6b1c7e-6683-4b60-bbd9-f1b508d3b21e", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "be6b1c7e-6683-4b60-bbd9-f1b508d3b21e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143038Z:be6b1c7e-6683-4b60-bbd9-f1b508d3b21e" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNDg0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e3768827595c5d4280cc6fec58e8721f-481396e4c5c3a844-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cc191dcfcc150cd5d8bda06e14ce798b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 14:30:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNDg0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39ffb7d9-c803-407c-8fc6-3321202486a5", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "39ffb7d9-c803-407c-8fc6-3321202486a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143054Z:39ffb7d9-c803-407c-8fc6-3321202486a5" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNDg0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e3768827595c5d4280cc6fec58e8721f-8b08cba72d65b040-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "26410e595c3f71f3fced79d752503a8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 14:31:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNDg0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a11b69de-ebfa-4102-a055-8bbe8b92206a", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "a11b69de-ebfa-4102-a055-8bbe8b92206a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143109Z:a11b69de-ebfa-4102-a055-8bbe8b92206a" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNDg0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e3768827595c5d4280cc6fec58e8721f-3dc3d30cd0295e43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ad4a09694ab0fc9747a1c155d7eed7fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 14:31:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNDg0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "703875f3-069b-4f75-a4e0-e0883abf916f", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "703875f3-069b-4f75-a4e0-e0883abf916f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143125Z:703875f3-069b-4f75-a4e0-e0883abf916f" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNDg0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e3768827595c5d4280cc6fec58e8721f-6979c781de76174b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2cf50aac360673022aa7cf2752feba87", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 14:31:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNDg0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ede6e13f-daa7-4991-89c9-2c6147b2ddf4", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "ede6e13f-daa7-4991-89c9-2c6147b2ddf4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143142Z:ede6e13f-daa7-4991-89c9-2c6147b2ddf4" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNDg0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e3768827595c5d4280cc6fec58e8721f-cc61bab410b4c244-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0a041383cb830fda7745de9e9b9d990e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 14:32:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b91a4f99-1f89-46f5-bb69-3e624e635b28", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "b91a4f99-1f89-46f5-bb69-3e624e635b28", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143214Z:b91a4f99-1f89-46f5-bb69-3e624e635b28" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1630227346", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1107436878", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/Exists()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/Exists()Async.json index 581204c817c9..e8852efa2371 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/Exists()Async.json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/Exists()Async.json @@ -1,39 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2a5cc478368ff542a7217be2c01c19b8-4af7ab439d67d840-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "69d26ce791173fa1a2649c173a9e26b9", + "traceparent": "00-16b90bdafe74e44196991abdf1a3f8a1-e2a3450a6fbe8245-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "22475a029a6e9351d64f1c39269c8a32", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:32:16 GMT", + "Date": "Thu, 15 Jun 2023 18:14:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0f226b4-b189-4fb7-8364-3ff5dec544e4", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "e0f226b4-b189-4fb7-8364-3ff5dec544e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143216Z:e0f226b4-b189-4fb7-8364-3ff5dec544e4" + "x-ms-correlation-request-id": "f2ffc8ec-0a29-4557-a2af-c76ba3db7781", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "f2ffc8ec-0a29-4557-a2af-c76ba3db7781", + "x-ms-routing-request-id": "EASTUS:20230615T181454Z:f2ffc8ec-0a29-4557-a2af-c76ba3db7781" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,55 +43,56 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2468?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-01502c3fb121f04599e518fd1654f471-de8a9a9646bd4b4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d5032003ee236e2d65f781a9786d1d30", + "traceparent": "00-4149eed33d0469419626e8c87c0bd159-63113c375a590d46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2cb56adc4b06ddafe9a0bddb66c2de43", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:32:20 GMT", + "Date": "Thu, 15 Jun 2023 18:14:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "614e2e5f-6bf1-45d5-b090-c0e2eea9bc1e", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "614e2e5f-6bf1-45d5-b090-c0e2eea9bc1e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143221Z:614e2e5f-6bf1-45d5-b090-c0e2eea9bc1e" + "x-ms-correlation-request-id": "4c38df88-4a57-42e3-8db6-6c41f5dc7c04", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "4c38df88-4a57-42e3-8db6-6c41f5dc7c04", + "x-ms-routing-request-id": "EASTUS:20230615T181454Z:4c38df88-4a57-42e3-8db6-6c41f5dc7c04" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2468", - "name": "storagecachetestrg2468", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2468/providers/Microsoft.StorageCache/caches/testsc9828?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8971?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-cc72f035d0a24040ab283898338dbb9d-0a7ca2806e25ff4b-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2b4cbed95b136f067de4e62a9e76de44", + "traceparent": "00-b84804b290049442b7c6374def6a6770-17146fac00647542-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d2439a989488ca380bcdc8d274ec2fe3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -100,52 +101,52 @@ "Cache-Control": "no-cache", "Content-Length": "234", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:32:21 GMT", + "Date": "Thu, 15 Jun 2023 18:14:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "84a2f621-9e6b-4551-9d06-bcb459211d09", + "x-ms-correlation-request-id": "27afa7e0-4f16-4fa9-a201-a6631237c394", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "84a2f621-9e6b-4551-9d06-bcb459211d09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143221Z:84a2f621-9e6b-4551-9d06-bcb459211d09" + "x-ms-request-id": "27afa7e0-4f16-4fa9-a201-a6631237c394", + "x-ms-routing-request-id": "EASTUS:20230615T181454Z:27afa7e0-4f16-4fa9-a201-a6631237c394" }, "ResponseBody": { "error": { "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.StorageCache/caches/testsc9828\u0027 under resource group \u0027storagecachetestrg2468\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "message": "The Resource \u0027Microsoft.StorageCache/caches/testsc8971\u0027 under resource group \u0027rg-rdupuisstoragecache\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-a8093d5d6c0785419ebd4660b7584d64-21df3c0f7d76bf40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c4ea023fa57eb1fb9a20962af77ee752", + "traceparent": "00-b863d07dcc00e04e814b96503242efc9-00b6d788d9048547-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a3463ddfaab63969cddd762c1370d939", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "146015", + "Content-Length": "156364", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:32:22 GMT", + "Date": "Thu, 15 Jun 2023 18:14:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3d9924d-383c-4dc8-91b0-73bce1e4afaa", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "f3d9924d-383c-4dc8-91b0-73bce1e4afaa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143222Z:f3d9924d-383c-4dc8-91b0-73bce1e4afaa" + "x-ms-correlation-request-id": "d59879dd-e61e-4a75-9142-0dc27551bae4", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "d59879dd-e61e-4a75-9142-0dc27551bae4", + "x-ms-routing-request-id": "EASTUS:20230615T181455Z:d59879dd-e61e-4a75-9142-0dc27551bae4" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -195,6 +196,10 @@ { "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" } ], "resourceTypes": [ @@ -237,9 +242,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -355,9 +365,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -473,9 +488,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -550,6 +570,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -574,6 +601,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -717,6 +752,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -760,9 +803,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -878,6 +926,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -902,6 +957,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -1045,6 +1108,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -1088,9 +1159,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1138,9 +1214,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1201,6 +1282,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -1225,6 +1313,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -1368,6 +1464,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -1411,9 +1515,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1529,9 +1638,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1592,9 +1706,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1667,9 +1786,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1741,9 +1865,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1813,9 +1942,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1931,9 +2065,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2049,9 +2188,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2148,9 +2292,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2234,9 +2383,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2317,9 +2471,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2435,9 +2594,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2515,6 +2679,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -2539,6 +2710,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -2682,6 +2861,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -2725,9 +2912,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2829,9 +3021,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2918,9 +3115,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3007,9 +3209,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3096,9 +3303,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3214,9 +3426,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3332,9 +3549,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3450,9 +3672,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3554,6 +3781,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -3578,6 +3812,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -3721,6 +3963,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "SupportsTags, SupportsLocation" @@ -3764,9 +4014,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3805,6 +4060,8 @@ "resourceType": "locations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3919,9 +4176,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4036,9 +4298,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4153,9 +4420,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4256,9 +4528,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4319,9 +4596,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4368,9 +4650,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4485,9 +4772,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4576,9 +4868,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4658,9 +4955,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4707,9 +5009,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4781,9 +5088,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4855,9 +5167,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4925,9 +5242,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4998,9 +5320,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5071,9 +5398,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5136,9 +5468,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5201,9 +5538,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5283,9 +5625,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5343,9 +5690,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5393,9 +5745,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5453,9 +5810,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5535,9 +5897,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5617,9 +5984,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5699,9 +6071,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5781,9 +6158,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6357,7 +6739,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6399,7 +6784,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6441,7 +6829,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6483,7 +6874,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6525,7 +6919,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6567,7 +6964,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6609,7 +7009,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6651,7 +7054,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6686,7 +7092,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6706,6 +7114,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6721,7 +7130,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6740,7 +7151,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6759,7 +7172,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6778,7 +7193,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6791,6 +7208,17 @@ "defaultApiVersion": "2018-08-01", "capabilities": "None" }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, { "resourceType": "trafficManagerUserMetricsKeys", "locations": [ @@ -6798,6 +7226,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2017-09-01-preview" @@ -6811,7 +7240,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6861,9 +7292,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6965,9 +7401,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7068,9 +7509,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7160,9 +7606,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7250,9 +7701,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7326,9 +7782,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7402,9 +7863,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7478,9 +7944,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7582,9 +8053,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7675,9 +8151,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7764,9 +8245,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7851,9 +8337,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7922,9 +8413,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8011,9 +8507,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8100,9 +8601,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8179,9 +8685,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8258,9 +8769,13 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8308,9 +8823,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8386,9 +8906,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8431,6 +8956,7 @@ "resourceType": "firewallPolicies", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8474,9 +9000,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8512,6 +9042,7 @@ "resourceType": "ipGroups", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8555,9 +9086,13 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8593,6 +9128,8 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8616,6 +9153,8 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8666,6 +9205,8 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8751,9 +9292,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8818,9 +9364,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8901,6 +9452,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -8925,6 +9483,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -9068,6 +9634,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "SupportsTags, SupportsLocation" @@ -9111,9 +9685,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9189,9 +9768,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9268,9 +9852,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9347,9 +9936,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9412,9 +10006,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9503,9 +10102,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9547,155 +10151,29 @@ "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "frontdoorOperationResults", + "resourceType": "checkFrontdoorNameAvailability", "locations": [ - "global" - ], - "apiVersions": [ - "2022-05-01", - "2021-06-01", - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "checkFrontdoorNameAvailability", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoors/frontendEndpoints", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" ], "apiVersions": [ "2021-06-01", "2020-07-01", "2020-05-01", - "2020-04-01", "2020-01-01", "2019-08-01", "2019-05-01", @@ -9705,37 +10183,6 @@ "defaultApiVersion": "2020-07-01", "capabilities": "None" }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, { "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ @@ -9766,33 +10213,6 @@ "defaultApiVersion": "2020-11-01", "capabilities": "None" }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, { "resourceType": "locations/bareMetalTenants", "locations": [ @@ -9832,9 +10252,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9911,9 +10336,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9954,6 +10384,7 @@ "resourceType": "virtualRouters", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -9997,9 +10428,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10035,6 +10470,7 @@ "resourceType": "networkVirtualAppliances", "locations": [ "Qatar Central", + "Poland Central", "Brazil Southeast", "West US 3", "Jio India West", @@ -10078,9 +10514,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10146,9 +10586,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10221,10 +10666,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10240,7 +10690,9 @@ "resourceType": "networkManagerConnections", "locations": [], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10299,7 +10751,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-02-01-preview", @@ -10356,10 +10811,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10418,10 +10878,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10480,7 +10945,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-06-01-preview" @@ -10535,10 +11003,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10596,10 +11069,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10614,6 +11092,8 @@ "resourceType": "networkVirtualApplianceSkus", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10677,9 +11157,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10733,9 +11218,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10749,569 +11239,404 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2468/providers/Microsoft.Network/virtualNetworks/scTestVNet-7961?api-version=2022-11-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "173", - "Content-Type": "application/json", - "traceparent": "00-a8093d5d6c0785419ebd4660b7584d64-e8a6d6e8e3551b41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ff6d67c5c4f066fda50a4743c781a264", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "scTestSubnet-3165", - "properties": { - "addressPrefix": "10.0.0.0/16" - } - } - ] - }, - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network/locations/eastus/operations/9ea7b24c-9470-45ff-bbc9-8bb1dd70482d?api-version=2022-11-01", - "Cache-Control": "no-cache", - "Content-Length": "1279", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:32:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c384557e-fba0-4359-900c-d00a65205831", - "x-ms-client-request-id": "ff6d67c5c4f066fda50a4743c781a264", - "x-ms-correlation-request-id": "da9f304e-7ee8-42ce-b730-db9c6629a14d", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "9ea7b24c-9470-45ff-bbc9-8bb1dd70482d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143228Z:da9f304e-7ee8-42ce-b730-db9c6629a14d" - }, - "ResponseBody": { - "name": "scTestVNet-7961", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2468/providers/Microsoft.Network/virtualNetworks/scTestVNet-7961", - "etag": "W/\u002228fd9966-53e6-49d5-8bf6-736037598875\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "531ef08d-7b4e-43ab-869e-4d93d28d1c95", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, - "subnets": [ - { - "name": "scTestSubnet-3165", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2468/providers/Microsoft.Network/virtualNetworks/scTestVNet-7961/subnets/scTestSubnet-3165", - "etag": "W/\u002228fd9966-53e6-49d5-8bf6-736037598875\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network/locations/eastus/operations/9ea7b24c-9470-45ff-bbc9-8bb1dd70482d?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a8093d5d6c0785419ebd4660b7584d64-45cfa7904733d243-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "76b14b4314d77acd04841e745db7e918", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:32:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "65e6b3e9-d559-4927-ac11-ab323cf784bf", - "x-ms-client-request-id": "76b14b4314d77acd04841e745db7e918", - "x-ms-correlation-request-id": "606ef275-4fa7-4df7-8727-8a0c4c365db2", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "0c50c4b1-c718-48aa-ab50-59bebe228fba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143229Z:606ef275-4fa7-4df7-8727-8a0c4c365db2" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2468/providers/Microsoft.Network/virtualNetworks/scTestVNet-7961?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a8093d5d6c0785419ebd4660b7584d64-219b614e960f4540-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "47c5317db8a0af5527c5ce8e03178d52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1281", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:32:29 GMT", - "ETag": "W/\u0022e0da8e58-55e0-4fa5-b05d-5742e3dda0f1\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0f96f060-d70a-4812-a4b0-9e1a76eaac32", - "x-ms-client-request-id": "47c5317db8a0af5527c5ce8e03178d52", - "x-ms-correlation-request-id": "a3d55221-4dd0-406a-a777-047ebf1d7b5d", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "67969e92-fbcc-4b5e-aaa1-493b632d8b36", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143230Z:a3d55221-4dd0-406a-a777-047ebf1d7b5d" - }, - "ResponseBody": { - "name": "scTestVNet-7961", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2468/providers/Microsoft.Network/virtualNetworks/scTestVNet-7961", - "etag": "W/\u0022e0da8e58-55e0-4fa5-b05d-5742e3dda0f1\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "531ef08d-7b4e-43ab-869e-4d93d28d1c95", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, - "subnets": [ - { - "name": "scTestSubnet-3165", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2468/providers/Microsoft.Network/virtualNetworks/scTestVNet-7961/subnets/scTestSubnet-3165", - "etag": "W/\u0022e0da8e58-55e0-4fa5-b05d-5742e3dda0f1\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2468/providers/Microsoft.StorageCache/caches/testsc9828?api-version=2023-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "295", - "Content-Type": "application/json", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-27d7e9df6f68024d-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7cffdf1c2cd04f8ce3632979f7cc4978", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_2G" - }, - "tags": {}, - "location": "eastus", - "properties": { - "cacheSizeGB": 3072, - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2468/providers/Microsoft.Network/virtualNetworks/scTestVNet-7961/subnets/scTestSubnet-3165", - "zones": [ - "1" - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1995", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:32:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7cffdf1c2cd04f8ce3632979f7cc4978", - "x-ms-correlation-request-id": "2f5257db-a660-42d7-b752-d92a7d038b3a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "b60db8b6-c26f-4a14-8853-4becf5247760", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143235Z:2f5257db-a660-42d7-b752-d92a7d038b3a", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "name": "testsc9828", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2468/providers/Microsoft.StorageCache/caches/testsc9828", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "ntpServer": "time.windows.com" + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Transitioning", - "statusDescription": "The cache is being allocated." + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, - "provisioningState": "Creating", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2468/providers/Microsoft.Network/virtualNetworks/scTestVNet-7961/subnets/scTestSubnet-3165", - "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T14:32:33.6419178Z", - "pendingFirmwareVersion": "" + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T14:32:32.1938841Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T14:32:32.1938841Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-17b115b3f0e9c44e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7e57cbf66db75148a476643c8fdcb85b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:32:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e57cbf66db75148a476643c8fdcb85b", - "x-ms-correlation-request-id": "ef20c360-6eb0-4d5a-b3d1-e681e666533d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "9270b97d-1f2c-47bb-b08f-6efb25a3e4b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143236Z:ef20c360-6eb0-4d5a-b3d1-e681e666533d", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", - "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-84aa58e43ad2f840-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5a16567ce6ae76c5177585cedc7b09a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:32:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a16567ce6ae76c5177585cedc7b09a4", - "x-ms-correlation-request-id": "0b599e9d-2cf2-4fcb-b71b-a702e062274c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "3a9f46bb-f5af-46d9-835f-9608bffc1feb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143238Z:0b599e9d-2cf2-4fcb-b71b-a702e062274c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", - "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-5b99ade78f9a914a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2b823becca750ac05f170216428bfb1a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:32:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b823becca750ac05f170216428bfb1a", - "x-ms-correlation-request-id": "0f9180a9-8d8d-420f-8504-56d935206417", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "998ef1c4-386f-4bb7-97ba-c741a0d102b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143239Z:0f9180a9-8d8d-420f-8504-56d935206417", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", - "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2859?api-version=2023-04-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-db63a769900c2449-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ef94f4481d28103f05e06642e77a7429", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-b863d07dcc00e04e814b96503242efc9-bc39be69c684d74d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6047028ed553627dfa7ee60b74b48df7", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:32:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef94f4481d28103f05e06642e77a7429", - "x-ms-correlation-request-id": "ebf25a7d-85a7-4b6b-b67b-5422b947231d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "0d3cfe5f-9ca6-485a-858c-a4d49ff32926", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143240Z:ebf25a7d-85a7-4b6b-b67b-5422b947231d", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", - "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-cf4bedd1ebefea49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "534fbf6c8d59b2e5950bfa96e3af348c", - "x-ms-return-client-request-id": "true" + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-9477", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/fc071b53-1369-4df1-b5d5-22e2e501d922?api-version=2023-04-01", "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "1016", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:32:43 GMT", + "Date": "Thu, 15 Jun 2023 18:14:56 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "534fbf6c8d59b2e5950bfa96e3af348c", - "x-ms-correlation-request-id": "941b5347-319b-4c6d-84ef-0a8ad946e855", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "54745e02-bb0c-49a0-b1a9-5f794e16671d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143243Z:941b5347-319b-4c6d-84ef-0a8ad946e855", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-arm-service-request-id": "4ac03351-2f35-49b5-ba9f-5705e9daa59d", + "x-ms-client-request-id": "6047028ed553627dfa7ee60b74b48df7", + "x-ms-correlation-request-id": "890c7590-ec63-4e41-8fc4-e78e31eede70", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "fc071b53-1369-4df1-b5d5-22e2e501d922", + "x-ms-routing-request-id": "EASTUS:20230615T181457Z:890c7590-ec63-4e41-8fc4-e78e31eede70" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", - "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "scTestVNet-2859", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2859", + "etag": "W/\u00221bce0d3e-b06b-44c3-acc9-23e3c39b8706\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "50fe9efd-707c-4d05-9900-dce54350ecc4", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-9477", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2859/subnets/scTestSubnet-9477", + "etag": "W/\u00221bce0d3e-b06b-44c3-acc9-23e3c39b8706\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/fc071b53-1369-4df1-b5d5-22e2e501d922?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-f4f7dda834d4b04c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e8856b7a1ae6cf7bfc722594637e22e5", + "traceparent": "00-b863d07dcc00e04e814b96503242efc9-d95d994fb9273f42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2d5d3af9029c0a02c0e4a838c45ec419", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:32:47 GMT", + "Date": "Thu, 15 Jun 2023 18:14:56 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8856b7a1ae6cf7bfc722594637e22e5", - "x-ms-correlation-request-id": "d24f51d1-78ba-4284-9e33-515b03dd8237", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "2840104f-bd1d-4d6a-9fba-343acd8f428f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143247Z:d24f51d1-78ba-4284-9e33-515b03dd8237", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-arm-service-request-id": "143275b3-cf42-41f5-b9b9-8b908192be1e", + "x-ms-client-request-id": "2d5d3af9029c0a02c0e4a838c45ec419", + "x-ms-correlation-request-id": "de6162ad-4650-4541-829b-9df5d1279527", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "6d2f4b5f-d9a3-46b4-a141-ff38729be30b", + "x-ms-routing-request-id": "EASTUS:20230615T181457Z:de6162ad-4650-4541-829b-9df5d1279527" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", - "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/fc071b53-1369-4df1-b5d5-22e2e501d922?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-d8f4f57b714fb149-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "82aad9a3a73bbbc00ee2591d22a82c56", + "traceparent": "00-b863d07dcc00e04e814b96503242efc9-e331bba8da9bf246-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a7287e4fd47299801eaff7050e220d1b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:32:55 GMT", + "Date": "Thu, 15 Jun 2023 18:15:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11320,37 +11645,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82aad9a3a73bbbc00ee2591d22a82c56", - "x-ms-correlation-request-id": "0490da23-9b7e-47f3-b691-4daef414c42b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "75d6e492-eb8c-454b-9fc3-3e7fbede0fcd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143255Z:0490da23-9b7e-47f3-b691-4daef414c42b", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-arm-service-request-id": "b7779fbc-b208-4f03-a0d6-de18c243d9ff", + "x-ms-client-request-id": "a7287e4fd47299801eaff7050e220d1b", + "x-ms-correlation-request-id": "70d7bf5c-14a2-4650-87ab-b457c4db84ab", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "f3226bdd-f95e-4e49-b645-ae828f373e85", + "x-ms-routing-request-id": "EASTUS:20230615T181507Z:70d7bf5c-14a2-4650-87ab-b457c4db84ab" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", - "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2859?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-cd0abe7306ab3442-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7bc7d9ab8bf45243448057e667514e17", + "traceparent": "00-b863d07dcc00e04e814b96503242efc9-b2fc6bcbc6f18e4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3a128ec45f56025a6af444d54babd30a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "1018", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:33:11 GMT", + "Date": "Thu, 15 Jun 2023 18:15:06 GMT", + "ETag": "W/\u00224ced4be6-67ee-44bb-a554-a8fb2cdb4386\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11359,76 +11682,81 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7bc7d9ab8bf45243448057e667514e17", - "x-ms-correlation-request-id": "909137d5-98b6-4c49-98a7-68226122eb64", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "8e6a3a0d-4dda-4aa0-8852-d63c77288e73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143312Z:909137d5-98b6-4c49-98a7-68226122eb64", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-arm-service-request-id": "05dc42f8-770b-403d-8e2d-daa9862d8d71", + "x-ms-client-request-id": "3a128ec45f56025a6af444d54babd30a", + "x-ms-correlation-request-id": "f8f57eac-701b-4480-b88a-f781be419759", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "2087cc05-36b9-4f63-a157-7c16913a5ca8", + "x-ms-routing-request-id": "EASTUS:20230615T181507Z:f8f57eac-701b-4480-b88a-f781be419759" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", - "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "scTestVNet-2859", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2859", + "etag": "W/\u00224ced4be6-67ee-44bb-a554-a8fb2cdb4386\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "50fe9efd-707c-4d05-9900-dce54350ecc4", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-9477", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2859/subnets/scTestSubnet-9477", + "etag": "W/\u00224ced4be6-67ee-44bb-a554-a8fb2cdb4386\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8971?api-version=2023-05-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-5aa84cf71aace942-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0af314e8b204d251abc9da04c05eac54", + "Content-Length": "295", + "Content-Type": "application/json", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-4ebedcd6f801b046-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d50bad8912b624e5b9c40eed0afcfc9e", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:33:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0af314e8b204d251abc9da04c05eac54", - "x-ms-correlation-request-id": "28350b4d-5b4a-4272-8b08-d3473f67336b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "ff99ca42-b46d-4f12-b3af-a224438d24e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143344Z:28350b4d-5b4a-4272-8b08-d3473f67336b", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", - "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-6fed6c1ea55b1847-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "89e8ce45a6b617f195583dba50d954bc", - "x-ms-return-client-request-id": "true" + "RequestBody": { + "sku": { + "name": "Standard_2G" + }, + "tags": {}, + "location": "eastus", + "properties": { + "cacheSizeGB": 3072, + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2859/subnets/scTestSubnet-9477", + "zones": [ + "1" + ] + } }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "1968", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:34:16 GMT", + "Date": "Thu, 15 Jun 2023 18:15:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11437,37 +11765,94 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "89e8ce45a6b617f195583dba50d954bc", - "x-ms-correlation-request-id": "53dbd44a-a374-467a-bd69-f85aa5a7a3e6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "625b5045-bffc-4a5e-acef-8faa89022913", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143416Z:53dbd44a-a374-467a-bd69-f85aa5a7a3e6", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "d50bad8912b624e5b9c40eed0afcfc9e", + "x-ms-correlation-request-id": "b5e3b081-70af-48e1-83e5-bd423afde847", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "229b3907-3b34-4b08-9233-4ecec38f5f58", + "x-ms-routing-request-id": "EASTUS:20230615T181509Z:b5e3b081-70af-48e1-83e5-bd423afde847", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", - "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "testsc8971", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8971", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Transitioning", + "statusDescription": "The cache is being allocated." + }, + "provisioningState": "Creating", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2859/subnets/scTestSubnet-9477", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T18:15:08.6795342Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T18:15:08.4939411Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T18:15:08.4939411Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-74fa99e40060ec45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0d34429321b4f95288f5d02ab13f91e6", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-18047abc91fbfb41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "607beddb3716b265a8ed8092506df76d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:34:48 GMT", + "Date": "Thu, 15 Jun 2023 18:15:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11476,37 +11861,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d34429321b4f95288f5d02ab13f91e6", - "x-ms-correlation-request-id": "0640b389-cfde-4b63-ab9d-57eff9ee89cc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "7ac806e5-6dbb-4f43-b046-96e667e16144", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143449Z:0640b389-cfde-4b63-ab9d-57eff9ee89cc", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "607beddb3716b265a8ed8092506df76d", + "x-ms-correlation-request-id": "8dba724c-5a6f-4403-8904-157a93e2a178", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "900d68cb-69f8-487c-a601-017c5fae7c26", + "x-ms-routing-request-id": "EASTUS:20230615T181509Z:8dba724c-5a6f-4403-8904-157a93e2a178", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-b9f5d8e66337d340-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "98a002d4c468416023dc74ac749782d1", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-469e69c320450945-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "beffa6f79c37ffbeeb1bb190d467950f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:35:20 GMT", + "Date": "Thu, 15 Jun 2023 18:15:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11515,39 +11900,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "98a002d4c468416023dc74ac749782d1", - "x-ms-correlation-request-id": "17447f7b-d8ef-49aa-906f-e358827cbc3f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "4037c248-d535-433e-a875-6c30f21ba5c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143521Z:17447f7b-d8ef-49aa-906f-e358827cbc3f", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "beffa6f79c37ffbeeb1bb190d467950f", + "x-ms-correlation-request-id": "811aa458-7f24-4f1c-ac06-3651bae2a34d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "b00e05f4-f40f-472b-8e59-12ad73d57cf6", + "x-ms-routing-request-id": "EASTUS:20230615T181510Z:811aa458-7f24-4f1c-ac06-3651bae2a34d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-07ca7c862d985d4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7d701d759e29249f7cef01c1d6c66556", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-a77aa77e7be71842-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1d119b769c819e8728c18e5e092f9fb6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:35:53 GMT", + "Date": "Thu, 15 Jun 2023 18:15:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11556,37 +11939,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d701d759e29249f7cef01c1d6c66556", - "x-ms-correlation-request-id": "e3a4d151-4212-4154-a6c0-8ae8ba326d26", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "32bae3b2-1932-42f8-a534-784a9ee564fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143553Z:e3a4d151-4212-4154-a6c0-8ae8ba326d26", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "1d119b769c819e8728c18e5e092f9fb6", + "x-ms-correlation-request-id": "6f04c35e-fc06-45e8-be36-b60be251c0f5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "b921e758-c31c-420a-9156-a225b52eaf0a", + "x-ms-routing-request-id": "EASTUS:20230615T181511Z:6f04c35e-fc06-45e8-be36-b60be251c0f5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-5a22c52caa42df47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4de557c6bb38cf54e2f2ead8ada584f1", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-55ace6a9a8aad64f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e886cf2e8fab3f3c2f7b74fb85d4dd40", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:36:28 GMT", + "Date": "Thu, 15 Jun 2023 18:15:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11595,37 +11978,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4de557c6bb38cf54e2f2ead8ada584f1", - "x-ms-correlation-request-id": "54fba2c0-b7d8-4e15-9b2a-3f2dfe6c4feb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "a5a19214-4739-4f76-8fc8-0ca11776e6c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143628Z:54fba2c0-b7d8-4e15-9b2a-3f2dfe6c4feb", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "e886cf2e8fab3f3c2f7b74fb85d4dd40", + "x-ms-correlation-request-id": "335ea9a7-dcfc-4240-bd78-3189a2e481af", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "6f301d3d-6f8c-4876-983f-6cdd28b67489", + "x-ms-routing-request-id": "EASTUS:20230615T181512Z:335ea9a7-dcfc-4240-bd78-3189a2e481af", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-681ca9161fbd0543-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "94b5ff7213ce35bc637c1c78c39e6b5c", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-30b81170b948ae43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b51c7157d95b5beb1f6096760d5ff5bb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:37:01 GMT", + "Date": "Thu, 15 Jun 2023 18:15:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11634,37 +12017,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "94b5ff7213ce35bc637c1c78c39e6b5c", - "x-ms-correlation-request-id": "52516d72-8683-4988-a301-4c264b3c254c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "12446fd7-863f-4116-ae2b-ae04378ef198", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143701Z:52516d72-8683-4988-a301-4c264b3c254c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "b51c7157d95b5beb1f6096760d5ff5bb", + "x-ms-correlation-request-id": "7b49aefd-d23f-438b-af7e-01b4df467b0b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "6fc33fb6-eb45-4de7-ae64-86f4356876b3", + "x-ms-routing-request-id": "EASTUS:20230615T181514Z:7b49aefd-d23f-438b-af7e-01b4df467b0b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-8391c2cb4cc46140-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1de51d7635b1b998c8a09b37b4c777d7", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-e53028744efe564b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0461fb7cace1e6635ed2ee05278c1853", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:37:33 GMT", + "Date": "Thu, 15 Jun 2023 18:15:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11673,37 +12056,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1de51d7635b1b998c8a09b37b4c777d7", - "x-ms-correlation-request-id": "6297490d-f42a-4606-8307-79161b9fcdbe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "d975fd0e-d4cd-48a5-9ad3-2dcc45bc7243", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143733Z:6297490d-f42a-4606-8307-79161b9fcdbe", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "0461fb7cace1e6635ed2ee05278c1853", + "x-ms-correlation-request-id": "ed76884a-562c-402a-9a24-0c2b5aaebec8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "a91663f1-f33a-4ea7-a219-507e6ace828b", + "x-ms-routing-request-id": "EASTUS:20230615T181519Z:ed76884a-562c-402a-9a24-0c2b5aaebec8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-eba8efb4636b6542-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d64e106bd111b3879bb0eabb9fdb0c43", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-d95d50fcdbfb5a41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "98064ee3e913555ae32bc94bf8c631cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:38:05 GMT", + "Date": "Thu, 15 Jun 2023 18:15:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11712,37 +12095,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d64e106bd111b3879bb0eabb9fdb0c43", - "x-ms-correlation-request-id": "a0059e4a-bf7c-4d79-a11a-bc85ff15bc28", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "3abd2d3a-b6f8-4fcc-b2d9-4771c139b551", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143805Z:a0059e4a-bf7c-4d79-a11a-bc85ff15bc28", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "98064ee3e913555ae32bc94bf8c631cf", + "x-ms-correlation-request-id": "4fb90edd-3f03-4c55-9749-93fcc7407f99", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "8fe79d3d-c60b-437f-9f6a-16017426b6bf", + "x-ms-routing-request-id": "EASTUS:20230615T181527Z:4fb90edd-3f03-4c55-9749-93fcc7407f99", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-b4e01280bfe5f544-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8f618d8667bf3d4066fbcb2e7884819c", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-2a87bc7e48f11845-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8a7eb986d873aa5e0d355789ebe63392", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:38:37 GMT", + "Date": "Thu, 15 Jun 2023 18:15:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11751,37 +12134,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8f618d8667bf3d4066fbcb2e7884819c", - "x-ms-correlation-request-id": "c0c0fc9f-cf14-419d-9dc6-22986c34f5fc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "09ea545d-a2be-40cb-9fb9-c1d1c9456513", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143838Z:c0c0fc9f-cf14-419d-9dc6-22986c34f5fc", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "8a7eb986d873aa5e0d355789ebe63392", + "x-ms-correlation-request-id": "7a9615a2-05ed-4775-82b3-534cefaf2115", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "a219b3aa-9cce-459c-b8d7-5893342847f3", + "x-ms-routing-request-id": "EASTUS:20230615T181543Z:7a9615a2-05ed-4775-82b3-534cefaf2115", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-c2450ce573fea34b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b30d4405944fa54b953281004bdc1aec", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-f6f18fa6fa292443-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bf9243475d5893a7a00c21b6e318ee98", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:39:10 GMT", + "Date": "Thu, 15 Jun 2023 18:16:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11790,37 +12173,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b30d4405944fa54b953281004bdc1aec", - "x-ms-correlation-request-id": "1b4cf7a3-8166-49b4-9586-996c755b8968", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "d8d4545d-f746-492e-a279-072681e2cd69", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143910Z:1b4cf7a3-8166-49b4-9586-996c755b8968", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "bf9243475d5893a7a00c21b6e318ee98", + "x-ms-correlation-request-id": "1b609274-b66d-47fc-88e6-8d7a880deaa1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "a1e111ee-248c-40e0-8ba1-8239b8c066ab", + "x-ms-routing-request-id": "EASTUS:20230615T181615Z:1b609274-b66d-47fc-88e6-8d7a880deaa1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-419399854f050e4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "26b05794e7650417cf116f1506593a16", + "Connection": "close", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-02b37e4d0b76be42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6e7f1ea18e0d0adfef5b8add92d169fd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Connection": "close", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:39:42 GMT", + "Date": "Thu, 15 Jun 2023 18:16:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11829,37 +12214,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "26b05794e7650417cf116f1506593a16", - "x-ms-correlation-request-id": "073bba6d-74e2-4909-97df-3efb283e1b51", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "f2e0a133-323e-4562-b338-c121af4bf411", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T143942Z:073bba6d-74e2-4909-97df-3efb283e1b51", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "6e7f1ea18e0d0adfef5b8add92d169fd", + "x-ms-correlation-request-id": "364689f8-4877-4851-9dc0-7f5b366d4793", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "89e962b6-e65c-4e11-84ee-2a7e224891f0", + "x-ms-routing-request-id": "EASTUS:20230615T181647Z:364689f8-4877-4851-9dc0-7f5b366d4793", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-555f0d39d09c9e47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5ab64d2f59cef2f342bcf98ce53ff28a", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-34413b7acdce5745-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b50336f77133287711ebe967b7a8c7f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:40:14 GMT", + "Date": "Thu, 15 Jun 2023 18:17:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11868,37 +12253,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ab64d2f59cef2f342bcf98ce53ff28a", - "x-ms-correlation-request-id": "77c2ea15-ca9f-4236-a56f-833e6a61989f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "e2b0da5a-fa46-4b04-bf83-ae2eef2d9c9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144015Z:77c2ea15-ca9f-4236-a56f-833e6a61989f", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "b50336f77133287711ebe967b7a8c7f5", + "x-ms-correlation-request-id": "ad28a8d5-60b1-4e95-9276-8737e95773da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "efc9fec4-cd4a-436f-a72d-7e8b953f4b5c", + "x-ms-routing-request-id": "EASTUS:20230615T181719Z:ad28a8d5-60b1-4e95-9276-8737e95773da", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-ccd9c2197862e046-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2099dee15ad41d362d08e33e24359e3c", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-334009d4ef918646-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cde8be47c567b9856488cffcd3ca01ce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:40:47 GMT", + "Date": "Thu, 15 Jun 2023 18:17:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11907,37 +12292,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2099dee15ad41d362d08e33e24359e3c", - "x-ms-correlation-request-id": "cdbc8a34-e260-41a1-87d3-ac9f8204ab2a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "244467d4-cffa-4fe1-9c80-6ff121b1b542", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144048Z:cdbc8a34-e260-41a1-87d3-ac9f8204ab2a", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "cde8be47c567b9856488cffcd3ca01ce", + "x-ms-correlation-request-id": "3bf97760-1c4f-44ba-b099-5c3a8fe507ca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "998fbb29-6420-4708-8f60-0a40e4a1141a", + "x-ms-routing-request-id": "EASTUS:20230615T181751Z:3bf97760-1c4f-44ba-b099-5c3a8fe507ca", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-211dd87f90a5ba42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fdd16bf8bf263b1d64bee4a9ee8b1f90", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-100558fe4e16d744-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "acbe23a239142f65a7565c21a4775247", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:41:21 GMT", + "Date": "Thu, 15 Jun 2023 18:18:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11946,39 +12331,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fdd16bf8bf263b1d64bee4a9ee8b1f90", - "x-ms-correlation-request-id": "0364ab64-e473-42c9-bc89-86471e9f48b0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "3a34f647-641b-41dd-b3da-5e16e42bf168", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144122Z:0364ab64-e473-42c9-bc89-86471e9f48b0", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "acbe23a239142f65a7565c21a4775247", + "x-ms-correlation-request-id": "70fb9743-1daf-4562-a96e-acf4cb437386", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "f5b5e033-c2c3-4262-b9f0-e7e12bf7688e", + "x-ms-routing-request-id": "EASTUS:20230615T181823Z:70fb9743-1daf-4562-a96e-acf4cb437386", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-900a8e45f8d23940-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2733e51e1ac0d44117982dc676b4cd0c", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-5871e18dfd95d54d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d39694949ce93196b14a50aaa27a5547", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:41:53 GMT", + "Date": "Thu, 15 Jun 2023 18:18:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11987,37 +12370,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2733e51e1ac0d44117982dc676b4cd0c", - "x-ms-correlation-request-id": "b13e4bea-e011-4aca-8272-7f61ba6fb44c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "ebcc2eb7-4ca0-41f2-9fe9-611932b49da2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144154Z:b13e4bea-e011-4aca-8272-7f61ba6fb44c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "d39694949ce93196b14a50aaa27a5547", + "x-ms-correlation-request-id": "a487d7b2-6208-4d8f-81f5-92004827721f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "a8adaefd-d55b-4afe-9005-1901bdd2d473", + "x-ms-routing-request-id": "EASTUS:20230615T181856Z:a487d7b2-6208-4d8f-81f5-92004827721f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-96005b85d5502f4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7a94bc1df56e2264c05ebb16768c2fa2", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-6f60e7f63a07a741-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "94c41bea1ae90ee059b82510696314ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:42:27 GMT", + "Date": "Thu, 15 Jun 2023 18:19:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12026,37 +12409,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a94bc1df56e2264c05ebb16768c2fa2", - "x-ms-correlation-request-id": "8fdbe80c-cc4a-4327-9a2f-482ca641aa20", + "x-ms-client-request-id": "94c41bea1ae90ee059b82510696314ec", + "x-ms-correlation-request-id": "77250016-5646-4a2e-afe8-4dff43f44e15", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "097a3e01-6984-42bf-9ffd-5cb566def8cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144228Z:8fdbe80c-cc4a-4327-9a2f-482ca641aa20", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "9eac7eea-7ae9-436d-8768-1a8fc646facd", + "x-ms-routing-request-id": "EASTUS:20230615T181928Z:77250016-5646-4a2e-afe8-4dff43f44e15", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-58dd1fed36605647-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3f1f52e97601dd7c29fce58d9157c5af", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-4e0c5c219650f348-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3e6788362d3406e48d8dfbc9e8ba8d2c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:43:00 GMT", + "Date": "Thu, 15 Jun 2023 18:20:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12065,37 +12448,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f1f52e97601dd7c29fce58d9157c5af", - "x-ms-correlation-request-id": "c5a52a2f-846a-4b18-8603-eae33f7c55fb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "4e593e54-7a3c-4faa-88f9-df6ad4c0ab79", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144300Z:c5a52a2f-846a-4b18-8603-eae33f7c55fb", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "3e6788362d3406e48d8dfbc9e8ba8d2c", + "x-ms-correlation-request-id": "d80a7d13-5f47-490b-beeb-f5c2d1a2103a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "30f0a0fe-f64a-4e3b-bf3d-6e5360ae9e67", + "x-ms-routing-request-id": "EASTUS:20230615T182000Z:d80a7d13-5f47-490b-beeb-f5c2d1a2103a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-f6f62289ca4c1e41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "318bd7f0a5f62922811167615e2b5e8a", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-09ddd3a7daa1844d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "89361500bdb27a5db38779317685c84d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:43:32 GMT", + "Date": "Thu, 15 Jun 2023 18:20:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12104,37 +12487,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "318bd7f0a5f62922811167615e2b5e8a", - "x-ms-correlation-request-id": "2e116f4e-ba9e-44d7-a7aa-9fe336efcfac", + "x-ms-client-request-id": "89361500bdb27a5db38779317685c84d", + "x-ms-correlation-request-id": "d809d4c5-e1da-44bc-b145-7b08258475ff", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "b37e8b03-28ff-46b4-8978-5047e7ec8e95", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144332Z:2e116f4e-ba9e-44d7-a7aa-9fe336efcfac", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "e482d54c-a911-484a-a7bb-1dbd40866549", + "x-ms-routing-request-id": "EASTUS:20230615T182032Z:d809d4c5-e1da-44bc-b145-7b08258475ff", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-9fcdbb37a8579743-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "23dc8b698d95a60a40b650710fd69068", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-d636350154aea544-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "197464361712bc1336be065b1e17269e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:44:05 GMT", + "Date": "Thu, 15 Jun 2023 18:21:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12143,37 +12526,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "23dc8b698d95a60a40b650710fd69068", - "x-ms-correlation-request-id": "e227c6a4-8adb-486c-b678-b798c27b2189", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "c6d41cbf-6022-42aa-88d4-ffa9135fb030", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144405Z:e227c6a4-8adb-486c-b678-b798c27b2189", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "197464361712bc1336be065b1e17269e", + "x-ms-correlation-request-id": "fb880e75-edb7-415d-9b3b-849d49b76a87", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "8c544114-7122-41fb-bb2d-df37d957bb00", + "x-ms-routing-request-id": "EASTUS:20230615T182104Z:fb880e75-edb7-415d-9b3b-849d49b76a87", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-8679fc23f54ec84e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9e250c98fd0044ab30f6bef00f1a7ffd", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-e84ea5cfee75a24a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "530ff92b8b2c78392aed8aacb3b38f08", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:44:37 GMT", + "Date": "Thu, 15 Jun 2023 18:21:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12182,37 +12565,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9e250c98fd0044ab30f6bef00f1a7ffd", - "x-ms-correlation-request-id": "0fd42d1e-fbc2-489d-8f51-be5ae70d2867", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "77e78818-56ac-462a-b258-74e0b563e0ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144437Z:0fd42d1e-fbc2-489d-8f51-be5ae70d2867", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "530ff92b8b2c78392aed8aacb3b38f08", + "x-ms-correlation-request-id": "b3e2fae8-ff68-4299-ade5-9fdb271f24d7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "ba6170b8-036a-4855-8cf8-3543bf3fd602", + "x-ms-routing-request-id": "EASTUS:20230615T182136Z:b3e2fae8-ff68-4299-ade5-9fdb271f24d7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", "status": "InProgress", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b60db8b6-c26f-4a14-8853-4becf5247760?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/229b3907-3b34-4b08-9233-4ecec38f5f58?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-e5dd21ba330ab54c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "06245a9da27a621acce5f14054b019aa", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-2c816d637245be48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8393adc57346e919027952f4b7025b9c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "183", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:09 GMT", + "Date": "Thu, 15 Jun 2023 19:27:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12221,38 +12604,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "06245a9da27a621acce5f14054b019aa", - "x-ms-correlation-request-id": "b9ced5ba-d6db-4cc6-acbe-304b2c3016aa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "11763e4a-de21-4bbf-82fa-a18f8b0847b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144509Z:b9ced5ba-d6db-4cc6-acbe-304b2c3016aa", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "8393adc57346e919027952f4b7025b9c", + "x-ms-correlation-request-id": "8e650ebd-799f-483a-a5b9-619ce2d2cc34", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "910200cd-81c3-4606-bf6a-92aea19dc8fd", + "x-ms-routing-request-id": "EASTUS:20230615T192744Z:8e650ebd-799f-483a-a5b9-619ce2d2cc34", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:32:33.470079\u002B00:00", - "endTime": "2023-03-23T14:44:45.5688196\u002B00:00", + "startTime": "2023-06-15T18:15:08.5076557\u002B00:00", + "endTime": "2023-06-15T18:26:06.9031173\u002B00:00", "status": "Succeeded", - "name": "b60db8b6-c26f-4a14-8853-4becf5247760" + "name": "229b3907-3b34-4b08-9233-4ecec38f5f58" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2468/providers/Microsoft.StorageCache/caches/testsc9828?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8971?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f828f5b58ca2324f86f243a1c4bc2ce4-fb5580b7f1c7e54b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "52c9fe81c0066b89df98f29fcf1a9726", + "traceparent": "00-f8ea0fd7ec707f4c981f8c0ae888c3a3-63deff4e17070749-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7d05db617475aa212afbef258d670982", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2208", + "Content-Length": "2181", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:11 GMT", + "Date": "Thu, 15 Jun 2023 19:27:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12261,17 +12644,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52c9fe81c0066b89df98f29fcf1a9726", - "x-ms-correlation-request-id": "07cacec4-2b87-4c1f-871b-51fd82598921", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "a887d433-93fc-41fe-a626-4cc41dec8496", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144512Z:07cacec4-2b87-4c1f-871b-51fd82598921", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "7d05db617475aa212afbef258d670982", + "x-ms-correlation-request-id": "ec1fbb79-cf6f-4e15-bc55-3be187f89b5a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;119", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "2b6cbde4-63b4-4d72-b300-ba75211e277e", + "x-ms-routing-request-id": "EASTUS:20230615T192744Z:ec1fbb79-cf6f-4e15-bc55-3be187f89b5a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc9828", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2468/providers/Microsoft.StorageCache/caches/testsc9828", + "name": "testsc8971", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8971", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12308,7 +12691,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12321,12 +12703,12 @@ "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2468/providers/Microsoft.Network/virtualNetworks/scTestVNet-7961/subnets/scTestSubnet-3165", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2859/subnets/scTestSubnet-9477", "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T14:32:33.6419178Z", + "lastFirmwareUpdate": "2023-06-15T18:15:08.6795342Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -12335,33 +12717,33 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T14:32:32.1938841Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-15T18:15:08.4939411Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T14:32:32.1938841Z" + "lastModifiedAt": "2023-06-15T18:15:08.4939411Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2468/providers/Microsoft.StorageCache/caches/testsc9828?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8971?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2378efbaa8ef734a9e9e0f6dcf56ef0f-2a0a3902a64e6546-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b4d4523789b1f6eef1c2d11b0c6bf080", + "traceparent": "00-480d84c289d91543923de5b9ff470883-645561fd760b524b-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7096fe2ea283b858df2651b23845c128", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2208", + "Content-Length": "2181", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:12 GMT", + "Date": "Thu, 15 Jun 2023 19:27:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12370,17 +12752,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b4d4523789b1f6eef1c2d11b0c6bf080", - "x-ms-correlation-request-id": "77125666-c5ae-4549-98fa-a8750f6dfce0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;115", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "f301a22e-78ec-4c5e-8c9e-d449a4b3d002", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144513Z:77125666-c5ae-4549-98fa-a8750f6dfce0", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "7096fe2ea283b858df2651b23845c128", + "x-ms-correlation-request-id": "1d41257b-b912-4417-941a-15de9c5fc70a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;118", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "c90fa107-5c2f-4926-aa17-2e687afc7247", + "x-ms-routing-request-id": "EASTUS:20230615T192744Z:1d41257b-b912-4417-941a-15de9c5fc70a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc9828", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2468/providers/Microsoft.StorageCache/caches/testsc9828", + "name": "testsc8971", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8971", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12417,7 +12799,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12430,12 +12811,12 @@ "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2468/providers/Microsoft.Network/virtualNetworks/scTestVNet-7961/subnets/scTestSubnet-3165", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2859/subnets/scTestSubnet-9477", "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T14:32:33.6419178Z", + "lastFirmwareUpdate": "2023-06-15T18:15:08.6795342Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -12444,311 +12825,20 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T14:32:32.1938841Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-15T18:15:08.4939411Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T14:32:32.1938841Z" + "lastModifiedAt": "2023-06-15T18:15:08.4939411Z" } } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2468/providers/Microsoft.StorageCache/caches/testsc9828?api-version=2023-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-cf646b02ea19d746ae7a3f43ff4e82ca-07ba07daf8bb534b-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "116f13dc2c51ddf7d1b926e2af7b93b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d5aa6d21-172f-415f-80d2-899719e93fbc?api-version=2023-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 14:45:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d5aa6d21-172f-415f-80d2-899719e93fbc?monitor=true\u0026api-version=2023-01-01", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "116f13dc2c51ddf7d1b926e2af7b93b2", - "x-ms-correlation-request-id": "95c5be43-da89-4da5-a1bd-98816be96c3c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "d5aa6d21-172f-415f-80d2-899719e93fbc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144516Z:95c5be43-da89-4da5-a1bd-98816be96c3c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d5aa6d21-172f-415f-80d2-899719e93fbc?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cf646b02ea19d746ae7a3f43ff4e82ca-b6ca668a05136c40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "41cd1f2eee6277a41a77017eccb4ee62", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "41cd1f2eee6277a41a77017eccb4ee62", - "x-ms-correlation-request-id": "dee08616-0686-4f30-89a0-3a202e4424d2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "1a8f8b13-2365-4e70-8eb6-de5cd513a9ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144516Z:dee08616-0686-4f30-89a0-3a202e4424d2", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T14:45:16.0272896\u002B00:00", - "status": "InProgress", - "name": "d5aa6d21-172f-415f-80d2-899719e93fbc" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d5aa6d21-172f-415f-80d2-899719e93fbc?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cf646b02ea19d746ae7a3f43ff4e82ca-767ad63e610aea40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3e3bb259d8b8c806f5fea6e481009404", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3e3bb259d8b8c806f5fea6e481009404", - "x-ms-correlation-request-id": "7e0b9fbf-9a04-4826-9659-8fa2cfaf252c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "dbd9f0ca-79a4-4b31-aec3-5f9a7d98c9c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144518Z:7e0b9fbf-9a04-4826-9659-8fa2cfaf252c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T14:45:16.0272896\u002B00:00", - "status": "InProgress", - "name": "d5aa6d21-172f-415f-80d2-899719e93fbc" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d5aa6d21-172f-415f-80d2-899719e93fbc?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cf646b02ea19d746ae7a3f43ff4e82ca-5fca9ce6b5aca448-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cf14e98b1da0b812cd4ba13384563ea7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf14e98b1da0b812cd4ba13384563ea7", - "x-ms-correlation-request-id": "fc424cd8-706d-49ab-9652-3deff13c64f8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "27a537be-c07d-4fb7-ba8c-88510a9cbc06", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144519Z:fc424cd8-706d-49ab-9652-3deff13c64f8", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T14:45:16.0272896\u002B00:00", - "status": "InProgress", - "name": "d5aa6d21-172f-415f-80d2-899719e93fbc" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2468?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ba3804e4fcaafd4dac5edca74b1f6e75-f7a8df339f99144f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0108ca4e64dcf7f910d26043ee6e5f74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 14:45:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyNDY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7361e778-ebbd-4dbe-9335-5634383c5b27", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "7361e778-ebbd-4dbe-9335-5634383c5b27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144520Z:7361e778-ebbd-4dbe-9335-5634383c5b27" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyNDY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ba3804e4fcaafd4dac5edca74b1f6e75-967f41d19cacd645-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e2f3fce31f9f3bc29f82706d36d3439e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 14:45:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyNDY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a492f738-eaa9-4a48-aef7-3027d4b611dd", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "a492f738-eaa9-4a48-aef7-3027d4b611dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144520Z:a492f738-eaa9-4a48-aef7-3027d4b611dd" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d5aa6d21-172f-415f-80d2-899719e93fbc?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cf646b02ea19d746ae7a3f43ff4e82ca-13e5dde2da56464c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "00dcfec0e36282342bbdb69bd0ad700d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "00dcfec0e36282342bbdb69bd0ad700d", - "x-ms-correlation-request-id": "eda2785b-8bfd-4b98-8ef8-0af0c74bfdfe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "e7187d04-d1c2-4c10-9848-31569810cd18", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144520Z:eda2785b-8bfd-4b98-8ef8-0af0c74bfdfe", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T14:45:16.0272896\u002B00:00", - "status": "InProgress", - "name": "d5aa6d21-172f-415f-80d2-899719e93fbc" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d5aa6d21-172f-415f-80d2-899719e93fbc?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cf646b02ea19d746ae7a3f43ff4e82ca-9b505913b9f6e640-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "885087555b63e907be62104e98501f45", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "885087555b63e907be62104e98501f45", - "x-ms-correlation-request-id": "fe99f8be-a649-49a5-8a64-5759106a325e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "d7d821a5-9505-47b9-b708-2a690527cf74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144523Z:fe99f8be-a649-49a5-8a64-5759106a325e", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T14:45:16.0272896\u002B00:00", - "status": "InProgress", - "name": "d5aa6d21-172f-415f-80d2-899719e93fbc" - } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1421186792", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1945786675", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/Get().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/Get().json index 6bd956029169..baa5865dd4f1 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/Get().json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/Get().json @@ -1,52 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-31f632350907108745dded4aca5deaa8-20bc348c460ab40a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "74be58fbe9644dac8c6ea4d131e5cf3e", + "traceparent": "00-c89d8602d81d3a42a786e93000ba2df1-63e6655e1b9ba846-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "108d5726b036cfaffaba21bb17065588", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:25:15 GMT", + "Date": "Thu, 15 Jun 2023 14:57:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c5878c1d-513a-414d-86f4-5cff2e15f5db", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "c5878c1d-513a-414d-86f4-5cff2e15f5db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162515Z:c5878c1d-513a-414d-86f4-5cff2e15f5db" + "x-ms-correlation-request-id": "a7a98a71-2195-4d08-bf7a-51bca22d5fe4", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "a7a98a71-2195-4d08-bf7a-51bca22d5fe4", + "x-ms-routing-request-id": "EASTUS:20230615T145712Z:a7a98a71-2195-4d08-bf7a-51bca22d5fe4" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,75 +43,76 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8754?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-03fccfc9f97585f8228d12d41eefba43-03048a9f462b9fec-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "377710b96a40b0c73c67c15b27f5ceec", + "traceparent": "00-fa02927857625d4581b41c5ce4c2bec3-95508fcbc102b248-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5133542a71e59f2129c42fe4f18b5644", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:25:16 GMT", + "Date": "Thu, 15 Jun 2023 14:57:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca89ac9c-1d41-400a-8209-a515031cc7b2", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "ca89ac9c-1d41-400a-8209-a515031cc7b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162516Z:ca89ac9c-1d41-400a-8209-a515031cc7b2" + "x-ms-correlation-request-id": "68c00bf5-6e47-49b6-96c4-0499403035db", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "68c00bf5-6e47-49b6-96c4-0499403035db", + "x-ms-routing-request-id": "EASTUS:20230615T145712Z:68c00bf5-6e47-49b6-96c4-0499403035db" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8754", - "name": "storagecachetestrg8754", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-7390c69e5888617eb41b2537f7b6364b-ae6dd4ce99783729-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "de07571fbc85d7cfa8537155a1104a8a", + "traceparent": "00-8750c22863bece498568eefb7c2f2fad-2bd87ab9368b1742-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "38e9df87ad602f132897ef82a0c6a2e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "146015", + "Content-Length": "156364", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:25:16 GMT", + "Date": "Thu, 15 Jun 2023 14:57:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea4d6dea-c048-40cf-99d0-37f5e5d1d950", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "ea4d6dea-c048-40cf-99d0-37f5e5d1d950", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162517Z:ea4d6dea-c048-40cf-99d0-37f5e5d1d950" + "x-ms-correlation-request-id": "0872dfbd-1653-4d39-8e22-6ca8b9f64ffa", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "0872dfbd-1653-4d39-8e22-6ca8b9f64ffa", + "x-ms-routing-request-id": "EASTUS:20230615T145713Z:0872dfbd-1653-4d39-8e22-6ca8b9f64ffa" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -174,6 +162,10 @@ { "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" } ], "resourceTypes": [ @@ -216,9 +208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -334,9 +331,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -452,9 +454,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -492,97 +499,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", "2", - "1", - "3" + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -592,89 +614,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -684,17 +706,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -739,9 +769,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -820,97 +855,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", "2", - "1", - "3" + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -920,89 +970,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1012,17 +1062,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1067,9 +1125,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1117,9 +1180,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1143,97 +1211,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1243,89 +1326,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1335,17 +1418,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1390,9 +1481,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1508,9 +1604,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1571,9 +1672,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1646,9 +1752,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1720,9 +1831,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1792,9 +1908,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1910,9 +2031,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2028,9 +2154,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2127,9 +2258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2213,9 +2349,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2296,9 +2437,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2414,9 +2560,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2457,97 +2608,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2557,89 +2723,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2649,17 +2815,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -2704,9 +2878,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2808,9 +2987,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2897,9 +3081,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2986,9 +3175,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3075,9 +3269,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3193,9 +3392,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3311,9 +3515,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3429,9 +3638,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3496,97 +3710,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3596,89 +3825,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3688,17 +3917,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", "2", - "1", - "3" + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" ] } ], @@ -3743,9 +3980,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3784,6 +4026,8 @@ "resourceType": "locations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3898,9 +4142,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4015,9 +4264,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4132,9 +4386,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4235,9 +4494,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4298,9 +4562,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4347,9 +4616,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4464,9 +4738,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4555,9 +4834,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4637,9 +4921,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4686,9 +4975,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4760,9 +5054,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4834,9 +5133,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4904,9 +5208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4977,9 +5286,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5050,9 +5364,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5115,9 +5434,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5180,9 +5504,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5262,9 +5591,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5322,9 +5656,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5372,9 +5711,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5432,9 +5776,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5514,9 +5863,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5596,9 +5950,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5678,9 +6037,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5760,9 +6124,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6336,7 +6705,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6378,7 +6750,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6420,7 +6795,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6462,7 +6840,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6504,7 +6885,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6546,7 +6930,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6588,7 +6975,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6630,7 +7020,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6665,7 +7058,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6685,6 +7080,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6700,7 +7096,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6719,7 +7117,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6738,7 +7138,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6757,7 +7159,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6770,6 +7174,17 @@ "defaultApiVersion": "2018-08-01", "capabilities": "None" }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, { "resourceType": "trafficManagerUserMetricsKeys", "locations": [ @@ -6777,6 +7192,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2017-09-01-preview" @@ -6790,7 +7206,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6840,9 +7258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6944,9 +7367,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7047,9 +7475,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7139,9 +7572,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7229,9 +7667,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7305,9 +7748,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7381,9 +7829,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7457,9 +7910,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7561,9 +8019,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7654,9 +8117,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7743,9 +8211,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7830,9 +8303,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7901,9 +8379,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7990,9 +8473,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8079,9 +8567,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8158,9 +8651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8237,9 +8735,13 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8287,9 +8789,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8365,9 +8872,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8410,6 +8922,7 @@ "resourceType": "firewallPolicies", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8453,9 +8966,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8491,6 +9008,7 @@ "resourceType": "ipGroups", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8534,9 +9052,13 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8572,6 +9094,8 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8595,6 +9119,8 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8645,6 +9171,8 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8730,9 +9258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8797,9 +9330,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8843,97 +9381,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -8943,89 +9496,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -9035,17 +9588,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", "2", - "1", - "3" + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" ] } ], @@ -9090,9 +9651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9168,9 +9734,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9247,9 +9818,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9326,9 +9902,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9391,9 +9972,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9482,9 +10068,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9525,30 +10116,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2022-05-01", - "2021-06-01", - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -9583,7 +10150,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -9603,180 +10170,20 @@ "Australia Southeast" ], "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", + "2022-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", - "East US", + "East US", "North Europe", "West Europe", "East Asia", @@ -9811,9 +10218,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9890,9 +10302,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9933,6 +10350,7 @@ "resourceType": "virtualRouters", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -9976,9 +10394,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10014,6 +10436,7 @@ "resourceType": "networkVirtualAppliances", "locations": [ "Qatar Central", + "Poland Central", "Brazil Southeast", "West US 3", "Jio India West", @@ -10057,9 +10480,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10125,9 +10552,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10200,10 +10632,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10219,7 +10656,9 @@ "resourceType": "networkManagerConnections", "locations": [], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10278,7 +10717,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-02-01-preview", @@ -10335,10 +10777,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10397,10 +10844,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10459,7 +10911,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-06-01-preview" @@ -10514,10 +10969,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10575,10 +11035,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10593,6 +11058,8 @@ "resourceType": "networkVirtualApplianceSkus", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10656,9 +11123,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10712,9 +11184,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10728,216 +11205,325 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8754/providers/Microsoft.Network/virtualNetworks/scTestVNet-1928?api-version=2022-11-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "172", - "Content-Type": "application/json", - "traceparent": "00-7390c69e5888617eb41b2537f7b6364b-4ae29de7052578b7-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "baed9a17f7ed28c481ebf26578d6e4c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-725", - "properties": { - "addressPrefix": "10.0.0.0/16" - } - } - ] - }, - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a36a112c-6f04-4e3a-8ef6-aeed2a720cfc?api-version=2022-11-01", - "Cache-Control": "no-cache", - "Content-Length": "1277", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:25:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0cb052ca-e879-4116-aa31-29d2be95de4f", - "x-ms-client-request-id": "baed9a17f7ed28c481ebf26578d6e4c3", - "x-ms-correlation-request-id": "276fc14a-67ba-4b9f-9535-b11dca3dbb39", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "a36a112c-6f04-4e3a-8ef6-aeed2a720cfc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162521Z:276fc14a-67ba-4b9f-9535-b11dca3dbb39" - }, - "ResponseBody": { - "name": "scTestVNet-1928", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8754/providers/Microsoft.Network/virtualNetworks/scTestVNet-1928", - "etag": "W/\u0022741360e6-519a-42fd-8aa6-cb848dab77e7\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "4bf17c19-0821-4260-94d8-2e816c81dc7a", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "scTestSubnet-725", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8754/providers/Microsoft.Network/virtualNetworks/scTestVNet-1928/subnets/scTestSubnet-725", - "etag": "W/\u0022741360e6-519a-42fd-8aa6-cb848dab77e7\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a36a112c-6f04-4e3a-8ef6-aeed2a720cfc?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7390c69e5888617eb41b2537f7b6364b-b0f4886ec7e48e59-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "52b66bdde480283e93df5c99ca6a5ed2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:25:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5c7d076c-e9da-4d73-899e-984709d1a18d", - "x-ms-client-request-id": "52b66bdde480283e93df5c99ca6a5ed2", - "x-ms-correlation-request-id": "398c48ca-f50c-4b5a-bc7b-29a56471b680", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "48027b9a-6b35-4b9c-88df-d5ecce499068", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162522Z:398c48ca-f50c-4b5a-bc7b-29a56471b680" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a36a112c-6f04-4e3a-8ef6-aeed2a720cfc?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7390c69e5888617eb41b2537f7b6364b-3d542b7f398299fa-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "fe0ead6e1df1e5d9a872495ad8675d6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:25:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ae44a158-a6f7-4959-b545-53ad23c53e1d", - "x-ms-client-request-id": "fe0ead6e1df1e5d9a872495ad8675d6f", - "x-ms-correlation-request-id": "39bf9fc2-f670-4d38-9f21-5a02d6c73ba0", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "4cbb4018-712e-484c-a4ba-1bc9b95d0e57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162532Z:39bf9fc2-f670-4d38-9f21-5a02d6c73ba0" - }, - "ResponseBody": { - "status": "Succeeded" + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8754/providers/Microsoft.Network/virtualNetworks/scTestVNet-1928?api-version=2022-11-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4064?api-version=2023-04-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-7390c69e5888617eb41b2537f7b6364b-27d14fd924b2a0d0-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "0d87a7cc911f614364f698d2d558b006", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-8750c22863bece498568eefb7c2f2fad-a39843963e2be346-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0a9269c736b5e6ed7281cbde6f63dc6c", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-2153", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" + }, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/30700b3b-9f93-4ec8-a70b-12f9ef939283?api-version=2023-04-01", "Cache-Control": "no-cache", - "Content-Length": "1279", + "Content-Length": "1016", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:25:32 GMT", - "ETag": "W/\u00228a0a8190-04ac-4528-a669-28b4355d72a7\u0022", + "Date": "Thu, 15 Jun 2023 14:57:14 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e4291d9d-1089-46c6-8c5f-2e7aed42aa99", - "x-ms-client-request-id": "0d87a7cc911f614364f698d2d558b006", - "x-ms-correlation-request-id": "38a0eb85-dbb0-42a9-9a8f-c3a1dd4914e7", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "26307107-9977-4194-bd3c-810a58074685", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162532Z:38a0eb85-dbb0-42a9-9a8f-c3a1dd4914e7" + "x-ms-arm-service-request-id": "416e4fc5-11de-4e71-b52b-3c81e5b9a014", + "x-ms-client-request-id": "0a9269c736b5e6ed7281cbde6f63dc6c", + "x-ms-correlation-request-id": "09fcd13f-17bc-46ba-9bf0-ed358fc74a7a", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "30700b3b-9f93-4ec8-a70b-12f9ef939283", + "x-ms-routing-request-id": "EASTUS:20230615T145714Z:09fcd13f-17bc-46ba-9bf0-ed358fc74a7a" }, "ResponseBody": { - "name": "scTestVNet-1928", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8754/providers/Microsoft.Network/virtualNetworks/scTestVNet-1928", - "etag": "W/\u00228a0a8190-04ac-4528-a669-28b4355d72a7\u0022", + "name": "scTestVNet-4064", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4064", + "etag": "W/\u00229c9caa97-325a-401d-9ae5-20e0a785f9f2\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "4bf17c19-0821-4260-94d8-2e816c81dc7a", + "provisioningState": "Updating", + "resourceGuid": "f2b4b1d5-a899-4c44-bea7-c7cb0a4eba29", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -10945,11 +11531,11 @@ }, "subnets": [ { - "name": "scTestSubnet-725", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8754/providers/Microsoft.Network/virtualNetworks/scTestVNet-1928/subnets/scTestSubnet-725", - "etag": "W/\u00228a0a8190-04ac-4528-a669-28b4355d72a7\u0022", + "name": "scTestSubnet-2153", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4064/subnets/scTestSubnet-2153", + "etag": "W/\u00229c9caa97-325a-401d-9ae5-20e0a785f9f2\u0022", "properties": { - "provisioningState": "Succeeded", + "provisioningState": "Updating", "addressPrefix": "10.0.0.0/16", "delegations": [], "privateEndpointNetworkPolicies": "Disabled", @@ -10964,175 +11550,59 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8754/providers/Microsoft.StorageCache/caches/testsc7361?api-version=2023-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "294", - "Content-Type": "application/json", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-6df571c2672a11c4-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "1ded4c342003bf5891d1aa0d9be44f2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_2G" - }, - "tags": {}, - "location": "eastus", - "properties": { - "cacheSizeGB": 3072, - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8754/providers/Microsoft.Network/virtualNetworks/scTestVNet-1928/subnets/scTestSubnet-725", - "zones": [ - "1" - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1994", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:25:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ded4c342003bf5891d1aa0d9be44f2b", - "x-ms-correlation-request-id": "70beb1dc-bf6e-42f6-9137-3275af05a1f8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162537Z:70beb1dc-bf6e-42f6-9137-3275af05a1f8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "name": "testsc7361", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8754/providers/Microsoft.StorageCache/caches/testsc7361", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Transitioning", - "statusDescription": "The cache is being allocated." - }, - "provisioningState": "Creating", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8754/providers/Microsoft.Network/virtualNetworks/scTestVNet-1928/subnets/scTestSubnet-725", - "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-20T16:25:36.0725989Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-20T16:25:34.6888696Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-20T16:25:34.6888696Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/30700b3b-9f93-4ec8-a70b-12f9ef939283?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-dbd4ae464545f3ba-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "8c2542c2407aac6c4ec77c4de736c67f", + "traceparent": "00-8750c22863bece498568eefb7c2f2fad-a402fd5715ff344e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "db8fa24e07bc512af102c6dee235bfc4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:25:38 GMT", + "Date": "Thu, 15 Jun 2023 14:57:14 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8c2542c2407aac6c4ec77c4de736c67f", - "x-ms-correlation-request-id": "6f782579-cfdf-410c-838a-8daf2c51172b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "dcde7ef7-54a1-4124-97cd-f0f49c7be2b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162539Z:6f782579-cfdf-410c-838a-8daf2c51172b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-arm-service-request-id": "eca45ed2-c48f-4496-aad3-def198769739", + "x-ms-client-request-id": "db8fa24e07bc512af102c6dee235bfc4", + "x-ms-correlation-request-id": "db2e7d3b-0f0e-4c7d-9e4a-b757cbba9038", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "0e0746f5-be3f-49dd-835a-b2e7b8b27469", + "x-ms-routing-request-id": "EASTUS:20230615T145714Z:db2e7d3b-0f0e-4c7d-9e4a-b757cbba9038" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", - "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/30700b3b-9f93-4ec8-a70b-12f9ef939283?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-61dade33d9688fbb-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "e8506da68c8ae3239910b356865d3a8a", + "traceparent": "00-8750c22863bece498568eefb7c2f2fad-0beda81ea9dbc845-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "797b82bbfaf9aaa796ee38733de5ad30", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:25:39 GMT", + "Date": "Thu, 15 Jun 2023 14:57:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11141,37 +11611,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8506da68c8ae3239910b356865d3a8a", - "x-ms-correlation-request-id": "b220f72b-a2b0-4f1b-b13e-c676f8a226cb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "ad2cfe0e-edb6-4509-b92a-58dd369c43f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162540Z:b220f72b-a2b0-4f1b-b13e-c676f8a226cb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-arm-service-request-id": "345ab101-dfb2-4653-a4bc-b39b13011f44", + "x-ms-client-request-id": "797b82bbfaf9aaa796ee38733de5ad30", + "x-ms-correlation-request-id": "1d0d786a-7f2f-4550-8e33-335224c8ffa0", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "de1ff3a3-ac5c-40a1-84f1-dfb909cc82ba", + "x-ms-routing-request-id": "EASTUS:20230615T145724Z:1d0d786a-7f2f-4550-8e33-335224c8ffa0" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", - "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4064?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-57ea0f88a2b5b07b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "594a5ac1c3be41b18021d41ad464f533", + "traceparent": "00-8750c22863bece498568eefb7c2f2fad-8283120d39bfb643-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cc8fadf201d3ffaffd7bb63f55f4c09c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1018", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:25:41 GMT", + "Date": "Thu, 15 Jun 2023 14:57:25 GMT", + "ETag": "W/\u0022abffc0d1-fa10-405a-97ae-37f28e1056ee\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11180,76 +11648,81 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "594a5ac1c3be41b18021d41ad464f533", - "x-ms-correlation-request-id": "59f4c988-1b32-42bd-a486-e1d361637a53", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "f0ca5262-f331-4279-b66f-c5a6a1774047", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162541Z:59f4c988-1b32-42bd-a486-e1d361637a53", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-arm-service-request-id": "40f0876b-e45b-46be-88be-a5b5d3588aa1", + "x-ms-client-request-id": "cc8fadf201d3ffaffd7bb63f55f4c09c", + "x-ms-correlation-request-id": "89333689-7208-4d42-8009-8a600ed09901", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "e503199e-aa41-4bd2-910a-b8c819a4cd97", + "x-ms-routing-request-id": "EASTUS:20230615T145725Z:89333689-7208-4d42-8009-8a600ed09901" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", - "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "scTestVNet-4064", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4064", + "etag": "W/\u0022abffc0d1-fa10-405a-97ae-37f28e1056ee\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "f2b4b1d5-a899-4c44-bea7-c7cb0a4eba29", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-2153", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4064/subnets/scTestSubnet-2153", + "etag": "W/\u0022abffc0d1-fa10-405a-97ae-37f28e1056ee\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7729?api-version=2023-05-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-5e5d9e3730ca4046-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "17541ae627b635c51e42f3698c1626f1", + "Content-Length": "295", + "Content-Type": "application/json", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-4954a7f017ade04b-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b64d348115c65423fae444cecfb6130c", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:25:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "17541ae627b635c51e42f3698c1626f1", - "x-ms-correlation-request-id": "721cf5fa-613c-4e19-b2a7-9acc3c18db45", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "9c5864fe-8955-4bf0-bea4-fd0b489111e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162543Z:721cf5fa-613c-4e19-b2a7-9acc3c18db45", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", - "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-ac3716377aaf4a9a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "8c8cf18d6cebe3c1bb0e6869b8090e34", - "x-ms-return-client-request-id": "true" + "RequestBody": { + "sku": { + "name": "Standard_2G" + }, + "tags": {}, + "location": "eastus", + "properties": { + "cacheSizeGB": 3072, + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4064/subnets/scTestSubnet-2153", + "zones": [ + "1" + ] + } }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1967", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:25:44 GMT", + "Date": "Thu, 15 Jun 2023 14:57:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11258,28 +11731,85 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8c8cf18d6cebe3c1bb0e6869b8090e34", - "x-ms-correlation-request-id": "44f13ba7-63fa-4f4c-9dbd-133752e8310a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "f534b2cc-25bf-4cef-84c6-833a59b2008d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162545Z:44f13ba7-63fa-4f4c-9dbd-133752e8310a", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "b64d348115c65423fae444cecfb6130c", + "x-ms-correlation-request-id": "8ed4f26e-8abb-4c19-9006-f29ea7098554", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "d1511bc1-7947-4326-b8f1-662b47241670", + "x-ms-routing-request-id": "EASTUS:20230615T145727Z:8ed4f26e-8abb-4c19-9006-f29ea7098554", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", - "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "testsc7729", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7729", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Transitioning", + "statusDescription": "The cache is being allocated." + }, + "provisioningState": "Creating", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4064/subnets/scTestSubnet-2153", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T14:57:26.413634Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T14:57:26.1059742Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T14:57:26.1059742Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-81a4b5c2282ec7bb-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "6b6f7f1a22099ad494153a7ccf47b569", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-9cdf45af7d8f1c4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "09f19b2df697dd6a893bd2eebce12f46", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11288,7 +11818,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:25:48 GMT", + "Date": "Thu, 15 Jun 2023 14:57:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11297,28 +11827,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b6f7f1a22099ad494153a7ccf47b569", - "x-ms-correlation-request-id": "3abc2acf-3229-4155-8202-31c9e0137453", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "8c1ebaf9-5264-427e-b3ff-a41869fed5dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162549Z:3abc2acf-3229-4155-8202-31c9e0137453", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "09f19b2df697dd6a893bd2eebce12f46", + "x-ms-correlation-request-id": "41cfda9c-61d0-4512-9a26-6516721ea031", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "4e0d8622-ea0b-4a49-a6d3-d92b60a9a7b4", + "x-ms-routing-request-id": "EASTUS:20230615T145727Z:41cfda9c-61d0-4512-9a26-6516721ea031", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-8562bede8514f1ae-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "e38de3fb68d8794859705ba8be5b7d15", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-17b16ca261014549-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bfe9aa678b088ef74293e34999a51192", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11327,7 +11857,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:25:57 GMT", + "Date": "Thu, 15 Jun 2023 14:57:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11336,28 +11866,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e38de3fb68d8794859705ba8be5b7d15", - "x-ms-correlation-request-id": "f1d8ba68-0aa0-4bd8-b2aa-9f58bc2e55f3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "04df4b72-f854-44cb-a570-7c2fb756e522", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162558Z:f1d8ba68-0aa0-4bd8-b2aa-9f58bc2e55f3", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "bfe9aa678b088ef74293e34999a51192", + "x-ms-correlation-request-id": "624d1976-7684-4f64-9e7b-e8aeb622cf06", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "707320bc-a915-4b3a-bea8-401d7fc3998e", + "x-ms-routing-request-id": "EASTUS:20230615T145728Z:624d1976-7684-4f64-9e7b-e8aeb622cf06", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-d792c2705c9e1ac1-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "0d4ebf33baa76ae71df1f7d632441474", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-44b8edfe5d415346-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "34a1a38f0ac55e742c0eab6a2002fdf1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11366,7 +11896,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:26:14 GMT", + "Date": "Thu, 15 Jun 2023 14:57:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11375,28 +11905,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d4ebf33baa76ae71df1f7d632441474", - "x-ms-correlation-request-id": "6236ffc1-fa40-487e-b77c-bdfa29c22017", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "f0b02b45-e39a-40b7-bf7b-6477533b8121", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162614Z:6236ffc1-fa40-487e-b77c-bdfa29c22017", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "34a1a38f0ac55e742c0eab6a2002fdf1", + "x-ms-correlation-request-id": "dba50ba8-2036-4f99-a253-1c589c926f21", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "917208c1-e112-43f8-8fa9-74d2e1b27b65", + "x-ms-routing-request-id": "EASTUS:20230615T145729Z:dba50ba8-2036-4f99-a253-1c589c926f21", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-b651a5e48407a69d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d56efe592b7bb15b36f51198c62bdb39", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-fe0640557ae92f41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9816364c957ea199a362c604122044e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11405,7 +11935,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:26:45 GMT", + "Date": "Thu, 15 Jun 2023 14:57:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11414,28 +11944,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d56efe592b7bb15b36f51198c62bdb39", - "x-ms-correlation-request-id": "70895f84-7262-4d71-942d-1f6c667b4e36", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "9a80cedd-2b8b-4fb2-b270-fa26829edf2c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162646Z:70895f84-7262-4d71-942d-1f6c667b4e36", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "9816364c957ea199a362c604122044e4", + "x-ms-correlation-request-id": "1f463bff-f46f-4f32-8fb4-3c661b8de471", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "be292d65-82f0-4304-abb8-4a545092c293", + "x-ms-routing-request-id": "EASTUS:20230615T145730Z:1f463bff-f46f-4f32-8fb4-3c661b8de471", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-d39a661e7940a047-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "10492598a7f840c2fb22c6e770724715", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-f9667a22b8ac8b4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "195f4029fb405d80358b92fae08d6d3f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11444,7 +11974,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:27:18 GMT", + "Date": "Thu, 15 Jun 2023 14:57:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11453,28 +11983,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "10492598a7f840c2fb22c6e770724715", - "x-ms-correlation-request-id": "ae871aea-c749-49b0-bd29-c156de7ad6df", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "06c528d6-09cb-45b9-a8da-35d52d79d1c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162719Z:ae871aea-c749-49b0-bd29-c156de7ad6df", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "195f4029fb405d80358b92fae08d6d3f", + "x-ms-correlation-request-id": "83bdc09e-86f9-4f67-9cff-8dba3d50e79c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "258a9e54-2d75-45bc-9ef5-47caae6daa2f", + "x-ms-routing-request-id": "EASTUS:20230615T145732Z:83bdc09e-86f9-4f67-9cff-8dba3d50e79c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-7bfa43211fa956b3-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "c04fe75ca8ed0799639dd6b1a84fa3f1", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-7ed14f8fda6aa44a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "63fcf295788ff91309ff906244704c0b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11483,7 +12013,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:27:50 GMT", + "Date": "Thu, 15 Jun 2023 14:57:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11492,28 +12022,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c04fe75ca8ed0799639dd6b1a84fa3f1", - "x-ms-correlation-request-id": "8a96e56e-e29a-4a23-ae0b-b84018459241", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "0a16441f-0843-4665-b28d-da333f376cd8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162751Z:8a96e56e-e29a-4a23-ae0b-b84018459241", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "63fcf295788ff91309ff906244704c0b", + "x-ms-correlation-request-id": "2d9e4e55-3965-4310-a827-5806ee5af430", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "8f99cd2e-8186-4eb2-8f8d-95b95f7e3729", + "x-ms-routing-request-id": "EASTUS:20230615T145736Z:2d9e4e55-3965-4310-a827-5806ee5af430", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-12859491f51b7426-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "0c3ebe1503fab17b3c2dd958657440c4", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-a3c93994ea8db242-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e040c6cae4a350b1b5b963f3029fc016", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11522,7 +12052,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:28:23 GMT", + "Date": "Thu, 15 Jun 2023 14:57:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11531,28 +12061,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c3ebe1503fab17b3c2dd958657440c4", - "x-ms-correlation-request-id": "2b8cf892-87ae-4460-bd5c-3bbcf37dd330", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "cbbca570-8b38-406a-9907-bf4b78e995dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162823Z:2b8cf892-87ae-4460-bd5c-3bbcf37dd330", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "e040c6cae4a350b1b5b963f3029fc016", + "x-ms-correlation-request-id": "13d31f63-542c-4766-a55c-f60914b4d8b8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "ad57ea93-156e-4b51-9b01-0341de1d165a", + "x-ms-routing-request-id": "EASTUS:20230615T145744Z:13d31f63-542c-4766-a55c-f60914b4d8b8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-022bacbc70dd2491-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "df3bfcad1bdbef4b8b41ac5bd11097ac", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-2faa8b638dd8d84e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1f6f86f4e124b1542c650f406b1d18c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11561,7 +12091,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:28:55 GMT", + "Date": "Thu, 15 Jun 2023 14:58:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11570,28 +12100,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df3bfcad1bdbef4b8b41ac5bd11097ac", - "x-ms-correlation-request-id": "fe79b697-654d-4d79-8ba5-52f6459bd6db", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "b3282fdb-3a92-4546-ae70-efe60c907ef1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162856Z:fe79b697-654d-4d79-8ba5-52f6459bd6db", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "1f6f86f4e124b1542c650f406b1d18c5", + "x-ms-correlation-request-id": "cdc93da0-6978-4c8a-be87-a183ba9cd5a3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "1561e0b7-24d4-45c9-a33f-7acc9da37e6c", + "x-ms-routing-request-id": "EASTUS:20230615T145800Z:cdc93da0-6978-4c8a-be87-a183ba9cd5a3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-5ef89358471a2ca1-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "b2d1d47f3b34581a6c9e83bfce41a2ef", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-abf7e359ead12f41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1a30873e8d4db19b41abadd6151ff66a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11600,7 +12130,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:29:27 GMT", + "Date": "Thu, 15 Jun 2023 14:58:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11609,28 +12139,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2d1d47f3b34581a6c9e83bfce41a2ef", - "x-ms-correlation-request-id": "798370ce-b9c8-4a98-b414-dd4ec29a4796", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "3e9a918e-e7ba-41fe-8c28-d83b4c6dcd98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T162928Z:798370ce-b9c8-4a98-b414-dd4ec29a4796", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "1a30873e8d4db19b41abadd6151ff66a", + "x-ms-correlation-request-id": "84eae53e-f6ec-4329-be39-6d97e075ea03", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "06a2f151-a304-435e-a8c9-6c04b8537b0e", + "x-ms-routing-request-id": "EASTUS:20230615T145832Z:84eae53e-f6ec-4329-be39-6d97e075ea03", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-74416a99df755605-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "ac04125cc413fa16734e81b8571fe02b", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-84f96ea1e26cd74f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bd6e7a3f2c01e8e7728fb43ed570e597", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11639,7 +12169,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:30:00 GMT", + "Date": "Thu, 15 Jun 2023 14:59:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11648,37 +12178,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ac04125cc413fa16734e81b8571fe02b", - "x-ms-correlation-request-id": "0eb60bb4-ad8e-4236-912d-3ae736c01042", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "bc7d0563-dbcf-4e3d-b15c-65ff612a3e6d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163000Z:0eb60bb4-ad8e-4236-912d-3ae736c01042", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "bd6e7a3f2c01e8e7728fb43ed570e597", + "x-ms-correlation-request-id": "ac8f92f6-1499-4c7d-925d-39b9b37dd36a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "6fbe0e80-9607-42c5-b46b-41eacb443120", + "x-ms-routing-request-id": "EASTUS:20230615T145904Z:ac8f92f6-1499-4c7d-925d-39b9b37dd36a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-661892c76474f6bd-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "90d92c958ea2728fe1e3723d978b214a", + "Connection": "close", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-6f6f891131b71c48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7bb49ea0a66e67c8eabede78337e9b0c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:30:33 GMT", + "Date": "Thu, 15 Jun 2023 14:59:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11687,28 +12219,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "90d92c958ea2728fe1e3723d978b214a", - "x-ms-correlation-request-id": "0eeeec00-05e9-4681-853c-4e2f8cb27ce1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "20baaeb8-0058-494b-8c51-fe4219cc679f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163034Z:0eeeec00-05e9-4681-853c-4e2f8cb27ce1", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "7bb49ea0a66e67c8eabede78337e9b0c", + "x-ms-correlation-request-id": "1d74e0c9-863e-40bd-9672-9fda705cc086", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "194e1e3a-6c16-40ac-978a-8c2b9ffdf209", + "x-ms-routing-request-id": "EASTUS:20230615T145936Z:1d74e0c9-863e-40bd-9672-9fda705cc086", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-404adbe64355792a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "bfffbc9feb0cba99bed73ee6b962014d", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-51648ab2d7ee1e49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f101a46e5baf12c3a047a7bdd85ddbd0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11717,7 +12249,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:31:05 GMT", + "Date": "Thu, 15 Jun 2023 15:00:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11726,28 +12258,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bfffbc9feb0cba99bed73ee6b962014d", - "x-ms-correlation-request-id": "c88cb962-a6d6-45c8-93a7-56a5cce9d7e6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "5e7b33be-cdb0-4dbb-b56d-3831074fa897", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163106Z:c88cb962-a6d6-45c8-93a7-56a5cce9d7e6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "f101a46e5baf12c3a047a7bdd85ddbd0", + "x-ms-correlation-request-id": "bf2551f3-7c89-4d07-b9e1-fc71f59120df", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "0906fa2a-bf1a-424d-b0d3-ca39d6db9284", + "x-ms-routing-request-id": "EASTUS:20230615T150009Z:bf2551f3-7c89-4d07-b9e1-fc71f59120df", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-1c5551bddd924f33-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "a12958be1168cd4d8291cb3051d862e7", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-87711100f11fbc49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "763616c67b6a98fbb106d2434d6eb5f4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11756,7 +12288,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:31:38 GMT", + "Date": "Thu, 15 Jun 2023 15:00:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11765,28 +12297,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a12958be1168cd4d8291cb3051d862e7", - "x-ms-correlation-request-id": "1d0a22d8-d847-433a-928e-d5d51500a78f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "90ad6d67-ddc7-407a-a166-0b91fa47a490", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163138Z:1d0a22d8-d847-433a-928e-d5d51500a78f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "763616c67b6a98fbb106d2434d6eb5f4", + "x-ms-correlation-request-id": "3b73f549-9d56-4c56-b865-2e6d6b3649cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "6ca2a4cd-8f50-4bbf-8089-b9cd5c837255", + "x-ms-routing-request-id": "EASTUS:20230615T150041Z:3b73f549-9d56-4c56-b865-2e6d6b3649cf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-14ea4844db4b03d7-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "9a19362c201faa1f931ed2cb4fa9b87f", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-d6f674d8a58fcc43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "30d0a7f3f46f44e7daa2db27fe0a8e8d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11795,7 +12327,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:32:10 GMT", + "Date": "Thu, 15 Jun 2023 15:01:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11804,28 +12336,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a19362c201faa1f931ed2cb4fa9b87f", - "x-ms-correlation-request-id": "65f8a032-7b8b-4703-afc1-d14396a631c6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-request-id": "654c8589-e1f8-41b5-9b3c-d72fafe4573f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163211Z:65f8a032-7b8b-4703-afc1-d14396a631c6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "30d0a7f3f46f44e7daa2db27fe0a8e8d", + "x-ms-correlation-request-id": "a7e1d577-c04a-4181-82b8-8813a925e5b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "71b9cc0c-8cc6-488b-a67d-c954244022d4", + "x-ms-routing-request-id": "EASTUS:20230615T150113Z:a7e1d577-c04a-4181-82b8-8813a925e5b3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-1f72bfe7e73b1b4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "3f7f25e17f618de16f323d7a1f6969e5", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-2662e27a96631044-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1db20ee22547f2a1a8683fa98880c431", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11834,7 +12366,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:32:42 GMT", + "Date": "Thu, 15 Jun 2023 15:01:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11843,28 +12375,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f7f25e17f618de16f323d7a1f6969e5", - "x-ms-correlation-request-id": "4d548a8b-004c-4a37-a82b-24ba23bc9059", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11841", - "x-ms-request-id": "275a6431-958a-4b8b-9c6c-36d282ae5b31", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163243Z:4d548a8b-004c-4a37-a82b-24ba23bc9059", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "1db20ee22547f2a1a8683fa98880c431", + "x-ms-correlation-request-id": "72f6f7fb-840b-4578-977d-da36c68140c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "88200da2-a836-4f1a-b9ff-cf2641548b06", + "x-ms-routing-request-id": "EASTUS:20230615T150145Z:72f6f7fb-840b-4578-977d-da36c68140c9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-969c6308339328db-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "82b9577466489d2d387e0d4a3f817dd8", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-e772fb55ea9eab47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "31cab392ab8dd1602ef19cc8a0d49aa6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11873,7 +12405,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:33:15 GMT", + "Date": "Thu, 15 Jun 2023 15:02:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11882,28 +12414,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82b9577466489d2d387e0d4a3f817dd8", - "x-ms-correlation-request-id": "d92cd50f-eec3-42c3-b01c-56aab76ced89", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11840", - "x-ms-request-id": "54b40011-35b8-490a-8b90-918b068f9fa7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163315Z:d92cd50f-eec3-42c3-b01c-56aab76ced89", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "31cab392ab8dd1602ef19cc8a0d49aa6", + "x-ms-correlation-request-id": "6f0e8be6-8f05-4070-b3c7-650dc9c495e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "63f09017-0ecc-48ab-8da6-3aadd8edc420", + "x-ms-routing-request-id": "EASTUS:20230615T150217Z:6f0e8be6-8f05-4070-b3c7-650dc9c495e1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-c5fef9368507efa3-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "2c4e4bd92258ad85558b2aede3a58b2a", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-b721d4949f58c348-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3f61457797bbceac05dd8707b43ebc5a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11912,7 +12444,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:33:47 GMT", + "Date": "Thu, 15 Jun 2023 15:02:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11921,28 +12453,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c4e4bd92258ad85558b2aede3a58b2a", - "x-ms-correlation-request-id": "b2b1e8e2-21ba-469c-99a9-d5ba16555d8f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11839", - "x-ms-request-id": "1fa8edfd-c454-49cd-9e62-e122c321e851", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163348Z:b2b1e8e2-21ba-469c-99a9-d5ba16555d8f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "3f61457797bbceac05dd8707b43ebc5a", + "x-ms-correlation-request-id": "0ef3f760-4d8d-4b2c-a41b-98c9e710072a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "714cbd6b-43b8-4caf-b89f-0b943e50f081", + "x-ms-routing-request-id": "EASTUS:20230615T150249Z:0ef3f760-4d8d-4b2c-a41b-98c9e710072a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-eba372158f933d09-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "f856ecb535ef7a36f8e206e271974eed", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-7131722a68fd584b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4b95a9de5d403600ade0ef5688d952d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11951,7 +12483,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:34:19 GMT", + "Date": "Thu, 15 Jun 2023 15:03:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11960,28 +12492,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f856ecb535ef7a36f8e206e271974eed", - "x-ms-correlation-request-id": "4d1eaa93-8d94-4cb2-b23e-f4068f126a44", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11838", - "x-ms-request-id": "67f6cd22-1160-4526-b2f7-c27fc0a0ca5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163420Z:4d1eaa93-8d94-4cb2-b23e-f4068f126a44", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "4b95a9de5d403600ade0ef5688d952d4", + "x-ms-correlation-request-id": "aedb2d52-9ed4-44ed-bb48-8f612e0b7061", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "ee1a2a78-1328-4c17-a60d-968c4be3f399", + "x-ms-routing-request-id": "EASTUS:20230615T150321Z:aedb2d52-9ed4-44ed-bb48-8f612e0b7061", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-01e69df700a16ff4-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d4a164b43c1a518dd10c2dbc3c3fb993", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-48e291931589e842-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "433198ce851ffa7507fc2baf23581cef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11990,7 +12522,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:34:52 GMT", + "Date": "Thu, 15 Jun 2023 15:03:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11999,28 +12531,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4a164b43c1a518dd10c2dbc3c3fb993", - "x-ms-correlation-request-id": "549a529c-acb8-480a-9516-5ca61ebf20b8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11837", - "x-ms-request-id": "bf3b5740-42ad-49fe-9b8c-6a51c5aca044", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163452Z:549a529c-acb8-480a-9516-5ca61ebf20b8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "433198ce851ffa7507fc2baf23581cef", + "x-ms-correlation-request-id": "6e83061f-6423-4a7c-b83c-f90550209790", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "7d762c63-71c9-439b-baaa-39517315f4aa", + "x-ms-routing-request-id": "EASTUS:20230615T150353Z:6e83061f-6423-4a7c-b83c-f90550209790", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-e3f267d71367f32c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "5295e3f3842ba3e814d333761ba33bbd", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-344c658bd457c543-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f6e941344f3f1a66452a91dba856452c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12029,7 +12561,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:35:25 GMT", + "Date": "Thu, 15 Jun 2023 15:04:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12038,28 +12570,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5295e3f3842ba3e814d333761ba33bbd", - "x-ms-correlation-request-id": "03dbac4f-ad2d-4507-b6a6-97459a2ed54b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11836", - "x-ms-request-id": "41c2ac4f-90cc-47b5-84c1-02ec849fef0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163526Z:03dbac4f-ad2d-4507-b6a6-97459a2ed54b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "f6e941344f3f1a66452a91dba856452c", + "x-ms-correlation-request-id": "7b5df6f3-fe15-44c0-8b7b-3108a2745696", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "1b32ff4a-a127-4a6e-a103-0c4c2b55a43b", + "x-ms-routing-request-id": "EASTUS:20230615T150425Z:7b5df6f3-fe15-44c0-8b7b-3108a2745696", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-2a52e90089360825-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "7f383c3db70478105f0426e3077a3eb8", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-79a9e0d5dac4854c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1c39b38a790d593a339a434332501355", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12068,7 +12600,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:35:58 GMT", + "Date": "Thu, 15 Jun 2023 15:05:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12077,37 +12609,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7f383c3db70478105f0426e3077a3eb8", - "x-ms-correlation-request-id": "59621cc5-86a4-4795-a68d-f4e255c5298c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11835", - "x-ms-request-id": "0caa9a1c-d59e-4a4d-bfa3-44129f693605", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163558Z:59621cc5-86a4-4795-a68d-f4e255c5298c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "1c39b38a790d593a339a434332501355", + "x-ms-correlation-request-id": "2e0c5c96-76f8-4ad1-ae17-6d84a1ad7bac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "d4bdefe4-a34a-434a-a468-21e986cb3d53", + "x-ms-routing-request-id": "EASTUS:20230615T150501Z:2e0c5c96-76f8-4ad1-ae17-6d84a1ad7bac", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-de863f3ca59aa8a3-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "8eee7329fb0230c27bfdbf460816352e", + "Connection": "close", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-1f2de275f1ba7e4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4721ffc35cef7f943117fdf4f39a51b0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:36:30 GMT", + "Date": "Thu, 15 Jun 2023 15:05:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12116,28 +12650,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8eee7329fb0230c27bfdbf460816352e", - "x-ms-correlation-request-id": "7b806b79-f7b8-4bbe-9f03-702a2b8fc0ae", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11834", - "x-ms-request-id": "6c5eb7f2-f39e-4e41-bcb2-1e306d87646a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163630Z:7b806b79-f7b8-4bbe-9f03-702a2b8fc0ae", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "4721ffc35cef7f943117fdf4f39a51b0", + "x-ms-correlation-request-id": "8bdcc0aa-97da-413c-bad4-290f4afb361f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "d54046b9-2965-445e-b348-d4d0565f054e", + "x-ms-routing-request-id": "EASTUS:20230615T150533Z:8bdcc0aa-97da-413c-bad4-290f4afb361f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", "status": "InProgress", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81f3e47e-2f26-4602-b8de-26cdf5d3bacc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d1511bc1-7947-4326-b8f1-662b47241670?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-9275095cd411d1ad-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "ff7f70d039073c8fd21df2265d059b9a", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-9b94d7ff436f6d46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6f24feb7001fbbe20790c2a50b22e7f4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12146,7 +12680,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:37:02 GMT", + "Date": "Thu, 15 Jun 2023 15:15:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12155,38 +12689,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ff7f70d039073c8fd21df2265d059b9a", - "x-ms-correlation-request-id": "dca5fb4c-4b9f-4efa-bc62-894aef205e9a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11833", - "x-ms-request-id": "d2080da4-f0bd-4ed2-9f6a-2dbb3ab367fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163703Z:dca5fb4c-4b9f-4efa-bc62-894aef205e9a", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "6f24feb7001fbbe20790c2a50b22e7f4", + "x-ms-correlation-request-id": "024b9b36-0da8-44b3-8a5a-a75d9950550d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "a6bd92aa-c055-451a-a5d0-b4b507920665", + "x-ms-routing-request-id": "EASTUS:20230615T151540Z:024b9b36-0da8-44b3-8a5a-a75d9950550d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:25:35.9475937\u002B00:00", - "endTime": "2023-03-20T16:36:49.1069087\u002B00:00", + "startTime": "2023-06-15T14:57:26.1949206\u002B00:00", + "endTime": "2023-06-15T15:08:34.9875928\u002B00:00", "status": "Succeeded", - "name": "81f3e47e-2f26-4602-b8de-26cdf5d3bacc" + "name": "d1511bc1-7947-4326-b8f1-662b47241670" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8754/providers/Microsoft.StorageCache/caches/testsc7361?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7729?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-442f133bbdbf4218546730915ee39a84-199bbe6882f26d4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "a84d7b95acb441bb7a080306f7c96f49", + "traceparent": "00-fa907785ea0cfe41a0aaadb105333c4d-0fc9c3dec7a04347-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a9173c17fe342e3c1fbaeaf57b456599", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2207", + "Content-Length": "2180", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:37:04 GMT", + "Date": "Thu, 15 Jun 2023 15:15:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12195,17 +12729,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a84d7b95acb441bb7a080306f7c96f49", - "x-ms-correlation-request-id": "58873d5d-e0e0-43a7-8b24-b5f388e2cbb8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;117", - "x-ms-ratelimit-remaining-subscription-reads": "11832", - "x-ms-request-id": "0630f26d-46e1-46eb-8b55-cb01731220da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163705Z:58873d5d-e0e0-43a7-8b24-b5f388e2cbb8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "a9173c17fe342e3c1fbaeaf57b456599", + "x-ms-correlation-request-id": "8fdac13f-08d6-4857-8e3a-315be27cdf71", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;119", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "74811c71-7dc4-44f7-9fe0-df86f5dfa45a", + "x-ms-routing-request-id": "EASTUS:20230615T151541Z:8fdac13f-08d6-4857-8e3a-315be27cdf71", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc7361", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8754/providers/Microsoft.StorageCache/caches/testsc7361", + "name": "testsc7729", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7729", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12216,9 +12750,9 @@ "networkSettings": { "mtu": 1500, "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" ], "ntpServer": "time.windows.com" }, @@ -12242,7 +12776,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12250,17 +12783,17 @@ "conditions": [] }, "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8754/providers/Microsoft.Network/virtualNetworks/scTestVNet-1928/subnets/scTestSubnet-725", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4064/subnets/scTestSubnet-2153", "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-20T16:25:36.0725989Z", + "lastFirmwareUpdate": "2023-06-15T14:57:26.413634Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -12269,33 +12802,33 @@ } }, "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-20T16:25:34.6888696Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdAt": "2023-06-15T14:57:26.1059742Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-20T16:25:34.6888696Z" + "lastModifiedAt": "2023-06-15T14:57:26.1059742Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8754/providers/Microsoft.StorageCache/caches/testsc7361?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7729?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-dd0c0c74a0fe3c75fe5e4f80af963010-7a388e07cf90b24b-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "9712f8ce3ffbefb0e4b2bbe5099bd276", + "traceparent": "00-c699ab025ac74a4899d1620a47732f67-6e345e4a2316744e-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "338c9349a32cc3351c66405f99ef740e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2207", + "Content-Length": "2180", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:37:04 GMT", + "Date": "Thu, 15 Jun 2023 15:15:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12304,17 +12837,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9712f8ce3ffbefb0e4b2bbe5099bd276", - "x-ms-correlation-request-id": "1fba9cf5-83fb-45d2-a51e-99bf78e6b8dc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", - "x-ms-ratelimit-remaining-subscription-reads": "11831", - "x-ms-request-id": "a5dd65fc-c14e-447c-b1be-27f4a7c46155", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163705Z:1fba9cf5-83fb-45d2-a51e-99bf78e6b8dc", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "338c9349a32cc3351c66405f99ef740e", + "x-ms-correlation-request-id": "f7eee142-0c8f-41ed-841b-39846e907230", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;118", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "0eb91f88-39d7-4369-a1f6-9a487ada5d35", + "x-ms-routing-request-id": "EASTUS:20230615T151541Z:f7eee142-0c8f-41ed-841b-39846e907230", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc7361", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8754/providers/Microsoft.StorageCache/caches/testsc7361", + "name": "testsc7729", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7729", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12325,9 +12858,9 @@ "networkSettings": { "mtu": 1500, "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" ], "ntpServer": "time.windows.com" }, @@ -12351,7 +12884,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12359,323 +12891,54 @@ "conditions": [] }, "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8754/providers/Microsoft.Network/virtualNetworks/scTestVNet-1928/subnets/scTestSubnet-725", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4064/subnets/scTestSubnet-2153", "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-20T16:25:36.0725989Z", + "lastFirmwareUpdate": "2023-06-15T14:57:26.413634Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { "upgradeScheduleEnabled": false, "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-20T16:25:34.6888696Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-20T16:25:34.6888696Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8754/providers/Microsoft.StorageCache/caches/testsc7361?api-version=2023-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-cb0a220317f87e2a35a6b3caaba8b272-bb5aeba45ccbcbe2-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "8db124618dc8237ab53d84ff36884508", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33fb3dbf-04ca-4bfc-972c-f6f53022238b?api-version=2023-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:37:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33fb3dbf-04ca-4bfc-972c-f6f53022238b?monitor=true\u0026api-version=2023-01-01", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8db124618dc8237ab53d84ff36884508", - "x-ms-correlation-request-id": "384a3767-9b94-484b-8e25-40c6eddc74a2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-request-id": "33fb3dbf-04ca-4bfc-972c-f6f53022238b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163706Z:384a3767-9b94-484b-8e25-40c6eddc74a2", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33fb3dbf-04ca-4bfc-972c-f6f53022238b?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cb0a220317f87e2a35a6b3caaba8b272-ade045bd955aa5d7-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d3a58c36e11841807eeee2bdbab1b85b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:37:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d3a58c36e11841807eeee2bdbab1b85b", - "x-ms-correlation-request-id": "cc3d02f0-3ef4-400c-8585-a5a6cce0777f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11830", - "x-ms-request-id": "f7bd0e9e-96fe-4483-93d0-595f54a8032c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163706Z:cc3d02f0-3ef4-400c-8585-a5a6cce0777f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "startTime": "2023-03-20T16:37:06.3014454\u002B00:00", - "status": "InProgress", - "name": "33fb3dbf-04ca-4bfc-972c-f6f53022238b" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33fb3dbf-04ca-4bfc-972c-f6f53022238b?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cb0a220317f87e2a35a6b3caaba8b272-e00dbae7de1faba7-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "5f37b26c6c435d84855ac26ac87832df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:37:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f37b26c6c435d84855ac26ac87832df", - "x-ms-correlation-request-id": "e544e437-aded-4640-b9bb-b4c4f4aac098", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11829", - "x-ms-request-id": "2f84b611-b61f-4b2f-af32-f37962c60b50", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163708Z:e544e437-aded-4640-b9bb-b4c4f4aac098", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "startTime": "2023-03-20T16:37:06.3014454\u002B00:00", - "status": "InProgress", - "name": "33fb3dbf-04ca-4bfc-972c-f6f53022238b" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33fb3dbf-04ca-4bfc-972c-f6f53022238b?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cb0a220317f87e2a35a6b3caaba8b272-9c77f80a14329068-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "a9c9a60572e3cbf02917e70321e29b19", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:37:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a9c9a60572e3cbf02917e70321e29b19", - "x-ms-correlation-request-id": "d8c7bdc4-2241-4320-8896-23c6d84e5f00", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11828", - "x-ms-request-id": "a7e658eb-c104-4901-9c8c-2db83c32c0ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163709Z:d8c7bdc4-2241-4320-8896-23c6d84e5f00", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "startTime": "2023-03-20T16:37:06.3014454\u002B00:00", - "status": "InProgress", - "name": "33fb3dbf-04ca-4bfc-972c-f6f53022238b" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33fb3dbf-04ca-4bfc-972c-f6f53022238b?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cb0a220317f87e2a35a6b3caaba8b272-18c82eba7cfe2a52-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "3e9569a5d99ec99b07474dbd1f157805", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:37:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3e9569a5d99ec99b07474dbd1f157805", - "x-ms-correlation-request-id": "fe396679-ee4f-4115-9975-23fe3ee12a0b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11827", - "x-ms-request-id": "a1e943c1-cd3c-4390-96e9-d0e144b850c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163710Z:fe396679-ee4f-4115-9975-23fe3ee12a0b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "startTime": "2023-03-20T16:37:06.3014454\u002B00:00", - "status": "InProgress", - "name": "33fb3dbf-04ca-4bfc-972c-f6f53022238b" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33fb3dbf-04ca-4bfc-972c-f6f53022238b?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cb0a220317f87e2a35a6b3caaba8b272-4cb75c7ba2edb953-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "14b803bb0ee8fa77c26b362b85803ba2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:37:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "14b803bb0ee8fa77c26b362b85803ba2", - "x-ms-correlation-request-id": "e0735150-493f-4de3-9170-240372f85fbd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11826", - "x-ms-request-id": "c4a22f3c-f1e6-4767-9c19-67b8df4edd86", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163713Z:e0735150-493f-4de3-9170-240372f85fbd", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "startTime": "2023-03-20T16:37:06.3014454\u002B00:00", - "status": "InProgress", - "name": "33fb3dbf-04ca-4bfc-972c-f6f53022238b" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33fb3dbf-04ca-4bfc-972c-f6f53022238b?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cb0a220317f87e2a35a6b3caaba8b272-b972daeb5623a8cc-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "5fc4a9bff4e32c410affa19c2432ac13", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:37:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5fc4a9bff4e32c410affa19c2432ac13", - "x-ms-correlation-request-id": "bd8e7ebb-1f16-4483-8ee1-15980749f488", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11825", - "x-ms-request-id": "984557c6-0630-470e-a4ef-da5d5d41b0c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163717Z:bd8e7ebb-1f16-4483-8ee1-15980749f488", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" - }, - "ResponseBody": { - "startTime": "2023-03-20T16:37:06.3014454\u002B00:00", - "status": "InProgress", - "name": "33fb3dbf-04ca-4bfc-972c-f6f53022238b" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T14:57:26.1059742Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T14:57:26.1059742Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33fb3dbf-04ca-4bfc-972c-f6f53022238b?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7729?api-version=2023-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-cb0a220317f87e2a35a6b3caaba8b272-5b568528a0ca2fcf-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "1e48e19f872a9630f19a7b32a26f4387", + "traceparent": "00-e89fe889de438d4caf9541aaf57fcd5f-9467c53b58462a45-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b7dd092fa882b87bc1f5506515ec3fc1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f71546f0-31ac-4960-af3f-71948acf9ffb?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:37:25 GMT", + "Content-Length": "0", + "Date": "Thu, 15 Jun 2023 15:15:41 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f71546f0-31ac-4960-af3f-71948acf9ffb?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -12683,28 +12946,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e48e19f872a9630f19a7b32a26f4387", - "x-ms-correlation-request-id": "3ce97ddd-e835-47eb-9b21-627b384f2183", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11824", - "x-ms-request-id": "24b83a89-74cf-4f48-9410-f76ca8124513", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163726Z:3ce97ddd-e835-47eb-9b21-627b384f2183", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "b7dd092fa882b87bc1f5506515ec3fc1", + "x-ms-correlation-request-id": "aa4adc78-e603-4ba0-849d-93a623de3b6f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "f71546f0-31ac-4960-af3f-71948acf9ffb", + "x-ms-routing-request-id": "EASTUS:20230615T151541Z:aa4adc78-e603-4ba0-849d-93a623de3b6f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": { - "startTime": "2023-03-20T16:37:06.3014454\u002B00:00", - "status": "InProgress", - "name": "33fb3dbf-04ca-4bfc-972c-f6f53022238b" - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33fb3dbf-04ca-4bfc-972c-f6f53022238b?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f71546f0-31ac-4960-af3f-71948acf9ffb?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb0a220317f87e2a35a6b3caaba8b272-91a01c514a704984-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "75feab0b1850c722c28b09e86cdbd690", + "traceparent": "00-e89fe889de438d4caf9541aaf57fcd5f-dfe39d2d41f73447-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "71c6db46ad68a01617d3713752d0ad30", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12713,7 +12972,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:37:41 GMT", + "Date": "Thu, 15 Jun 2023 15:15:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12722,28 +12981,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "75feab0b1850c722c28b09e86cdbd690", - "x-ms-correlation-request-id": "f87eb5de-bfaa-4f1e-9d57-891daedbb92c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11823", - "x-ms-request-id": "440a5ddf-20b8-4105-b2de-45de63fbc0d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163742Z:f87eb5de-bfaa-4f1e-9d57-891daedbb92c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "71c6db46ad68a01617d3713752d0ad30", + "x-ms-correlation-request-id": "63c004d7-f937-4ebf-8d48-db6ac51582da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "c15aeb06-bf01-41ed-846c-c560b4ed6801", + "x-ms-routing-request-id": "EASTUS:20230615T151541Z:63c004d7-f937-4ebf-8d48-db6ac51582da", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:37:06.3014454\u002B00:00", + "startTime": "2023-06-15T15:15:41.5657022\u002B00:00", "status": "InProgress", - "name": "33fb3dbf-04ca-4bfc-972c-f6f53022238b" + "name": "f71546f0-31ac-4960-af3f-71948acf9ffb" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33fb3dbf-04ca-4bfc-972c-f6f53022238b?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f71546f0-31ac-4960-af3f-71948acf9ffb?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb0a220317f87e2a35a6b3caaba8b272-fc7452df64235ba9-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "a38c22bf1d383778782e6d49780e899b", + "traceparent": "00-e89fe889de438d4caf9541aaf57fcd5f-5abbf4b95ddaf44f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "70337f26fc937b784269b12e1badfae4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12752,7 +13011,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:38:14 GMT", + "Date": "Thu, 15 Jun 2023 15:15:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12761,28 +13020,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a38c22bf1d383778782e6d49780e899b", - "x-ms-correlation-request-id": "4ce76af6-7cc3-4ab2-bbbf-67e1e4f31a4b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11822", - "x-ms-request-id": "c494a109-69a8-475d-8024-fefa9d456a43", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163814Z:4ce76af6-7cc3-4ab2-bbbf-67e1e4f31a4b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "70337f26fc937b784269b12e1badfae4", + "x-ms-correlation-request-id": "5429ede1-7ccf-46ad-b248-9d0cdeb826eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "dbc30f7e-608e-4c63-a030-959b114cd889", + "x-ms-routing-request-id": "EASTUS:20230615T151542Z:5429ede1-7ccf-46ad-b248-9d0cdeb826eb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:37:06.3014454\u002B00:00", + "startTime": "2023-06-15T15:15:41.5657022\u002B00:00", "status": "InProgress", - "name": "33fb3dbf-04ca-4bfc-972c-f6f53022238b" + "name": "f71546f0-31ac-4960-af3f-71948acf9ffb" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33fb3dbf-04ca-4bfc-972c-f6f53022238b?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f71546f0-31ac-4960-af3f-71948acf9ffb?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb0a220317f87e2a35a6b3caaba8b272-ef608b57debcb062-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "79901abc363386c2bf805c9e7e472916", + "traceparent": "00-e89fe889de438d4caf9541aaf57fcd5f-9abfa864a00cc842-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3a1f205fce267d5812bb60c242902136", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12791,7 +13050,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:38:46 GMT", + "Date": "Thu, 15 Jun 2023 15:15:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12800,28 +13059,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "79901abc363386c2bf805c9e7e472916", - "x-ms-correlation-request-id": "c1f26832-a007-4d19-b391-cb0d9d261cb8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11821", - "x-ms-request-id": "0d326773-fc26-4d87-b82b-6e7c60b5fb75", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163847Z:c1f26832-a007-4d19-b391-cb0d9d261cb8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "3a1f205fce267d5812bb60c242902136", + "x-ms-correlation-request-id": "8f7928b6-2ca4-42a3-9793-ab9056ba4367", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "346d9d0b-9b36-421d-82cc-1502134f04c6", + "x-ms-routing-request-id": "EASTUS:20230615T151543Z:8f7928b6-2ca4-42a3-9793-ab9056ba4367", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:37:06.3014454\u002B00:00", + "startTime": "2023-06-15T15:15:41.5657022\u002B00:00", "status": "InProgress", - "name": "33fb3dbf-04ca-4bfc-972c-f6f53022238b" + "name": "f71546f0-31ac-4960-af3f-71948acf9ffb" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33fb3dbf-04ca-4bfc-972c-f6f53022238b?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f71546f0-31ac-4960-af3f-71948acf9ffb?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb0a220317f87e2a35a6b3caaba8b272-2bad3453e0b12f28-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "8073ebc39fe3ee4e32c7fd22aad84eb3", + "traceparent": "00-e89fe889de438d4caf9541aaf57fcd5f-c5461e5c06d2c44d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3fa85ca625a9499c624b2ffffce88569", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12830,7 +13089,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:39:19 GMT", + "Date": "Thu, 15 Jun 2023 15:15:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12839,28 +13098,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8073ebc39fe3ee4e32c7fd22aad84eb3", - "x-ms-correlation-request-id": "eaf9039a-79fe-4a4c-85fd-35c78a4c51aa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11820", - "x-ms-request-id": "972e92db-7f87-4da9-bb3c-4873f20bf6d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163919Z:eaf9039a-79fe-4a4c-85fd-35c78a4c51aa", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "3fa85ca625a9499c624b2ffffce88569", + "x-ms-correlation-request-id": "1e548e84-250d-4e3c-a81b-c65b1b4f0707", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "11424c63-c700-4d97-814e-06d6503a5009", + "x-ms-routing-request-id": "EASTUS:20230615T151544Z:1e548e84-250d-4e3c-a81b-c65b1b4f0707", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:37:06.3014454\u002B00:00", + "startTime": "2023-06-15T15:15:41.5657022\u002B00:00", "status": "InProgress", - "name": "33fb3dbf-04ca-4bfc-972c-f6f53022238b" + "name": "f71546f0-31ac-4960-af3f-71948acf9ffb" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33fb3dbf-04ca-4bfc-972c-f6f53022238b?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f71546f0-31ac-4960-af3f-71948acf9ffb?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb0a220317f87e2a35a6b3caaba8b272-71ec5395cdd541ea-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "522c6e025d4b885d5f05e4b7c1dab931", + "traceparent": "00-e89fe889de438d4caf9541aaf57fcd5f-fc3fbae6d34ffa4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "32d78dd973b0580a26b65dd89bb639b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12869,7 +13128,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:39:50 GMT", + "Date": "Thu, 15 Jun 2023 15:15:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12878,28 +13137,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "522c6e025d4b885d5f05e4b7c1dab931", - "x-ms-correlation-request-id": "4f183063-6ec5-4c50-ada0-28d161d6c7c1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11819", - "x-ms-request-id": "171e3344-9344-4ebd-a3f6-6eb9816d7f11", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T163951Z:4f183063-6ec5-4c50-ada0-28d161d6c7c1", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "32d78dd973b0580a26b65dd89bb639b1", + "x-ms-correlation-request-id": "277a1576-0223-4ae8-b65b-494fe4b7d83b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "bdd5f264-30a6-4902-bed6-0472ee0953b6", + "x-ms-routing-request-id": "EASTUS:20230615T151546Z:277a1576-0223-4ae8-b65b-494fe4b7d83b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:37:06.3014454\u002B00:00", + "startTime": "2023-06-15T15:15:41.5657022\u002B00:00", "status": "InProgress", - "name": "33fb3dbf-04ca-4bfc-972c-f6f53022238b" + "name": "f71546f0-31ac-4960-af3f-71948acf9ffb" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33fb3dbf-04ca-4bfc-972c-f6f53022238b?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f71546f0-31ac-4960-af3f-71948acf9ffb?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb0a220317f87e2a35a6b3caaba8b272-75e47356f772ab89-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "8d865704089b1cb7cba1466b39a0dce6", + "traceparent": "00-e89fe889de438d4caf9541aaf57fcd5f-f323b47e2b8eab49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bf877a47bb043a3a83d5d7da9e59812a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12908,7 +13167,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:40:24 GMT", + "Date": "Thu, 15 Jun 2023 15:15:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12917,37 +13176,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d865704089b1cb7cba1466b39a0dce6", - "x-ms-correlation-request-id": "9995bb31-a8b4-4ab2-8b7f-02d7193a7e12", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11818", - "x-ms-request-id": "4d5cc6ec-c91b-40dc-b4b6-5c2110bb8636", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T164025Z:9995bb31-a8b4-4ab2-8b7f-02d7193a7e12", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "bf877a47bb043a3a83d5d7da9e59812a", + "x-ms-correlation-request-id": "73a160c3-2c39-440c-85e4-7c5aa6920f63", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "548f2c52-2dd9-49f3-b818-dcc6947c70fc", + "x-ms-routing-request-id": "EASTUS:20230615T151550Z:73a160c3-2c39-440c-85e4-7c5aa6920f63", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:37:06.3014454\u002B00:00", + "startTime": "2023-06-15T15:15:41.5657022\u002B00:00", "status": "InProgress", - "name": "33fb3dbf-04ca-4bfc-972c-f6f53022238b" + "name": "f71546f0-31ac-4960-af3f-71948acf9ffb" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33fb3dbf-04ca-4bfc-972c-f6f53022238b?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f71546f0-31ac-4960-af3f-71948acf9ffb?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cb0a220317f87e2a35a6b3caaba8b272-e1068594240ad32c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "0f9ba832d71b65cb8eeb20ddbb972c57", + "Connection": "close", + "traceparent": "00-e89fe889de438d4caf9541aaf57fcd5f-33ca901c75341240-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b4e8f635efb93385515018f3c8c4aeab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:40:56 GMT", + "Date": "Thu, 15 Jun 2023 17:26:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12956,389 +13217,26 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0f9ba832d71b65cb8eeb20ddbb972c57", - "x-ms-correlation-request-id": "0f18e75e-a157-4525-9147-54c5505da8af", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11817", - "x-ms-request-id": "39bcb11a-869e-4756-9c54-354c8ac693a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T164057Z:0f18e75e-a157-4525-9147-54c5505da8af", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133183740087419589,ce177d51-c814-4270-8932-b87438d89e07_133183740087419589" + "x-ms-client-request-id": "b4e8f635efb93385515018f3c8c4aeab", + "x-ms-correlation-request-id": "c55748f5-121c-4a72-b720-2427f5061cb9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "63d3cc93-afcf-48b8-ba54-d7e79d297d68", + "x-ms-routing-request-id": "EASTUS:20230615T172600Z:c55748f5-121c-4a72-b720-2427f5061cb9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-20T16:37:06.3014454\u002B00:00", - "endTime": "2023-03-20T16:40:33.6015828\u002B00:00", + "startTime": "2023-06-15T15:15:41.5657022\u002B00:00", + "endTime": "2023-06-15T15:19:12.2370308\u002B00:00", "status": "Succeeded", - "name": "33fb3dbf-04ca-4bfc-972c-f6f53022238b" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8754/providers/Microsoft.Network/virtualNetworks/scTestVNet-1928?api-version=2022-11-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-c5006fecc0fb41acfca709731753f52b-c8d960f017d7f900-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "531ecb0ec152f918b60f86a916f14ebf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d4291d77-e7dc-4fbc-940f-10dcc783fd09?api-version=2022-11-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:40:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operationResults/d4291d77-e7dc-4fbc-940f-10dcc783fd09?api-version=2022-11-01", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d11fe8b4-6f03-4ef2-90e3-ea7f17ca7c97", - "x-ms-client-request-id": "531ecb0ec152f918b60f86a916f14ebf", - "x-ms-correlation-request-id": "a3fc2ca6-a943-48af-8d2f-00bdd9773a43", - "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-request-id": "d4291d77-e7dc-4fbc-940f-10dcc783fd09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T164058Z:a3fc2ca6-a943-48af-8d2f-00bdd9773a43" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d4291d77-e7dc-4fbc-940f-10dcc783fd09?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5006fecc0fb41acfca709731753f52b-03d79075b428b7aa-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "6d5dee758881709490a2590b51224e9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 20 Mar 2023 16:40:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "122f8747-2f65-4232-81a0-6371d3767770", - "x-ms-client-request-id": "6d5dee758881709490a2590b51224e9c", - "x-ms-correlation-request-id": "da9fbd40-3094-4f4f-afe0-2366ed32dbc3", - "x-ms-ratelimit-remaining-subscription-reads": "11816", - "x-ms-request-id": "a6d1a7f2-959f-48f6-995d-c1d2673b5d44", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T164058Z:da9fbd40-3094-4f4f-afe0-2366ed32dbc3" - }, - "ResponseBody": { - "status": "Succeeded" + "name": "f71546f0-31ac-4960-af3f-71948acf9ffb" } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8754?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-5daf91e630e53df051b2d691875c55b0-ca03956425deb73d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "beb4609c13116419b6f2c732c26811dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:41:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NzU0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "423a8085-dee5-4994-b880-41cd3ea28905", - "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-request-id": "423a8085-dee5-4994-b880-41cd3ea28905", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T164102Z:423a8085-dee5-4994-b880-41cd3ea28905" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NzU0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5daf91e630e53df051b2d691875c55b0-56f7362bd07c9f2b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "871362d1a1266223d5f9b78fc062ae27", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:41:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NzU0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3efcefa-ea64-4cf7-b61f-95a3d69dc4a1", - "x-ms-ratelimit-remaining-subscription-reads": "11815", - "x-ms-request-id": "f3efcefa-ea64-4cf7-b61f-95a3d69dc4a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T164103Z:f3efcefa-ea64-4cf7-b61f-95a3d69dc4a1" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NzU0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5daf91e630e53df051b2d691875c55b0-1137c8bfae9b6cc9-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "ff5c7d9026eebb08221355fc8a7d13ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:41:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NzU0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23e0c225-999f-4372-b2f0-be43cc27672b", - "x-ms-ratelimit-remaining-subscription-reads": "11814", - "x-ms-request-id": "23e0c225-999f-4372-b2f0-be43cc27672b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T164118Z:23e0c225-999f-4372-b2f0-be43cc27672b" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NzU0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5daf91e630e53df051b2d691875c55b0-5270d8092752eae9-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "60605e178a540db52ed1529a29aee006", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:41:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NzU0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b704b3a2-fe27-4bed-a79e-035059221b67", - "x-ms-ratelimit-remaining-subscription-reads": "11813", - "x-ms-request-id": "b704b3a2-fe27-4bed-a79e-035059221b67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T164134Z:b704b3a2-fe27-4bed-a79e-035059221b67" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NzU0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5daf91e630e53df051b2d691875c55b0-f6f85248a0dfb0b5-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "d30b6167daadab7b595864134b27d758", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:41:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NzU0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32dbe823-a0ca-42ba-97cf-9da241c41eab", - "x-ms-ratelimit-remaining-subscription-reads": "11812", - "x-ms-request-id": "32dbe823-a0ca-42ba-97cf-9da241c41eab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T164149Z:32dbe823-a0ca-42ba-97cf-9da241c41eab" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NzU0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5daf91e630e53df051b2d691875c55b0-6976e5e923d0814e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "62780be54d0106d3c74ed11cd46e9174", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:42:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NzU0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38475256-19a4-41e8-ab64-7123857da863", - "x-ms-ratelimit-remaining-subscription-reads": "11811", - "x-ms-request-id": "38475256-19a4-41e8-ab64-7123857da863", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T164205Z:38475256-19a4-41e8-ab64-7123857da863" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NzU0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5daf91e630e53df051b2d691875c55b0-c5e0fe5827200abf-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "28944f3340713cfee3b506fb25a2c106", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:42:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NzU0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a5044350-9c24-45cf-8b36-33fe90c818b0", - "x-ms-ratelimit-remaining-subscription-reads": "11810", - "x-ms-request-id": "a5044350-9c24-45cf-8b36-33fe90c818b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T164221Z:a5044350-9c24-45cf-8b36-33fe90c818b0" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NzU0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5daf91e630e53df051b2d691875c55b0-103aaca24dc12076-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "1db5faf97d3619048d050b5e095ed7eb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:42:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NzU0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2ef22f3-9324-4a2d-8903-984eb3ab6ef3", - "x-ms-ratelimit-remaining-subscription-reads": "11809", - "x-ms-request-id": "a2ef22f3-9324-4a2d-8903-984eb3ab6ef3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T164236Z:a2ef22f3-9324-4a2d-8903-984eb3ab6ef3" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NzU0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5daf91e630e53df051b2d691875c55b0-57a453f3b40e380a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "fcdff0c7ae92a4e70d3c7f4c47d7e024", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:42:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NzU0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a1707aa-7843-4b31-be57-3c0f1869331b", - "x-ms-ratelimit-remaining-subscription-reads": "11808", - "x-ms-request-id": "9a1707aa-7843-4b31-be57-3c0f1869331b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T164253Z:9a1707aa-7843-4b31-be57-3c0f1869331b" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NzU0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5daf91e630e53df051b2d691875c55b0-dad0c2156b0a599d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET 6.0.15; Microsoft Windows 10.0.22621)", - "x-ms-client-request-id": "da22cb8d73b8b53d4a7b9b6c349f3384", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Mon, 20 Mar 2023 16:43:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe33bde8-5391-4b1a-b0d6-e2b7e69964f1", - "x-ms-ratelimit-remaining-subscription-reads": "11807", - "x-ms-request-id": "fe33bde8-5391-4b1a-b0d6-e2b7e69964f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230320T164326Z:fe33bde8-5391-4b1a-b0d6-e2b7e69964f1" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1021392896", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1750189835", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/Get()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/Get()Async.json index 80b038091ec7..f158c5af3e56 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/Get()Async.json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/Get()Async.json @@ -1,53 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-d0d574da818a4041833490f52ee9e3a4-225438a6352b634f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "632609b9afdc31b529d59079d715270d", + "traceparent": "00-0812e9a484c7554291b6cee0e6d82215-c2d36112fe60ba4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "58243c129d7497eb246057f922980928", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:34:07 GMT", + "Date": "Thu, 15 Jun 2023 19:27:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0daf2a49-b53b-4871-a7bf-29fbc0064526", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "0daf2a49-b53b-4871-a7bf-29fbc0064526", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023407Z:0daf2a49-b53b-4871-a7bf-29fbc0064526" + "x-ms-correlation-request-id": "41b99c2a-d1f2-404a-9d28-82fcc6a3a778", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "41b99c2a-d1f2-404a-9d28-82fcc6a3a778", + "x-ms-routing-request-id": "EASTUS:20230615T192745Z:41b99c2a-d1f2-404a-9d28-82fcc6a3a778" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -57,75 +43,76 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg9617?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-7c4e13b50c587d43a5a820008f6a0fc4-41008235fb791046-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "750972a1a3eebcd85c6bda5ffa90d187", + "traceparent": "00-771df494b73c0a48b8aac8c21358a540-1d79735b75cbf34c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9c1e8dbdc0299eb28c488544f42fb9cc", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:34:11 GMT", + "Date": "Thu, 15 Jun 2023 19:27:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6df3f82c-2caf-4d49-9371-94ea3d458ae4", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "6df3f82c-2caf-4d49-9371-94ea3d458ae4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023412Z:6df3f82c-2caf-4d49-9371-94ea3d458ae4" + "x-ms-correlation-request-id": "c3c9266b-ccdf-4c2a-9963-95044324a1b8", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "c3c9266b-ccdf-4c2a-9963-95044324a1b8", + "x-ms-routing-request-id": "EASTUS:20230615T192745Z:c3c9266b-ccdf-4c2a-9963-95044324a1b8" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg9617", - "name": "storagecachetestrg9617", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-fd3c9a1ab52cc34e922cdabbe6a13bb8-9f4ee6716bc6ae4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3c9d71f7574835746225750e44b921cc", + "traceparent": "00-79110164a547bf47acc0822063081633-2bd499a613f63a44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "61315e9b12b02e7acb4398b051e020e2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "146015", + "Content-Length": "156364", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:34:13 GMT", + "Date": "Thu, 15 Jun 2023 19:27:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e160ae3c-342b-4cab-b71b-74c58f9497ae", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "e160ae3c-342b-4cab-b71b-74c58f9497ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023413Z:e160ae3c-342b-4cab-b71b-74c58f9497ae" + "x-ms-correlation-request-id": "3fd379b3-f2b3-417c-90bd-82dca18d8086", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "3fd379b3-f2b3-417c-90bd-82dca18d8086", + "x-ms-routing-request-id": "EASTUS:20230615T192747Z:3fd379b3-f2b3-417c-90bd-82dca18d8086" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -175,6 +162,10 @@ { "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" } ], "resourceTypes": [ @@ -217,9 +208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -335,9 +331,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -453,9 +454,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -493,97 +499,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", "zones": [ + "3", "2", - "1", - "3" + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -593,89 +614,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -685,17 +706,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -740,9 +769,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -821,97 +855,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", "zones": [ + "3", "2", - "1", - "3" + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -921,89 +970,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1013,17 +1062,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1068,9 +1125,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1118,9 +1180,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1144,97 +1211,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1244,89 +1326,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1336,17 +1418,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1391,9 +1481,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1509,9 +1604,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1572,9 +1672,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1647,9 +1752,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1721,9 +1831,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1793,9 +1908,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1911,9 +2031,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2029,9 +2154,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2128,9 +2258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2214,9 +2349,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2297,9 +2437,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2415,9 +2560,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2458,97 +2608,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2558,89 +2723,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2650,17 +2815,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -2705,9 +2878,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2809,9 +2987,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2898,9 +3081,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2987,9 +3175,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3076,9 +3269,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3194,9 +3392,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3312,9 +3515,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3430,9 +3638,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3497,97 +3710,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", "2", - "1", - "3" + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3597,89 +3825,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3689,17 +3917,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -3744,9 +3980,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3785,6 +4026,8 @@ "resourceType": "locations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3899,9 +4142,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4016,9 +4264,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4133,9 +4386,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4236,9 +4494,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4299,9 +4562,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4348,9 +4616,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4465,9 +4738,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4556,9 +4834,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4638,9 +4921,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4687,9 +4975,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4761,9 +5054,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4835,9 +5133,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4905,9 +5208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4978,9 +5286,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5051,9 +5364,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5116,9 +5434,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5181,9 +5504,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5263,9 +5591,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5323,9 +5656,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5373,9 +5711,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5433,9 +5776,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5515,9 +5863,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5597,9 +5950,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5679,9 +6037,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5761,9 +6124,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6337,7 +6705,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6379,7 +6750,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6421,7 +6795,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6463,7 +6840,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6505,7 +6885,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6547,7 +6930,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6589,7 +6975,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6631,7 +7020,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6666,7 +7058,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6686,6 +7080,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6701,7 +7096,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6720,7 +7117,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6739,7 +7138,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6758,7 +7159,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6771,6 +7174,17 @@ "defaultApiVersion": "2018-08-01", "capabilities": "None" }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, { "resourceType": "trafficManagerUserMetricsKeys", "locations": [ @@ -6778,6 +7192,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2017-09-01-preview" @@ -6791,7 +7206,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6841,9 +7258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6945,9 +7367,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7048,9 +7475,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7140,9 +7572,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7230,9 +7667,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7306,9 +7748,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7382,9 +7829,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7458,9 +7910,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7562,9 +8019,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7655,9 +8117,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7744,9 +8211,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7831,9 +8303,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7902,9 +8379,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7991,9 +8473,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8080,9 +8567,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8159,9 +8651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8238,9 +8735,13 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8288,9 +8789,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8366,9 +8872,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8411,6 +8922,7 @@ "resourceType": "firewallPolicies", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8454,9 +8966,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8492,6 +9008,7 @@ "resourceType": "ipGroups", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8535,9 +9052,13 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8573,6 +9094,8 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8596,6 +9119,8 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8646,6 +9171,8 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8731,9 +9258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8798,9 +9330,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8844,97 +9381,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", "2", - "1", - "3" + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -8944,89 +9496,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -9036,17 +9588,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -9091,9 +9651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9169,9 +9734,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9248,9 +9818,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9327,9 +9902,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9392,9 +9972,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9483,9 +10068,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9526,30 +10116,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2022-05-01", - "2021-06-01", - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -9584,7 +10150,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -9604,179 +10170,19 @@ "Australia Southeast" ], "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", + "2022-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", + "West US", "East US", "North Europe", "West Europe", @@ -9812,9 +10218,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9891,9 +10302,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9934,6 +10350,7 @@ "resourceType": "virtualRouters", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -9977,9 +10394,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10015,6 +10436,7 @@ "resourceType": "networkVirtualAppliances", "locations": [ "Qatar Central", + "Poland Central", "Brazil Southeast", "West US 3", "Jio India West", @@ -10058,9 +10480,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10126,9 +10552,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10201,10 +10632,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10220,7 +10656,9 @@ "resourceType": "networkManagerConnections", "locations": [], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10279,7 +10717,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-02-01-preview", @@ -10336,10 +10777,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10398,10 +10844,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10460,7 +10911,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-06-01-preview" @@ -10515,10 +10969,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10576,10 +11035,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10594,6 +11058,8 @@ "resourceType": "networkVirtualApplianceSkus", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10657,9 +11123,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10713,9 +11184,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10729,179 +11205,325 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg9617/providers/Microsoft.Network/virtualNetworks/scTestVNet-5608?api-version=2022-11-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "172", - "Content-Type": "application/json", - "traceparent": "00-fd3c9a1ab52cc34e922cdabbe6a13bb8-6421543575e02949-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cb3d03854e6680a643dad22f45bff1a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-589", - "properties": { - "addressPrefix": "10.0.0.0/16" - } - } - ] - }, - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/91dbaba0-66b8-46b6-ab20-52cd4632cbe6?api-version=2022-11-01", - "Cache-Control": "no-cache", - "Content-Length": "1277", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:34:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "afedb78d-a565-4ea1-b984-f6e699135035", - "x-ms-client-request-id": "cb3d03854e6680a643dad22f45bff1a6", - "x-ms-correlation-request-id": "fffc890a-484b-4a65-bfbd-9a0f9bcb09f0", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "91dbaba0-66b8-46b6-ab20-52cd4632cbe6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023418Z:fffc890a-484b-4a65-bfbd-9a0f9bcb09f0" - }, - "ResponseBody": { - "name": "scTestVNet-5608", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg9617/providers/Microsoft.Network/virtualNetworks/scTestVNet-5608", - "etag": "W/\u0022c6852641-68d3-4046-b428-89848a2d8ebd\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "9fac6238-2bd5-4104-9381-1bb62957e8cc", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "scTestSubnet-589", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg9617/providers/Microsoft.Network/virtualNetworks/scTestVNet-5608/subnets/scTestSubnet-589", - "etag": "W/\u0022c6852641-68d3-4046-b428-89848a2d8ebd\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/91dbaba0-66b8-46b6-ab20-52cd4632cbe6?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-fd3c9a1ab52cc34e922cdabbe6a13bb8-6956abf676675a4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "834bc4d8f1f3a856ca1df86d8545efa3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:34:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c891043a-63bf-48d6-a8cd-c820e60464c4", - "x-ms-client-request-id": "834bc4d8f1f3a856ca1df86d8545efa3", - "x-ms-correlation-request-id": "144ff7a6-0698-417f-8ef8-5d1ca0e3b9df", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "03f8931a-5f15-4cbe-a7fe-279eb0f4466d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023418Z:144ff7a6-0698-417f-8ef8-5d1ca0e3b9df" - }, - "ResponseBody": { - "status": "Succeeded" + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg9617/providers/Microsoft.Network/virtualNetworks/scTestVNet-5608?api-version=2022-11-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3096?api-version=2023-04-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-fd3c9a1ab52cc34e922cdabbe6a13bb8-1d89437b0068ff47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dab5cf336ba24fc8431f51f8d90f9ae6", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-79110164a547bf47acc0822063081633-c3572ed3c5e5b24a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4f5738388a52cc852c17a7a3f5a78a69", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-2210", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" + }, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/423d7cba-7db5-4600-9ec6-d8d2ce3e79d0?api-version=2023-04-01", "Cache-Control": "no-cache", - "Content-Length": "1279", + "Content-Length": "1016", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:34:19 GMT", - "ETag": "W/\u0022a5861ce8-8d24-4cff-93c2-b09aa2b59a22\u0022", + "Date": "Thu, 15 Jun 2023 19:27:48 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5952afa9-bf00-4822-9892-be86269ecfed", - "x-ms-client-request-id": "dab5cf336ba24fc8431f51f8d90f9ae6", - "x-ms-correlation-request-id": "197f8018-084c-4cc8-91fe-ecaf0ca984d1", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "7e9a349c-3ba5-4286-bec4-84323384c785", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023419Z:197f8018-084c-4cc8-91fe-ecaf0ca984d1" + "x-ms-arm-service-request-id": "1401d80b-02ce-4be5-bcdb-82cae3720d71", + "x-ms-client-request-id": "4f5738388a52cc852c17a7a3f5a78a69", + "x-ms-correlation-request-id": "84b6200f-f15a-4136-a466-cb549f002022", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "423d7cba-7db5-4600-9ec6-d8d2ce3e79d0", + "x-ms-routing-request-id": "EASTUS:20230615T192748Z:84b6200f-f15a-4136-a466-cb549f002022" }, "ResponseBody": { - "name": "scTestVNet-5608", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg9617/providers/Microsoft.Network/virtualNetworks/scTestVNet-5608", - "etag": "W/\u0022a5861ce8-8d24-4cff-93c2-b09aa2b59a22\u0022", + "name": "scTestVNet-3096", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3096", + "etag": "W/\u0022bb556882-017a-4430-a9ef-90886ba318ed\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "9fac6238-2bd5-4104-9381-1bb62957e8cc", + "provisioningState": "Updating", + "resourceGuid": "e6bc5d79-0a39-42e6-a94c-dbbb51961e08", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -10909,11 +11531,11 @@ }, "subnets": [ { - "name": "scTestSubnet-589", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg9617/providers/Microsoft.Network/virtualNetworks/scTestVNet-5608/subnets/scTestSubnet-589", - "etag": "W/\u0022a5861ce8-8d24-4cff-93c2-b09aa2b59a22\u0022", + "name": "scTestSubnet-2210", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3096/subnets/scTestSubnet-2210", + "etag": "W/\u0022bb556882-017a-4430-a9ef-90886ba318ed\u0022", "properties": { - "provisioningState": "Succeeded", + "provisioningState": "Updating", "addressPrefix": "10.0.0.0/16", "delegations": [], "privateEndpointNetworkPolicies": "Disabled", @@ -10928,214 +11550,59 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg9617/providers/Microsoft.StorageCache/caches/testsc4827?api-version=2023-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "294", - "Content-Type": "application/json", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-e1b6a57b3baef343-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "81562b456d7367b2136debe63d529834", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_2G" - }, - "tags": {}, - "location": "eastus", - "properties": { - "cacheSizeGB": 3072, - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg9617/providers/Microsoft.Network/virtualNetworks/scTestVNet-5608/subnets/scTestSubnet-589", - "zones": [ - "1" - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1993", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:34:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81562b456d7367b2136debe63d529834", - "x-ms-correlation-request-id": "5cdb1248-331b-4573-915c-45465b276b16", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "96441ba8-c86f-4d12-9184-be3dbe54caa5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023425Z:5cdb1248-331b-4573-915c-45465b276b16", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "name": "testsc4827", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg9617/providers/Microsoft.StorageCache/caches/testsc4827", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Transitioning", - "statusDescription": "The cache is being allocated." - }, - "provisioningState": "Creating", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg9617/providers/Microsoft.Network/virtualNetworks/scTestVNet-5608/subnets/scTestSubnet-589", - "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T02:34:24.015782Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-21T02:34:21.4451934Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T02:34:21.4451934Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/423d7cba-7db5-4600-9ec6-d8d2ce3e79d0?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-a2e15c33ca21de45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5a2812836eeec52f1d4ec63580e212f1", + "traceparent": "00-79110164a547bf47acc0822063081633-320aeb4933787a49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "94814dd4be381064d86535996bd73824", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:34:26 GMT", + "Date": "Thu, 15 Jun 2023 19:27:48 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a2812836eeec52f1d4ec63580e212f1", - "x-ms-correlation-request-id": "a58fb447-f7fb-4e36-96bc-d7b22acb4570", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "3ef19d40-2898-4e02-a06a-d60ba67f7883", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023427Z:a58fb447-f7fb-4e36-96bc-d7b22acb4570", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", - "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-cccf758426a66142-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "077a1d8783aa893f27e985782ddec7b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:34:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "077a1d8783aa893f27e985782ddec7b5", - "x-ms-correlation-request-id": "45ae9ba1-2383-47f9-8d8f-303a3e0686c0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "a132ebdf-6690-41a4-9132-3e8e5edf3764", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023428Z:45ae9ba1-2383-47f9-8d8f-303a3e0686c0", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "50608b08-794e-48bf-b410-2c19c7717163", + "x-ms-client-request-id": "94814dd4be381064d86535996bd73824", + "x-ms-correlation-request-id": "29c0331d-8666-43e5-84f9-732ee9b4e9b1", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "bd807759-a7e3-4073-8eea-a45992da9c90", + "x-ms-routing-request-id": "EASTUS:20230615T192749Z:29c0331d-8666-43e5-84f9-732ee9b4e9b1" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", - "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/423d7cba-7db5-4600-9ec6-d8d2ce3e79d0?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-ada11a07e3f0d74a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2b632f9d3d290f45a29ef858f5ceec19", + "traceparent": "00-79110164a547bf47acc0822063081633-e930c8cc03c9e64c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "709c2eb856710c55cbcda0c0a329d895", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:34:29 GMT", + "Date": "Thu, 15 Jun 2023 19:27:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11144,37 +11611,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b632f9d3d290f45a29ef858f5ceec19", - "x-ms-correlation-request-id": "88afe364-e340-4200-b5ff-6a0d4cab7f16", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "0235dc3a-97da-4b33-9218-9f2e96d986d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023430Z:88afe364-e340-4200-b5ff-6a0d4cab7f16", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "045e4400-99fe-4c34-8317-ed506b52fc82", + "x-ms-client-request-id": "709c2eb856710c55cbcda0c0a329d895", + "x-ms-correlation-request-id": "2f892628-e60c-4ba6-8f8b-9b03f81a8413", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "6d0969c9-2150-45f2-b286-d4aa8589f6a2", + "x-ms-routing-request-id": "EASTUS:20230615T192759Z:2f892628-e60c-4ba6-8f8b-9b03f81a8413" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", - "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3096?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-52f3be82d569d848-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "824c4ee9c7e4ff10d29f3205e9b7973f", + "traceparent": "00-79110164a547bf47acc0822063081633-a456b5e7d8dbe740-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a8ce43e3f62656307c5df126f6d41ed7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1018", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:34:30 GMT", + "Date": "Thu, 15 Jun 2023 19:27:58 GMT", + "ETag": "W/\u0022356d95d9-7777-4741-b91f-d52e6c0c62c8\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11183,76 +11648,81 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "824c4ee9c7e4ff10d29f3205e9b7973f", - "x-ms-correlation-request-id": "0612c5b8-caec-4d36-a19e-7ac454646575", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "7c09880d-d18b-41fe-b84b-831808c32995", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023431Z:0612c5b8-caec-4d36-a19e-7ac454646575", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "f3608d70-b3eb-4729-8804-23e2ee2784d5", + "x-ms-client-request-id": "a8ce43e3f62656307c5df126f6d41ed7", + "x-ms-correlation-request-id": "d3d9bd2b-fd9c-40d7-90f5-ec8fa1510dfa", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "297bb468-0416-4e08-a37f-2e9b2cf53219", + "x-ms-routing-request-id": "EASTUS:20230615T192759Z:d3d9bd2b-fd9c-40d7-90f5-ec8fa1510dfa" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", - "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "scTestVNet-3096", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3096", + "etag": "W/\u0022356d95d9-7777-4741-b91f-d52e6c0c62c8\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "e6bc5d79-0a39-42e6-a94c-dbbb51961e08", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-2210", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3096/subnets/scTestSubnet-2210", + "etag": "W/\u0022356d95d9-7777-4741-b91f-d52e6c0c62c8\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5835?api-version=2023-05-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-45c6fb209e179b4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "50971087e67f49c7d76a650c8ae69459", + "Content-Length": "295", + "Content-Type": "application/json", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-40167fea836c5a49-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c4a3c258c3fb7df1f774c86a1ea46cae", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:34:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "50971087e67f49c7d76a650c8ae69459", - "x-ms-correlation-request-id": "14065221-4330-45ed-855e-aee6e1a7afc9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "2c369496-8aa3-4035-bc57-77ff9f0cc53f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023433Z:14065221-4330-45ed-855e-aee6e1a7afc9", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", - "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-0bcc8d0db03d4c41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "de8e6bfc4491d5d11f63598a0b3f25ea", - "x-ms-return-client-request-id": "true" + "RequestBody": { + "sku": { + "name": "Standard_2G" + }, + "tags": {}, + "location": "eastus", + "properties": { + "cacheSizeGB": 3072, + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3096/subnets/scTestSubnet-2210", + "zones": [ + "1" + ] + } }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1968", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:34:37 GMT", + "Date": "Thu, 15 Jun 2023 19:28:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11261,28 +11731,85 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de8e6bfc4491d5d11f63598a0b3f25ea", - "x-ms-correlation-request-id": "466cc758-3c23-4e77-988f-5ace17d018dc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "29b43d65-ecb4-4cad-aefa-d90b1934b30f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023438Z:466cc758-3c23-4e77-988f-5ace17d018dc", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "c4a3c258c3fb7df1f774c86a1ea46cae", + "x-ms-correlation-request-id": "24a331bf-a3a1-4bf1-b105-215712d00e8e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "3cbee7cc-7861-4805-a555-4efeb92ebfe9", + "x-ms-routing-request-id": "EASTUS:20230615T192801Z:24a331bf-a3a1-4bf1-b105-215712d00e8e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", - "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "testsc5835", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5835", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Transitioning", + "statusDescription": "The cache is being allocated." + }, + "provisioningState": "Creating", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3096/subnets/scTestSubnet-2210", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T19:28:00.2747571Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T19:28:00.1064462Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T19:28:00.1064462Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-f02d4f3b4d0ad940-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e5d1b9069c36039a8702ab79620374eb", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-0653d81f5e61874f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e167c8af14861f995151b0b12dc638d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11291,7 +11818,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:34:45 GMT", + "Date": "Thu, 15 Jun 2023 19:28:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11300,28 +11827,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e5d1b9069c36039a8702ab79620374eb", - "x-ms-correlation-request-id": "ec56c321-ebf4-4b9a-8406-24613b8a7939", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "c38ef239-9704-4050-935e-700e0e2300ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023446Z:ec56c321-ebf4-4b9a-8406-24613b8a7939", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "e167c8af14861f995151b0b12dc638d7", + "x-ms-correlation-request-id": "60f61393-357b-4ef1-9ff0-137b66e0e4cb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "454c6770-c713-4076-862d-f3e6810586b6", + "x-ms-routing-request-id": "EASTUS:20230615T192801Z:60f61393-357b-4ef1-9ff0-137b66e0e4cb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-9d94b63201501947-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7d08d90bb92842ad3ec1301b8d3d3e97", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-c38496dff8a38d46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "559a42f0f61ec7cec3e1c6b5cedd18c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11330,7 +11857,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:35:02 GMT", + "Date": "Thu, 15 Jun 2023 19:28:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11339,28 +11866,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d08d90bb92842ad3ec1301b8d3d3e97", - "x-ms-correlation-request-id": "68968e44-f409-4b94-9ece-db002e8e9b89", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "fca71650-cbcc-403d-86b9-053e664b730e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023502Z:68968e44-f409-4b94-9ece-db002e8e9b89", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "559a42f0f61ec7cec3e1c6b5cedd18c8", + "x-ms-correlation-request-id": "0690c5e4-f1c6-4446-a668-1b479ac6f1d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "409738e2-be3d-41f4-bb5b-2a5fd095ae38", + "x-ms-routing-request-id": "EASTUS:20230615T192802Z:0690c5e4-f1c6-4446-a668-1b479ac6f1d0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-5ea6c669edd73745-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d1057b44af156022d18b578f9858731b", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-b3b9eb837a3aa748-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "55bad25e8b3c78280696d5b7e04c9437", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11369,7 +11896,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:35:34 GMT", + "Date": "Thu, 15 Jun 2023 19:28:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11378,28 +11905,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1057b44af156022d18b578f9858731b", - "x-ms-correlation-request-id": "51088c48-6f4e-4b0a-9e42-ebdada328577", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "32151331-aeaf-4e84-94cf-e5cb69622f09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023535Z:51088c48-6f4e-4b0a-9e42-ebdada328577", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "55bad25e8b3c78280696d5b7e04c9437", + "x-ms-correlation-request-id": "668d2872-ef12-4d3f-b95b-b39857140852", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "e73a4bc4-66fb-429c-a52f-84e748aaa7dd", + "x-ms-routing-request-id": "EASTUS:20230615T192803Z:668d2872-ef12-4d3f-b95b-b39857140852", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-1286a14df430ef4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "317f6defa8374dc10b8ea6746b7f764a", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-76510e343611e94f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "22231c0cc094b9d7f99f1da54de45074", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11408,7 +11935,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:36:07 GMT", + "Date": "Thu, 15 Jun 2023 19:28:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11417,28 +11944,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "317f6defa8374dc10b8ea6746b7f764a", - "x-ms-correlation-request-id": "185d1d13-2649-413b-975f-869df22e8b8e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "4a649997-4d97-4081-8386-58e6d30fc34c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023607Z:185d1d13-2649-413b-975f-869df22e8b8e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "22231c0cc094b9d7f99f1da54de45074", + "x-ms-correlation-request-id": "fba39fdb-923b-4690-9403-2e11104373cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "fbe542d6-3dca-4377-a4ca-b413db1a55d8", + "x-ms-routing-request-id": "EASTUS:20230615T192804Z:fba39fdb-923b-4690-9403-2e11104373cc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-c7c8b71e74c3b142-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e73413c3a3fe5cd6b6a8ac9d611ea9e6", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-3cef0420c0ed9a47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5a53e839e30b659a1a224f882017e777", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11447,7 +11974,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:36:39 GMT", + "Date": "Thu, 15 Jun 2023 19:28:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11456,28 +11983,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e73413c3a3fe5cd6b6a8ac9d611ea9e6", - "x-ms-correlation-request-id": "1babc938-f462-4567-aec4-7090539c877f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "10913221-70a5-40ec-ae0f-0675014aac3e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023639Z:1babc938-f462-4567-aec4-7090539c877f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "5a53e839e30b659a1a224f882017e777", + "x-ms-correlation-request-id": "754b1ec2-e30b-463e-b46c-26b0aea3b204", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "b2a587b4-429c-454a-ad77-04d6cf8592b7", + "x-ms-routing-request-id": "EASTUS:20230615T192806Z:754b1ec2-e30b-463e-b46c-26b0aea3b204", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-8373589b5f55e642-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1f2c154e0dbe9c60b9b8c58708adf551", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-80873f6168d2c34e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b1a98e4cf5b99d34fb015c9d6e822a22", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11486,7 +12013,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:37:11 GMT", + "Date": "Thu, 15 Jun 2023 19:28:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11495,28 +12022,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1f2c154e0dbe9c60b9b8c58708adf551", - "x-ms-correlation-request-id": "c00255ce-dea8-4695-9f07-36a9e487f9d5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "399bb5c4-9148-4cca-a6b7-b124204f8b85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023712Z:c00255ce-dea8-4695-9f07-36a9e487f9d5", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "b1a98e4cf5b99d34fb015c9d6e822a22", + "x-ms-correlation-request-id": "dc833e27-d6ca-4f05-8618-cbe38216f68f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "5feb73fe-09de-42e0-a5d6-3b2740e7d4de", + "x-ms-routing-request-id": "EASTUS:20230615T192810Z:dc833e27-d6ca-4f05-8618-cbe38216f68f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-229241208e54bd47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "85cb0d158c244b1d97227a8efb24ebed", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-363a4994d0576547-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f87e614539f9292c82be0872704e98e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11525,7 +12052,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:37:44 GMT", + "Date": "Thu, 15 Jun 2023 19:28:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11534,28 +12061,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "85cb0d158c244b1d97227a8efb24ebed", - "x-ms-correlation-request-id": "bedde0f6-1d45-4ae0-a82d-59e2142e1398", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "6591d819-7d17-4eb4-b00a-1e42828d8df9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023744Z:bedde0f6-1d45-4ae0-a82d-59e2142e1398", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "f87e614539f9292c82be0872704e98e1", + "x-ms-correlation-request-id": "00c30fff-f4be-434b-8a44-b1e28845d161", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "f2c87bba-81b5-40a0-a8b1-60985fe79148", + "x-ms-routing-request-id": "EASTUS:20230615T192818Z:00c30fff-f4be-434b-8a44-b1e28845d161", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-a72aead604de6242-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5526c0e45652b68bb3972d45dd4e5308", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-50884e7364c9a94d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "be58a6b89f3a44bab3b55f0986fdf797", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11564,7 +12091,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:38:16 GMT", + "Date": "Thu, 15 Jun 2023 19:28:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11573,28 +12100,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5526c0e45652b68bb3972d45dd4e5308", - "x-ms-correlation-request-id": "5cd81c4c-2fda-4205-86b1-29fa45e17977", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "8909f87e-fab3-477e-8c82-417371eaebd8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023816Z:5cd81c4c-2fda-4205-86b1-29fa45e17977", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "be58a6b89f3a44bab3b55f0986fdf797", + "x-ms-correlation-request-id": "117337db-cbd5-4dc0-b586-8a5531934154", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "88655989-df35-4fef-ae39-88efe0f27b48", + "x-ms-routing-request-id": "EASTUS:20230615T192834Z:117337db-cbd5-4dc0-b586-8a5531934154", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-b8181c47e305574f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "54885bb22452c1c1f7e0889b92d1a195", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-40213b7951d5b54a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bf432df7ef99127d617f2ffaecc22cad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11603,7 +12130,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:38:48 GMT", + "Date": "Thu, 15 Jun 2023 19:29:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11612,39 +12139,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "54885bb22452c1c1f7e0889b92d1a195", - "x-ms-correlation-request-id": "822c9712-b6ca-43cb-9a7c-f396d96f698d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "e521174c-8479-4482-aac1-1b7af3faf28b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023849Z:822c9712-b6ca-43cb-9a7c-f396d96f698d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "bf432df7ef99127d617f2ffaecc22cad", + "x-ms-correlation-request-id": "2d0b2464-4413-4903-906e-6edd40dc0e3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "7f3fdd3d-d58f-4065-be18-67cdd3b43395", + "x-ms-routing-request-id": "EASTUS:20230615T192906Z:2d0b2464-4413-4903-906e-6edd40dc0e3c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-115fa66f63497c4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "48a2d8cd9f87bffe8115d18c5ed86e48", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-5fba726145f9554c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c7e57a696c29a6e7a6394443da23a284", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:39:21 GMT", + "Date": "Thu, 15 Jun 2023 19:29:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11653,28 +12178,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "48a2d8cd9f87bffe8115d18c5ed86e48", - "x-ms-correlation-request-id": "48ece6a0-c93a-45c0-99c7-e7917140779a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "0625cbe4-0be0-45ee-b6df-2664320bb290", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023922Z:48ece6a0-c93a-45c0-99c7-e7917140779a", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "c7e57a696c29a6e7a6394443da23a284", + "x-ms-correlation-request-id": "5fca9d4f-7a2c-435c-9caa-0f13dd054da3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "a5df838a-59df-43cc-8001-b189728fa78e", + "x-ms-routing-request-id": "EASTUS:20230615T192938Z:5fca9d4f-7a2c-435c-9caa-0f13dd054da3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-e7b7c6c41bb6054d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a0dc71cf969bbf9afe645e72cdf024e1", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-a093ff144da1a54f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "437a70c7d90ac84828465cba6fbf57f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11683,7 +12208,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:39:56 GMT", + "Date": "Thu, 15 Jun 2023 19:30:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11692,28 +12217,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a0dc71cf969bbf9afe645e72cdf024e1", - "x-ms-correlation-request-id": "7c64b838-cd91-472e-979c-c37c4b4aa52c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "f1d4e421-0acf-4f8d-8443-5041604a31b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T023956Z:7c64b838-cd91-472e-979c-c37c4b4aa52c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "437a70c7d90ac84828465cba6fbf57f1", + "x-ms-correlation-request-id": "cd050fb5-ba1d-4d09-b4f9-8e1e20c22f73", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "6a408b28-578c-46f9-9957-f20caa7e200a", + "x-ms-routing-request-id": "EASTUS:20230615T193010Z:cd050fb5-ba1d-4d09-b4f9-8e1e20c22f73", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-02558fdbf29ff445-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "047898f50aab13815cc9d33d5235631f", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-7c741aa89589c64d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0ca0b2892f178a6d459d185fab3a383e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11722,7 +12247,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:40:28 GMT", + "Date": "Thu, 15 Jun 2023 19:30:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11731,28 +12256,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "047898f50aab13815cc9d33d5235631f", - "x-ms-correlation-request-id": "ad6bd1d0-c442-4ed4-bd36-09c3c6611329", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "b2ebd097-9fad-475d-b93c-b6e5a1f0666a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024028Z:ad6bd1d0-c442-4ed4-bd36-09c3c6611329", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "0ca0b2892f178a6d459d185fab3a383e", + "x-ms-correlation-request-id": "f56b1742-6def-45e1-b6e7-9ea0102b7a9a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "13a6e27f-cb63-4c7a-935c-0d1c36a1c042", + "x-ms-routing-request-id": "EASTUS:20230615T193042Z:f56b1742-6def-45e1-b6e7-9ea0102b7a9a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-09a7908140304345-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "20cb3f7101f536f93de24a23418cf190", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-eb0b4cc441d82e41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7b32aadde9478fa2321c9fe30f2c36e6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11761,7 +12286,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:41:00 GMT", + "Date": "Thu, 15 Jun 2023 19:31:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11770,28 +12295,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "20cb3f7101f536f93de24a23418cf190", - "x-ms-correlation-request-id": "e1270290-7145-4498-bd5d-4795ef484035", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "a3b32f22-3acb-4f92-964a-bd36981738b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024101Z:e1270290-7145-4498-bd5d-4795ef484035", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "7b32aadde9478fa2321c9fe30f2c36e6", + "x-ms-correlation-request-id": "b336b0c6-2122-4a9c-b958-9ce6f27de99b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "20384795-5568-4fa1-bc6e-a055851ec04b", + "x-ms-routing-request-id": "EASTUS:20230615T193114Z:b336b0c6-2122-4a9c-b958-9ce6f27de99b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-7f519492b1b67647-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c696f0f16a5fc49cf0c844d2c35d6dc8", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-8a84afbd23581e48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "28ba52e29682986d03effe6cc1e81ded", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11800,7 +12325,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:41:33 GMT", + "Date": "Thu, 15 Jun 2023 19:31:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11809,28 +12334,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c696f0f16a5fc49cf0c844d2c35d6dc8", - "x-ms-correlation-request-id": "929ab87b-502a-4abe-93a6-44d5b1ff4e81", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "ba39af57-8f9e-44c9-ba7a-531ad00b41ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024133Z:929ab87b-502a-4abe-93a6-44d5b1ff4e81", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "28ba52e29682986d03effe6cc1e81ded", + "x-ms-correlation-request-id": "17564bae-5d53-42d2-913d-26d5290ec356", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "04402231-0a04-45f3-a231-17dd23c40294", + "x-ms-routing-request-id": "EASTUS:20230615T193146Z:17564bae-5d53-42d2-913d-26d5290ec356", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-84df7c1f5096ac4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8d003e010324f4ec9e41c7c9bf5dd1cf", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-6665bf8fc4e3f44f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c4dd1e0ddb8d9faa0f10d9fb8f8a7b18", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11839,7 +12364,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:42:05 GMT", + "Date": "Thu, 15 Jun 2023 19:32:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11848,37 +12373,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d003e010324f4ec9e41c7c9bf5dd1cf", - "x-ms-correlation-request-id": "207cd1fd-ff81-4b11-9f6a-bcd4d4a11f22", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "dd0acb75-24ff-46bc-b8ec-d363eae393d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024205Z:207cd1fd-ff81-4b11-9f6a-bcd4d4a11f22", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "c4dd1e0ddb8d9faa0f10d9fb8f8a7b18", + "x-ms-correlation-request-id": "2e08d7a2-f4e5-4163-8417-515f68967bf6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "979db58c-3a85-4b34-ba5b-bc335d5af1b2", + "x-ms-routing-request-id": "EASTUS:20230615T193218Z:2e08d7a2-f4e5-4163-8417-515f68967bf6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-31b57aea6d3bcd45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "624b42d79c9e07bfa306302cbd2672df", + "Connection": "close", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-1ac3a3d483530346-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "587d31670f8047bb3d9a7857eb35cd4a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:42:37 GMT", + "Date": "Thu, 15 Jun 2023 19:32:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11887,37 +12414,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "624b42d79c9e07bfa306302cbd2672df", - "x-ms-correlation-request-id": "7d49c7d1-ea5a-43d0-9863-278b97616f87", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "f3fa2334-f950-41f5-9059-c12378a3c6b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024238Z:7d49c7d1-ea5a-43d0-9863-278b97616f87", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "587d31670f8047bb3d9a7857eb35cd4a", + "x-ms-correlation-request-id": "c01cad62-9e92-4864-98d3-e87444874b5d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "65327f05-3ba8-468a-9040-299a012b829e", + "x-ms-routing-request-id": "EASTUS:20230615T193251Z:c01cad62-9e92-4864-98d3-e87444874b5d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-b45b13d710085148-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "03218175638bed6c04a2281da2d30592", + "Connection": "close", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-3cf37d334565df4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f0d5b1ff714f0659a81a1872bc710878", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:43:10 GMT", + "Date": "Thu, 15 Jun 2023 19:33:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11926,28 +12455,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03218175638bed6c04a2281da2d30592", - "x-ms-correlation-request-id": "797f67a9-01ec-4131-a462-d21b563bfda0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "6bfa97a3-dc95-41d8-9f82-48b030282ff8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024310Z:797f67a9-01ec-4131-a462-d21b563bfda0", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "f0d5b1ff714f0659a81a1872bc710878", + "x-ms-correlation-request-id": "34a83cb4-bd49-493e-914f-21c0d32f7c3a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "0e526a25-d32a-43f0-b0b4-9bfd56ccb250", + "x-ms-routing-request-id": "EASTUS:20230615T193323Z:34a83cb4-bd49-493e-914f-21c0d32f7c3a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-adfc5cf95882474a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "81fb74f70a11642a7ef9ea1dd3bf3777", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-7f5e671b8d01074d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9005e574c56bfe6d639686f26253b4da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11956,7 +12485,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:43:42 GMT", + "Date": "Thu, 15 Jun 2023 19:33:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11965,28 +12494,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81fb74f70a11642a7ef9ea1dd3bf3777", - "x-ms-correlation-request-id": "b21dae73-0346-4b0d-9100-96a135f886de", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "74dd966a-8b72-4e8e-a4dc-4b4c4713cfe5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024342Z:b21dae73-0346-4b0d-9100-96a135f886de", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "9005e574c56bfe6d639686f26253b4da", + "x-ms-correlation-request-id": "bb8e360c-36fa-4b29-adb8-1c17f560c577", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "147de482-5ab5-4a15-a18c-0afa746a8250", + "x-ms-routing-request-id": "EASTUS:20230615T193358Z:bb8e360c-36fa-4b29-adb8-1c17f560c577", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-720e657281b25348-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3d53e7cfce3b7344d55e5dfc74a164cf", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-21a59c44e0288f4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "defc8f428ab4f5c9d776b065f7498acb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11995,7 +12524,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:44:14 GMT", + "Date": "Thu, 15 Jun 2023 19:34:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12004,28 +12533,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d53e7cfce3b7344d55e5dfc74a164cf", - "x-ms-correlation-request-id": "0065a128-fff0-42a8-9547-24c6c07bb2e2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "d657a03c-8f40-4f25-af70-de1829db3800", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024415Z:0065a128-fff0-42a8-9547-24c6c07bb2e2", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "defc8f428ab4f5c9d776b065f7498acb", + "x-ms-correlation-request-id": "e78894b7-64c8-4282-a082-bff0f934498c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "19f982a1-c1f3-4032-8510-fb89173ee5b7", + "x-ms-routing-request-id": "EASTUS:20230615T193450Z:e78894b7-64c8-4282-a082-bff0f934498c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-10e93519c3c66849-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "49359d01f12b6ace57bd8491784e1a44", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-4a92c8d4bb514645-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "06e2ff913d3039df44d78db8ea67a354", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12034,7 +12563,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:44:46 GMT", + "Date": "Thu, 15 Jun 2023 19:35:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12043,39 +12572,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "49359d01f12b6ace57bd8491784e1a44", - "x-ms-correlation-request-id": "da9a4b63-88b5-429f-a5a8-15f41e92dfb8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "4d579352-c1d4-4924-acc4-ca97797ab6e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024447Z:da9a4b63-88b5-429f-a5a8-15f41e92dfb8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "06e2ff913d3039df44d78db8ea67a354", + "x-ms-correlation-request-id": "c4509cee-4813-46b1-bd56-729ae1a066c1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "e901f628-645f-4781-b395-c3fdc32b15b1", + "x-ms-routing-request-id": "EASTUS:20230615T193522Z:c4509cee-4813-46b1-bd56-729ae1a066c1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-1faac7778499124a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bb4eb06ac77f28562f87abb3ad2ef0dc", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-7ae0c537fed3fb4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2c2f3e652a75e9c41b10b9f414070619", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:45:19 GMT", + "Date": "Thu, 15 Jun 2023 19:35:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12084,28 +12611,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bb4eb06ac77f28562f87abb3ad2ef0dc", - "x-ms-correlation-request-id": "566682f2-c380-49ac-9495-0f5be1efd166", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "9e0a920f-9a0d-46e5-a56d-034180e97b70", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024519Z:566682f2-c380-49ac-9495-0f5be1efd166", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "2c2f3e652a75e9c41b10b9f414070619", + "x-ms-correlation-request-id": "3779a1f0-1101-4a1a-af9c-3d439b7185e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "340c0210-4c29-4a0d-9412-8f89f16d8e12", + "x-ms-routing-request-id": "EASTUS:20230615T193554Z:3779a1f0-1101-4a1a-af9c-3d439b7185e9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-d91da5c3c617204a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "361b1a94ee8add4b18e9e67e49b2fa87", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-296f64fb2dc1b44c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6360bb0bae7005aab0c29adcfd100a6f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12114,7 +12641,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:45:53 GMT", + "Date": "Thu, 15 Jun 2023 19:36:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12123,28 +12650,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "361b1a94ee8add4b18e9e67e49b2fa87", - "x-ms-correlation-request-id": "b38e67b2-032e-4837-ac3f-5205e645aa90", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "6360bb0bae7005aab0c29adcfd100a6f", + "x-ms-correlation-request-id": "e5d51865-b599-4c60-9209-86228092f2d8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "50dd37f3-e703-4728-ba44-076dc531ec97", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024553Z:b38e67b2-032e-4837-ac3f-5205e645aa90", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "9796d6b7-57a5-4d8a-8f70-8a0990dedc59", + "x-ms-routing-request-id": "EASTUS:20230615T193627Z:e5d51865-b599-4c60-9209-86228092f2d8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-083385319057f044-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c3911843a8533a4f460c19a4451abd29", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-c7daaa1a1d88f14b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b9005bd25d1a67553bf9ea1f84ea253c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12153,7 +12680,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:46:25 GMT", + "Date": "Thu, 15 Jun 2023 19:36:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12162,28 +12689,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3911843a8533a4f460c19a4451abd29", - "x-ms-correlation-request-id": "9403018d-9a37-4d19-98fc-195128f26a06", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "b9005bd25d1a67553bf9ea1f84ea253c", + "x-ms-correlation-request-id": "f3ba23df-6a6b-45ed-824e-f04c8a7ec388", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "2638e25c-55b0-49b6-a5d8-810d69cdab74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024625Z:9403018d-9a37-4d19-98fc-195128f26a06", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "816a1047-55e5-4d9b-84d1-9ce4fcb36ced", + "x-ms-routing-request-id": "EASTUS:20230615T193659Z:f3ba23df-6a6b-45ed-824e-f04c8a7ec388", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-cdb26768e3722d4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5efda7cce4327cba6570a296e0d7df7c", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-46f7077960745549-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2fad73d14006b6e494297cb38fe7ec0a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12192,7 +12719,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:46:58 GMT", + "Date": "Thu, 15 Jun 2023 19:37:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12201,28 +12728,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5efda7cce4327cba6570a296e0d7df7c", - "x-ms-correlation-request-id": "2bff96e8-edf0-4847-995c-28b976ba34ef", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "2fad73d14006b6e494297cb38fe7ec0a", + "x-ms-correlation-request-id": "60f28695-bc7d-4c50-bc85-0b485d0942e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "354caa06-3484-46b9-84e5-d7a460d86f61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024658Z:2bff96e8-edf0-4847-995c-28b976ba34ef", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "3621e252-fa54-43c0-8d07-ee4a668ca730", + "x-ms-routing-request-id": "EASTUS:20230615T193731Z:60f28695-bc7d-4c50-bc85-0b485d0942e1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-4b9ab0bdab86e144-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "946f248c2d9ceb89cae0ef7dd4a798fe", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-5bb64ce04fccb449-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b82249064d07aeff65f82777c48a80c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12231,7 +12758,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:47:30 GMT", + "Date": "Thu, 15 Jun 2023 19:38:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12240,28 +12767,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "946f248c2d9ceb89cae0ef7dd4a798fe", - "x-ms-correlation-request-id": "9ea6bd9e-60ea-4ccd-a2a6-5d24137570f7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", + "x-ms-client-request-id": "b82249064d07aeff65f82777c48a80c5", + "x-ms-correlation-request-id": "5a4b9b5c-5534-438c-9a1e-733ab5458c70", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "2faf4ea7-3ccc-409c-a6aa-a429ed539536", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024730Z:9ea6bd9e-60ea-4ccd-a2a6-5d24137570f7", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "1e811e2f-4363-46c3-b4b1-a7210641175d", + "x-ms-routing-request-id": "EASTUS:20230615T193803Z:5a4b9b5c-5534-438c-9a1e-733ab5458c70", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-a706f1f8dfa9e649-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a1b2bc2b9cb55f545e155de205b95a6e", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-d4c1860ae90b5141-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "890b5d9cda639169774924f0e0a1d853", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12270,7 +12797,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:48:02 GMT", + "Date": "Thu, 15 Jun 2023 19:38:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12279,37 +12806,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a1b2bc2b9cb55f545e155de205b95a6e", - "x-ms-correlation-request-id": "71c020b0-1cdc-464e-a992-3c4646034110", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "890b5d9cda639169774924f0e0a1d853", + "x-ms-correlation-request-id": "08517db2-d426-404a-9b1c-fb49cc44f485", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "42c6d3c8-2122-4a92-851c-22e19e1c73b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024803Z:71c020b0-1cdc-464e-a992-3c4646034110", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "1866773d-b9fa-43b1-b251-5b5c072bb061", + "x-ms-routing-request-id": "EASTUS:20230615T193835Z:08517db2-d426-404a-9b1c-fb49cc44f485", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-103d9b3589bdfa40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "21189c2d29aa9e8c1e119351f53da7bd", + "Connection": "close", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-ecf2e5a08845ec4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3b19e00c6cc8833574ffca0d196cf209", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:48:35 GMT", + "Date": "Thu, 15 Jun 2023 19:39:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12318,28 +12847,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21189c2d29aa9e8c1e119351f53da7bd", - "x-ms-correlation-request-id": "e3570c58-197a-4caa-b54c-a47fcd77a975", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "3b19e00c6cc8833574ffca0d196cf209", + "x-ms-correlation-request-id": "0a4948f6-680f-4b8f-bf0e-d3f6071303b6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "603870d3-54cb-4255-adfd-2dd5a4c43c1f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024835Z:e3570c58-197a-4caa-b54c-a47fcd77a975", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "71c3902a-cd33-438d-9d2c-5cd75ad61420", + "x-ms-routing-request-id": "EASTUS:20230615T193907Z:0a4948f6-680f-4b8f-bf0e-d3f6071303b6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", "status": "InProgress", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/96441ba8-c86f-4d12-9184-be3dbe54caa5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3cbee7cc-7861-4805-a555-4efeb92ebfe9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-d4b59db909e50b40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "246ba4d83d25efc7cf103687cfa7e511", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-4a2902352633cb40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3216b6a963dc2ba6df9041bd280ecdc3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12348,7 +12877,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:49:07 GMT", + "Date": "Thu, 15 Jun 2023 19:39:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12357,38 +12886,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "246ba4d83d25efc7cf103687cfa7e511", - "x-ms-correlation-request-id": "ff5f291f-bed4-4f8b-beff-bef460dbff5a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "b136abcc-f249-4a3c-ab54-0b41c185b75e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024907Z:ff5f291f-bed4-4f8b-beff-bef460dbff5a", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "3216b6a963dc2ba6df9041bd280ecdc3", + "x-ms-correlation-request-id": "be6ecff5-473e-4d6a-8cc5-22080e4d7230", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "8a8e60be-6a94-43eb-beb7-1f79b98347dd", + "x-ms-routing-request-id": "EASTUS:20230615T193939Z:be6ecff5-473e-4d6a-8cc5-22080e4d7230", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T02:34:23.9220537\u002B00:00", - "endTime": "2023-03-21T02:49:03.4300776\u002B00:00", + "startTime": "2023-06-15T19:28:00.1185056\u002B00:00", + "endTime": "2023-06-15T19:39:38.2969354\u002B00:00", "status": "Succeeded", - "name": "96441ba8-c86f-4d12-9184-be3dbe54caa5" + "name": "3cbee7cc-7861-4805-a555-4efeb92ebfe9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg9617/providers/Microsoft.StorageCache/caches/testsc4827?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5835?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-faed6ce03aab184788b655032f5d63f4-624020dd249bf346-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "37508086778f02532f1383a409026a20", + "traceparent": "00-d51227c703675c468bf89b0122cc6106-00ab7c3f78dbe34b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e36ad420457130fd28871464105b780a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2206", + "Content-Length": "2181", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:49:08 GMT", + "Date": "Thu, 15 Jun 2023 19:39:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12397,17 +12926,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "37508086778f02532f1383a409026a20", - "x-ms-correlation-request-id": "bfc54ce5-4b66-4d60-a8a3-3d2243f73d62", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;118", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "a9671784-de62-473a-b21d-3ea32be56f04", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024909Z:bfc54ce5-4b66-4d60-a8a3-3d2243f73d62", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "e36ad420457130fd28871464105b780a", + "x-ms-correlation-request-id": "840a25c6-b4e9-4a89-adc2-b3c151b84e30", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;117", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "8ac6c7bb-3921-4b57-99f2-a9195dedd756", + "x-ms-routing-request-id": "EASTUS:20230615T193939Z:840a25c6-b4e9-4a89-adc2-b3c151b84e30", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc4827", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg9617/providers/Microsoft.StorageCache/caches/testsc4827", + "name": "testsc5835", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5835", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12418,9 +12947,9 @@ "networkSettings": { "mtu": 1500, "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" ], "ntpServer": "time.windows.com" }, @@ -12444,7 +12973,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12452,17 +12980,17 @@ "conditions": [] }, "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg9617/providers/Microsoft.Network/virtualNetworks/scTestVNet-5608/subnets/scTestSubnet-589", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3096/subnets/scTestSubnet-2210", "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T02:34:24.015782Z", + "lastFirmwareUpdate": "2023-06-15T19:28:00.2747571Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -12471,33 +12999,33 @@ } }, "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-21T02:34:21.4451934Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdAt": "2023-06-15T19:28:00.1064462Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T02:34:21.4451934Z" + "lastModifiedAt": "2023-06-15T19:28:00.1064462Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg9617/providers/Microsoft.StorageCache/caches/testsc4827?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5835?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e750d625d92a69428fdfc8a2d85a44ef-4d9df29a24f48441-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "61099f6d364df049d528519af305ce76", + "traceparent": "00-97d0e4c3b9c66d449ce617c372d1dad7-78d1257ebd292545-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "29471b57a68aa97739ed5b372a785b65", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2206", + "Content-Length": "2181", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:49:09 GMT", + "Date": "Thu, 15 Jun 2023 19:39:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12506,17 +13034,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "61099f6d364df049d528519af305ce76", - "x-ms-correlation-request-id": "804db14a-3854-4c0c-8260-9320903c0d90", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;117", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "989d6bc8-29ce-4a77-a9a8-8f6b6124154e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024910Z:804db14a-3854-4c0c-8260-9320903c0d90", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "29471b57a68aa97739ed5b372a785b65", + "x-ms-correlation-request-id": "f817da0e-3ed7-4a9f-a70c-3c38e60fd926", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "40c6c9a8-88f4-4f7f-b39d-9952a5bd4354", + "x-ms-routing-request-id": "EASTUS:20230615T193940Z:f817da0e-3ed7-4a9f-a70c-3c38e60fd926", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc4827", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg9617/providers/Microsoft.StorageCache/caches/testsc4827", + "name": "testsc5835", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5835", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12527,9 +13055,9 @@ "networkSettings": { "mtu": 1500, "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" ], "ntpServer": "time.windows.com" }, @@ -12553,7 +13081,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12561,17 +13088,17 @@ "conditions": [] }, "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg9617/providers/Microsoft.Network/virtualNetworks/scTestVNet-5608/subnets/scTestSubnet-589", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3096/subnets/scTestSubnet-2210", "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T02:34:24.015782Z", + "lastFirmwareUpdate": "2023-06-15T19:28:00.2747571Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -12580,311 +13107,20 @@ } }, "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-21T02:34:21.4451934Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdAt": "2023-06-15T19:28:00.1064462Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T02:34:21.4451934Z" + "lastModifiedAt": "2023-06-15T19:28:00.1064462Z" } } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg9617/providers/Microsoft.StorageCache/caches/testsc4827?api-version=2023-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-33ff515adcd8434abba4838b115f10ca-7e665e4cb14aec46-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "74cb812b70ec612e5169f411b922e5cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64d96c76-b2da-4b54-9a14-e03daceab279?api-version=2023-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 02:49:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64d96c76-b2da-4b54-9a14-e03daceab279?monitor=true\u0026api-version=2023-01-01", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "74cb812b70ec612e5169f411b922e5cd", - "x-ms-correlation-request-id": "6d8f6292-8021-4452-995f-151f333347a0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "64d96c76-b2da-4b54-9a14-e03daceab279", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024911Z:6d8f6292-8021-4452-995f-151f333347a0", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64d96c76-b2da-4b54-9a14-e03daceab279?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-33ff515adcd8434abba4838b115f10ca-ae22e973ec742741-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "def483429eeba6d8bd7a3e8c0ec73c98", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:49:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "def483429eeba6d8bd7a3e8c0ec73c98", - "x-ms-correlation-request-id": "fcfdd6f2-edfa-4d1a-913f-934a08b99afa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "2625edfe-435f-41a3-abab-13a4113194a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024911Z:fcfdd6f2-edfa-4d1a-913f-934a08b99afa", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T02:49:10.9301597\u002B00:00", - "status": "InProgress", - "name": "64d96c76-b2da-4b54-9a14-e03daceab279" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64d96c76-b2da-4b54-9a14-e03daceab279?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-33ff515adcd8434abba4838b115f10ca-929720795b010946-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "acccc95a5da9b096e01dbef674df0ffe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:49:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "acccc95a5da9b096e01dbef674df0ffe", - "x-ms-correlation-request-id": "2961a4cc-068f-4a80-b2d0-d743615fac81", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "9ebf6edb-062b-4e61-92b2-1369d48ffc07", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024912Z:2961a4cc-068f-4a80-b2d0-d743615fac81", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T02:49:10.9301597\u002B00:00", - "status": "InProgress", - "name": "64d96c76-b2da-4b54-9a14-e03daceab279" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64d96c76-b2da-4b54-9a14-e03daceab279?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-33ff515adcd8434abba4838b115f10ca-f3fd8a177df29440-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a124af2930c4a63e34d2cbbdb7a8efa9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:49:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a124af2930c4a63e34d2cbbdb7a8efa9", - "x-ms-correlation-request-id": "e246ff9f-ed94-4469-af54-06f0800c0c54", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "4cacfd23-6ca0-4817-8e9c-bbc0795ef2e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024914Z:e246ff9f-ed94-4469-af54-06f0800c0c54", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T02:49:10.9301597\u002B00:00", - "status": "InProgress", - "name": "64d96c76-b2da-4b54-9a14-e03daceab279" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg9617?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-5cb894f6fb66a14ba6291d157c8d5477-ce5563562c296043-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2f1a15a6849e50c33660626625b80e2a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 02:49:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc5NjE3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6113749-88f1-4240-bfc9-f33d8835b982", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "a6113749-88f1-4240-bfc9-f33d8835b982", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024915Z:a6113749-88f1-4240-bfc9-f33d8835b982" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64d96c76-b2da-4b54-9a14-e03daceab279?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-33ff515adcd8434abba4838b115f10ca-0ec4a73ecd136444-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "778a786b896ce509ed43fdcee0e132dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:49:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "778a786b896ce509ed43fdcee0e132dd", - "x-ms-correlation-request-id": "f8a63f15-a4c0-4737-ae28-cb69b767bb10", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "4fb1eddc-165d-4b41-b0e7-90cd1b368dfc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024915Z:f8a63f15-a4c0-4737-ae28-cb69b767bb10", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T02:49:10.9301597\u002B00:00", - "status": "InProgress", - "name": "64d96c76-b2da-4b54-9a14-e03daceab279" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc5NjE3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5cb894f6fb66a14ba6291d157c8d5477-633609925c85dc4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fb8b142d97549f92a53eb4803370c652", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 02:49:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc5NjE3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3f82c62-e3f8-44c6-93a9-a9cedb529cf6", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "b3f82c62-e3f8-44c6-93a9-a9cedb529cf6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024915Z:b3f82c62-e3f8-44c6-93a9-a9cedb529cf6" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64d96c76-b2da-4b54-9a14-e03daceab279?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-33ff515adcd8434abba4838b115f10ca-f1807c3fa5410242-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7751eda09045d105a461ec4611325314", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 02:49:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7751eda09045d105a461ec4611325314", - "x-ms-correlation-request-id": "0c089f6d-38e0-409f-a0c4-8a5ea6ae2f4e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "1fe79641-cadc-41d4-9b71-ce5b27ff9d76", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230321T024918Z:0c089f6d-38e0-409f-a0c4-8a5ea6ae2f4e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T02:49:10.9301597\u002B00:00", - "status": "InProgress", - "name": "64d96c76-b2da-4b54-9a14-e03daceab279" - } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "557147631", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1098845839", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/GetAll().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/GetAll().json index 49e86bc72e1f..38e674a2651c 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/GetAll().json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/GetAll().json @@ -1,39 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-c129c3165582474683cc72f6d7ae3899-84dd6f0215b08e46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7663f3858312d291987dd1661a6a17df", + "traceparent": "00-1f4ca238054c9147b61b0dc503752e6b-913584ddf2d0e64b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "59d8f08902224c0698dc1f07de84fc82", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:14:10 GMT", + "Date": "Thu, 15 Jun 2023 17:26:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50bf4ea6-d289-4e7f-91a4-b53371c6fc84", + "x-ms-correlation-request-id": "de2388f1-ec1b-4c22-84be-fcdf0685780e", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "50bf4ea6-d289-4e7f-91a4-b53371c6fc84", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121410Z:50bf4ea6-d289-4e7f-91a4-b53371c6fc84" + "x-ms-request-id": "de2388f1-ec1b-4c22-84be-fcdf0685780e", + "x-ms-routing-request-id": "EASTUS:20230615T172601Z:de2388f1-ec1b-4c22-84be-fcdf0685780e" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,75 +43,76 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2367?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-31f3491c7651f848bff871529d059783-b3ed6a3d97a22249-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "100bc482f1a88fc6558ca141f77877ed", + "traceparent": "00-4378501e7a2bc04fa5605acfcf470e97-a656e3e804951646-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e06934bfe2bf48ffe8cb9b092835c2e5", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:14:13 GMT", + "Date": "Thu, 15 Jun 2023 17:26:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c2c90ee-b9bc-4465-af8b-9e117f6d7ba2", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "9c2c90ee-b9bc-4465-af8b-9e117f6d7ba2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121413Z:9c2c90ee-b9bc-4465-af8b-9e117f6d7ba2" + "x-ms-correlation-request-id": "4d44fa74-3ce8-4d81-8798-28465e4f1409", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "4d44fa74-3ce8-4d81-8798-28465e4f1409", + "x-ms-routing-request-id": "EASTUS:20230615T172601Z:4d44fa74-3ce8-4d81-8798-28465e4f1409" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367", - "name": "storagecachetestrg2367", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-68374a9a9b5eda44b6b18dcc10ea1f2e-49c27281feb49143-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6b7aff3bfb52fc1946bbb0d3868987a6", + "traceparent": "00-ca6ec431968078459d0f1de8252f45ed-fa49f4c09d762842-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a5b393c93fc921d9f5b4fc67614bb356", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "146015", + "Content-Length": "156364", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:14:14 GMT", + "Date": "Thu, 15 Jun 2023 17:26:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "773a1d2f-91ea-41bd-b58f-f20e91209397", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "773a1d2f-91ea-41bd-b58f-f20e91209397", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121414Z:773a1d2f-91ea-41bd-b58f-f20e91209397" + "x-ms-correlation-request-id": "f8c35f1c-abec-41b3-aae4-b88c408698a1", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "f8c35f1c-abec-41b3-aae4-b88c408698a1", + "x-ms-routing-request-id": "EASTUS:20230615T172602Z:f8c35f1c-abec-41b3-aae4-b88c408698a1" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -161,6 +162,10 @@ { "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" } ], "resourceTypes": [ @@ -203,9 +208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -321,9 +331,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -439,9 +454,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -516,6 +536,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -540,6 +567,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -683,6 +718,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -726,9 +769,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -844,6 +892,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -868,6 +923,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -1011,6 +1074,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -1054,9 +1125,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1104,9 +1180,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1167,6 +1248,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -1191,6 +1279,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -1334,6 +1430,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -1377,9 +1481,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1495,9 +1604,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1558,9 +1672,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1633,9 +1752,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1707,9 +1831,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1779,9 +1908,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1897,9 +2031,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2015,9 +2154,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2114,9 +2258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2200,9 +2349,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2283,9 +2437,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2401,9 +2560,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2481,6 +2645,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -2505,6 +2676,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -2648,6 +2827,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -2691,9 +2878,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2795,9 +2987,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2884,9 +3081,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2973,9 +3175,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3062,9 +3269,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3180,9 +3392,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3298,9 +3515,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3416,9 +3638,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3520,6 +3747,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -3544,6 +3778,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -3687,6 +3929,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "SupportsTags, SupportsLocation" @@ -3730,9 +3980,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3771,6 +4026,8 @@ "resourceType": "locations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3885,9 +4142,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4002,9 +4264,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4119,9 +4386,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4222,9 +4494,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4285,9 +4562,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4334,9 +4616,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4451,9 +4738,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4542,9 +4834,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4624,9 +4921,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4673,9 +4975,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4747,9 +5054,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4821,9 +5133,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4891,9 +5208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4964,9 +5286,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5037,9 +5364,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5102,9 +5434,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5167,9 +5504,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5249,9 +5591,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5309,9 +5656,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5359,9 +5711,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5419,9 +5776,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5501,9 +5863,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5583,9 +5950,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5665,9 +6037,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5747,9 +6124,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6323,7 +6705,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6365,7 +6750,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6407,7 +6795,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6449,7 +6840,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6491,7 +6885,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6533,7 +6930,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6575,7 +6975,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6617,7 +7020,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6652,7 +7058,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6672,6 +7080,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6687,7 +7096,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6706,7 +7117,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6725,7 +7138,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6744,7 +7159,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6757,6 +7174,17 @@ "defaultApiVersion": "2018-08-01", "capabilities": "None" }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, { "resourceType": "trafficManagerUserMetricsKeys", "locations": [ @@ -6764,6 +7192,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2017-09-01-preview" @@ -6777,7 +7206,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6827,9 +7258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6931,9 +7367,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7034,9 +7475,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7126,9 +7572,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7216,9 +7667,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7292,9 +7748,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7368,9 +7829,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7444,9 +7910,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7548,9 +8019,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7641,9 +8117,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7730,9 +8211,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7817,9 +8303,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7888,9 +8379,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7977,9 +8473,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8066,9 +8567,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8145,9 +8651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8224,9 +8735,13 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8274,9 +8789,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8352,9 +8872,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8397,6 +8922,7 @@ "resourceType": "firewallPolicies", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8440,9 +8966,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8478,6 +9008,7 @@ "resourceType": "ipGroups", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8521,9 +9052,13 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8559,6 +9094,8 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8582,6 +9119,8 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8632,6 +9171,8 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8717,9 +9258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8784,9 +9330,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8867,6 +9418,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -8891,6 +9449,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -9034,6 +9600,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "SupportsTags, SupportsLocation" @@ -9077,9 +9651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9155,9 +9734,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9234,9 +9818,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9313,9 +9902,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9378,9 +9972,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9469,9 +10068,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9513,155 +10117,29 @@ "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "frontdoorOperationResults", + "resourceType": "checkFrontdoorNameAvailability", "locations": [ - "global" + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" ], "apiVersions": [ - "2022-05-01", "2021-06-01", - "2020-11-01", "2020-07-01", "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "checkFrontdoorNameAvailability", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoors/frontendEndpoints", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", "2020-01-01", "2019-08-01", "2019-05-01", @@ -9671,37 +10149,6 @@ "defaultApiVersion": "2020-07-01", "capabilities": "None" }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, { "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ @@ -9732,33 +10179,6 @@ "defaultApiVersion": "2020-11-01", "capabilities": "None" }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, { "resourceType": "locations/bareMetalTenants", "locations": [ @@ -9798,9 +10218,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9877,9 +10302,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9920,6 +10350,7 @@ "resourceType": "virtualRouters", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -9963,9 +10394,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10001,6 +10436,7 @@ "resourceType": "networkVirtualAppliances", "locations": [ "Qatar Central", + "Poland Central", "Brazil Southeast", "West US 3", "Jio India West", @@ -10044,9 +10480,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10112,9 +10552,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10187,10 +10632,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10206,7 +10656,9 @@ "resourceType": "networkManagerConnections", "locations": [], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10265,7 +10717,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-02-01-preview", @@ -10322,10 +10777,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10384,10 +10844,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10446,7 +10911,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-06-01-preview" @@ -10501,10 +10969,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10562,10 +11035,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10580,6 +11058,8 @@ "resourceType": "networkVirtualApplianceSkus", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10643,9 +11123,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10699,9 +11184,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10715,1534 +11205,272 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-3742?api-version=2022-11-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "173", - "Content-Type": "application/json", - "traceparent": "00-68374a9a9b5eda44b6b18dcc10ea1f2e-8dde7f3a28054e42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dcb366cc9c01bde7f7ef90a1055979a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "scTestSubnet-6447", - "properties": { - "addressPrefix": "10.0.0.0/16" - } - } - ] - }, - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network/locations/eastus/operations/94099953-13f4-4273-9090-f45f0e1212d7?api-version=2022-11-01", - "Cache-Control": "no-cache", - "Content-Length": "1279", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:14:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3c1f65ae-1757-4fe2-9da5-a8856b71591e", - "x-ms-client-request-id": "dcb366cc9c01bde7f7ef90a1055979a9", - "x-ms-correlation-request-id": "aef7aec5-eac2-489b-8b72-b8693c0b2163", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "94099953-13f4-4273-9090-f45f0e1212d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121422Z:aef7aec5-eac2-489b-8b72-b8693c0b2163" - }, - "ResponseBody": { - "name": "scTestVNet-3742", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-3742", - "etag": "W/\u002229ce3bea-8193-4e2a-aa62-3658025fd5b4\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "c7a4a87d-0c33-48f0-bed6-d218d6407d8e", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-6447", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-3742/subnets/scTestSubnet-6447", - "etag": "W/\u002229ce3bea-8193-4e2a-aa62-3658025fd5b4\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network/locations/eastus/operations/94099953-13f4-4273-9090-f45f0e1212d7?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-68374a9a9b5eda44b6b18dcc10ea1f2e-a5627d279761684c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "87abd26f1dbd9fd417bd74626a77f7ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:14:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1b2a54ab-c58c-48d2-bfbc-d507ff9181df", - "x-ms-client-request-id": "87abd26f1dbd9fd417bd74626a77f7ec", - "x-ms-correlation-request-id": "313553bd-fb89-4f67-9e2e-72c69931c16e", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "1ea0e223-6d2e-4ab5-8777-c5bd94e89cfb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121422Z:313553bd-fb89-4f67-9e2e-72c69931c16e" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-3742?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-68374a9a9b5eda44b6b18dcc10ea1f2e-8d3d27fdf7848d43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "456306422de5739eac9e4d0c1c14183e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1281", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:14:22 GMT", - "ETag": "W/\u002205acfb67-c8de-4ac5-ad88-a34d6dcaf240\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6aca7f41-81e0-4b75-978e-fe9b02f7f0fa", - "x-ms-client-request-id": "456306422de5739eac9e4d0c1c14183e", - "x-ms-correlation-request-id": "b6a4e2e5-99cb-4f39-9aa4-e7853f78a365", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "b8e5ce53-4174-421a-8c97-f6806b77605e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121422Z:b6a4e2e5-99cb-4f39-9aa4-e7853f78a365" - }, - "ResponseBody": { - "name": "scTestVNet-3742", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-3742", - "etag": "W/\u002205acfb67-c8de-4ac5-ad88-a34d6dcaf240\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "c7a4a87d-0c33-48f0-bed6-d218d6407d8e", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-6447", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-3742/subnets/scTestSubnet-6447", - "etag": "W/\u002205acfb67-c8de-4ac5-ad88-a34d6dcaf240\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2367/providers/Microsoft.StorageCache/caches/testsc1305?api-version=2023-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "295", - "Content-Type": "application/json", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-a78a82c757f5bb4c-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3331d8d4f2ae51ec6c04434ae356aa17", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_2G" - }, - "tags": {}, - "location": "eastus", - "properties": { - "cacheSizeGB": 3072, - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-3742/subnets/scTestSubnet-6447", - "zones": [ - "1" - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1995", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:14:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3331d8d4f2ae51ec6c04434ae356aa17", - "x-ms-correlation-request-id": "ff462ad7-54da-4b05-bca0-a29643bbd202", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "855bc73e-780e-421f-88d9-e6e80ed3fc27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121427Z:ff462ad7-54da-4b05-bca0-a29643bbd202", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "name": "testsc1305", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.StorageCache/caches/testsc1305", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Transitioning", - "statusDescription": "The cache is being allocated." - }, - "provisioningState": "Creating", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-3742/subnets/scTestSubnet-6447", - "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T12:14:26.1856194Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T12:14:24.7788564Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T12:14:24.7788564Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-47a9114b5455cb41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "928d36a5c445503d1a11d9e1e9548f55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:14:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "928d36a5c445503d1a11d9e1e9548f55", - "x-ms-correlation-request-id": "c3159381-9827-4175-9c9c-a1dafb944fb3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "41eed151-459b-4410-a809-e2f678eed2ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121429Z:c3159381-9827-4175-9c9c-a1dafb944fb3", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-c688c7d128f40c4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "880d35f47984ffe906efff7717cd81a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:14:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "880d35f47984ffe906efff7717cd81a3", - "x-ms-correlation-request-id": "a20b3794-86ba-45ea-b102-6f14d4ef7b46", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "40981786-7ac4-4de4-8595-b09401635b15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121430Z:a20b3794-86ba-45ea-b102-6f14d4ef7b46", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-c67113aafbd9db46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ada4408118c93ad1553f8343fcf159df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:14:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ada4408118c93ad1553f8343fcf159df", - "x-ms-correlation-request-id": "447c51b6-09cb-491a-a547-48e5da9abce9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "135415e7-a605-45d0-b86b-7165581c848f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121432Z:447c51b6-09cb-491a-a547-48e5da9abce9", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-dbb677bca3228a48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9b2a84a7faba2b7e4d8e8b56c4c6394d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:14:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b2a84a7faba2b7e4d8e8b56c4c6394d", - "x-ms-correlation-request-id": "5b81db1a-8717-47f0-8f4d-a67d886d091c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "5590a369-81ca-426b-a254-92e681aaa33e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121433Z:5b81db1a-8717-47f0-8f4d-a67d886d091c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-d9327b6484ad5540-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a85f3590e2afdb8c63d33344f6a50314", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:14:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a85f3590e2afdb8c63d33344f6a50314", - "x-ms-correlation-request-id": "aa23945c-2569-4024-ac52-e25fee63a05d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "ac02697b-7cee-48d8-8c76-35af9b1aad6c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121435Z:aa23945c-2569-4024-ac52-e25fee63a05d", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-eb56ce7c6ad71d4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "92cf1f96e5a287e8c2785f3b8c7b758f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:14:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "92cf1f96e5a287e8c2785f3b8c7b758f", - "x-ms-correlation-request-id": "60cf16bc-bafa-4136-8820-5774787a29f2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "0bc7f2d9-b6b9-49a8-80bf-e861bb290607", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121440Z:60cf16bc-bafa-4136-8820-5774787a29f2", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-5e83e4751891184f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c6b33606b091c52ff84e37e7c73935a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:14:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6b33606b091c52ff84e37e7c73935a8", - "x-ms-correlation-request-id": "f4c60349-3a17-41e1-abe9-bcf897edb203", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "44825757-c0b0-4be7-98ba-82f0f4ad1dfe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121448Z:f4c60349-3a17-41e1-abe9-bcf897edb203", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-f1921a1d2b03484c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a4c0778aa6f7aaaa4cd8e63682514fe8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:15:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a4c0778aa6f7aaaa4cd8e63682514fe8", - "x-ms-correlation-request-id": "2f0a1f77-f3b5-473f-8e88-20da4e49d6f3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "478410c1-5590-4e75-96a5-14ab0f31e74c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121504Z:2f0a1f77-f3b5-473f-8e88-20da4e49d6f3", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-1269964f837f4c43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bf3ea35d3df1e583f00a9a53ad00c088", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:15:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf3ea35d3df1e583f00a9a53ad00c088", - "x-ms-correlation-request-id": "734ace61-b05b-412a-b6f8-182ccbdf7066", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "302b51f3-c9e7-454a-a058-bc7bd97e9c07", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121537Z:734ace61-b05b-412a-b6f8-182ccbdf7066", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-47239a04ed641b49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "15b0b743d1ba60988c0879b9caf942a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:16:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "15b0b743d1ba60988c0879b9caf942a7", - "x-ms-correlation-request-id": "e790dc56-7124-4f79-a00a-0cd61719419c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "5fac1880-502e-45a6-b39f-93bfb7215e24", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121609Z:e790dc56-7124-4f79-a00a-0cd61719419c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-c4f977e04443404b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "238a4fff76fb4db6f3dab4ec0c56fd4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:16:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "238a4fff76fb4db6f3dab4ec0c56fd4c", - "x-ms-correlation-request-id": "b55cce1a-a58a-4800-9d0f-d9676fb5d0f0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "6b96035c-cd54-4fcd-a082-58864db8210d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121641Z:b55cce1a-a58a-4800-9d0f-d9676fb5d0f0", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-41642f339c634b49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cbf35d183aa18b2d0bde32e9c3c91bf7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:17:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cbf35d183aa18b2d0bde32e9c3c91bf7", - "x-ms-correlation-request-id": "f1e4a21e-0db6-44a6-b662-897a6153f7a4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "329c3fbc-9596-4356-9681-0196b3cee095", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121714Z:f1e4a21e-0db6-44a6-b662-897a6153f7a4", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-4475624acf78804b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5e54f3c79c76cc8d016221e01cab5336", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:17:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e54f3c79c76cc8d016221e01cab5336", - "x-ms-correlation-request-id": "2d5a9506-b827-43bf-acc0-51943d21b766", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "24bf3a35-cc0f-4752-b918-98d45055b7f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121746Z:2d5a9506-b827-43bf-acc0-51943d21b766", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-819a459fa8398a4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6da12d0b7705c50622fe171d43cc892a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:18:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6da12d0b7705c50622fe171d43cc892a", - "x-ms-correlation-request-id": "2402e70f-968e-4528-aabe-0747bf50b9b8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "2056ace9-fe04-46e1-b8a4-55ab4d4ccf47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121818Z:2402e70f-968e-4528-aabe-0747bf50b9b8", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-1b31c66e0c46544e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1825bdbf9f017bd5d027ca3e184c6f60", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:18:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1825bdbf9f017bd5d027ca3e184c6f60", - "x-ms-correlation-request-id": "cb353c50-122a-4e61-b057-e665e0dcaf05", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "48308fdb-5fdf-412e-b0b1-b85d32f4a27d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121851Z:cb353c50-122a-4e61-b057-e665e0dcaf05", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-473fab5eda92dc47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "96defc8aae2850f1ed8f3b77846f8934", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:19:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "96defc8aae2850f1ed8f3b77846f8934", - "x-ms-correlation-request-id": "0096f7b9-acd5-43cc-9e4e-a7e813989bc3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "cf9e8e71-2fd8-484c-b8b2-dfefd113bb99", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121923Z:0096f7b9-acd5-43cc-9e4e-a7e813989bc3", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-9b1f925e5d4f2941-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5f21f6d83b856c3457259ddeadc7acd5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:19:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f21f6d83b856c3457259ddeadc7acd5", - "x-ms-correlation-request-id": "650caa2e-10e3-432c-9eb7-5512145c6940", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "ed2aa99e-02eb-49c1-afed-8d1c272efdad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T121958Z:650caa2e-10e3-432c-9eb7-5512145c6940", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-d5b3bd24e567d249-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4693b78ff3ee1002cbd52b72635ef660", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:20:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4693b78ff3ee1002cbd52b72635ef660", - "x-ms-correlation-request-id": "acc740ea-f969-4d7c-904a-6d87890629d4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "8c985a30-fb9e-4a7a-a949-74c835ddd847", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122031Z:acc740ea-f969-4d7c-904a-6d87890629d4", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-5f3d4c9b477d3645-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2265959e0f2b4fdac8713e021113a325", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:21:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2265959e0f2b4fdac8713e021113a325", - "x-ms-correlation-request-id": "2211e626-ba2f-4918-8ecf-fec51824c297", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "b14184c0-fb07-48f8-b8c1-210b0889635f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122103Z:2211e626-ba2f-4918-8ecf-fec51824c297", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-a66a4770ad7ad840-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cde866e342dce545f41093b00fc209f9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:21:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cde866e342dce545f41093b00fc209f9", - "x-ms-correlation-request-id": "df6f1af4-fa5d-42f6-98a5-eeb5be773891", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "a1714752-12fb-4d41-8419-13599b7de0a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122135Z:df6f1af4-fa5d-42f6-98a5-eeb5be773891", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-9e342ddf8df4834e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "173f3c2f8a627fa9dd447e7db4ffffb7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:22:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "173f3c2f8a627fa9dd447e7db4ffffb7", - "x-ms-correlation-request-id": "703274fb-7488-469f-9c51-5f50877934fe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "86b6a7ed-1c3b-4849-a7df-783e877acb46", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122209Z:703274fb-7488-469f-9c51-5f50877934fe", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-0949a0685f8baa4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fc8f063229755b8450802d1a7c293f06", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:22:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc8f063229755b8450802d1a7c293f06", - "x-ms-correlation-request-id": "1db16848-aeca-49f6-9d71-5ad39549f3dc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "cd503496-a919-41c5-8565-5c23da44fcb6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122241Z:1db16848-aeca-49f6-9d71-5ad39549f3dc", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-1b3bf5f475f5814e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d4d245688bd359c3bd68ef98c4c830f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:23:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4d245688bd359c3bd68ef98c4c830f4", - "x-ms-correlation-request-id": "670de1e3-b743-497e-9f82-dac9dd068984", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "7d0cfd31-7824-459b-becb-f670e869653f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122313Z:670de1e3-b743-497e-9f82-dac9dd068984", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-ffbfe19a5c75124b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "097edb100c320583b8e4c7e25c8e03b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:23:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "097edb100c320583b8e4c7e25c8e03b3", - "x-ms-correlation-request-id": "62266ab7-29c3-4020-9b27-197993f99379", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "a5891665-c964-4dfd-b386-dbda246c868a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122346Z:62266ab7-29c3-4020-9b27-197993f99379", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-8597a7c873a0934e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6f1477042b2ca6e443363f0d39eb9788", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:24:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f1477042b2ca6e443363f0d39eb9788", - "x-ms-correlation-request-id": "7206cfa2-f35c-407b-8253-17509d3b6ec7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "737f1e37-ff32-4ec2-bd90-247115cc152e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122418Z:7206cfa2-f35c-407b-8253-17509d3b6ec7", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-362b04868d52384d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a00a384f36aa5cd3c1cd1cefc4e0fc2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:24:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a00a384f36aa5cd3c1cd1cefc4e0fc2e", - "x-ms-correlation-request-id": "774c52b2-8cc8-4c62-8af7-d03476f56102", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "6e445f68-a094-4d66-84ae-2a1ecfc92caa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122450Z:774c52b2-8cc8-4c62-8af7-d03476f56102", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-f090ec13e3b8fb43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4c933b64c1b3e5c7f7d8c6fccd76cbcc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:25:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c933b64c1b3e5c7f7d8c6fccd76cbcc", - "x-ms-correlation-request-id": "8d73c252-5b03-43ee-bd40-089104a4c8e9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "6fb7c603-3533-4f92-b066-94e0fae22c64", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122523Z:8d73c252-5b03-43ee-bd40-089104a4c8e9", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "status": "InProgress", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/855bc73e-780e-421f-88d9-e6e80ed3fc27?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-9150350b329f7b43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "24933f4d6384cd09a4b8ad5f0ff4e262", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "184", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:25:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "24933f4d6384cd09a4b8ad5f0ff4e262", - "x-ms-correlation-request-id": "e14ccd29-64fb-4cc8-b634-0ea482baa67b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "c23d0cf7-60e2-45a4-b5fc-f1ac2b796ea4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122558Z:e14ccd29-64fb-4cc8-b634-0ea482baa67b", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:14:26.0293366\u002B00:00", - "endTime": "2023-03-23T12:25:46.0361456\u002B00:00", - "status": "Succeeded", - "name": "855bc73e-780e-421f-88d9-e6e80ed3fc27" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2367/providers/Microsoft.StorageCache/caches/testsc1305?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-601b379cded7d747a44336d1a12f1e34-4c4bf7af5fe45548-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fea811394a588dd47024a8d270d68e4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2208", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:25:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fea811394a588dd47024a8d270d68e4b", - "x-ms-correlation-request-id": "e4a3059f-8d20-4bec-bd99-9d0ac8fbef92", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "1cea0875-6e23-4c23-98b9-d254156ecdc4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122600Z:e4a3059f-8d20-4bec-bd99-9d0ac8fbef92", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "name": "testsc1305", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.StorageCache/caches/testsc1305", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "utilityAddresses": [ - "10.0.0.10", - "10.0.0.11", - "10.0.0.12" + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" ], - "ntpServer": "time.windows.com" + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Healthy", - "statusDescription": "The cache is in Running state", - "conditions": [] + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" }, - "mountAddresses": [ - "10.0.0.7", - "10.0.0.8", - "10.0.0.9" - ], - "provisioningState": "Succeeded", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-3742/subnets/scTestSubnet-6447", - "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T12:14:26.1856194Z", - "pendingFirmwareVersion": "" + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T12:14:24.7788564Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T12:14:24.7788564Z" - } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-6002?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8167?api-version=2023-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "173", "Content-Type": "application/json", - "traceparent": "00-1472444d1cc2ae4ab5f7404af593a92b-f45b791ad95ae74f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a9d74d853201a8c5fb1368d503f664c3", + "traceparent": "00-ca6ec431968078459d0f1de8252f45ed-6d37bb00bc84124f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ae6d6298f0a7708f5766fc24621a3aff", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -12254,7 +11482,7 @@ }, "subnets": [ { - "name": "scTestSubnet-5005", + "name": "scTestSubnet-2157", "properties": { "addressPrefix": "10.0.0.0/16" } @@ -12266,11 +11494,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network/locations/eastus/operations/5d7d850c-ec8e-4657-9eb6-5b6126adcca1?api-version=2022-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/7ea199da-e666-4e73-83ee-19d13876d5e9?api-version=2023-04-01", "Cache-Control": "no-cache", - "Content-Length": "1279", + "Content-Length": "1016", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:26:06 GMT", + "Date": "Thu, 15 Jun 2023 17:26:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -12280,22 +11508,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c5f88bde-6c7f-4367-b4a7-e01d95a5c2df", - "x-ms-client-request-id": "a9d74d853201a8c5fb1368d503f664c3", - "x-ms-correlation-request-id": "ece2d4f4-7384-4b04-a07b-034355fa3979", + "x-ms-arm-service-request-id": "7f8df176-cb70-4502-a3d5-8f0639f3b649", + "x-ms-client-request-id": "ae6d6298f0a7708f5766fc24621a3aff", + "x-ms-correlation-request-id": "aff25624-01cd-4aa7-925f-e58ca7131b38", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "5d7d850c-ec8e-4657-9eb6-5b6126adcca1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122607Z:ece2d4f4-7384-4b04-a07b-034355fa3979" + "x-ms-request-id": "7ea199da-e666-4e73-83ee-19d13876d5e9", + "x-ms-routing-request-id": "EASTUS:20230615T172604Z:aff25624-01cd-4aa7-925f-e58ca7131b38" }, "ResponseBody": { - "name": "scTestVNet-6002", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-6002", - "etag": "W/\u00223fb43ec1-2664-4de9-8faf-a0f77b222456\u0022", + "name": "scTestVNet-8167", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8167", + "etag": "W/\u002227f6fb77-2f1d-442f-ad79-4e32db5dc848\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Updating", - "resourceGuid": "0c0c2a27-ad33-4aaa-b87b-b3fb0c087efa", + "resourceGuid": "be551c3a-b9f0-4ed4-9a12-b8c64632957a", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -12303,9 +11531,9 @@ }, "subnets": [ { - "name": "scTestSubnet-5005", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-6002/subnets/scTestSubnet-5005", - "etag": "W/\u00223fb43ec1-2664-4de9-8faf-a0f77b222456\u0022", + "name": "scTestSubnet-2157", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8167/subnets/scTestSubnet-2157", + "etag": "W/\u002227f6fb77-2f1d-442f-ad79-4e32db5dc848\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/16", @@ -12322,59 +11550,96 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network/locations/eastus/operations/5d7d850c-ec8e-4657-9eb6-5b6126adcca1?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/7ea199da-e666-4e73-83ee-19d13876d5e9?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1472444d1cc2ae4ab5f7404af593a92b-e2b17bb376a0464a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "145c52bf6762cba692a1d97a084fa5dc", + "traceparent": "00-ca6ec431968078459d0f1de8252f45ed-540230d16daa4647-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8229df74a599d89703424e6242b5bfdb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:26:07 GMT", + "Date": "Thu, 15 Jun 2023 17:26:04 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ec4a0dd3-84bd-4a56-a1d8-22ec5caf9a0c", - "x-ms-client-request-id": "145c52bf6762cba692a1d97a084fa5dc", - "x-ms-correlation-request-id": "57e7176e-1b16-48dc-9b78-290261b900d4", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "0a171de4-8ff4-4213-b601-7fe398459ca9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122608Z:57e7176e-1b16-48dc-9b78-290261b900d4" + "x-ms-arm-service-request-id": "5e63b748-832e-4dc7-a380-2792b6996e4e", + "x-ms-client-request-id": "8229df74a599d89703424e6242b5bfdb", + "x-ms-correlation-request-id": "4ebc354b-c5f0-406b-8677-fd424eba5f8d", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "c566441e-8e9b-45bc-925c-2f7add923dba", + "x-ms-routing-request-id": "EASTUS:20230615T172604Z:4ebc354b-c5f0-406b-8677-fd424eba5f8d" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/7ea199da-e666-4e73-83ee-19d13876d5e9?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-ca6ec431968078459d0f1de8252f45ed-bcd7060b7fc39c44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1bddfd79c4170949c3ccc8e7e7fb85f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 17:26:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "70e0ad1e-3867-48f4-9506-705e295077ae", + "x-ms-client-request-id": "1bddfd79c4170949c3ccc8e7e7fb85f3", + "x-ms-correlation-request-id": "4480a034-4a34-42c2-9911-b5f2f85d38b4", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "0f6c8e22-9873-4ade-bd17-9d346cdb9b6d", + "x-ms-routing-request-id": "EASTUS:20230615T172614Z:4480a034-4a34-42c2-9911-b5f2f85d38b4" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-6002?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8167?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1472444d1cc2ae4ab5f7404af593a92b-2ca4c9e20fc36b4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7dd2130bdb331aa048244a46fb68dbd1", + "traceparent": "00-ca6ec431968078459d0f1de8252f45ed-c46679746a2dea43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "83af3e2cb8f0e566ad5aebca403c5f30", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1281", + "Content-Length": "1018", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:26:08 GMT", - "ETag": "W/\u002240552df6-6d3a-4be5-a0fb-80774b74ba00\u0022", + "Date": "Thu, 15 Jun 2023 17:26:14 GMT", + "ETag": "W/\u0022547dd46f-f225-42c9-b20d-325c16398b85\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12383,22 +11648,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "559d306a-15d5-4050-9e42-687d9ae2e85c", - "x-ms-client-request-id": "7dd2130bdb331aa048244a46fb68dbd1", - "x-ms-correlation-request-id": "4c758de6-aae3-44bb-9333-50ac3f1f8a99", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "0e2024ab-4c03-43ca-921a-a578976afd9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122608Z:4c758de6-aae3-44bb-9333-50ac3f1f8a99" + "x-ms-arm-service-request-id": "0d60d671-6761-4068-9872-7e6f6f6cacee", + "x-ms-client-request-id": "83af3e2cb8f0e566ad5aebca403c5f30", + "x-ms-correlation-request-id": "82064ec5-5c8f-4664-ae8a-9038748416d1", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "ff82aada-71d0-4fdf-9810-255a869069a1", + "x-ms-routing-request-id": "EASTUS:20230615T172615Z:82064ec5-5c8f-4664-ae8a-9038748416d1" }, "ResponseBody": { - "name": "scTestVNet-6002", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-6002", - "etag": "W/\u002240552df6-6d3a-4be5-a0fb-80774b74ba00\u0022", + "name": "scTestVNet-8167", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8167", + "etag": "W/\u0022547dd46f-f225-42c9-b20d-325c16398b85\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "0c0c2a27-ad33-4aaa-b87b-b3fb0c087efa", + "resourceGuid": "be551c3a-b9f0-4ed4-9a12-b8c64632957a", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -12406,9 +11671,9 @@ }, "subnets": [ { - "name": "scTestSubnet-5005", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-6002/subnets/scTestSubnet-5005", - "etag": "W/\u002240552df6-6d3a-4be5-a0fb-80774b74ba00\u0022", + "name": "scTestSubnet-2157", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8167/subnets/scTestSubnet-2157", + "etag": "W/\u0022547dd46f-f225-42c9-b20d-325c16398b85\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/16", @@ -12425,16 +11690,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2367/providers/Microsoft.StorageCache/caches/testsc5711?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc4585?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "295", "Content-Type": "application/json", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-0caf530f3eff9c44-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b11609b14f9954612702e260918aaa10", + "traceparent": "00-0a1ff93ec43ef44a9e8e4fb30b897051-faa593d4ba50e741-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ee1a2e011e86afa6951fbfccdcb0f108", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -12445,7 +11710,7 @@ "location": "eastus", "properties": { "cacheSizeGB": 3072, - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-6002/subnets/scTestSubnet-5005", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8167/subnets/scTestSubnet-2157", "zones": [ "1" ] @@ -12453,11 +11718,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1bc44149-d0ae-43ca-9460-b0274c8301ec?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "1995", + "Content-Length": "1966", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:26:12 GMT", + "Date": "Thu, 15 Jun 2023 17:26:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12466,17 +11731,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b11609b14f9954612702e260918aaa10", - "x-ms-correlation-request-id": "e9b4bf26-804a-4531-85f2-103cd5b2f9cd", + "x-ms-client-request-id": "ee1a2e011e86afa6951fbfccdcb0f108", + "x-ms-correlation-request-id": "fd7676a5-0730-483a-97a8-11cec6443b22", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "914ea0f2-24e4-4863-973e-7e35072dbbb8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122612Z:e9b4bf26-804a-4531-85f2-103cd5b2f9cd", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "1bc44149-d0ae-43ca-9460-b0274c8301ec", + "x-ms-routing-request-id": "EASTUS:20230615T172616Z:fd7676a5-0730-483a-97a8-11cec6443b22", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc5711", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.StorageCache/caches/testsc5711", + "name": "testsc4585", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc4585", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12508,19 +11773,18 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Transitioning", "statusDescription": "The cache is being allocated." }, "provisioningState": "Creating", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-6002/subnets/scTestSubnet-5005", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8167/subnets/scTestSubnet-2157", "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T12:26:10.8207662Z", + "lastFirmwareUpdate": "2023-06-15T17:26:16.0587853Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -12529,110 +11793,32 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T12:26:10.6097813Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-15T17:26:15.771945Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T12:26:10.6097813Z" + "lastModifiedAt": "2023-06-15T17:26:15.771945Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-49394fe497749142-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fec808c6f338bc42b27d5631f93f89bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:26:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fec808c6f338bc42b27d5631f93f89bd", - "x-ms-correlation-request-id": "9cfdbc50-fcb1-4576-a7cc-ccc13aa535dd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "315e6720-f051-4847-bcaa-d58bbd63dfb6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122612Z:9cfdbc50-fcb1-4576-a7cc-ccc13aa535dd", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", - "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-046016ff891b1644-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a1313a792116cd7adf31ff57832338c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:26:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a1313a792116cd7adf31ff57832338c7", - "x-ms-correlation-request-id": "4b58ad9f-f724-41a6-a281-0118959d3142", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "f5b1109e-69aa-4e2f-b2e4-c309b4cd300a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122614Z:4b58ad9f-f724-41a6-a281-0118959d3142", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", - "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1bc44149-d0ae-43ca-9460-b0274c8301ec?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-68bbdd0b58e6a747-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "889ab732abc221d7179507d88ef8eb72", + "traceparent": "00-0a1ff93ec43ef44a9e8e4fb30b897051-3c07dd75f8028546-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b8e5976d96e00e6c97ffedd1f89908fd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:26:15 GMT", + "Date": "Thu, 15 Jun 2023 17:26:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12641,37 +11827,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "889ab732abc221d7179507d88ef8eb72", - "x-ms-correlation-request-id": "87004d8f-df90-4fa9-b4e0-418264fb46fb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-client-request-id": "b8e5976d96e00e6c97ffedd1f89908fd", + "x-ms-correlation-request-id": "e09afbd0-5379-437d-b6b3-53ae230608e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "424fbb06-72c7-43cd-b9cb-31305e935717", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122615Z:87004d8f-df90-4fa9-b4e0-418264fb46fb", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "b7f88b8a-2d5d-4047-a399-a1b0bcbb491a", + "x-ms-routing-request-id": "EASTUS:20230615T172616Z:e09afbd0-5379-437d-b6b3-53ae230608e2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", + "startTime": "2023-06-15T17:26:15.8400513\u002B00:00", "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "1bc44149-d0ae-43ca-9460-b0274c8301ec" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1bc44149-d0ae-43ca-9460-b0274c8301ec?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-5030cf577103a24b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e2c30db82e2ea5148dfb1f07f4eb388e", + "traceparent": "00-0a1ff93ec43ef44a9e8e4fb30b897051-427f0a7040ebdd48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e50de3685b06c52b4459578eb0e8d616", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:26:16 GMT", + "Date": "Thu, 15 Jun 2023 17:26:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12680,76 +11866,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e2c30db82e2ea5148dfb1f07f4eb388e", - "x-ms-correlation-request-id": "abe3bf3c-8e13-4b4f-b9b3-3565dbd265bf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-client-request-id": "e50de3685b06c52b4459578eb0e8d616", + "x-ms-correlation-request-id": "518f2f61-cc55-4501-91fc-99122a4644bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "09bb2cb9-4d26-47f0-af45-02c8feae7758", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122616Z:abe3bf3c-8e13-4b4f-b9b3-3565dbd265bf", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", - "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-e93a5e8c5f88b34a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "41ff8e4500a5cdfb620f898019a13fe7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:26:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "41ff8e4500a5cdfb620f898019a13fe7", - "x-ms-correlation-request-id": "f925a350-e51a-45bb-bdc7-f0dc9f1f1884", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "252df454-f5b1-4aa0-9c43-7fae38b34720", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122619Z:f925a350-e51a-45bb-bdc7-f0dc9f1f1884", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "dbe5dd4c-50b4-42c9-a62b-aa1cbf6db77c", + "x-ms-routing-request-id": "EASTUS:20230615T172617Z:518f2f61-cc55-4501-91fc-99122a4644bf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", + "startTime": "2023-06-15T17:26:15.8400513\u002B00:00", "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "1bc44149-d0ae-43ca-9460-b0274c8301ec" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1bc44149-d0ae-43ca-9460-b0274c8301ec?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-c48f3080356ca24e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "769f8c46555f0498a3f4fbc68cd02d2c", + "traceparent": "00-0a1ff93ec43ef44a9e8e4fb30b897051-de4b96aab30b0843-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "445f385639ca2627ed276c054e19c8fd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:26:23 GMT", + "Date": "Thu, 15 Jun 2023 17:43:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12758,37 +11905,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "769f8c46555f0498a3f4fbc68cd02d2c", - "x-ms-correlation-request-id": "3777ae34-41e0-464e-bfd2-7bbee67efd00", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "d41f5b51-3764-473f-81ca-30688c9f5b63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122623Z:3777ae34-41e0-464e-bfd2-7bbee67efd00", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "445f385639ca2627ed276c054e19c8fd", + "x-ms-correlation-request-id": "9cb38b8c-3693-4385-8d68-69436a8aac1f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "74180e98-3a71-4b27-8d40-597419f5e414", + "x-ms-routing-request-id": "EASTUS:20230615T174312Z:9cb38b8c-3693-4385-8d68-69436a8aac1f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", - "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "startTime": "2023-06-15T17:26:15.8400513\u002B00:00", + "endTime": "2023-06-15T17:37:09.5680991\u002B00:00", + "status": "Succeeded", + "name": "1bc44149-d0ae-43ca-9460-b0274c8301ec" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc4585?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-6bb75e5d526c1641-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ff93785ca9f9b7cd11f57f1ea4938bec", + "traceparent": "00-0a1ff93ec43ef44a9e8e4fb30b897051-4b3f633474fb1545-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f65570efe37212806c2073873edd5eaf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "2179", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:26:31 GMT", + "Date": "Thu, 15 Jun 2023 17:43:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12797,154 +11945,231 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ff93785ca9f9b7cd11f57f1ea4938bec", - "x-ms-correlation-request-id": "e2e8e76f-372f-438d-bb08-93cfe83e8ff6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "3c4015f3-5288-4c7c-80a0-8f5af8d6be8a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122631Z:e2e8e76f-372f-438d-bb08-93cfe83e8ff6", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "f65570efe37212806c2073873edd5eaf", + "x-ms-correlation-request-id": "2767d5ff-f3ec-4e38-b003-a86bd3d41ad8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;119", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "025e4063-701d-4642-b2ed-ec270eea16f9", + "x-ms-routing-request-id": "EASTUS:20230615T174312Z:2767d5ff-f3ec-4e38-b003-a86bd3d41ad8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", - "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "testsc4585", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc4585", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "utilityAddresses": [ + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" + ], + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8167/subnets/scTestSubnet-2157", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T17:26:16.0587853Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T17:26:15.771945Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T17:26:15.771945Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4507?api-version=2023-04-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-2192cc9a2841834a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "68c037bcc24cef2ff6fa9db005354192", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-853b9bb7dfb57d4ea5c2291c91484680-2ca1eb3902847846-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "32c339bfbb2ef7e6deef25772b90599f", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:26:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "68c037bcc24cef2ff6fa9db005354192", - "x-ms-correlation-request-id": "04d9d3d9-8d23-41c7-818d-91daf30213ab", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "265f36f9-fba7-4e47-ad77-44e7fc38064f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122648Z:04d9d3d9-8d23-41c7-818d-91daf30213ab", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", - "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-becfd47972f85642-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a0235de23f0e9dedbee76469d67a5f10", - "x-ms-return-client-request-id": "true" + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-2729", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/0c0980bc-cb8f-4ab7-894a-14bd894e1920?api-version=2023-04-01", "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "1016", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:27:19 GMT", + "Date": "Thu, 15 Jun 2023 17:43:13 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a0235de23f0e9dedbee76469d67a5f10", - "x-ms-correlation-request-id": "941f0733-13a7-4298-9cf4-c55ed5c58f8c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "c16ba74c-0a4e-457e-a4d2-9719e9b2fac6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122720Z:941f0733-13a7-4298-9cf4-c55ed5c58f8c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-arm-service-request-id": "be16ae7b-b92e-4c9e-a315-894b811b8ba2", + "x-ms-client-request-id": "32c339bfbb2ef7e6deef25772b90599f", + "x-ms-correlation-request-id": "10653557-507a-421d-8187-4b3f75ba3fff", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "0c0980bc-cb8f-4ab7-894a-14bd894e1920", + "x-ms-routing-request-id": "EASTUS:20230615T174314Z:10653557-507a-421d-8187-4b3f75ba3fff" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", - "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "scTestVNet-4507", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4507", + "etag": "W/\u00228fd0e873-99bc-4e62-a173-3440843842a5\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "cf7e27ab-2b66-41cb-8a0a-ee15cb5052d9", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-2729", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4507/subnets/scTestSubnet-2729", + "etag": "W/\u00228fd0e873-99bc-4e62-a173-3440843842a5\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/0c0980bc-cb8f-4ab7-894a-14bd894e1920?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-857385110ff63d42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "550a0f69c4109adf49a309fe0b1db2dc", + "traceparent": "00-853b9bb7dfb57d4ea5c2291c91484680-e066fa0276a34c4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c3089e763d2c3a278beba12347a848f6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:27:52 GMT", + "Date": "Thu, 15 Jun 2023 17:43:13 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "550a0f69c4109adf49a309fe0b1db2dc", - "x-ms-correlation-request-id": "f54b0af8-4456-4070-a05b-7fdf69538294", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "70b0e64c-f3db-4d69-9c36-f246faff679b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122753Z:f54b0af8-4456-4070-a05b-7fdf69538294", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-arm-service-request-id": "da0f213e-7630-47f1-b6c7-60baeee8e631", + "x-ms-client-request-id": "c3089e763d2c3a278beba12347a848f6", + "x-ms-correlation-request-id": "5436dae4-3ec6-495e-a796-731c69643323", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "8658b33e-59ce-47cb-9722-eef9bfff2990", + "x-ms-routing-request-id": "EASTUS:20230615T174314Z:5436dae4-3ec6-495e-a796-731c69643323" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", - "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/0c0980bc-cb8f-4ab7-894a-14bd894e1920?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-b8d520000fb2dc4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "473cedb4eb6f7cde4923a9645ec5197b", + "traceparent": "00-853b9bb7dfb57d4ea5c2291c91484680-84d5df1a447f9840-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1c1e3ee433480706eceb88681affe715", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:28:24 GMT", + "Date": "Thu, 15 Jun 2023 17:43:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12953,37 +12178,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "473cedb4eb6f7cde4923a9645ec5197b", - "x-ms-correlation-request-id": "c1f016a4-f2a4-451e-a8d7-1779251d0902", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "99df57b7-7048-4d5b-b41e-ca4ce715b10a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122825Z:c1f016a4-f2a4-451e-a8d7-1779251d0902", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-arm-service-request-id": "c0ca7d7c-cd82-4a28-bdc5-934080dbb1d4", + "x-ms-client-request-id": "1c1e3ee433480706eceb88681affe715", + "x-ms-correlation-request-id": "2f79ba92-e503-4e60-a662-596d59dbcb8d", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "ea93479a-3219-420b-96f7-60d4c787fc89", + "x-ms-routing-request-id": "EASTUS:20230615T174324Z:2f79ba92-e503-4e60-a662-596d59dbcb8d" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", - "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4507?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-2d896bb2654cea4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f6478d9aec2b1d827d89576a36ee91a1", + "traceparent": "00-853b9bb7dfb57d4ea5c2291c91484680-d3ea7cb5fb687b45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8c004832968801736ba61888172a9102", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "1018", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:28:58 GMT", + "Date": "Thu, 15 Jun 2023 17:43:24 GMT", + "ETag": "W/\u0022079d5e99-f2b3-4398-8194-e3125fc30393\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12992,37 +12215,81 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f6478d9aec2b1d827d89576a36ee91a1", - "x-ms-correlation-request-id": "ab2921c8-2d77-40a9-a755-eac6b52532ea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "b8ba2b8f-42cd-48ce-8f07-c1aa3132c65f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122858Z:ab2921c8-2d77-40a9-a755-eac6b52532ea", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-arm-service-request-id": "3e8ce33f-8350-4f11-a981-1503cefd0999", + "x-ms-client-request-id": "8c004832968801736ba61888172a9102", + "x-ms-correlation-request-id": "a34ce5a8-160f-4be4-bf1f-736d7a110171", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "2b460694-812b-490e-9e0f-cafab1f2eb67", + "x-ms-routing-request-id": "EASTUS:20230615T174324Z:a34ce5a8-160f-4be4-bf1f-736d7a110171" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", - "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "scTestVNet-4507", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4507", + "etag": "W/\u0022079d5e99-f2b3-4398-8194-e3125fc30393\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "cf7e27ab-2b66-41cb-8a0a-ee15cb5052d9", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-2729", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4507/subnets/scTestSubnet-2729", + "etag": "W/\u0022079d5e99-f2b3-4398-8194-e3125fc30393\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1810?api-version=2023-05-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-b4ef48a41d65b045-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e8b58735183d7ea0308d0bec1b7b3c84", + "Content-Length": "295", + "Content-Type": "application/json", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-50b47f7ae65b534e-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d102aa7d9faa43949801d741b5be1f8b", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "sku": { + "name": "Standard_2G" + }, + "tags": {}, + "location": "eastus", + "properties": { + "cacheSizeGB": 3072, + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4507/subnets/scTestSubnet-2729", + "zones": [ + "1" + ] + } + }, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "1968", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:29:29 GMT", + "Date": "Thu, 15 Jun 2023 17:43:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13031,37 +12298,94 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8b58735183d7ea0308d0bec1b7b3c84", - "x-ms-correlation-request-id": "05fb0fa2-3ec6-453b-8afd-a08043d2f526", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "b698bf79-fe4f-4710-a0c1-916f9f31dff1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T122930Z:05fb0fa2-3ec6-453b-8afd-a08043d2f526", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "d102aa7d9faa43949801d741b5be1f8b", + "x-ms-correlation-request-id": "991aa51a-fc09-4427-958c-e5de39bf4003", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269", + "x-ms-routing-request-id": "EASTUS:20230615T174326Z:991aa51a-fc09-4427-958c-e5de39bf4003", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", - "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "testsc1810", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1810", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Transitioning", + "statusDescription": "The cache is being allocated." + }, + "provisioningState": "Creating", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4507/subnets/scTestSubnet-2729", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T17:43:25.9721473Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T17:43:25.7611128Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T17:43:25.7611128Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-fb8fae38187df342-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7e648d8abbd6c8b16b1ec9e69473455b", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-8686a07875075e4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "70eb865916fc926ab4bdf486be324cac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:30:02 GMT", + "Date": "Thu, 15 Jun 2023 17:43:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13070,37 +12394,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e648d8abbd6c8b16b1ec9e69473455b", - "x-ms-correlation-request-id": "d7759a70-00a3-4513-b18f-0a8c91d6d844", + "x-ms-client-request-id": "70eb865916fc926ab4bdf486be324cac", + "x-ms-correlation-request-id": "203124d0-605d-494e-aa94-69a09f08b07d", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "7f359e97-e0ce-406c-9e41-aa410d0d1fee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123003Z:d7759a70-00a3-4513-b18f-0a8c91d6d844", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "ad46de26-a364-4a97-b8de-da3cdce4655f", + "x-ms-routing-request-id": "EASTUS:20230615T174326Z:203124d0-605d-494e-aa94-69a09f08b07d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-a6e7015e13184949-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d62f07913110813eedc9c59de0950102", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-541713aba9680a45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8a848c869239c15a3cb3058eeef12819", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:30:34 GMT", + "Date": "Thu, 15 Jun 2023 17:43:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13109,39 +12433,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d62f07913110813eedc9c59de0950102", - "x-ms-correlation-request-id": "f8c51b97-30ed-476f-85ee-8dc1d788a439", + "x-ms-client-request-id": "8a848c869239c15a3cb3058eeef12819", + "x-ms-correlation-request-id": "bf12c3d3-6a62-4377-b25b-d138275d668b", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "060eea5a-a7bf-4026-bc34-8bafb8810b71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123035Z:f8c51b97-30ed-476f-85ee-8dc1d788a439", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "5327c3ce-c81e-4c68-bf79-728664fabc90", + "x-ms-routing-request-id": "EASTUS:20230615T174328Z:bf12c3d3-6a62-4377-b25b-d138275d668b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-ed73ae7ddbb52c4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a9e0d24c138a79cbd5ec7c1e4fb9e9bc", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-534297272ac10243-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2fe71512afd3ec8e225d49eac7e79099", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:31:07 GMT", + "Date": "Thu, 15 Jun 2023 17:43:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13150,37 +12472,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a9e0d24c138a79cbd5ec7c1e4fb9e9bc", - "x-ms-correlation-request-id": "02687645-ea38-4d66-8217-5c2185132c74", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "30adf96c-fbe3-40cc-a226-804300295968", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123107Z:02687645-ea38-4d66-8217-5c2185132c74", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "2fe71512afd3ec8e225d49eac7e79099", + "x-ms-correlation-request-id": "894b0b8b-ecf7-444d-a8e8-651c5798aea8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "a57acc87-faa5-4c03-bbb8-e346f809c47a", + "x-ms-routing-request-id": "EASTUS:20230615T174329Z:894b0b8b-ecf7-444d-a8e8-651c5798aea8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-df585eb72918a141-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "145aaf47654b58744ee2900df613e7d6", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-1a2e655e5940cc4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8d1c04d064f9c6882b2a334911dca4c3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:31:41 GMT", + "Date": "Thu, 15 Jun 2023 17:43:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13189,37 +12511,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "145aaf47654b58744ee2900df613e7d6", - "x-ms-correlation-request-id": "71c201ff-0974-49c0-82b1-acd1b79da514", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "8d15fc27-8dec-4eef-a701-d5a5bf92d163", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123141Z:71c201ff-0974-49c0-82b1-acd1b79da514", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "8d1c04d064f9c6882b2a334911dca4c3", + "x-ms-correlation-request-id": "be6eea9e-f151-4717-b854-684daac18b19", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "4fac574d-a6b7-4b5d-b45e-e810c95f7201", + "x-ms-routing-request-id": "EASTUS:20230615T174330Z:be6eea9e-f151-4717-b854-684daac18b19", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-d02a243d9e7f104f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c199c61d9c937ed03cb60023b41f3233", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-f922006a95007b4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a974da941c4ad7d9fd9868dc4970f954", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:32:12 GMT", + "Date": "Thu, 15 Jun 2023 17:43:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13228,37 +12550,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c199c61d9c937ed03cb60023b41f3233", - "x-ms-correlation-request-id": "70aca68d-fdd0-45c8-87bf-a1c6acce2bcc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "496a3d5f-a5bd-4b1d-b49b-a0e256d4b1f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123213Z:70aca68d-fdd0-45c8-87bf-a1c6acce2bcc", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "a974da941c4ad7d9fd9868dc4970f954", + "x-ms-correlation-request-id": "478c9f47-df8a-4ae9-8036-428d733e9ab0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "14c5cb6e-70b6-4a77-9bb3-f8a3c144e8b9", + "x-ms-routing-request-id": "EASTUS:20230615T174332Z:478c9f47-df8a-4ae9-8036-428d733e9ab0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-57975cb6709c5e42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "315608dfed3ae7b65e875aa882be83c2", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-f0944093edb85a43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e9bd6b239bd5ad1f8d2003a97b45db45", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:32:45 GMT", + "Date": "Thu, 15 Jun 2023 17:43:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13267,37 +12589,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "315608dfed3ae7b65e875aa882be83c2", - "x-ms-correlation-request-id": "0bb54776-b3ac-4b89-b6c6-b9aaeb48fe1f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "c37c071f-e85d-422e-abaf-567fbfc343f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123246Z:0bb54776-b3ac-4b89-b6c6-b9aaeb48fe1f", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "e9bd6b239bd5ad1f8d2003a97b45db45", + "x-ms-correlation-request-id": "7f2e730f-673e-4022-8e3e-c6890c20ce73", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "8cdb61db-8b91-4d80-81f7-79b156029d61", + "x-ms-routing-request-id": "EASTUS:20230615T174336Z:7f2e730f-673e-4022-8e3e-c6890c20ce73", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-0fca158e8893c147-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8801a605281fab28dfdcd8956450a32f", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-82dec0aaf0e70743-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ed5586b9e773b34e2b458f61fbab7dbb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:33:17 GMT", + "Date": "Thu, 15 Jun 2023 17:43:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13306,37 +12628,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8801a605281fab28dfdcd8956450a32f", - "x-ms-correlation-request-id": "70820fc5-d47d-4a14-ba73-cf97ef1eaa95", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "5f9b8501-d739-4299-baa2-26e30605e96a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123318Z:70820fc5-d47d-4a14-ba73-cf97ef1eaa95", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "ed5586b9e773b34e2b458f61fbab7dbb", + "x-ms-correlation-request-id": "60d59552-eebb-419a-a1ae-fda4008d418a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "cffd89a2-8b2c-4e6e-a2a4-e1b5eb49b81d", + "x-ms-routing-request-id": "EASTUS:20230615T174344Z:60d59552-eebb-419a-a1ae-fda4008d418a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-78d9da50adca464d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ed2e5dafb6bd2f9b10b2620c4128fc7e", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-f38dedba8b782945-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a526df30ba1ef9eebac61c2a19305bb8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:33:50 GMT", + "Date": "Thu, 15 Jun 2023 17:44:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13345,37 +12667,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed2e5dafb6bd2f9b10b2620c4128fc7e", - "x-ms-correlation-request-id": "c89a87ce-0d5e-4cb7-b53b-8c994a1a9ff7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "4427ce16-69f3-4641-86ae-556049be3e5f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123350Z:c89a87ce-0d5e-4cb7-b53b-8c994a1a9ff7", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "a526df30ba1ef9eebac61c2a19305bb8", + "x-ms-correlation-request-id": "527e913c-947d-4b02-9054-4d65c0d30f65", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "7aacafba-7ff3-4802-a271-2e11ddc83fed", + "x-ms-routing-request-id": "EASTUS:20230615T174400Z:527e913c-947d-4b02-9054-4d65c0d30f65", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-a2db232a6729c046-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0e1e3e32aa1eb613dfaa515e1521830d", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-6e2dc606d1319640-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c22323bc0b1b3ce01d09be8f0bbeb1e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:34:23 GMT", + "Date": "Thu, 15 Jun 2023 17:44:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13384,37 +12706,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e1e3e32aa1eb613dfaa515e1521830d", - "x-ms-correlation-request-id": "c6f2d658-742d-4875-aca3-bc0be03ee7a5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "693a73e0-eee7-4d40-97c2-5afa9f0ce8c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123423Z:c6f2d658-742d-4875-aca3-bc0be03ee7a5", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "c22323bc0b1b3ce01d09be8f0bbeb1e1", + "x-ms-correlation-request-id": "4f4b698e-4f4a-4f36-8061-c2bb2511b6c5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "fcc007e4-c07f-4a17-bd99-506f48ecde9f", + "x-ms-routing-request-id": "EASTUS:20230615T174432Z:4f4b698e-4f4a-4f36-8061-c2bb2511b6c5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-49e82c8c9a48cd4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "24f82be3958f4e040ad1786dc51c6ab6", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-a1966a17fa217e40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9c7847a2351ffe26985b32adca249afa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:34:54 GMT", + "Date": "Thu, 15 Jun 2023 17:45:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13423,37 +12745,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "24f82be3958f4e040ad1786dc51c6ab6", - "x-ms-correlation-request-id": "51eebee6-ae91-4dd4-bc5b-fbe0627ddb07", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "4b6b50a2-fb55-43b9-9f3a-6eabc281044b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123455Z:51eebee6-ae91-4dd4-bc5b-fbe0627ddb07", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "9c7847a2351ffe26985b32adca249afa", + "x-ms-correlation-request-id": "b315a58e-45ff-48e9-a27f-4f527c59aff2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "a16fdbd9-184a-4595-b998-fb41b54f8b28", + "x-ms-routing-request-id": "EASTUS:20230615T174505Z:b315a58e-45ff-48e9-a27f-4f527c59aff2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-aab852bacf8f9740-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "25625adf953205114a770d13643d1aee", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-a66e78a9288a2d4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d8a4d7e9ba8825a0fee98815fc5eeefc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:35:27 GMT", + "Date": "Thu, 15 Jun 2023 17:45:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13462,37 +12784,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "25625adf953205114a770d13643d1aee", - "x-ms-correlation-request-id": "b59864c2-7ab2-4158-957a-98eeb3825819", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "98df3991-aa3e-4c30-8e7d-be91a30172ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123527Z:b59864c2-7ab2-4158-957a-98eeb3825819", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "d8a4d7e9ba8825a0fee98815fc5eeefc", + "x-ms-correlation-request-id": "71d97e92-8f5e-4688-922a-e13c875b38cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "0a7c45ca-5abb-4235-b17e-9f1131b2cd10", + "x-ms-routing-request-id": "EASTUS:20230615T174537Z:71d97e92-8f5e-4688-922a-e13c875b38cf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-c2e1ca2502cf384b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1528552ed72f9dee3acf044c31a5f0c3", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-38b58f18154d844b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d1873a15bfb88798fc242abfd93371f8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:36:00 GMT", + "Date": "Thu, 15 Jun 2023 17:46:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13501,37 +12823,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1528552ed72f9dee3acf044c31a5f0c3", - "x-ms-correlation-request-id": "f95345a9-6045-427f-ac9c-68da239bf74c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "ab26630d-6f57-43c1-880a-afebe3fa100b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123600Z:f95345a9-6045-427f-ac9c-68da239bf74c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "d1873a15bfb88798fc242abfd93371f8", + "x-ms-correlation-request-id": "f6284c1a-196e-42c5-bded-7009c127940d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "b524c321-c8c6-4efe-9475-53fa10087464", + "x-ms-routing-request-id": "EASTUS:20230615T174609Z:f6284c1a-196e-42c5-bded-7009c127940d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-cac20a26bb40fa42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bb7e9a3f5dbe4eda1af2da1887f1e9cc", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-e5b72ff8536a414e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "34a6c36ed819e858a7539d35ad11023a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:36:33 GMT", + "Date": "Thu, 15 Jun 2023 17:46:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13540,39 +12862,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bb7e9a3f5dbe4eda1af2da1887f1e9cc", - "x-ms-correlation-request-id": "e90531de-f5e8-4e9c-9e4a-d9b0a570ba44", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "775f460a-1814-490e-9e2a-25272e25d497", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123633Z:e90531de-f5e8-4e9c-9e4a-d9b0a570ba44", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "34a6c36ed819e858a7539d35ad11023a", + "x-ms-correlation-request-id": "3258f281-a35c-49e7-9ce0-f24de83bc8dc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "04c740ef-420b-4527-adfc-630e636504de", + "x-ms-routing-request-id": "EASTUS:20230615T174641Z:3258f281-a35c-49e7-9ce0-f24de83bc8dc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-a9abc498a1725f4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "703e89b655f308866cc5eb6290c4d4a4", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-3c416c4cc3cd9e48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9097366cc99c29423e1ddc6390e04bca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:37:05 GMT", + "Date": "Thu, 15 Jun 2023 17:47:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13581,37 +12901,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "703e89b655f308866cc5eb6290c4d4a4", - "x-ms-correlation-request-id": "abfacb3e-55d1-4b66-ae85-1b066241194c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "4a4eaf2e-6b57-4751-a245-8e62acefaf10", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123706Z:abfacb3e-55d1-4b66-ae85-1b066241194c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "9097366cc99c29423e1ddc6390e04bca", + "x-ms-correlation-request-id": "20d46870-554c-4a86-8934-4457d2b4f9f2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "b0ac32ed-621d-4809-87c1-d9f9e486eddf", + "x-ms-routing-request-id": "EASTUS:20230615T174713Z:20d46870-554c-4a86-8934-4457d2b4f9f2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-bca94b89c749ab4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c9d34a865fbfd1307adafa3dfdd51549", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-7856ac3397069b4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "38a68f78bab73ce2e29f29652263daea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:37:39 GMT", + "Date": "Thu, 15 Jun 2023 17:47:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13620,37 +12940,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c9d34a865fbfd1307adafa3dfdd51549", - "x-ms-correlation-request-id": "c40d35ad-162c-411c-a274-a1a88dfc82fe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "1f59b5c8-a07f-468f-97f6-71df9544965e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123740Z:c40d35ad-162c-411c-a274-a1a88dfc82fe", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "38a68f78bab73ce2e29f29652263daea", + "x-ms-correlation-request-id": "5f7a8081-2651-4ade-b3fc-90bb6cca2fba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "b83d58dd-24a2-4d1f-9692-924a22a9f12c", + "x-ms-routing-request-id": "EASTUS:20230615T174746Z:5f7a8081-2651-4ade-b3fc-90bb6cca2fba", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-a91a4e0f985ae744-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a79538e58066eacf13754ff97277be56", + "Connection": "close", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-1a45bc44edceca40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a253f022e19ba55b817cf5fcfcf457c7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Connection": "close", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:38:12 GMT", + "Date": "Thu, 15 Jun 2023 17:48:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13659,37 +12981,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a79538e58066eacf13754ff97277be56", - "x-ms-correlation-request-id": "979b07e7-655a-44be-9906-d90dcdce9590", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "90758e31-843d-498a-9c8e-1cce9de7c886", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123812Z:979b07e7-655a-44be-9906-d90dcdce9590", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "a253f022e19ba55b817cf5fcfcf457c7", + "x-ms-correlation-request-id": "fc944c5b-99e4-4b00-81ac-31e41d876c5e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "f0041140-0120-4a8e-ad15-721c597d679e", + "x-ms-routing-request-id": "EASTUS:20230615T174818Z:fc944c5b-99e4-4b00-81ac-31e41d876c5e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/914ea0f2-24e4-4863-973e-7e35072dbbb8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-8f879cdf6229d049-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3d91351e201d570d596df5195b490b96", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-a0c3d92d006d0045-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1dbcd207c96ab282545badfd9fdc07db", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "183", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:38:44 GMT", + "Date": "Thu, 15 Jun 2023 17:48:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13698,38 +13020,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d91351e201d570d596df5195b490b96", - "x-ms-correlation-request-id": "ea2df5ae-def5-422c-8e0c-7cfa60267525", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "4892ade5-d522-4dd4-8587-879c0f8008e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123844Z:ea2df5ae-def5-422c-8e0c-7cfa60267525", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "1dbcd207c96ab282545badfd9fdc07db", + "x-ms-correlation-request-id": "21a7060d-0f09-4f17-a8cd-f46d5d002e68", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "f5ec3ce0-4551-4e37-8903-0c72633cfbeb", + "x-ms-routing-request-id": "EASTUS:20230615T174850Z:21a7060d-0f09-4f17-a8cd-f46d5d002e68", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:26:10.727012\u002B00:00", - "endTime": "2023-03-23T12:38:36.2826235\u002B00:00", - "status": "Succeeded", - "name": "914ea0f2-24e4-4863-973e-7e35072dbbb8" + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", + "status": "InProgress", + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2367/providers/Microsoft.StorageCache/caches/testsc5711?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-16978332eb9344479988ec7d3620e2a4-e7ef1122ac84c746-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "587da2af2c2e053e7ae8b54910365e02", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-43947a19345da146-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9f41f143a98d972e3301b73ac4e540ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2208", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:38:45 GMT", + "Date": "Thu, 15 Jun 2023 17:49:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13738,107 +13059,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "587da2af2c2e053e7ae8b54910365e02", - "x-ms-correlation-request-id": "e786d3fb-16d8-4b74-9dc3-ff6aa5b4767c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;117", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "8c384288-d112-4807-a0f7-4b4c0a8cde37", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123846Z:e786d3fb-16d8-4b74-9dc3-ff6aa5b4767c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "9f41f143a98d972e3301b73ac4e540ed", + "x-ms-correlation-request-id": "8d3552e7-7e23-4ed4-a24a-ed8acc5a77d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "b56fb3d0-0cd2-42bc-8e78-2c363575c6e8", + "x-ms-routing-request-id": "EASTUS:20230615T174922Z:8d3552e7-7e23-4ed4-a24a-ed8acc5a77d9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc5711", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.StorageCache/caches/testsc5711", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "utilityAddresses": [ - "10.0.0.10", - "10.0.0.11", - "10.0.0.12" - ], - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Healthy", - "statusDescription": "The cache is in Running state", - "conditions": [] - }, - "mountAddresses": [ - "10.0.0.7", - "10.0.0.8", - "10.0.0.9" - ], - "provisioningState": "Succeeded", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-6002/subnets/scTestSubnet-5005", - "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T12:26:10.8207662Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T12:26:10.6097813Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T12:26:10.6097813Z" - } + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", + "status": "InProgress", + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2367/providers/Microsoft.StorageCache/caches?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-5eb5b39182504b4391050949656e7114-0e538c12f41df645-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c71ea41cd844c52b2a3e4ef88bb68fca", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-32f35de2f0128243-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4f5e6247bca659806ea04e40335e06a4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "5036", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:38:46 GMT", + "Date": "Thu, 15 Jun 2023 17:49:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13847,187 +13098,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c71ea41cd844c52b2a3e4ef88bb68fca", - "x-ms-correlation-request-id": "efc5672a-fd37-47fb-83ce-e9121c3d86a2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListCaches1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "3ee18a01-cc7e-4149-8d86-3ac8dafac650", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123847Z:efc5672a-fd37-47fb-83ce-e9121c3d86a2", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "4f5e6247bca659806ea04e40335e06a4", + "x-ms-correlation-request-id": "45861cdc-fc2a-40e5-9532-525cd167c985", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "50c3d12d-0072-4481-b90c-9f989505dc0f", + "x-ms-routing-request-id": "EASTUS:20230615T174954Z:45861cdc-fc2a-40e5-9532-525cd167c985", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "value": [ - { - "name": "testsc1305", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/STORAGECACHETESTRG2367/providers/Microsoft.StorageCache/caches/testsc1305", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "utilityAddresses": [ - "10.0.0.10", - "10.0.0.11", - "10.0.0.12" - ], - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Healthy", - "statusDescription": "The cache is in Running state", - "conditions": [] - }, - "mountAddresses": [ - "10.0.0.7", - "10.0.0.8", - "10.0.0.9" - ], - "provisioningState": "Succeeded", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-3742/subnets/scTestSubnet-6447", - "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T12:14:26.1856194Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T12:14:24.7788564Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T12:14:24.7788564Z" - } - }, - { - "name": "testsc5711", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/STORAGECACHETESTRG2367/providers/Microsoft.StorageCache/caches/testsc5711", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "utilityAddresses": [ - "10.0.0.10", - "10.0.0.11", - "10.0.0.12" - ], - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Healthy", - "statusDescription": "The cache is in Running state", - "conditions": [] - }, - "mountAddresses": [ - "10.0.0.7", - "10.0.0.8", - "10.0.0.9" - ], - "provisioningState": "Succeeded", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2367/providers/Microsoft.Network/virtualNetworks/scTestVNet-6002/subnets/scTestSubnet-5005", - "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T12:26:10.8207662Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T12:26:10.6097813Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T12:26:10.6097813Z" - } - } - ] + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", + "status": "InProgress", + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2367/providers/Microsoft.StorageCache/caches/testsc5711?api-version=2023-01-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-89f2c8c54c99a449b2b795cf8902ef47-d6b1b7574c83984d-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d04ab86a65faf227f78bc2346ac34623", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-4268bedb5b89a24e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0ab91a75b8b35d3aa325e9691247ed6e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2cdbfa27-1aaf-481d-b424-4caa405989dd?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 12:38:47 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 17:50:26 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2cdbfa27-1aaf-481d-b424-4caa405989dd?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -14035,24 +13137,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d04ab86a65faf227f78bc2346ac34623", - "x-ms-correlation-request-id": "b0200104-06f2-4807-9cae-3a87d60f525a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "2cdbfa27-1aaf-481d-b424-4caa405989dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123847Z:b0200104-06f2-4807-9cae-3a87d60f525a", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "0ab91a75b8b35d3aa325e9691247ed6e", + "x-ms-correlation-request-id": "6ec62dae-a85f-4d1f-8c85-e2aeed20e568", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "e8d13c10-350a-4938-b53d-e81ac5678b7f", + "x-ms-routing-request-id": "EASTUS:20230615T175026Z:6ec62dae-a85f-4d1f-8c85-e2aeed20e568", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", + "status": "InProgress", + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2cdbfa27-1aaf-481d-b424-4caa405989dd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-89f2c8c54c99a449b2b795cf8902ef47-1b4e18290f4b0749-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "58deeb598decb6087c2cd0b816f65b66", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-b6b8af53a8c0c44b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3db5bf1bb87e863571e731ec5aee64d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14061,7 +13167,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:38:47 GMT", + "Date": "Thu, 15 Jun 2023 17:50:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14070,28 +13176,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "58deeb598decb6087c2cd0b816f65b66", - "x-ms-correlation-request-id": "cf55ad12-160b-4136-8212-53df651a2b99", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "b4bf77ec-8cb5-498f-be3d-7059efae9531", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123848Z:cf55ad12-160b-4136-8212-53df651a2b99", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "3db5bf1bb87e863571e731ec5aee64d5", + "x-ms-correlation-request-id": "a308184b-617c-491a-ae04-b92096bba036", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "545cb04f-f77b-4c30-bd2f-d4deda358965", + "x-ms-routing-request-id": "EASTUS:20230615T175058Z:a308184b-617c-491a-ae04-b92096bba036", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:38:47.8469374\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "2cdbfa27-1aaf-481d-b424-4caa405989dd" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2cdbfa27-1aaf-481d-b424-4caa405989dd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-89f2c8c54c99a449b2b795cf8902ef47-99413783cf5c0644-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "98e92bf7d8b9279f66735943383614b2", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-4a66c1f5d6b66b48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "aac512fb352c8f3a2700ab81d3174726", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14100,7 +13206,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:38:48 GMT", + "Date": "Thu, 15 Jun 2023 17:51:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14109,28 +13215,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "98e92bf7d8b9279f66735943383614b2", - "x-ms-correlation-request-id": "ae4e4a05-255e-4e38-b4ec-5a333cdf7e83", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "e3c54188-ae4b-4c8d-be51-a01cf33132c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123849Z:ae4e4a05-255e-4e38-b4ec-5a333cdf7e83", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "aac512fb352c8f3a2700ab81d3174726", + "x-ms-correlation-request-id": "dc940d3a-f029-4c6e-9189-4c57238ff7e8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "464e788f-ed31-4c07-aa27-30c507ff95db", + "x-ms-routing-request-id": "EASTUS:20230615T175130Z:dc940d3a-f029-4c6e-9189-4c57238ff7e8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:38:47.8469374\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "2cdbfa27-1aaf-481d-b424-4caa405989dd" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2cdbfa27-1aaf-481d-b424-4caa405989dd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-89f2c8c54c99a449b2b795cf8902ef47-b43de08c89debe4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7edbfd10eee58136ea463afe7399bf80", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-8e6f0d7da4390945-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7325e0b2c8a9bc25e43299cb874d02b5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14139,7 +13245,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:38:50 GMT", + "Date": "Thu, 15 Jun 2023 17:52:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14148,28 +13254,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7edbfd10eee58136ea463afe7399bf80", - "x-ms-correlation-request-id": "88351c63-5ccc-4c2e-b090-ab2bcbf792ac", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "5f4c762f-8af9-4040-b7fa-70fd578a816c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123850Z:88351c63-5ccc-4c2e-b090-ab2bcbf792ac", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "7325e0b2c8a9bc25e43299cb874d02b5", + "x-ms-correlation-request-id": "b5231966-ed95-4147-98a1-91ef4c0d866c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "7637cabe-a1ab-4430-b390-799bf24818e0", + "x-ms-routing-request-id": "EASTUS:20230615T175202Z:b5231966-ed95-4147-98a1-91ef4c0d866c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:38:47.8469374\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "2cdbfa27-1aaf-481d-b424-4caa405989dd" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2cdbfa27-1aaf-481d-b424-4caa405989dd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-89f2c8c54c99a449b2b795cf8902ef47-377799b1b322434b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b2f9c65ce25b810a4cb7f17834c47d46", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-d0aeb92da504be4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ff6e14c04381e5418526157e0cb3b359", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14178,7 +13284,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:38:51 GMT", + "Date": "Thu, 15 Jun 2023 17:52:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14187,28 +13293,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2f9c65ce25b810a4cb7f17834c47d46", - "x-ms-correlation-request-id": "09aa115b-9203-4593-ad7c-3b4af7285eae", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "e55e43fd-91cd-4c4d-8425-a457bc531c18", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123852Z:09aa115b-9203-4593-ad7c-3b4af7285eae", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "ff6e14c04381e5418526157e0cb3b359", + "x-ms-correlation-request-id": "6ab1fe9c-3dd5-460c-b575-c18c19b84bff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "c95053fa-85fd-46e0-9a0e-4677cc014a87", + "x-ms-routing-request-id": "EASTUS:20230615T175234Z:6ab1fe9c-3dd5-460c-b575-c18c19b84bff", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:38:47.8469374\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "2cdbfa27-1aaf-481d-b424-4caa405989dd" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2cdbfa27-1aaf-481d-b424-4caa405989dd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-89f2c8c54c99a449b2b795cf8902ef47-28c6a35313f25142-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "18a71e17dc1a0981f468ad729ea0b4cc", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-aba499f628e4eb4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7a390aa0f0c8322bec08c5fa9c6e08d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14217,7 +13323,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:38:53 GMT", + "Date": "Thu, 15 Jun 2023 17:53:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14226,28 +13332,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "18a71e17dc1a0981f468ad729ea0b4cc", - "x-ms-correlation-request-id": "c5a98b15-199d-4dcd-80b2-8dc284dc061e", + "x-ms-client-request-id": "7a390aa0f0c8322bec08c5fa9c6e08d9", + "x-ms-correlation-request-id": "4dc64b36-25c4-4d7f-aa6d-7bb4465552f2", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "719ea5bc-886b-4181-86bd-d3f822b8c2b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123854Z:c5a98b15-199d-4dcd-80b2-8dc284dc061e", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "c5ebed85-4f61-4dde-8602-d6ec54f8451f", + "x-ms-routing-request-id": "EASTUS:20230615T175307Z:4dc64b36-25c4-4d7f-aa6d-7bb4465552f2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:38:47.8469374\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "2cdbfa27-1aaf-481d-b424-4caa405989dd" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2cdbfa27-1aaf-481d-b424-4caa405989dd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-89f2c8c54c99a449b2b795cf8902ef47-59d27c25db2bc749-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "71e6d9b4613d2e56f25a322efcbe4d25", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-3ce4cf1e8329c742-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bfc0f5fd47a96fa59e40ed82b3a7b031", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14256,7 +13362,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:38:58 GMT", + "Date": "Thu, 15 Jun 2023 17:53:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14265,37 +13371,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "71e6d9b4613d2e56f25a322efcbe4d25", - "x-ms-correlation-request-id": "0923da2a-6a6f-4c24-b24e-b8d297e8c1ae", + "x-ms-client-request-id": "bfc0f5fd47a96fa59e40ed82b3a7b031", + "x-ms-correlation-request-id": "c5c134b0-eb60-4346-b140-8e87ad324820", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "3ed9201b-fe22-426a-985b-6cf6ef3eee06", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123858Z:0923da2a-6a6f-4c24-b24e-b8d297e8c1ae", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "b9819b4f-624a-4f28-a172-fc4a2f94493b", + "x-ms-routing-request-id": "EASTUS:20230615T175339Z:c5c134b0-eb60-4346-b140-8e87ad324820", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:38:47.8469374\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "2cdbfa27-1aaf-481d-b424-4caa405989dd" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2cdbfa27-1aaf-481d-b424-4caa405989dd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-89f2c8c54c99a449b2b795cf8902ef47-f6c61b3e1357a443-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "55e7f4c8a6f27f6545f0bef33498e3ac", + "Connection": "close", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-c2010e7fd784c64a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7c2b3f7f8714cfede83b12787d474917", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:39:07 GMT", + "Date": "Thu, 15 Jun 2023 17:54:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14304,28 +13412,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "55e7f4c8a6f27f6545f0bef33498e3ac", - "x-ms-correlation-request-id": "8f0c094c-73f5-4c28-9b2c-11e2cc88224f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "8a9e8af7-63ba-488f-932e-656ce89c5f03", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123907Z:8f0c094c-73f5-4c28-9b2c-11e2cc88224f", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "7c2b3f7f8714cfede83b12787d474917", + "x-ms-correlation-request-id": "09a313d1-a2d8-4f0b-a226-4e766776c9d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "33787be4-0041-4644-aac4-b79b3cd47721", + "x-ms-routing-request-id": "EASTUS:20230615T175411Z:09a313d1-a2d8-4f0b-a226-4e766776c9d9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:38:47.8469374\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "2cdbfa27-1aaf-481d-b424-4caa405989dd" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2cdbfa27-1aaf-481d-b424-4caa405989dd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-89f2c8c54c99a449b2b795cf8902ef47-02c3194f3fff3543-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5bc325030cdeb608c77825c0aa530c35", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-45874ed29149ed44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "16803b1ef4f358b065c9dc8803a87f45", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14334,7 +13442,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:39:23 GMT", + "Date": "Thu, 15 Jun 2023 17:54:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14343,28 +13451,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5bc325030cdeb608c77825c0aa530c35", - "x-ms-correlation-request-id": "f07b42bf-79a3-4899-8ace-1ada864c43ed", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "2a333b19-2fdc-4876-9ae3-5ce8c326f189", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123923Z:f07b42bf-79a3-4899-8ace-1ada864c43ed", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "16803b1ef4f358b065c9dc8803a87f45", + "x-ms-correlation-request-id": "b5720a02-2878-464f-966a-706c781915c6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "85c2dadc-888c-411f-9a66-3c0eea235810", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175443Z:b5720a02-2878-464f-966a-706c781915c6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:38:47.8469374\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "2cdbfa27-1aaf-481d-b424-4caa405989dd" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2cdbfa27-1aaf-481d-b424-4caa405989dd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-89f2c8c54c99a449b2b795cf8902ef47-36a4e37933f1c74a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a9a9881a5fb90dda73662c4da262fa5a", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-66322f15cfd94b4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5c7a94588b4275c508f0d66d352cf257", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14373,7 +13481,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:39:55 GMT", + "Date": "Thu, 15 Jun 2023 17:55:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14382,37 +13490,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a9a9881a5fb90dda73662c4da262fa5a", - "x-ms-correlation-request-id": "a926a5ca-a522-4c21-b852-ba229bca464d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "29f1f7c5-b900-42a2-aa90-e23578e5f42f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T123956Z:a926a5ca-a522-4c21-b852-ba229bca464d", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "5c7a94588b4275c508f0d66d352cf257", + "x-ms-correlation-request-id": "01671659-5da1-4827-b521-4f7094a1f727", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "6148eb9d-ab61-4de4-ba80-872dbe8d2d29", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175516Z:01671659-5da1-4827-b521-4f7094a1f727", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:38:47.8469374\u002B00:00", + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", "status": "InProgress", - "name": "2cdbfa27-1aaf-481d-b424-4caa405989dd" + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2cdbfa27-1aaf-481d-b424-4caa405989dd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/886a3cf8-9ee5-4bf8-bc3a-8044756a2269?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-89f2c8c54c99a449b2b795cf8902ef47-224946ae271cc54e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d72b8577f2fabc47eb308d7980a4d5f1", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-319d0ef4d12b8b4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7764d6f79a268b3d8ed2164aab64cc3f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:40:28 GMT", + "Date": "Thu, 15 Jun 2023 17:55:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14421,37 +13529,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d72b8577f2fabc47eb308d7980a4d5f1", - "x-ms-correlation-request-id": "cba5856a-a841-4852-bc16-0b5bfd18865d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "9d2f3231-e5ba-47fa-b6cc-3d010ec09b30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124028Z:cba5856a-a841-4852-bc16-0b5bfd18865d", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "7764d6f79a268b3d8ed2164aab64cc3f", + "x-ms-correlation-request-id": "d94c3ad2-2cbb-4036-8136-55d0326a58e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "45a83654-31ef-4de5-8175-e169fbabfbfa", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175548Z:d94c3ad2-2cbb-4036-8136-55d0326a58e9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:38:47.8469374\u002B00:00", - "status": "InProgress", - "name": "2cdbfa27-1aaf-481d-b424-4caa405989dd" + "startTime": "2023-06-15T17:43:25.7846506\u002B00:00", + "endTime": "2023-06-15T17:55:18.5886601\u002B00:00", + "status": "Succeeded", + "name": "886a3cf8-9ee5-4bf8-bc3a-8044756a2269" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2cdbfa27-1aaf-481d-b424-4caa405989dd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1810?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-89f2c8c54c99a449b2b795cf8902ef47-8b14ae67f4051148-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "abd888e339eea4f34bb6e777dfbb1365", + "traceparent": "00-aac02c0f7d2dd74695379c0bb3f5253c-e56bdaa7473d3a41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e820cdbceccc92d4750a0d021d432339", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "2181", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:40:59 GMT", + "Date": "Thu, 15 Jun 2023 17:55:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14460,37 +13569,106 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "abd888e339eea4f34bb6e777dfbb1365", - "x-ms-correlation-request-id": "af5d05a0-64e3-4618-bc38-caf71732ec53", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "0232869d-00a5-4c27-9b9f-83731648e9af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124100Z:af5d05a0-64e3-4618-bc38-caf71732ec53", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "e820cdbceccc92d4750a0d021d432339", + "x-ms-correlation-request-id": "d6b5a68f-fa61-40c3-ae1a-7507e400d8ec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "eac6f3b0-6671-43f0-a5cf-5a2bd9f824f2", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175548Z:d6b5a68f-fa61-40c3-ae1a-7507e400d8ec", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:38:47.8469374\u002B00:00", - "status": "InProgress", - "name": "2cdbfa27-1aaf-481d-b424-4caa405989dd" + "name": "testsc1810", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1810", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "utilityAddresses": [ + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" + ], + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4507/subnets/scTestSubnet-2729", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T17:43:25.9721473Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T17:43:25.7611128Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T17:43:25.7611128Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2cdbfa27-1aaf-481d-b424-4caa405989dd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-89f2c8c54c99a449b2b795cf8902ef47-902fe0ad039a4f4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2449cb7d3428283b40edbe88d1608cce", + "traceparent": "00-8b1798c7892a7f49a7c3b96f26864dd4-f0a0c8d0801ad345-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2d9184d70744be1e57efce70757bc9a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "4972", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:41:32 GMT", + "Date": "Thu, 15 Jun 2023 17:55:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14499,38 +13677,185 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2449cb7d3428283b40edbe88d1608cce", - "x-ms-correlation-request-id": "1a413f01-5cdc-4d45-b234-51e39847d74b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "bac10239-970b-409a-b2e6-0971effa1a0a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124133Z:1a413f01-5cdc-4d45-b234-51e39847d74b", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "2d9184d70744be1e57efce70757bc9a3", + "x-ms-correlation-request-id": "d1b4cab7-1405-43d5-b064-d82bfbc98a67", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListCaches1Min;119", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "bbc8178d-991f-4a33-ba3e-edbed59f5e2d", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175549Z:d1b4cab7-1405-43d5-b064-d82bfbc98a67", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:38:47.8469374\u002B00:00", - "status": "InProgress", - "name": "2cdbfa27-1aaf-481d-b424-4caa405989dd" + "value": [ + { + "name": "testsc1810", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1810", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "utilityAddresses": [ + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" + ], + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4507/subnets/scTestSubnet-2729", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T17:43:25.9721473Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T17:43:25.7611128Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T17:43:25.7611128Z" + } + }, + { + "name": "testsc4585", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc4585", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "utilityAddresses": [ + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" + ], + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8167/subnets/scTestSubnet-2157", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T17:26:16.0587853Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T17:26:15.771945Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T17:26:15.771945Z" + } + } + ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2cdbfa27-1aaf-481d-b424-4caa405989dd?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1810?api-version=2023-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-89f2c8c54c99a449b2b795cf8902ef47-1dbef3d2a1c6c04e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1a693a914e893d6c92878c440acfdd30", + "traceparent": "00-5ef56de86c546e489fe0ba555f1fd48f-028dd87a9388d54f-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "68b197240a0c0a8b01d2011c8c3b6d4b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/951c07ac-cbcd-4817-9fbc-6c3e2c795730?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:42:04 GMT", + "Content-Length": "0", + "Date": "Thu, 15 Jun 2023 17:55:48 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/951c07ac-cbcd-4817-9fbc-6c3e2c795730?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -14538,37 +13863,33 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a693a914e893d6c92878c440acfdd30", - "x-ms-correlation-request-id": "93fe7266-ec35-4771-8069-7e357d549d80", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "2550df8e-32dc-4935-addb-1c03fc19e67a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124205Z:93fe7266-ec35-4771-8069-7e357d549d80", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "68b197240a0c0a8b01d2011c8c3b6d4b", + "x-ms-correlation-request-id": "8f95b162-9c38-4d6a-ab39-4b264a2499d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "951c07ac-cbcd-4817-9fbc-6c3e2c795730", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175549Z:8f95b162-9c38-4d6a-ab39-4b264a2499d9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": { - "startTime": "2023-03-23T12:38:47.8469374\u002B00:00", - "status": "InProgress", - "name": "2cdbfa27-1aaf-481d-b424-4caa405989dd" - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2cdbfa27-1aaf-481d-b424-4caa405989dd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/951c07ac-cbcd-4817-9fbc-6c3e2c795730?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-89f2c8c54c99a449b2b795cf8902ef47-30474ef14192d64e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b5fc271db05bafc94db06b007b6ad2ea", + "traceparent": "00-5ef56de86c546e489fe0ba555f1fd48f-d089a8b82b201e4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "86dd6940bb92cc2df9862b710602321b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:42:38 GMT", + "Date": "Thu, 15 Jun 2023 17:55:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14577,43 +13898,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b5fc271db05bafc94db06b007b6ad2ea", - "x-ms-correlation-request-id": "7a80f1e5-d9a3-4a09-adef-011718d030b3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "e5e179ec-980f-46d3-a0c2-6046756716a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124239Z:7a80f1e5-d9a3-4a09-adef-011718d030b3", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "86dd6940bb92cc2df9862b710602321b", + "x-ms-correlation-request-id": "0046fd98-42d8-49fc-8068-f9f9f1bc9aab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "79fc1542-ef9e-49f7-ac9f-115ae76539ea", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175549Z:0046fd98-42d8-49fc-8068-f9f9f1bc9aab", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:38:47.8469374\u002B00:00", - "endTime": "2023-03-23T12:42:15.0417092\u002B00:00", - "status": "Succeeded", - "name": "2cdbfa27-1aaf-481d-b424-4caa405989dd" + "startTime": "2023-06-15T17:55:49.5475672\u002B00:00", + "status": "InProgress", + "name": "951c07ac-cbcd-4817-9fbc-6c3e2c795730" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2367/providers/Microsoft.StorageCache/caches/testsc1305?api-version=2023-01-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/951c07ac-cbcd-4817-9fbc-6c3e2c795730?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-606bef8ce4b43046bf0fb4a0e11f586e-b982947e15bd2941-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a4e51829f9512edc5e0b92a1a7f61e70", + "traceparent": "00-5ef56de86c546e489fe0ba555f1fd48f-b108ff9392a25842-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "98c18381a20785cf9bfcb9aa79aeec9d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c7777357-dfa8-494a-856c-71af8ff73a61?api-version=2023-01-01", "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 12:42:40 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 17:55:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c7777357-dfa8-494a-856c-71af8ff73a61?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -14621,24 +13937,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a4e51829f9512edc5e0b92a1a7f61e70", - "x-ms-correlation-request-id": "19122a13-a5c3-4842-984e-166fb118df13", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;28", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "c7777357-dfa8-494a-856c-71af8ff73a61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124241Z:19122a13-a5c3-4842-984e-166fb118df13", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "98c18381a20785cf9bfcb9aa79aeec9d", + "x-ms-correlation-request-id": "3cadb77b-4378-4d53-aae3-419b56930e35", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "70419b28-7d80-4490-8ec4-aa528f3fee25", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175550Z:3cadb77b-4378-4d53-aae3-419b56930e35", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T17:55:49.5475672\u002B00:00", + "status": "InProgress", + "name": "951c07ac-cbcd-4817-9fbc-6c3e2c795730" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c7777357-dfa8-494a-856c-71af8ff73a61?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/951c07ac-cbcd-4817-9fbc-6c3e2c795730?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-606bef8ce4b43046bf0fb4a0e11f586e-01f8c1eebcde3140-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f11ba1b438ea24de4bcd574f1e280856", + "traceparent": "00-5ef56de86c546e489fe0ba555f1fd48f-360c1c65088be04e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "22db06b5e75df3b9afa62d4d7389aeac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14647,7 +13967,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:42:43 GMT", + "Date": "Thu, 15 Jun 2023 17:55:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14656,28 +13976,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f11ba1b438ea24de4bcd574f1e280856", - "x-ms-correlation-request-id": "716913ba-4251-4053-87ca-bf33a0cf9d7a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "ae4a986e-14f8-4372-b1f3-65d64eff4522", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124244Z:716913ba-4251-4053-87ca-bf33a0cf9d7a", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "22db06b5e75df3b9afa62d4d7389aeac", + "x-ms-correlation-request-id": "262fa849-821e-4022-bd20-9a850f4ab79b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "6012273c-8592-4320-b834-e624817bb6b8", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175551Z:262fa849-821e-4022-bd20-9a850f4ab79b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:42:41.0297939\u002B00:00", + "startTime": "2023-06-15T17:55:49.5475672\u002B00:00", "status": "InProgress", - "name": "c7777357-dfa8-494a-856c-71af8ff73a61" + "name": "951c07ac-cbcd-4817-9fbc-6c3e2c795730" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c7777357-dfa8-494a-856c-71af8ff73a61?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/951c07ac-cbcd-4817-9fbc-6c3e2c795730?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-606bef8ce4b43046bf0fb4a0e11f586e-543e0af5bd450540-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "edf0fa9127005286a50533982c024bf2", + "traceparent": "00-5ef56de86c546e489fe0ba555f1fd48f-d045222e4effa949-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9a5a752f84a39ef29958ea950282534a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14686,7 +14006,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:42:44 GMT", + "Date": "Thu, 15 Jun 2023 17:55:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14695,28 +14015,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "edf0fa9127005286a50533982c024bf2", - "x-ms-correlation-request-id": "2d46f68a-b28f-4365-8e36-59ca20cbb58d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "2876d750-86ee-49f9-86b8-2f567541ea94", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124245Z:2d46f68a-b28f-4365-8e36-59ca20cbb58d", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "9a5a752f84a39ef29958ea950282534a", + "x-ms-correlation-request-id": "80390010-1edc-4450-aa73-d5df1b69090b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "82450f31-8189-4d9a-abc8-d09fa636f9b8", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175552Z:80390010-1edc-4450-aa73-d5df1b69090b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:42:41.0297939\u002B00:00", + "startTime": "2023-06-15T17:55:49.5475672\u002B00:00", "status": "InProgress", - "name": "c7777357-dfa8-494a-856c-71af8ff73a61" + "name": "951c07ac-cbcd-4817-9fbc-6c3e2c795730" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c7777357-dfa8-494a-856c-71af8ff73a61?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/951c07ac-cbcd-4817-9fbc-6c3e2c795730?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-606bef8ce4b43046bf0fb4a0e11f586e-abc90398cff5fe43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "05ec6a482cdbd786af465e967f23c248", + "traceparent": "00-5ef56de86c546e489fe0ba555f1fd48f-3ae35a910eac284a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ffbc8e990f2799bdcacde86175821111", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14725,7 +14045,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:42:46 GMT", + "Date": "Thu, 15 Jun 2023 17:55:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14734,28 +14054,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "05ec6a482cdbd786af465e967f23c248", - "x-ms-correlation-request-id": "d3068339-e6ca-436f-a14c-eb924fa019fc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "c02f7df2-01a9-4c86-9968-422d6a5d6a44", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124246Z:d3068339-e6ca-436f-a14c-eb924fa019fc", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "ffbc8e990f2799bdcacde86175821111", + "x-ms-correlation-request-id": "55530adb-0f9f-49f2-89e8-635e6264c42c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "0b3d4a18-778b-43c9-887f-298719c81552", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175555Z:55530adb-0f9f-49f2-89e8-635e6264c42c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:42:41.0297939\u002B00:00", + "startTime": "2023-06-15T17:55:49.5475672\u002B00:00", "status": "InProgress", - "name": "c7777357-dfa8-494a-856c-71af8ff73a61" + "name": "951c07ac-cbcd-4817-9fbc-6c3e2c795730" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c7777357-dfa8-494a-856c-71af8ff73a61?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/951c07ac-cbcd-4817-9fbc-6c3e2c795730?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-606bef8ce4b43046bf0fb4a0e11f586e-e52f3e368f74e34b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e94775b1d57b8d271bc84be50546f748", + "traceparent": "00-5ef56de86c546e489fe0ba555f1fd48f-ffeb5fb794b1704d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "037a0c4e515330f9133d8805fd23f12d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14764,7 +14084,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:42:47 GMT", + "Date": "Thu, 15 Jun 2023 17:55:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14773,28 +14093,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e94775b1d57b8d271bc84be50546f748", - "x-ms-correlation-request-id": "c38808c0-a830-4817-aac4-d2ad73a094a2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "b50a9293-2aea-44c3-a1e3-9cc508fe181a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124248Z:c38808c0-a830-4817-aac4-d2ad73a094a2", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "037a0c4e515330f9133d8805fd23f12d", + "x-ms-correlation-request-id": "a6729d52-d27e-4234-80b9-318971ed4aee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "2843ed1f-8c39-4bfc-9757-348ec955dc1e", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175559Z:a6729d52-d27e-4234-80b9-318971ed4aee", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:42:41.0297939\u002B00:00", + "startTime": "2023-06-15T17:55:49.5475672\u002B00:00", "status": "InProgress", - "name": "c7777357-dfa8-494a-856c-71af8ff73a61" + "name": "951c07ac-cbcd-4817-9fbc-6c3e2c795730" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c7777357-dfa8-494a-856c-71af8ff73a61?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/951c07ac-cbcd-4817-9fbc-6c3e2c795730?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-606bef8ce4b43046bf0fb4a0e11f586e-9e92874135f88242-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b3076482023c657b73193eb9c8efd282", + "traceparent": "00-5ef56de86c546e489fe0ba555f1fd48f-ab728ac63e28764b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e4b4e353afcd2085b8c0d0d59c912817", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14803,7 +14123,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:42:49 GMT", + "Date": "Thu, 15 Jun 2023 17:56:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14812,28 +14132,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b3076482023c657b73193eb9c8efd282", - "x-ms-correlation-request-id": "0bd2040e-ccfb-408f-9f12-6d3f2a682b31", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "9470dc9b-8a77-4e00-ab37-41cad1b80098", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124250Z:0bd2040e-ccfb-408f-9f12-6d3f2a682b31", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "e4b4e353afcd2085b8c0d0d59c912817", + "x-ms-correlation-request-id": "48c714b3-a7d9-4e6c-b636-96be8d80aa66", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "ca16380b-acd7-48be-bcc1-18f0333adce2", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175607Z:48c714b3-a7d9-4e6c-b636-96be8d80aa66", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:42:41.0297939\u002B00:00", + "startTime": "2023-06-15T17:55:49.5475672\u002B00:00", "status": "InProgress", - "name": "c7777357-dfa8-494a-856c-71af8ff73a61" + "name": "951c07ac-cbcd-4817-9fbc-6c3e2c795730" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c7777357-dfa8-494a-856c-71af8ff73a61?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/951c07ac-cbcd-4817-9fbc-6c3e2c795730?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-606bef8ce4b43046bf0fb4a0e11f586e-d1d3f7c386914c43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b7e6ea4261bb7377435fea12e0a1d168", + "traceparent": "00-5ef56de86c546e489fe0ba555f1fd48f-af42d05313bc1048-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f547d846500747f6958bebea86b89ca6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14842,7 +14162,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:42:54 GMT", + "Date": "Thu, 15 Jun 2023 17:56:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14851,28 +14171,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b7e6ea4261bb7377435fea12e0a1d168", - "x-ms-correlation-request-id": "ec4d6585-ca0f-4e64-a9e6-aa3ad3469cce", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "a5ab3ec5-c163-4c6d-b0f0-b27262d83bb4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124254Z:ec4d6585-ca0f-4e64-a9e6-aa3ad3469cce", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "f547d846500747f6958bebea86b89ca6", + "x-ms-correlation-request-id": "f6c19329-9941-4131-ac1e-56aaa5f30edc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "757ec864-e44f-43f4-9da9-fb8a1c969649", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175623Z:f6c19329-9941-4131-ac1e-56aaa5f30edc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:42:41.0297939\u002B00:00", + "startTime": "2023-06-15T17:55:49.5475672\u002B00:00", "status": "InProgress", - "name": "c7777357-dfa8-494a-856c-71af8ff73a61" + "name": "951c07ac-cbcd-4817-9fbc-6c3e2c795730" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c7777357-dfa8-494a-856c-71af8ff73a61?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/951c07ac-cbcd-4817-9fbc-6c3e2c795730?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-606bef8ce4b43046bf0fb4a0e11f586e-8c4a65f9bb200d41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1a14164e0e1baf0cfae17561976dc42b", + "traceparent": "00-5ef56de86c546e489fe0ba555f1fd48f-ea81f29a00e09342-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "920dbbdc2dcd9f44875a4b9281239481", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14881,7 +14201,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:43:02 GMT", + "Date": "Thu, 15 Jun 2023 17:56:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14890,28 +14210,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a14164e0e1baf0cfae17561976dc42b", - "x-ms-correlation-request-id": "e9326c9e-a4e4-47c9-8a91-3880b76a04ce", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "a662b443-feec-4935-98bd-975beb12dcc0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124303Z:e9326c9e-a4e4-47c9-8a91-3880b76a04ce", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "920dbbdc2dcd9f44875a4b9281239481", + "x-ms-correlation-request-id": "a8e2cfed-3445-4212-95c5-87d17d111103", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "4861df7e-ad2c-4426-b46d-b555aa330350", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175655Z:a8e2cfed-3445-4212-95c5-87d17d111103", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:42:41.0297939\u002B00:00", + "startTime": "2023-06-15T17:55:49.5475672\u002B00:00", "status": "InProgress", - "name": "c7777357-dfa8-494a-856c-71af8ff73a61" + "name": "951c07ac-cbcd-4817-9fbc-6c3e2c795730" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c7777357-dfa8-494a-856c-71af8ff73a61?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/951c07ac-cbcd-4817-9fbc-6c3e2c795730?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-606bef8ce4b43046bf0fb4a0e11f586e-6039739ea40f0c4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1ba2c8f64060208ded9370dd176884d1", + "traceparent": "00-5ef56de86c546e489fe0ba555f1fd48f-8708dd76a0b6524a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "24be7014fbdc0325ec6c4f41c39b99ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14920,7 +14240,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:43:19 GMT", + "Date": "Thu, 15 Jun 2023 17:57:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14929,28 +14249,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ba2c8f64060208ded9370dd176884d1", - "x-ms-correlation-request-id": "2b0b3a16-18ac-4442-b29c-0b50d3fd3d5e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "546accc1-d675-439d-ad93-ad47ff7d6f87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124319Z:2b0b3a16-18ac-4442-b29c-0b50d3fd3d5e", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "24be7014fbdc0325ec6c4f41c39b99ff", + "x-ms-correlation-request-id": "00a764ed-68f8-4c89-9c63-4f9efcc4ccb2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "40669a71-64af-4db8-8f6c-bcf44bba0840", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175727Z:00a764ed-68f8-4c89-9c63-4f9efcc4ccb2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:42:41.0297939\u002B00:00", + "startTime": "2023-06-15T17:55:49.5475672\u002B00:00", "status": "InProgress", - "name": "c7777357-dfa8-494a-856c-71af8ff73a61" + "name": "951c07ac-cbcd-4817-9fbc-6c3e2c795730" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c7777357-dfa8-494a-856c-71af8ff73a61?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/951c07ac-cbcd-4817-9fbc-6c3e2c795730?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-606bef8ce4b43046bf0fb4a0e11f586e-80fa3461414c304a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b26bd548b7db3366de37bdd9eb16dbd5", + "traceparent": "00-5ef56de86c546e489fe0ba555f1fd48f-21357f48f3fc7f4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e0f92a249684194994a76ead0463c671", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14959,7 +14279,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:43:51 GMT", + "Date": "Thu, 15 Jun 2023 17:57:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14968,28 +14288,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b26bd548b7db3366de37bdd9eb16dbd5", - "x-ms-correlation-request-id": "2176ce23-ac41-4983-8291-5a8d13c782fc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "5eedadae-951d-4315-861f-637b23757559", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124352Z:2176ce23-ac41-4983-8291-5a8d13c782fc", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "e0f92a249684194994a76ead0463c671", + "x-ms-correlation-request-id": "15f901f5-feb7-4f71-bab9-1e2373271620", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "637ef3f7-4820-43cf-804b-8342c91b4721", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175759Z:15f901f5-feb7-4f71-bab9-1e2373271620", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:42:41.0297939\u002B00:00", + "startTime": "2023-06-15T17:55:49.5475672\u002B00:00", "status": "InProgress", - "name": "c7777357-dfa8-494a-856c-71af8ff73a61" + "name": "951c07ac-cbcd-4817-9fbc-6c3e2c795730" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c7777357-dfa8-494a-856c-71af8ff73a61?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/951c07ac-cbcd-4817-9fbc-6c3e2c795730?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-606bef8ce4b43046bf0fb4a0e11f586e-a961b2fa940ea546-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "171cbf9bb6ff0d0888f42d889d2e9791", + "traceparent": "00-5ef56de86c546e489fe0ba555f1fd48f-a8345f7347e61043-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "16d569f678f9e0c9960aa560dd02dbec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14998,7 +14318,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:44:24 GMT", + "Date": "Thu, 15 Jun 2023 17:58:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -15007,28 +14327,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "171cbf9bb6ff0d0888f42d889d2e9791", - "x-ms-correlation-request-id": "aa556f3d-a1c6-4e7f-aa88-bab6a1a6635e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "3dcd5534-662c-4a81-b6ec-0e184e4beec8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124424Z:aa556f3d-a1c6-4e7f-aa88-bab6a1a6635e", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "16d569f678f9e0c9960aa560dd02dbec", + "x-ms-correlation-request-id": "2b7c8e61-15a9-43ec-a3b3-8bda83dedf6d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "43346729-a7f6-450f-ac39-2144cf40d034", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175831Z:2b7c8e61-15a9-43ec-a3b3-8bda83dedf6d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:42:41.0297939\u002B00:00", + "startTime": "2023-06-15T17:55:49.5475672\u002B00:00", "status": "InProgress", - "name": "c7777357-dfa8-494a-856c-71af8ff73a61" + "name": "951c07ac-cbcd-4817-9fbc-6c3e2c795730" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c7777357-dfa8-494a-856c-71af8ff73a61?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/951c07ac-cbcd-4817-9fbc-6c3e2c795730?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-606bef8ce4b43046bf0fb4a0e11f586e-4dec78759f42d149-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c119a45d11013f50626e3c2883b334d7", + "traceparent": "00-5ef56de86c546e489fe0ba555f1fd48f-458074a55d7c9248-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "566e4bc1b32a7dfd27a590348d77fe88", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -15037,7 +14357,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:44:56 GMT", + "Date": "Thu, 15 Jun 2023 17:59:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -15046,37 +14366,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c119a45d11013f50626e3c2883b334d7", - "x-ms-correlation-request-id": "38e816e6-0057-45eb-be60-ecf28df22e17", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "8f5bcb5c-f0e4-49ff-825c-88807502c936", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124456Z:38e816e6-0057-45eb-be60-ecf28df22e17", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "566e4bc1b32a7dfd27a590348d77fe88", + "x-ms-correlation-request-id": "8e3a70e8-9673-4612-bdb6-93f0c47441d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "d81188c1-0e03-41e3-b07a-8d1291e63aac", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175904Z:8e3a70e8-9673-4612-bdb6-93f0c47441d0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:42:41.0297939\u002B00:00", + "startTime": "2023-06-15T17:55:49.5475672\u002B00:00", "status": "InProgress", - "name": "c7777357-dfa8-494a-856c-71af8ff73a61" + "name": "951c07ac-cbcd-4817-9fbc-6c3e2c795730" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c7777357-dfa8-494a-856c-71af8ff73a61?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/951c07ac-cbcd-4817-9fbc-6c3e2c795730?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-606bef8ce4b43046bf0fb4a0e11f586e-2db5ab1f31655f4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "58429bb76d4c91d2cc5d29e689de95af", + "traceparent": "00-5ef56de86c546e489fe0ba555f1fd48f-6d10a2653e7d5f42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5a4adea683c5ab0560194a79f0e83c91", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:45:28 GMT", + "Date": "Thu, 15 Jun 2023 17:59:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -15085,38 +14405,41 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "58429bb76d4c91d2cc5d29e689de95af", - "x-ms-correlation-request-id": "4a9251d1-e855-4c15-8655-ffe2c09dfe0a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "3ea6bba6-fbb7-4f05-a3b2-220aa042c53e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124529Z:4a9251d1-e855-4c15-8655-ffe2c09dfe0a", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "5a4adea683c5ab0560194a79f0e83c91", + "x-ms-correlation-request-id": "0dfe7b91-0c7b-4287-a867-6624116a3372", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "32aec505-3691-46a7-92d5-d8808ca9064f", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175936Z:0dfe7b91-0c7b-4287-a867-6624116a3372", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:42:41.0297939\u002B00:00", - "status": "InProgress", - "name": "c7777357-dfa8-494a-856c-71af8ff73a61" + "startTime": "2023-06-15T17:55:49.5475672\u002B00:00", + "endTime": "2023-06-15T17:59:06.8024571\u002B00:00", + "status": "Succeeded", + "name": "951c07ac-cbcd-4817-9fbc-6c3e2c795730" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c7777357-dfa8-494a-856c-71af8ff73a61?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc4585?api-version=2023-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-606bef8ce4b43046bf0fb4a0e11f586e-416b0be84c285a4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "477c2ba019fd89d36fdcb59079df8ad5", + "traceparent": "00-9023a523a50af547a0407601095918bd-cd1c4418cde30f45-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b8eb81cc6ff543476b58ef54e895521e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:46:00 GMT", + "Content-Length": "0", + "Date": "Thu, 15 Jun 2023 17:59:36 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -15124,37 +14447,33 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "477c2ba019fd89d36fdcb59079df8ad5", - "x-ms-correlation-request-id": "d4503864-a514-4535-91c5-52961df62d04", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "4190ce4b-0f7f-4d3c-9d94-3dd14dc7817e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124601Z:d4503864-a514-4535-91c5-52961df62d04", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "b8eb81cc6ff543476b58ef54e895521e", + "x-ms-correlation-request-id": "abad9dba-8c0a-422f-8e8f-6b163cee86de", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;28", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175936Z:abad9dba-8c0a-422f-8e8f-6b163cee86de", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": { - "startTime": "2023-03-23T12:42:41.0297939\u002B00:00", - "status": "InProgress", - "name": "c7777357-dfa8-494a-856c-71af8ff73a61" - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c7777357-dfa8-494a-856c-71af8ff73a61?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-606bef8ce4b43046bf0fb4a0e11f586e-f7317bbd7f905c48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "02d056bf3fecef44d187f5a3e769b583", + "traceparent": "00-9023a523a50af547a0407601095918bd-390e144c3738634b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0c67fe68458b37939707ef6c94b1c3cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:46:33 GMT", + "Date": "Thu, 15 Jun 2023 17:59:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -15163,375 +14482,496 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02d056bf3fecef44d187f5a3e769b583", - "x-ms-correlation-request-id": "77b9617d-6885-48be-a373-88db195b87a8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "c6c2c468-ab10-4ed3-9623-d9425b1c65b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124633Z:77b9617d-6885-48be-a373-88db195b87a8", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "0c67fe68458b37939707ef6c94b1c3cb", + "x-ms-correlation-request-id": "4ec289d5-d94b-4ef0-ab75-619f5d94dcb4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "6a8c4602-fa17-44f9-8e67-d677e1518ae3", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175936Z:4ec289d5-d94b-4ef0-ab75-619f5d94dcb4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:42:41.0297939\u002B00:00", - "endTime": "2023-03-23T12:46:08.5469833\u002B00:00", - "status": "Succeeded", - "name": "c7777357-dfa8-494a-856c-71af8ff73a61" + "startTime": "2023-06-15T17:59:36.466785\u002B00:00", + "status": "InProgress", + "name": "f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2367?api-version=**", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-3ec5748e3f4fd34fa76c972154028a89-954c79219965764a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "57888dd8ec379edac7b8e86fb74218ed", + "traceparent": "00-9023a523a50af547a0407601095918bd-f2149a03baa4ba4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d36d2cc63d2e4cda5aad73327836dae7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 12:46:39 GMT", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 17:59:37 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c72fe0b0-4ec7-46d0-a154-9afd42848f66", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "c72fe0b0-4ec7-46d0-a154-9afd42848f66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124640Z:c72fe0b0-4ec7-46d0-a154-9afd42848f66" + "x-ms-client-request-id": "d36d2cc63d2e4cda5aad73327836dae7", + "x-ms-correlation-request-id": "7087a857-053d-4a8e-b251-37ce60760446", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "9927812c-314e-479b-938d-266393baf47f", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175937Z:7087a857-053d-4a8e-b251-37ce60760446", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T17:59:36.466785\u002B00:00", + "status": "InProgress", + "name": "f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3ec5748e3f4fd34fa76c972154028a89-846f671847bfd040-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ecb732273257d29d7c323a3456d4388f", + "traceparent": "00-9023a523a50af547a0407601095918bd-350c907970933d4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e9ebb0cb462dc6928a8267af91baaa94", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 12:46:41 GMT", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 17:59:38 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9c02e5f-0931-4789-88bd-0b21c6046d61", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "e9c02e5f-0931-4789-88bd-0b21c6046d61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124641Z:e9c02e5f-0931-4789-88bd-0b21c6046d61" + "x-ms-client-request-id": "e9ebb0cb462dc6928a8267af91baaa94", + "x-ms-correlation-request-id": "9b2f5540-1b16-4a28-a71c-6cb68c6f4289", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "9bffef0e-ffbd-4a6b-bfad-4c4509f25044", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175938Z:9b2f5540-1b16-4a28-a71c-6cb68c6f4289", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T17:59:36.466785\u002B00:00", + "status": "InProgress", + "name": "f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3ec5748e3f4fd34fa76c972154028a89-cd0270ebbeb6fd43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "92d0086e82424575ca2770aa76647997", + "traceparent": "00-9023a523a50af547a0407601095918bd-4a28ee9774ca7f4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3c492bffb9162b0f241bb1ded261be60", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 12:46:56 GMT", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 17:59:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1c04d3e-6fa6-450a-813b-14a1cec6a194", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "b1c04d3e-6fa6-450a-813b-14a1cec6a194", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124657Z:b1c04d3e-6fa6-450a-813b-14a1cec6a194" + "x-ms-client-request-id": "3c492bffb9162b0f241bb1ded261be60", + "x-ms-correlation-request-id": "ea17faed-e109-40a6-abb3-e1a23fd39ec7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "afa25073-52f9-4485-973d-acbbf44cf831", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175939Z:ea17faed-e109-40a6-abb3-e1a23fd39ec7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T17:59:36.466785\u002B00:00", + "status": "InProgress", + "name": "f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3ec5748e3f4fd34fa76c972154028a89-061ef7ab1518094c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8548e2152b8aa195b753b7dc588e0a11", + "traceparent": "00-9023a523a50af547a0407601095918bd-9498b643bae8c64a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e3a1072dd9c5809d99a748abd62abb9f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 12:47:11 GMT", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 17:59:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fdc7b669-6263-4f62-a24b-2e65f7458dfd", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "fdc7b669-6263-4f62-a24b-2e65f7458dfd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124712Z:fdc7b669-6263-4f62-a24b-2e65f7458dfd" + "x-ms-client-request-id": "e3a1072dd9c5809d99a748abd62abb9f", + "x-ms-correlation-request-id": "348370c4-7c75-401a-bea8-3b930576c08c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "ebc49039-8026-480d-9526-882adba12742", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175941Z:348370c4-7c75-401a-bea8-3b930576c08c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T17:59:36.466785\u002B00:00", + "status": "InProgress", + "name": "f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3ec5748e3f4fd34fa76c972154028a89-887e662840fb9548-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1c06e654105fa5c3bc72222fc1f25b17", + "Connection": "close", + "traceparent": "00-9023a523a50af547a0407601095918bd-8a0b96e50ec7584b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4d32de039dec11d0a1c0c51294b4f429", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 12:47:28 GMT", + "Connection": "close", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 17:59:45 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9bfbc210-4f64-4af0-8932-a8a9a4ac5c9c", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "9bfbc210-4f64-4af0-8932-a8a9a4ac5c9c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124728Z:9bfbc210-4f64-4af0-8932-a8a9a4ac5c9c" + "x-ms-client-request-id": "4d32de039dec11d0a1c0c51294b4f429", + "x-ms-correlation-request-id": "85fa0a8c-06a5-4743-8b8a-83cb2ed9de5a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "7ce75d3b-23be-45fc-af12-f3c9d380f670", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T175946Z:85fa0a8c-06a5-4743-8b8a-83cb2ed9de5a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T17:59:36.466785\u002B00:00", + "status": "InProgress", + "name": "f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-3ec5748e3f4fd34fa76c972154028a89-5930a2e4aabd3b40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "731ea2b8b28c4305722fdbeeca98ec3b", + "traceparent": "00-9023a523a50af547a0407601095918bd-21013157484d6d4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "898206c4c71826cf8ec9a26f706355f9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 12:47:43 GMT", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 17:59:53 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c7a0a69-9078-463e-9bf6-bebed7c3d9b7", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "4c7a0a69-9078-463e-9bf6-bebed7c3d9b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124743Z:4c7a0a69-9078-463e-9bf6-bebed7c3d9b7" + "x-ms-client-request-id": "898206c4c71826cf8ec9a26f706355f9", + "x-ms-correlation-request-id": "4cdea653-1518-41e5-a730-ac2a30fb72b7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "f44c67ed-80a1-4b00-b5cf-f0713f1ae4d6", + "x-ms-routing-request-id": "EASTUS:20230615T175954Z:4cdea653-1518-41e5-a730-ac2a30fb72b7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T17:59:36.466785\u002B00:00", + "status": "InProgress", + "name": "f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3ec5748e3f4fd34fa76c972154028a89-8540064c2fd9f041-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "90565f1c5c5d05381fa3c8170966dfc4", + "traceparent": "00-9023a523a50af547a0407601095918bd-9f6f40265f9e6344-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f3db1260712e8f74368f4104138bebe5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 12:48:00 GMT", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 18:00:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41cd2318-daa7-4f56-9539-e236a8b5705b", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "41cd2318-daa7-4f56-9539-e236a8b5705b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124800Z:41cd2318-daa7-4f56-9539-e236a8b5705b" + "x-ms-client-request-id": "f3db1260712e8f74368f4104138bebe5", + "x-ms-correlation-request-id": "855882e2-e409-40ae-a857-94e7c403b909", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "0fab5373-d3b5-4812-9fe5-10dded47ae24", + "x-ms-routing-request-id": "EASTUS:20230615T180010Z:855882e2-e409-40ae-a857-94e7c403b909", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T17:59:36.466785\u002B00:00", + "status": "InProgress", + "name": "f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3ec5748e3f4fd34fa76c972154028a89-32677a2e8ec6b241-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b5239ff7976fa185e1c3aa3034d4da24", + "traceparent": "00-9023a523a50af547a0407601095918bd-3b6436ddbb007a4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cfe71fb331a73c860e0bbf23fb61a03e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 12:48:15 GMT", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 18:00:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "71e4fecc-fd74-42e1-bdcf-6bc9cf97d786", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "71e4fecc-fd74-42e1-bdcf-6bc9cf97d786", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124815Z:71e4fecc-fd74-42e1-bdcf-6bc9cf97d786" + "x-ms-client-request-id": "cfe71fb331a73c860e0bbf23fb61a03e", + "x-ms-correlation-request-id": "762d5706-8a88-43ba-a8ac-d57be620208e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "a9152df9-9c24-4b3c-ba5b-01c6abefb3f0", + "x-ms-routing-request-id": "EASTUS:20230615T180042Z:762d5706-8a88-43ba-a8ac-d57be620208e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T17:59:36.466785\u002B00:00", + "status": "InProgress", + "name": "f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3ec5748e3f4fd34fa76c972154028a89-4ecffdc2137eda40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6213e685cb9c5cba6a1953e8e9ed390c", + "traceparent": "00-9023a523a50af547a0407601095918bd-963dfd2602e78f45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "82b1cb6b00d852fa92f3528985cb1202", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 12:48:32 GMT", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 18:01:13 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c167b58-c22f-4b18-b03b-75aa0d16811b", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "2c167b58-c22f-4b18-b03b-75aa0d16811b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124832Z:2c167b58-c22f-4b18-b03b-75aa0d16811b" + "x-ms-client-request-id": "82b1cb6b00d852fa92f3528985cb1202", + "x-ms-correlation-request-id": "4d13fd6b-31ab-456c-b412-5860037bb2fd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "8b5449b7-d358-44c0-a023-75d34db85d4a", + "x-ms-routing-request-id": "EASTUS:20230615T180114Z:4d13fd6b-31ab-456c-b412-5860037bb2fd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T17:59:36.466785\u002B00:00", + "status": "InProgress", + "name": "f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3ec5748e3f4fd34fa76c972154028a89-f0d7f35a67408a47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2bf7174f377585cbd9b4af99b108d04b", + "traceparent": "00-9023a523a50af547a0407601095918bd-570d597f6092ef4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "51bcbcdd857b2e528b9ee422b25094d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 12:49:04 GMT", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 18:01:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d62163d6-5a02-4bf9-a459-0a8da7c11f80", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "d62163d6-5a02-4bf9-a459-0a8da7c11f80", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124905Z:d62163d6-5a02-4bf9-a459-0a8da7c11f80" + "x-ms-client-request-id": "51bcbcdd857b2e528b9ee422b25094d5", + "x-ms-correlation-request-id": "5f97e2f3-c396-48c4-b067-200bae5c2420", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "06c13e4b-fd0b-4160-8120-c3d8cd416277", + "x-ms-routing-request-id": "EASTUS:20230615T180146Z:5f97e2f3-c396-48c4-b067-200bae5c2420", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T17:59:36.466785\u002B00:00", + "status": "InProgress", + "name": "f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3ec5748e3f4fd34fa76c972154028a89-33c1ceb7ec75ce47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2392a4c97d532c27e5c64b56439cb7f3", + "traceparent": "00-9023a523a50af547a0407601095918bd-e5920dac146f7443-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "479803ef69d9b30c24953db4dffdb643", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 12:49:36 GMT", + "Content-Length": "133", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 18:02:18 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5bb8be90-5718-49d3-b172-3a336ccfcb06", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "5bb8be90-5718-49d3-b172-3a336ccfcb06", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T124937Z:5bb8be90-5718-49d3-b172-3a336ccfcb06" + "x-ms-client-request-id": "479803ef69d9b30c24953db4dffdb643", + "x-ms-correlation-request-id": "5239a3fc-32cc-40dd-bdf3-c6b7cef07c99", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "ef18033a-1196-4cc0-8ed6-24b88aa3ea8a", + "x-ms-routing-request-id": "EASTUS:20230615T180218Z:5239a3fc-32cc-40dd-bdf3-c6b7cef07c99", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T17:59:36.466785\u002B00:00", + "status": "InProgress", + "name": "f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3ec5748e3f4fd34fa76c972154028a89-ec75b6916327274c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1de09e8aaedd4eae1a8d88e71b20aa62", + "traceparent": "00-9023a523a50af547a0407601095918bd-cb212f7137fe1942-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3e45bcf94fa5e6c27983f73a1bd7a041", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 12:50:09 GMT", + "Content-Length": "183", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 18:02:50 GMT", "Expires": "-1", "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1487245-5a45-424f-b50c-0e37bd0fef47", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "e1487245-5a45-424f-b50c-0e37bd0fef47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125010Z:e1487245-5a45-424f-b50c-0e37bd0fef47" + "x-ms-client-request-id": "3e45bcf94fa5e6c27983f73a1bd7a041", + "x-ms-correlation-request-id": "a90f9047-81f3-42cc-97fe-d0f9e79e170f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "557f60aa-ca34-4fe5-b199-62ac49f2dc70", + "x-ms-routing-request-id": "EASTUS:20230615T180250Z:a90f9047-81f3-42cc-97fe-d0f9e79e170f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T17:59:36.466785\u002B00:00", + "endTime": "2023-06-15T18:02:49.6448608\u002B00:00", + "status": "Succeeded", + "name": "f47cf4b7-ef30-45a1-80d0-94dbf3a37ec5" + } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "372664052", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1726996571", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/GetAll()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/GetAll()Async.json index 34af401969d5..41387a41ae41 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/GetAll()Async.json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheCollectionTest/GetAll()Async.json @@ -1,53 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-65e4587732fcd248a5eee1c4655c6d8d-744f8ba4f5b86f48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4a3ee110613872b60ea759ba7668a6cc", + "traceparent": "00-4f7b630026728d4ea1f6aced7af83209-6ef5b715a82e4143-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "57a61a886f77f5ddf3eed9fa94b71186", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:25:50 GMT", + "Date": "Thu, 15 Jun 2023 19:39:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "14a0c83e-98ee-4708-9d5e-d78206b2bc19", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "14a0c83e-98ee-4708-9d5e-d78206b2bc19", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112551Z:14a0c83e-98ee-4708-9d5e-d78206b2bc19" + "x-ms-correlation-request-id": "95a4e102-0165-4b98-844b-4cee32a3af2b", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "95a4e102-0165-4b98-844b-4cee32a3af2b", + "x-ms-routing-request-id": "EASTUS:20230615T193941Z:95a4e102-0165-4b98-844b-4cee32a3af2b" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -57,75 +43,76 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg161?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-80dde03a3eadaa42b6bd5215a5fc7499-4725b0f34fa7f54c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a29ceb90120af454b5ead15b9ba04252", + "traceparent": "00-555cbadb5837b4439bfada88246bd749-5d72361bf6094746-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "62714ab4ee9c04d9e6d8a4f10f556ed5", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "239", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:25:56 GMT", + "Date": "Thu, 15 Jun 2023 19:39:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d5295fa-da79-4b4f-a83d-bc606863751d", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "4d5295fa-da79-4b4f-a83d-bc606863751d", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112556Z:4d5295fa-da79-4b4f-a83d-bc606863751d" + "x-ms-correlation-request-id": "88c0c99c-e82a-4c3c-8c69-d586b5a05031", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "88c0c99c-e82a-4c3c-8c69-d586b5a05031", + "x-ms-routing-request-id": "EASTUS:20230615T193941Z:88c0c99c-e82a-4c3c-8c69-d586b5a05031" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161", - "name": "storagecachetestrg161", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-493388baf039064c812d5d8b4b4e352d-41be923c93acc749-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7846e582892385ff51b9512769c443be", + "traceparent": "00-3aeef49e621b4844ae1d40b970dce788-317c4e700ad55245-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "00ee5724157f758d7fc0bb1ec2aa8275", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "146015", + "Content-Length": "156364", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:25:57 GMT", + "Date": "Thu, 15 Jun 2023 19:39:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "176a9865-f298-4ca8-bb96-029a979ec998", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "176a9865-f298-4ca8-bb96-029a979ec998", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112558Z:176a9865-f298-4ca8-bb96-029a979ec998" + "x-ms-correlation-request-id": "a438336d-2d8a-4df8-aced-709731aa6b77", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "a438336d-2d8a-4df8-aced-709731aa6b77", + "x-ms-routing-request-id": "EASTUS:20230615T193942Z:a438336d-2d8a-4df8-aced-709731aa6b77" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -175,6 +162,10 @@ { "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" } ], "resourceTypes": [ @@ -217,9 +208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -335,9 +331,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -453,9 +454,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -493,97 +499,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -593,89 +614,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -685,17 +706,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -740,9 +769,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -821,97 +855,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -921,89 +970,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1013,17 +1062,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1068,9 +1125,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1118,9 +1180,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1144,97 +1211,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1244,89 +1326,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1336,17 +1418,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1391,9 +1481,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1509,9 +1604,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1572,9 +1672,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1647,9 +1752,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1721,9 +1831,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1793,9 +1908,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1911,9 +2031,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2029,9 +2154,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2128,9 +2258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2214,9 +2349,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2297,9 +2437,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2415,9 +2560,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2458,97 +2608,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2558,89 +2723,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2650,17 +2815,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -2705,9 +2878,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2809,9 +2987,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2898,9 +3081,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2987,9 +3175,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3076,9 +3269,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3194,9 +3392,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3312,9 +3515,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3430,9 +3638,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3497,97 +3710,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3597,89 +3825,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3689,17 +3917,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -3744,9 +3980,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3785,6 +4026,8 @@ "resourceType": "locations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3899,9 +4142,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4016,9 +4264,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4133,9 +4386,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4236,9 +4494,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4299,9 +4562,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4348,9 +4616,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4465,9 +4738,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4556,9 +4834,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4638,9 +4921,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4687,9 +4975,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4761,9 +5054,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4835,9 +5133,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4905,9 +5208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4978,9 +5286,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5051,9 +5364,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5116,9 +5434,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5181,9 +5504,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5263,9 +5591,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5323,9 +5656,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5373,9 +5711,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5433,9 +5776,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5515,9 +5863,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5597,9 +5950,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5679,9 +6037,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5761,9 +6124,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6337,7 +6705,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6379,7 +6750,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6421,7 +6795,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6463,7 +6840,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6505,7 +6885,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6547,7 +6930,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6589,7 +6975,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6631,7 +7020,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6666,7 +7058,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6686,6 +7080,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6701,7 +7096,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6720,7 +7117,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6739,7 +7138,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6758,7 +7159,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6771,6 +7174,17 @@ "defaultApiVersion": "2018-08-01", "capabilities": "None" }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, { "resourceType": "trafficManagerUserMetricsKeys", "locations": [ @@ -6778,6 +7192,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2017-09-01-preview" @@ -6791,7 +7206,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6841,9 +7258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6945,9 +7367,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7048,9 +7475,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7140,9 +7572,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7230,9 +7667,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7306,9 +7748,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7382,9 +7829,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7458,9 +7910,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7562,9 +8019,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7655,9 +8117,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7744,9 +8211,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7831,9 +8303,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7902,9 +8379,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7991,9 +8473,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8080,9 +8567,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8159,9 +8651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8238,9 +8735,13 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8288,9 +8789,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8366,9 +8872,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8411,6 +8922,7 @@ "resourceType": "firewallPolicies", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8454,9 +8966,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8492,6 +9008,7 @@ "resourceType": "ipGroups", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8535,9 +9052,13 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8573,6 +9094,8 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8596,6 +9119,8 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8646,6 +9171,8 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8731,9 +9258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8798,9 +9330,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8844,97 +9381,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -8944,89 +9496,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -9036,17 +9588,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -9091,9 +9651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9169,9 +9734,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9248,9 +9818,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9327,9 +9902,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9392,9 +9972,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9483,9 +10068,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9526,30 +10116,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2022-05-01", - "2021-06-01", - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -9584,7 +10150,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -9604,179 +10170,19 @@ "Australia Southeast" ], "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", + "2022-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", + "West US", "East US", "North Europe", "West Europe", @@ -9812,9 +10218,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9891,9 +10302,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9934,6 +10350,7 @@ "resourceType": "virtualRouters", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -9977,9 +10394,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10015,6 +10436,7 @@ "resourceType": "networkVirtualAppliances", "locations": [ "Qatar Central", + "Poland Central", "Brazil Southeast", "West US 3", "Jio India West", @@ -10058,9 +10480,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10126,9 +10552,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10201,10 +10632,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10220,7 +10656,9 @@ "resourceType": "networkManagerConnections", "locations": [], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10279,7 +10717,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-02-01-preview", @@ -10336,10 +10777,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10398,10 +10844,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10460,7 +10911,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-06-01-preview" @@ -10515,10 +10969,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10576,10 +11035,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10594,6 +11058,8 @@ "resourceType": "networkVirtualApplianceSkus", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10657,9 +11123,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10713,9 +11184,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10729,762 +11205,404 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-337?api-version=2022-11-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "173", - "Content-Type": "application/json", - "traceparent": "00-493388baf039064c812d5d8b4b4e352d-15cfded44d22504a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "06c384d8eace835676e5177207166853", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-1623", - "properties": { - "addressPrefix": "10.0.0.0/16" - } - } - ] - }, - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/3f65b1eb-781d-4103-b029-b06dfbfdb5db?api-version=2022-11-01", - "Cache-Control": "no-cache", - "Content-Length": "1274", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:26:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "25fad4b0-891b-4f3d-aa1d-77e13449b893", - "x-ms-client-request-id": "06c384d8eace835676e5177207166853", - "x-ms-correlation-request-id": "171099ed-2587-4901-87d4-38a54cef00c0", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "3f65b1eb-781d-4103-b029-b06dfbfdb5db", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112604Z:171099ed-2587-4901-87d4-38a54cef00c0" - }, - "ResponseBody": { - "name": "scTestVNet-337", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-337", - "etag": "W/\u0022ebd6cdb3-9292-4364-adca-ed5caee3d537\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "15597732-1f00-498f-88d8-7617eb38b16f", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "scTestSubnet-1623", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-337/subnets/scTestSubnet-1623", - "etag": "W/\u0022ebd6cdb3-9292-4364-adca-ed5caee3d537\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/3f65b1eb-781d-4103-b029-b06dfbfdb5db?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-493388baf039064c812d5d8b4b4e352d-a0cfb15264f23b42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ce6ae158535f982b8ec2023d728c7e3b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:26:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9f9ca95d-b312-4475-9832-65e4e667e478", - "x-ms-client-request-id": "ce6ae158535f982b8ec2023d728c7e3b", - "x-ms-correlation-request-id": "49ea592a-0a32-4bfe-bab1-ba0a379c2651", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "30474c58-b8af-4cb5-a3ed-ab08edbfca2f", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112604Z:49ea592a-0a32-4bfe-bab1-ba0a379c2651" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/3f65b1eb-781d-4103-b029-b06dfbfdb5db?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-493388baf039064c812d5d8b4b4e352d-b9688eb7ac620c45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bc19fd51b57b65740aa9fb41e81c1fb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:26:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5e93d042-5db3-4378-baa4-3256abef44f2", - "x-ms-client-request-id": "bc19fd51b57b65740aa9fb41e81c1fb4", - "x-ms-correlation-request-id": "3d2c0cb9-f830-4508-a184-a0d8bf350592", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "95939ad3-808f-4614-bdf1-60cbde1310a0", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112615Z:3d2c0cb9-f830-4508-a184-a0d8bf350592" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-337?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-493388baf039064c812d5d8b4b4e352d-2c620185c16f2e41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "251a807d99acbaf481b0ff87703ba77e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1276", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:26:16 GMT", - "ETag": "W/\u0022b2ffd726-78ab-499a-9e43-7f117b2c5c0a\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e6352987-717c-4ffd-8ed4-39af7e12915c", - "x-ms-client-request-id": "251a807d99acbaf481b0ff87703ba77e", - "x-ms-correlation-request-id": "4983b58e-1dc1-4adc-914a-eec82d6da5db", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "89fe1e9a-8395-4412-9624-83bf13711669", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112616Z:4983b58e-1dc1-4adc-914a-eec82d6da5db" - }, - "ResponseBody": { - "name": "scTestVNet-337", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-337", - "etag": "W/\u0022b2ffd726-78ab-499a-9e43-7f117b2c5c0a\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "15597732-1f00-498f-88d8-7617eb38b16f", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, - "subnets": [ - { - "name": "scTestSubnet-1623", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-337/subnets/scTestSubnet-1623", - "etag": "W/\u0022b2ffd726-78ab-499a-9e43-7f117b2c5c0a\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg161/providers/Microsoft.StorageCache/caches/testsc2731?api-version=2023-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "293", - "Content-Type": "application/json", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-8f79fb6b85573347-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "66e9c70faba8a21b6d05c3b557eaaf72", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_2G" - }, - "tags": {}, - "location": "eastus", - "properties": { - "cacheSizeGB": 3072, - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-337/subnets/scTestSubnet-1623", - "zones": [ - "1" - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1992", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:26:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66e9c70faba8a21b6d05c3b557eaaf72", - "x-ms-correlation-request-id": "91a56c34-3580-441f-9905-39532c4b8ee0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "5885b31b-53bf-43f1-bb01-62242e65cb5d", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112621Z:91a56c34-3580-441f-9905-39532c4b8ee0", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "name": "testsc2731", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.StorageCache/caches/testsc2731", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "ntpServer": "time.windows.com" + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Transitioning", - "statusDescription": "The cache is being allocated." + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, - "provisioningState": "Creating", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-337/subnets/scTestSubnet-1623", - "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T11:26:20.2436967Z", - "pendingFirmwareVersion": "" + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-21T11:26:18.1299875Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T11:26:18.1299875Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-209823259c9a9642-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "21327d02b932d20b6578b7a6d63f6396", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:26:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21327d02b932d20b6578b7a6d63f6396", - "x-ms-correlation-request-id": "a052d0c4-e0f6-4d8a-b558-0e0b350c460b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "fca513f1-bf35-4ac4-b499-0cc2fa71c5d6", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112622Z:a052d0c4-e0f6-4d8a-b558-0e0b350c460b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", - "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-75ac1481a39ba646-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "23e48c00b57cb60d38315d496f50ed80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:26:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "23e48c00b57cb60d38315d496f50ed80", - "x-ms-correlation-request-id": "02c847b3-daff-4bd4-94a6-d6c418f5901e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "b118c120-c28f-4c27-aa5d-a42c49abdb80", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112624Z:02c847b3-daff-4bd4-94a6-d6c418f5901e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", - "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-27b3c41b33c70d49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dab2f4118eb8e93f41ec8bf9a1e8e1c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:26:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dab2f4118eb8e93f41ec8bf9a1e8e1c9", - "x-ms-correlation-request-id": "bdb60309-9711-4861-bf6a-c33a5b291b13", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "c4e0f6d6-e1b2-41ba-8398-101e6eb79aeb", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112625Z:bdb60309-9711-4861-bf6a-c33a5b291b13", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", - "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-c3220b55cf0e4542-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "28c9a4fbd0084c536f7be8015cc26315", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:26:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "28c9a4fbd0084c536f7be8015cc26315", - "x-ms-correlation-request-id": "6b546f99-bbf6-408c-af54-3a62127d7da8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "c8aba5c1-f8bd-4f8b-ab39-3d54140d4a12", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112626Z:6b546f99-bbf6-408c-af54-3a62127d7da8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", - "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-5d75662d36d64648-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e295378b898d72de4cfae18f2a131550", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:26:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e295378b898d72de4cfae18f2a131550", - "x-ms-correlation-request-id": "2320b06d-fe56-4c95-b800-2a547e5666a4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "38b5bfa0-0aa4-4cb2-9836-aaeaeb4b9b0b", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112629Z:2320b06d-fe56-4c95-b800-2a547e5666a4", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", - "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-f04e2aff9311ed4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ca4e9450c4864077a1656a3ca63e8d7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:26:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca4e9450c4864077a1656a3ca63e8d7f", - "x-ms-correlation-request-id": "a711b3e6-e635-4edb-a141-7e8adbaeb664", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "1cc097c8-3f4a-44e9-90d1-eb2f24ff0728", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112633Z:a711b3e6-e635-4edb-a141-7e8adbaeb664", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", - "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-6d0e05619a74ca4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "696e7689fe52713bc557db0eefc3225c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:26:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "696e7689fe52713bc557db0eefc3225c", - "x-ms-correlation-request-id": "69d91f21-320f-45e8-9f92-065241353814", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "0255e7e1-ce73-4391-b77f-c47511e7e360", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112641Z:69d91f21-320f-45e8-9f92-065241353814", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", - "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3912?api-version=2023-04-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-5025f0cd2923d241-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c8b198669873c68ec05541281fa2cb0e", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-3aeef49e621b4844ae1d40b970dce788-03b083698a6d284c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c065c6c7419a70a19ecbebe69e8004c5", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:26:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c8b198669873c68ec05541281fa2cb0e", - "x-ms-correlation-request-id": "e105eeca-0c1a-4372-b1d8-d5c206b9c60c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "ca4af69c-1582-4860-85bb-2ed91ebcb9b0", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112657Z:e105eeca-0c1a-4372-b1d8-d5c206b9c60c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", - "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-bee48bf0a9790141-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b405616daba551fd58dc042ee86950dd", - "x-ms-return-client-request-id": "true" + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-7321", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/8f309d82-7e26-4bcd-9197-de650a85e721?api-version=2023-04-01", "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1016", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:27:29 GMT", + "Date": "Thu, 15 Jun 2023 19:39:43 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b405616daba551fd58dc042ee86950dd", - "x-ms-correlation-request-id": "46598e4b-dfda-45ad-933d-7463b725227b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "b0807c27-85ff-437f-a37d-d7f4b7f9402a", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112730Z:46598e4b-dfda-45ad-933d-7463b725227b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "d34e4a04-2340-44b0-a837-c72cc1eb4ccb", + "x-ms-client-request-id": "c065c6c7419a70a19ecbebe69e8004c5", + "x-ms-correlation-request-id": "af314dff-de77-469c-9e8e-c1021c5937b6", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "8f309d82-7e26-4bcd-9197-de650a85e721", + "x-ms-routing-request-id": "EASTUS:20230615T193944Z:af314dff-de77-469c-9e8e-c1021c5937b6" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", - "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "scTestVNet-3912", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3912", + "etag": "W/\u0022519952a5-8cd7-406d-9001-c0e9f03fdcb6\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "9b134cd1-549c-46e9-9a96-78cd875ae611", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-7321", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3912/subnets/scTestSubnet-7321", + "etag": "W/\u0022519952a5-8cd7-406d-9001-c0e9f03fdcb6\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/8f309d82-7e26-4bcd-9197-de650a85e721?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-5502455793b76c42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0dd50e42c58df00ce7a7a8fdbd135223", + "traceparent": "00-3aeef49e621b4844ae1d40b970dce788-e53d85872692024c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0ea6e08caad0e394b57e61b429a7d7ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:28:02 GMT", + "Date": "Thu, 15 Jun 2023 19:39:43 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0dd50e42c58df00ce7a7a8fdbd135223", - "x-ms-correlation-request-id": "a5b4d9d8-de0a-4356-b6db-4add783d6c05", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "66d82cbe-7d80-4fca-9402-fe712ae11b78", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112802Z:a5b4d9d8-de0a-4356-b6db-4add783d6c05", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "45c2e219-f42b-4493-aff5-7a84c7bab577", + "x-ms-client-request-id": "0ea6e08caad0e394b57e61b429a7d7ff", + "x-ms-correlation-request-id": "190f1a05-1616-48a7-b59a-5100974f3721", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "5a59efad-daa9-4c7b-9e43-dd434d39c638", + "x-ms-routing-request-id": "EASTUS:20230615T193944Z:190f1a05-1616-48a7-b59a-5100974f3721" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", - "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/8f309d82-7e26-4bcd-9197-de650a85e721?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-72961bc556d12e4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8da0cd8b6ebdbab69b5f6f96945fdd57", + "traceparent": "00-3aeef49e621b4844ae1d40b970dce788-60ca0b80e15dc943-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "39f4f6bc53be7cb0d417b121e65d45e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:28:34 GMT", + "Date": "Thu, 15 Jun 2023 19:39:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11493,37 +11611,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8da0cd8b6ebdbab69b5f6f96945fdd57", - "x-ms-correlation-request-id": "c94340b8-a92b-43a1-8b5b-b2fb300d4130", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "a4544e20-73ac-40b7-9710-e8bbea40d876", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112834Z:c94340b8-a92b-43a1-8b5b-b2fb300d4130", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "d291f05b-f464-4cbd-acf6-200b38e2e49a", + "x-ms-client-request-id": "39f4f6bc53be7cb0d417b121e65d45e4", + "x-ms-correlation-request-id": "30d5c368-451f-4f90-ae6e-1fc051edfd37", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "5d971480-a570-484f-bf50-30fa771b3adb", + "x-ms-routing-request-id": "EASTUS:20230615T193954Z:30d5c368-451f-4f90-ae6e-1fc051edfd37" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", - "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3912?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-0acf177c16e1e94a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "11e56404becca7815515ccfd03009445", + "traceparent": "00-3aeef49e621b4844ae1d40b970dce788-fd65d12506eb844c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bd59a5e9f5d97ef4f4097946e93d2367", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1018", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:29:06 GMT", + "Date": "Thu, 15 Jun 2023 19:39:53 GMT", + "ETag": "W/\u0022fefef473-a3bd-4c29-98f2-418785d603f1\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11532,37 +11648,81 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11e56404becca7815515ccfd03009445", - "x-ms-correlation-request-id": "dac19f44-e078-4cd1-8381-dad4b9d36a1f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "f3ef7a05-76b7-4266-95ce-4afee41ce6ca", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112907Z:dac19f44-e078-4cd1-8381-dad4b9d36a1f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "3d56b488-95b7-44f3-ba48-f1e2cdbcc90a", + "x-ms-client-request-id": "bd59a5e9f5d97ef4f4097946e93d2367", + "x-ms-correlation-request-id": "a62bb21a-bd0d-40e2-9ac2-60d1cac74de6", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "cdfcff07-5a5a-4c5f-b77e-225fcb71bfc0", + "x-ms-routing-request-id": "EASTUS:20230615T193954Z:a62bb21a-bd0d-40e2-9ac2-60d1cac74de6" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", - "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "scTestVNet-3912", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3912", + "etag": "W/\u0022fefef473-a3bd-4c29-98f2-418785d603f1\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "9b134cd1-549c-46e9-9a96-78cd875ae611", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-7321", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3912/subnets/scTestSubnet-7321", + "etag": "W/\u0022fefef473-a3bd-4c29-98f2-418785d603f1\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5594?api-version=2023-05-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-07a77284b4bc5044-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1ba3e18ac2c8d41f571b712d55755c87", + "Content-Length": "295", + "Content-Type": "application/json", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-109476f9180d1c47-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "34875ba1a7c53988302a39b8f873fc57", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "sku": { + "name": "Standard_2G" + }, + "tags": {}, + "location": "eastus", + "properties": { + "cacheSizeGB": 3072, + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3912/subnets/scTestSubnet-7321", + "zones": [ + "1" + ] + } + }, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1968", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:29:39 GMT", + "Date": "Thu, 15 Jun 2023 19:39:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11571,28 +11731,85 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ba3e18ac2c8d41f571b712d55755c87", - "x-ms-correlation-request-id": "7a887c78-f9ba-48a3-b4f0-9592f5eff42d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "66c59e41-9820-41e7-bb85-bf0011b61217", - "x-ms-routing-request-id": "KOREASOUTH:20230321T112939Z:7a887c78-f9ba-48a3-b4f0-9592f5eff42d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "34875ba1a7c53988302a39b8f873fc57", + "x-ms-correlation-request-id": "6704010a-ae95-4fa6-8fc0-cac4cba3e690", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "10cc4db5-978c-4934-80eb-0400a01d299e", + "x-ms-routing-request-id": "EASTUS:20230615T193956Z:6704010a-ae95-4fa6-8fc0-cac4cba3e690", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", - "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "testsc5594", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5594", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Transitioning", + "statusDescription": "The cache is being allocated." + }, + "provisioningState": "Creating", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3912/subnets/scTestSubnet-7321", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T19:39:55.1416543Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T19:39:54.9544729Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T19:39:54.9544729Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-29cc2cff4b809d46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "59f851c9412dcd564cf838a8a1b8b79b", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-3cd4ea94928eba48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8b7f4af410d5411e1c208daebc3b8581", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11601,7 +11818,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:30:10 GMT", + "Date": "Thu, 15 Jun 2023 19:39:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11610,28 +11827,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "59f851c9412dcd564cf838a8a1b8b79b", - "x-ms-correlation-request-id": "d5477c24-0149-42a2-8b34-a68f26b103bc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "8c55c2ea-0ee2-4671-a376-7be419c4d099", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113011Z:d5477c24-0149-42a2-8b34-a68f26b103bc", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8b7f4af410d5411e1c208daebc3b8581", + "x-ms-correlation-request-id": "bc392a8d-3167-4862-a809-96a99361a98e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "37d53ec7-a393-435b-b947-df77e4324832", + "x-ms-routing-request-id": "EASTUS:20230615T193956Z:bc392a8d-3167-4862-a809-96a99361a98e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-667a423b09c40947-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b20c2acbc2bc418f4411b9b14c5352df", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-980395da3a982442-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6c0d210c9f72871835c1334f62d35fc6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11640,7 +11857,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:30:43 GMT", + "Date": "Thu, 15 Jun 2023 19:39:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11649,39 +11866,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b20c2acbc2bc418f4411b9b14c5352df", - "x-ms-correlation-request-id": "fa5f2daf-8af1-4c1a-b70c-3f2e7e43ab8d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "8459e4f2-03b9-4d7b-a5c4-bb8a92503d59", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113043Z:fa5f2daf-8af1-4c1a-b70c-3f2e7e43ab8d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "6c0d210c9f72871835c1334f62d35fc6", + "x-ms-correlation-request-id": "33857424-330b-4820-9aad-46c6021bbad3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "b0031e87-5f63-4559-aa58-ef8b9ac4d5ee", + "x-ms-routing-request-id": "EASTUS:20230615T193957Z:33857424-330b-4820-9aad-46c6021bbad3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-f14b309447081940-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b13445b93b0748178ad5cfcf8a76329f", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-155bbc72254d964b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "adc4a29771f328815e88672e8c770ac5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:31:16 GMT", + "Date": "Thu, 15 Jun 2023 19:39:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11690,28 +11905,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b13445b93b0748178ad5cfcf8a76329f", - "x-ms-correlation-request-id": "042163bf-d0c3-47b7-adfe-39349a21f8c4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "f03fb3b1-b0ab-4d56-8187-25ef81fa9a0a", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113116Z:042163bf-d0c3-47b7-adfe-39349a21f8c4", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "adc4a29771f328815e88672e8c770ac5", + "x-ms-correlation-request-id": "0d365738-0244-4894-9a93-703ecbb8da2a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "9649ea0f-0d9b-4cb3-990d-2d96b304d44b", + "x-ms-routing-request-id": "EASTUS:20230615T193958Z:0d365738-0244-4894-9a93-703ecbb8da2a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-d082a53cba494e47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2b62d663a96807cac1b6141c88a580f9", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-d639bd56dc63484c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b7a8c4f0265c542432f75514ddcfdf49", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11720,7 +11935,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:31:50 GMT", + "Date": "Thu, 15 Jun 2023 19:39:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11729,28 +11944,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b62d663a96807cac1b6141c88a580f9", - "x-ms-correlation-request-id": "0bd6a419-b6b6-4562-a559-2051889d88bf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "7fabe453-37d4-4859-bac2-7378d6c691fd", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113150Z:0bd6a419-b6b6-4562-a559-2051889d88bf", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "b7a8c4f0265c542432f75514ddcfdf49", + "x-ms-correlation-request-id": "18af5fdf-e9fb-46c2-aa1f-43c45ba64df0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "1dfee05c-cea8-4786-8ebd-1e6419e19c7a", + "x-ms-routing-request-id": "EASTUS:20230615T193959Z:18af5fdf-e9fb-46c2-aa1f-43c45ba64df0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-9807e0fb81fb3f40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5cee58a60584909313c327e7f3c0b7ce", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-50a8ed13540be94e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1a17c7c0d8779a8da0e40de937eafbbd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11759,7 +11974,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:32:22 GMT", + "Date": "Thu, 15 Jun 2023 19:40:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11768,28 +11983,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5cee58a60584909313c327e7f3c0b7ce", - "x-ms-correlation-request-id": "f41385b7-1a76-4f30-9573-73c528c344cd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "32f494ac-83b1-4309-b502-3da31959b04d", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113222Z:f41385b7-1a76-4f30-9573-73c528c344cd", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "1a17c7c0d8779a8da0e40de937eafbbd", + "x-ms-correlation-request-id": "20879b82-3b6d-4233-a2af-0e50f4f3b1e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "ea67665d-bcc6-48e2-b706-1b47365a140a", + "x-ms-routing-request-id": "EASTUS:20230615T194001Z:20879b82-3b6d-4233-a2af-0e50f4f3b1e1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-a7d354123e950240-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "754d19df26f010777a2cef5127fbc0e5", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-4a0689e6b529d345-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9e5e6db7a72b706a7d707bfb1b6d4b8f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11798,7 +12013,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:32:55 GMT", + "Date": "Thu, 15 Jun 2023 19:40:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11807,28 +12022,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "754d19df26f010777a2cef5127fbc0e5", - "x-ms-correlation-request-id": "2c8016ee-9df3-46a8-9a02-3fd119ba4d79", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "274e036b-d720-470a-9cf7-0067cd5e1d10", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113255Z:2c8016ee-9df3-46a8-9a02-3fd119ba4d79", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "9e5e6db7a72b706a7d707bfb1b6d4b8f", + "x-ms-correlation-request-id": "5cf196c0-04bc-49cf-a291-7123ef165280", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "6c843103-32e1-4ed6-a445-30807ac3436b", + "x-ms-routing-request-id": "EASTUS:20230615T194005Z:5cf196c0-04bc-49cf-a291-7123ef165280", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-98b18ca1c972b843-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3228d554d5885e1b42d218a581e31301", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-0fb006d5c806e247-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c56d1ea9f060184e360d1777183b1c48", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11837,7 +12052,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:33:26 GMT", + "Date": "Thu, 15 Jun 2023 19:40:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11846,28 +12061,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3228d554d5885e1b42d218a581e31301", - "x-ms-correlation-request-id": "72a32e0b-8d4c-470f-a122-0eac0f1fdede", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "6545fc1b-0757-428b-a867-7997dc7f76a3", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113327Z:72a32e0b-8d4c-470f-a122-0eac0f1fdede", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "c56d1ea9f060184e360d1777183b1c48", + "x-ms-correlation-request-id": "e1042d19-897e-4124-a41a-ff6d1f3e850e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "105fa241-bb21-4c7f-bd77-2a3d6dc762b4", + "x-ms-routing-request-id": "EASTUS:20230615T194013Z:e1042d19-897e-4124-a41a-ff6d1f3e850e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-849b5a608a483f48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6e3c46fe0b578008e1dee25715426918", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-f1047e8e8e6afd4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "705d97fc4170191d5ca69c075c927e32", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11876,7 +12091,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:33:59 GMT", + "Date": "Thu, 15 Jun 2023 19:40:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11885,28 +12100,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e3c46fe0b578008e1dee25715426918", - "x-ms-correlation-request-id": "c2003ce2-ca0d-4bcb-8d05-36b61b7e015a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "e2cd6db8-72ba-45a7-af46-9df5d91805ca", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113359Z:c2003ce2-ca0d-4bcb-8d05-36b61b7e015a", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "705d97fc4170191d5ca69c075c927e32", + "x-ms-correlation-request-id": "79022d4d-b2f2-462f-99df-bf5b29e457f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "531fe6f0-13a1-436e-93ae-77ce222fb4e2", + "x-ms-routing-request-id": "EASTUS:20230615T194029Z:79022d4d-b2f2-462f-99df-bf5b29e457f3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-b1fe2cb3eb996b4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1d92420385970945feef321d0ed18e97", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-c6e435a5b89ffe42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "19407e99367cc75d1e46671e8ff25742", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11915,7 +12130,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:34:31 GMT", + "Date": "Thu, 15 Jun 2023 19:41:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11924,28 +12139,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1d92420385970945feef321d0ed18e97", - "x-ms-correlation-request-id": "395c63c2-31e5-46ea-9705-811845a03837", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "a3b40ec8-c239-4291-bcf4-43a74ae3b30c", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113432Z:395c63c2-31e5-46ea-9705-811845a03837", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "19407e99367cc75d1e46671e8ff25742", + "x-ms-correlation-request-id": "ceb1efe7-8d3f-4a71-98ae-8c37eb3e18a1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "76fc2abe-bbe3-4984-90be-1d2597dc922e", + "x-ms-routing-request-id": "EASTUS:20230615T194101Z:ceb1efe7-8d3f-4a71-98ae-8c37eb3e18a1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-c064a8ba15176c47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e052ee1952be498dcda850a9f3c34800", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-2a2155999fc5b34f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "84ff3353db10671e005368b95347bba4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11954,7 +12169,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:35:03 GMT", + "Date": "Thu, 15 Jun 2023 19:41:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11963,28 +12178,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e052ee1952be498dcda850a9f3c34800", - "x-ms-correlation-request-id": "7b201667-b216-4578-8c8f-f6b3cd50b653", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "c168a000-15f5-4f55-8c59-84d7ab95757b", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113504Z:7b201667-b216-4578-8c8f-f6b3cd50b653", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "84ff3353db10671e005368b95347bba4", + "x-ms-correlation-request-id": "7d45548f-9238-4619-979f-054d53b3dfde", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "e08ffc8b-10b0-457f-950f-d975f4b36504", + "x-ms-routing-request-id": "EASTUS:20230615T194133Z:7d45548f-9238-4619-979f-054d53b3dfde", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-5133e3ad83ba4c4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3fa10069f650796900336f68d8ea710f", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-9a9b9d07f2bfea49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9adee58e03fac5cb3995512adaff8a69", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11993,7 +12208,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:35:35 GMT", + "Date": "Thu, 15 Jun 2023 19:42:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12002,28 +12217,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3fa10069f650796900336f68d8ea710f", - "x-ms-correlation-request-id": "aebbe699-2c2c-4e21-823a-1bd9923152d3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "f819d62a-3b03-463a-b989-c01cffeb786a", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113536Z:aebbe699-2c2c-4e21-823a-1bd9923152d3", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "9adee58e03fac5cb3995512adaff8a69", + "x-ms-correlation-request-id": "a53bd6f2-a5ef-46e7-90e7-146da3c1134e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "646e5087-04d4-4bfa-b074-55319c3c80e2", + "x-ms-routing-request-id": "EASTUS:20230615T194205Z:a53bd6f2-a5ef-46e7-90e7-146da3c1134e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-a5b72220590b0f4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "273e4a4f88f0b059b44950ef349c163a", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-a7a221fca0c66b4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "29b35a4ffa92bd225fd91828cda473d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12032,7 +12247,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:36:08 GMT", + "Date": "Thu, 15 Jun 2023 19:42:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12041,28 +12256,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "273e4a4f88f0b059b44950ef349c163a", - "x-ms-correlation-request-id": "02d9ee11-a022-4ab3-845d-89f391b25ee1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "fdc9ede1-399e-4928-a53f-07cc7c7d78b9", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113608Z:02d9ee11-a022-4ab3-845d-89f391b25ee1", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "29b35a4ffa92bd225fd91828cda473d7", + "x-ms-correlation-request-id": "8559c12e-5539-4bdb-a28c-687332bd1b33", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "c75a1ebd-41ae-4276-a044-f7855e488be3", + "x-ms-routing-request-id": "EASTUS:20230615T194237Z:8559c12e-5539-4bdb-a28c-687332bd1b33", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-23e7676bc588c24b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0eb432a74f30224684d8e08be22471e2", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-d198544eac38fc41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "aa8fc38abd144f4767394a7a89f48d01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12071,7 +12286,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:36:41 GMT", + "Date": "Thu, 15 Jun 2023 19:43:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12080,39 +12295,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0eb432a74f30224684d8e08be22471e2", - "x-ms-correlation-request-id": "e1ad28ee-44be-49ee-a2e7-c92d148d1400", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "46c4623b-e837-4e3f-a395-a9c5f4b9ae3e", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113642Z:e1ad28ee-44be-49ee-a2e7-c92d148d1400", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "aa8fc38abd144f4767394a7a89f48d01", + "x-ms-correlation-request-id": "ce38a3b9-5a4c-4b93-8197-a394c0d00c0a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "eada8e6e-4e18-4470-a339-7eb360164555", + "x-ms-routing-request-id": "EASTUS:20230615T194309Z:ce38a3b9-5a4c-4b93-8197-a394c0d00c0a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-8883be648649f14a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a85941362085e110a6f18a07a6794463", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-76243713c2821b4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f969fec992939311c2203a21eaa2f795", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:37:13 GMT", + "Date": "Thu, 15 Jun 2023 19:43:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12121,28 +12334,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a85941362085e110a6f18a07a6794463", - "x-ms-correlation-request-id": "2132e8b9-abfb-48d6-8db5-2ae68b884e57", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "fc484f4c-77d7-4e34-b799-51a229b5a3da", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113714Z:2132e8b9-abfb-48d6-8db5-2ae68b884e57", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "f969fec992939311c2203a21eaa2f795", + "x-ms-correlation-request-id": "657868b2-912b-4969-b044-28a2bec9a3f4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "093d12eb-b513-4a39-8e64-73dff4bb95a0", + "x-ms-routing-request-id": "EASTUS:20230615T194341Z:657868b2-912b-4969-b044-28a2bec9a3f4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-5dec66b8a9cd374f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a5c1351c633600df031ba217a7cece8f", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-b3bc6353d1e97343-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "179f7a21df6f92551264c158b0a8346b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12151,7 +12364,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:37:48 GMT", + "Date": "Thu, 15 Jun 2023 19:44:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12160,37 +12373,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5c1351c633600df031ba217a7cece8f", - "x-ms-correlation-request-id": "dded6e5f-7381-460a-adf0-97fd49d70d34", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "9caea5c6-16dc-4d2c-8932-e24e78e05d54", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113748Z:dded6e5f-7381-460a-adf0-97fd49d70d34", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "179f7a21df6f92551264c158b0a8346b", + "x-ms-correlation-request-id": "8b8c4844-651f-48dd-bc1c-de759da17a5f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "2e016838-01a4-4fbd-96ed-66bd30955e90", + "x-ms-routing-request-id": "EASTUS:20230615T194414Z:8b8c4844-651f-48dd-bc1c-de759da17a5f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-90388bfb87267048-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f3b96dd76d4286b422d3673ec53f7c0a", + "Connection": "close", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-8d27364e44b6cd4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cf5f164b7a3af843b1fce7f3822665c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:38:20 GMT", + "Date": "Thu, 15 Jun 2023 19:44:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12199,37 +12414,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f3b96dd76d4286b422d3673ec53f7c0a", - "x-ms-correlation-request-id": "0fb615a3-c921-4681-b565-ee369acc52cb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "6843bbd7-a504-48ec-b6ef-e9303f8dd2b9", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113821Z:0fb615a3-c921-4681-b565-ee369acc52cb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "cf5f164b7a3af843b1fce7f3822665c5", + "x-ms-correlation-request-id": "634b9b04-9943-474b-b9bc-148a853df410", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "dcfef55c-b138-4ee1-868c-7c18f7c255b9", + "x-ms-routing-request-id": "EASTUS:20230615T194446Z:634b9b04-9943-474b-b9bc-148a853df410", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-b5f424975238714d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ad6e7d94cb63d2ac6259a46a7ef83ad7", + "Connection": "close", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-960582acfad59b42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0f58b4417655e992a9d7e62fd0b8e31a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:38:53 GMT", + "Date": "Thu, 15 Jun 2023 19:45:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12238,37 +12455,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad6e7d94cb63d2ac6259a46a7ef83ad7", - "x-ms-correlation-request-id": "1c779964-3104-45b9-8434-f118190ea5dc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "cdc99602-0260-4a77-aff7-a6608b263142", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113853Z:1c779964-3104-45b9-8434-f118190ea5dc", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "0f58b4417655e992a9d7e62fd0b8e31a", + "x-ms-correlation-request-id": "4fd4e04f-1141-4c09-81f0-0fed9396441d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "458c7ffd-2e27-479f-902f-991e5e8c629a", + "x-ms-routing-request-id": "EASTUS:20230615T194518Z:4fd4e04f-1141-4c09-81f0-0fed9396441d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5885b31b-53bf-43f1-bb01-62242e65cb5d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-01fbe3926e9d0544-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "382ffa2251c0ae20803b8363fba03bc4", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-4ecab2847c921a4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d4d5cfec2843a75a36a66573f8620feb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:39:25 GMT", + "Date": "Thu, 15 Jun 2023 19:45:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12277,38 +12494,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "382ffa2251c0ae20803b8363fba03bc4", - "x-ms-correlation-request-id": "326bcdab-73d5-4cad-9ae1-731cb44f6c1c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "e1f8d565-78d2-40cb-a5f4-b48880966425", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113925Z:326bcdab-73d5-4cad-9ae1-731cb44f6c1c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "d4d5cfec2843a75a36a66573f8620feb", + "x-ms-correlation-request-id": "ba3ab6f2-10ec-4e5e-8361-0e7e88892453", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "5bf0d7c8-7232-4e2c-b857-03c96965a527", + "x-ms-routing-request-id": "EASTUS:20230615T194550Z:ba3ab6f2-10ec-4e5e-8361-0e7e88892453", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:26:20.1342953\u002B00:00", - "endTime": "2023-03-21T11:39:01.8651144\u002B00:00", - "status": "Succeeded", - "name": "5885b31b-53bf-43f1-bb01-62242e65cb5d" + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", + "status": "InProgress", + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg161/providers/Microsoft.StorageCache/caches/testsc2731?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab95f73a9a347947a224972d36c597d9-2ad20e49f1266248-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2a83979e20600b2cc1e691e9c84a0829", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-995a34a0ce31a54d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fb16fbfe244fd51583752562941427f8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2205", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:39:27 GMT", + "Date": "Thu, 15 Jun 2023 19:46:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12317,195 +12533,76 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a83979e20600b2cc1e691e9c84a0829", - "x-ms-correlation-request-id": "a23d55d2-8283-450d-a8a0-9799416ef902", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "b9f20511-f305-47c1-9035-83858c8dc118", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113928Z:a23d55d2-8283-450d-a8a0-9799416ef902", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "fb16fbfe244fd51583752562941427f8", + "x-ms-correlation-request-id": "4e0a58af-aa86-430a-be3d-e3fdc063c7a6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "f9be8c17-0ac7-43a7-8716-36eb09c0f06c", + "x-ms-routing-request-id": "EASTUS:20230615T194622Z:4e0a58af-aa86-430a-be3d-e3fdc063c7a6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc2731", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.StorageCache/caches/testsc2731", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" - ], - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Healthy", - "statusDescription": "The cache is in Running state", - "conditions": [] - }, - "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" - ], - "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-337/subnets/scTestSubnet-1623", - "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T11:26:20.2436967Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-21T11:26:18.1299875Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T11:26:18.1299875Z" - } + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", + "status": "InProgress", + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-4029?api-version=2022-11-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "173", - "Content-Type": "application/json", - "traceparent": "00-11658f981afc414c96cebe9b82d70191-03e70c3dd4a44b4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4a440fca5c422dbf284849d7c11ee0cc", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-134e6d8eb0e1954e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b306cd18915119815ab1d9ae101ff147", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-2079", - "properties": { - "addressPrefix": "10.0.0.0/16" - } - } - ] - }, - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ccdfdc7c-162b-4524-835f-dce3bcbe8005?api-version=2022-11-01", "Cache-Control": "no-cache", - "Content-Length": "1277", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:39:34 GMT", + "Date": "Thu, 15 Jun 2023 19:46:54 GMT", "Expires": "-1", "Pragma": "no-cache", - "Retry-After": "3", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "122621af-6495-4c26-b62c-19b619eede08", - "x-ms-client-request-id": "4a440fca5c422dbf284849d7c11ee0cc", - "x-ms-correlation-request-id": "7105d485-352b-40f2-9d95-5db62e915fdf", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "ccdfdc7c-162b-4524-835f-dce3bcbe8005", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113934Z:7105d485-352b-40f2-9d95-5db62e915fdf" + "x-ms-client-request-id": "b306cd18915119815ab1d9ae101ff147", + "x-ms-correlation-request-id": "c3c4984e-8340-4068-a505-0e09aa77f53d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "9a3826f0-0983-4c3d-81f2-5617b9596e66", + "x-ms-routing-request-id": "EASTUS:20230615T194654Z:c3c4984e-8340-4068-a505-0e09aa77f53d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "scTestVNet-4029", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-4029", - "etag": "W/\u0022be083b8d-cf66-415e-ba9f-228be7331dc3\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "e0807119-b387-443f-a8bd-0bea87ab306c", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-2079", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-4029/subnets/scTestSubnet-2079", - "etag": "W/\u0022be083b8d-cf66-415e-ba9f-228be7331dc3\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", + "status": "InProgress", + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/ccdfdc7c-162b-4524-835f-dce3bcbe8005?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-11658f981afc414c96cebe9b82d70191-82e5382230569d45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b570846b4d59cd40a0f304c3780ecfcb", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-8f2e02293999694c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d530fac8e7a2c8cab90050cd02f71221", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:39:34 GMT", + "Date": "Thu, 15 Jun 2023 19:47:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12514,35 +12611,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bdf51605-71e1-4ceb-95dd-84ceafb4658f", - "x-ms-client-request-id": "b570846b4d59cd40a0f304c3780ecfcb", - "x-ms-correlation-request-id": "9b7afd43-984d-4031-807b-28207eeded9b", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "fb9a69e2-cac3-4a16-8749-51b4d560dadc", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113935Z:9b7afd43-984d-4031-807b-28207eeded9b" + "x-ms-client-request-id": "d530fac8e7a2c8cab90050cd02f71221", + "x-ms-correlation-request-id": "be6feefc-b76e-4c3c-aa09-206d77866dad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "6e0fa555-fcef-4248-90d0-72fc56aaf806", + "x-ms-routing-request-id": "EASTUS:20230615T194726Z:be6feefc-b76e-4c3c-aa09-206d77866dad", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "status": "Succeeded" + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", + "status": "InProgress", + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-4029?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-11658f981afc414c96cebe9b82d70191-fb6ef5605be46345-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b4217ee81988fc1aebcd6f8225d9f7f4", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-47b1eedcc833804f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2b5a6d7e5b5b6d9a79fda19e4b66c464", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1279", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:39:35 GMT", - "ETag": "W/\u0022fdbf24c0-9cb7-443f-91aa-6a91af0661ae\u0022", + "Date": "Thu, 15 Jun 2023 19:47:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12551,81 +12650,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9029b012-5ddb-4fc9-b0a1-e4a18992fd4d", - "x-ms-client-request-id": "b4217ee81988fc1aebcd6f8225d9f7f4", - "x-ms-correlation-request-id": "e54a0c92-da37-4858-9ae4-77fb12788518", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "c1c5392e-3ecc-4428-9bef-dea50e5dc0dd", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113935Z:e54a0c92-da37-4858-9ae4-77fb12788518" + "x-ms-client-request-id": "2b5a6d7e5b5b6d9a79fda19e4b66c464", + "x-ms-correlation-request-id": "f3f3e403-c796-435f-84bc-c198752814ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "f81b14bf-8fa1-46c3-b31d-fa6ca3f22fdb", + "x-ms-routing-request-id": "EASTUS:20230615T194758Z:f3f3e403-c796-435f-84bc-c198752814ee", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "scTestVNet-4029", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-4029", - "etag": "W/\u0022fdbf24c0-9cb7-443f-91aa-6a91af0661ae\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "e0807119-b387-443f-a8bd-0bea87ab306c", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-2079", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-4029/subnets/scTestSubnet-2079", - "etag": "W/\u0022fdbf24c0-9cb7-443f-91aa-6a91af0661ae\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", + "status": "InProgress", + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg161/providers/Microsoft.StorageCache/caches/testsc9241?api-version=2023-01-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "294", - "Content-Type": "application/json", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-43094f95e787b44a-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3d6b7eef2bad98723442d60ec960ffcb", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-3bb0f3e732bdc544-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "999ade8452e43156023efa5041b41662", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "sku": { - "name": "Standard_2G" - }, - "tags": {}, - "location": "eastus", - "properties": { - "cacheSizeGB": 3072, - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-4029/subnets/scTestSubnet-2079", - "zones": [ - "1" - ] - } - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "1993", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:39:38 GMT", + "Date": "Thu, 15 Jun 2023 19:48:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12634,86 +12689,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d6b7eef2bad98723442d60ec960ffcb", - "x-ms-correlation-request-id": "68dcd7d2-eab2-40ad-aa1d-9a812a1602b8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "af9579fe-5dbe-4423-9f25-160674c711e0", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113938Z:68dcd7d2-eab2-40ad-aa1d-9a812a1602b8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "999ade8452e43156023efa5041b41662", + "x-ms-correlation-request-id": "f307f71c-1d3d-4800-bb9a-3cda456d42ec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "499eeaab-eb3f-4222-a6ef-3d3efd051280", + "x-ms-routing-request-id": "EASTUS:20230615T194830Z:f307f71c-1d3d-4800-bb9a-3cda456d42ec", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc9241", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.StorageCache/caches/testsc9241", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Transitioning", - "statusDescription": "The cache is being allocated." - }, - "provisioningState": "Creating", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-4029/subnets/scTestSubnet-2079", - "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T11:39:37.1466874Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-21T11:39:36.9135148Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T11:39:36.9135148Z" - } + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", + "status": "InProgress", + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-e85044f1f18ff143-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f9d30ffc91a3bd1e0b887f46430b328a", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-adf2042bf9e92f42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a230b79ec5c56ceb60c35ba4462c7d52", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12722,7 +12719,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:39:38 GMT", + "Date": "Thu, 15 Jun 2023 19:49:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12731,28 +12728,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f9d30ffc91a3bd1e0b887f46430b328a", - "x-ms-correlation-request-id": "9fab6338-696e-4a16-828f-1c97eeeb4a16", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "85b9a7c1-dee5-48ea-8b1b-104093749c2b", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113938Z:9fab6338-696e-4a16-828f-1c97eeeb4a16", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "a230b79ec5c56ceb60c35ba4462c7d52", + "x-ms-correlation-request-id": "cbfa7339-6832-4ae0-9027-21d4e0c0caf3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "33192c3f-5ba6-4d8d-9fe5-64fa696a7307", + "x-ms-routing-request-id": "EASTUS:20230615T194903Z:cbfa7339-6832-4ae0-9027-21d4e0c0caf3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-8626822731c57141-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ba91a3ce3fdc4ae33d19d33961e5bb76", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-2dfde29d7c7ca947-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2349eb3b795d2c3d1729291d604a2cc5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12761,7 +12758,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:39:39 GMT", + "Date": "Thu, 15 Jun 2023 19:49:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12770,28 +12767,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba91a3ce3fdc4ae33d19d33961e5bb76", - "x-ms-correlation-request-id": "7b376da1-ff79-48f0-86dc-27953e0de9f7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "40841988-0bc4-44ab-a8c2-6497ed8670d5", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113940Z:7b376da1-ff79-48f0-86dc-27953e0de9f7", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "2349eb3b795d2c3d1729291d604a2cc5", + "x-ms-correlation-request-id": "435c6e0f-6e8a-4e26-a4d0-e72fb743c9ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "9c37e6f4-5535-486a-a31b-07e9c48067aa", + "x-ms-routing-request-id": "EASTUS:20230615T194935Z:435c6e0f-6e8a-4e26-a4d0-e72fb743c9ee", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-d0d97af5f5919945-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ba120f9a058d5e284c3fab8825fb0e5d", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-ed7d9a1908117e43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "93ff3fe62136be9ff22d3920f7b1ead6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12800,7 +12797,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:39:41 GMT", + "Date": "Thu, 15 Jun 2023 19:50:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12809,28 +12806,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba120f9a058d5e284c3fab8825fb0e5d", - "x-ms-correlation-request-id": "48745c21-242c-4493-92de-b7401dc9551c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "4041d633-6b15-4470-a0d3-58f567f69b67", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113941Z:48745c21-242c-4493-92de-b7401dc9551c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "93ff3fe62136be9ff22d3920f7b1ead6", + "x-ms-correlation-request-id": "a46d5ace-d979-4e1f-8ee4-269a1fab8451", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "cacfcc2d-688c-473a-acfa-c442fe3e4004", + "x-ms-routing-request-id": "EASTUS:20230615T195007Z:a46d5ace-d979-4e1f-8ee4-269a1fab8451", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-a24204c79276114a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "39be3e42ed2cbcea2b89bb89bde55c26", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-c9dc693a7ba29149-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5515a8c0f26a25047a048b9b9cce0c15", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12839,7 +12836,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:39:42 GMT", + "Date": "Thu, 15 Jun 2023 19:50:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12848,37 +12845,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "39be3e42ed2cbcea2b89bb89bde55c26", - "x-ms-correlation-request-id": "551400c9-b9a0-456f-87cd-7699812ddd8d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "45d9bb80-97ac-4152-b08b-e195451a6303", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113942Z:551400c9-b9a0-456f-87cd-7699812ddd8d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "5515a8c0f26a25047a048b9b9cce0c15", + "x-ms-correlation-request-id": "06533597-84bc-4fdd-9983-615e9a2e818a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "2552caab-c051-430f-b42c-d4862a7667d4", + "x-ms-routing-request-id": "EASTUS:20230615T195039Z:06533597-84bc-4fdd-9983-615e9a2e818a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-b26e2692c635104e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "34ab09cd77f9c8fd7b336e9c935b2542", + "Connection": "close", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-34d9940d4e9ef849-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "06bd9597ea2c191b4c8b30303f1c3465", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:39:44 GMT", + "Date": "Thu, 15 Jun 2023 19:51:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12887,28 +12886,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "34ab09cd77f9c8fd7b336e9c935b2542", - "x-ms-correlation-request-id": "466cc571-738a-4ac5-b4e2-800d510ea5bc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "a0c2e6eb-857a-491c-a9ba-c9de13be7232", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113944Z:466cc571-738a-4ac5-b4e2-800d510ea5bc", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "06bd9597ea2c191b4c8b30303f1c3465", + "x-ms-correlation-request-id": "c08fb716-b7bb-4065-a92a-dfedaf7f4cfb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "7c5f899f-da84-4fcb-9dc5-e59bab1c5938", + "x-ms-routing-request-id": "EASTUS:20230615T195111Z:c08fb716-b7bb-4065-a92a-dfedaf7f4cfb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-336faabf98d32c4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "22f6760b8127ad4a24558e034a9ea067", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-074e6e3194632d47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b85c523ed634f35b3ada183296032124", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12917,7 +12916,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:39:48 GMT", + "Date": "Thu, 15 Jun 2023 19:51:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12926,28 +12925,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22f6760b8127ad4a24558e034a9ea067", - "x-ms-correlation-request-id": "9d47af61-5fe9-4421-8533-eee3bb0dde4d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "f78e8de8-f140-4586-bb62-164b605aab3f", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113949Z:9d47af61-5fe9-4421-8533-eee3bb0dde4d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "b85c523ed634f35b3ada183296032124", + "x-ms-correlation-request-id": "ad9efa6d-9d7e-4a8d-b004-6b39aa25165b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "34cbfb85-114c-44d0-a308-1219597dc173", + "x-ms-routing-request-id": "EASTUS:20230615T195143Z:ad9efa6d-9d7e-4a8d-b004-6b39aa25165b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-b741bf297cd57e4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1bba85e3da4fca6441f6bef97f4d29d0", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-a278de0cf21ced4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "62892321e3f3d6aa8cfb09dec2d3e55d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12956,7 +12955,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:39:56 GMT", + "Date": "Thu, 15 Jun 2023 19:52:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12965,37 +12964,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1bba85e3da4fca6441f6bef97f4d29d0", - "x-ms-correlation-request-id": "e3826d22-c9d5-48e0-9367-d9d9e2073785", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "310313ae-91fc-4c08-ba46-24dfb417ed37", - "x-ms-routing-request-id": "KOREASOUTH:20230321T113957Z:e3826d22-c9d5-48e0-9367-d9d9e2073785", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "62892321e3f3d6aa8cfb09dec2d3e55d", + "x-ms-correlation-request-id": "96c47b6f-92cd-4e8d-9416-74c5236395f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "ba02bdbf-984f-4c1b-b66b-510cfc4d1df3", + "x-ms-routing-request-id": "EASTUS:20230615T195215Z:96c47b6f-92cd-4e8d-9416-74c5236395f0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/10cc4db5-978c-4934-80eb-0400a01d299e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-c66e22616f26534c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "477e786439ee4cffbefe0fa4e8f97ddc", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-65a80588e65d6f48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4a5d25cf5372c0e139c9cb51d1e98249", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:40:13 GMT", + "Date": "Thu, 15 Jun 2023 19:52:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13004,37 +13003,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "477e786439ee4cffbefe0fa4e8f97ddc", - "x-ms-correlation-request-id": "46be694d-cc30-4eba-b732-8d99af987fde", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "d9116a5f-af9a-470e-bdcf-b43eee4530b0", - "x-ms-routing-request-id": "KOREASOUTH:20230321T114013Z:46be694d-cc30-4eba-b732-8d99af987fde", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "4a5d25cf5372c0e139c9cb51d1e98249", + "x-ms-correlation-request-id": "d6c7c4f1-2d7b-499e-96b8-64d3257292f1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "de49ac44-c538-4ec7-b757-e8dd1b62e70d", + "x-ms-routing-request-id": "EASTUS:20230615T195247Z:d6c7c4f1-2d7b-499e-96b8-64d3257292f1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", - "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "startTime": "2023-06-15T19:39:54.9697985\u002B00:00", + "endTime": "2023-06-15T19:52:33.6694714\u002B00:00", + "status": "Succeeded", + "name": "10cc4db5-978c-4934-80eb-0400a01d299e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5594?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-06bfa9b33201984c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0db9069209a030f3112ce130c2512ed6", + "traceparent": "00-0a82f2825e6f9f4ca516bf80b3bbe4ca-2d6800f2d42c594e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1c0f0c69d1925a71a8852b39cd7c3167", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "2181", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:40:45 GMT", + "Date": "Thu, 15 Jun 2023 19:52:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13043,115 +13043,231 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0db9069209a030f3112ce130c2512ed6", - "x-ms-correlation-request-id": "b7540ee8-7719-43a4-9da8-3adcea0d718b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "f290f214-9594-403a-b235-1faa661b1525", - "x-ms-routing-request-id": "KOREASOUTH:20230321T114046Z:b7540ee8-7719-43a4-9da8-3adcea0d718b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "1c0f0c69d1925a71a8852b39cd7c3167", + "x-ms-correlation-request-id": "da239dbf-5e3c-4b39-a98d-7daa1e5123e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "0d3127a5-2945-4e94-9d70-e2bfa018033a", + "x-ms-routing-request-id": "EASTUS:20230615T195247Z:da239dbf-5e3c-4b39-a98d-7daa1e5123e5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", - "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "testsc5594", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5594", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "utilityAddresses": [ + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" + ], + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3912/subnets/scTestSubnet-7321", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T19:39:55.1416543Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T19:39:54.9544729Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T19:39:54.9544729Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9736?api-version=2023-04-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-c47ab318b4a57241-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d19fbe2c5820a978866e5c51cabfe147", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-a2e5295152245b4aa5699a5825dba3a3-cd636669b7209e4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b2d7a67142cd29c929175805a378bf75", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-6942", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" + }, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/d1ef5e6d-e1fa-460f-8756-8249071f0a08?api-version=2023-04-01", "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1016", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:41:17 GMT", + "Date": "Thu, 15 Jun 2023 19:52:48 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d19fbe2c5820a978866e5c51cabfe147", - "x-ms-correlation-request-id": "b5640862-cfe4-4c88-963a-0dbb4572534a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "2bdfe8d4-285d-4c2b-8b5a-fee6659a016a", - "x-ms-routing-request-id": "KOREASOUTH:20230321T114118Z:b5640862-cfe4-4c88-963a-0dbb4572534a", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "9bf3372f-e636-4c35-b495-2dda5425982c", + "x-ms-client-request-id": "b2d7a67142cd29c929175805a378bf75", + "x-ms-correlation-request-id": "0a0b4669-cdf4-4b15-b0de-5bfd99c6ab02", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "d1ef5e6d-e1fa-460f-8756-8249071f0a08", + "x-ms-routing-request-id": "EASTUS:20230615T195249Z:0a0b4669-cdf4-4b15-b0de-5bfd99c6ab02" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", - "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "scTestVNet-9736", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9736", + "etag": "W/\u0022a9a0147d-fa05-4a0a-b17a-e8c609500f68\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "6ac278c0-f9e1-4f3e-9da4-c7abacc24564", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-6942", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9736/subnets/scTestSubnet-6942", + "etag": "W/\u0022a9a0147d-fa05-4a0a-b17a-e8c609500f68\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/d1ef5e6d-e1fa-460f-8756-8249071f0a08?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-ff92ff2383e53546-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7866e1781b945b30854d35c158ce896d", + "traceparent": "00-a2e5295152245b4aa5699a5825dba3a3-591b7178fd2de74c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a31186165a91da41c9a847424f8088c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:41:50 GMT", + "Date": "Thu, 15 Jun 2023 19:52:48 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7866e1781b945b30854d35c158ce896d", - "x-ms-correlation-request-id": "7b083133-ceff-4ad2-a79a-5480faa92fc5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "56fb691b-f30d-4f4d-9e74-6399024a4e62", - "x-ms-routing-request-id": "KOREASOUTH:20230321T114150Z:7b083133-ceff-4ad2-a79a-5480faa92fc5", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "ec59e8c8-db9f-4fd9-bca1-1a535968fa4e", + "x-ms-client-request-id": "a31186165a91da41c9a847424f8088c0", + "x-ms-correlation-request-id": "1fc3035c-3140-46ac-8e39-5385f0d95a09", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "2f1196dd-659c-4a27-b532-7290c41fe97b", + "x-ms-routing-request-id": "EASTUS:20230615T195249Z:1fc3035c-3140-46ac-8e39-5385f0d95a09" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", - "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/d1ef5e6d-e1fa-460f-8756-8249071f0a08?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-70e9e76fe801f446-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2a7739cfac5a39bc8d0f8732aca26652", + "traceparent": "00-a2e5295152245b4aa5699a5825dba3a3-7e920df28fd4f548-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a27b070df02bbe64a336c5a69ad66c91", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:42:22 GMT", + "Date": "Thu, 15 Jun 2023 19:52:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13160,39 +13276,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a7739cfac5a39bc8d0f8732aca26652", - "x-ms-correlation-request-id": "20c3eaef-a3f9-46fe-bcd6-4614fad10ba6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "446d6c4d-344a-4e35-aa9a-cd34b75ecc53", - "x-ms-routing-request-id": "KOREASOUTH:20230321T114222Z:20c3eaef-a3f9-46fe-bcd6-4614fad10ba6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "4361a3f5-a4f8-46a1-a79d-5878e507dfb8", + "x-ms-client-request-id": "a27b070df02bbe64a336c5a69ad66c91", + "x-ms-correlation-request-id": "579be1f3-f785-46af-b8f4-06b73fc011be", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "fc09773a-e1a9-4d1f-83ab-a55fb482dcf5", + "x-ms-routing-request-id": "EASTUS:20230615T195259Z:579be1f3-f785-46af-b8f4-06b73fc011be" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", - "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9736?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-fdf1a9a0fb489342-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e1b89a4bb5ea11428e444bd322b751b8", + "traceparent": "00-a2e5295152245b4aa5699a5825dba3a3-2b368274c12b2440-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1deefcb21c675be383ef01556bbf516c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "134", + "Content-Length": "1018", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:42:54 GMT", + "Date": "Thu, 15 Jun 2023 19:52:59 GMT", + "ETag": "W/\u00220aa8ca97-a886-4b8f-a4b8-1154f9c377d0\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13201,37 +13313,81 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1b89a4bb5ea11428e444bd322b751b8", - "x-ms-correlation-request-id": "3cb84efa-ebd9-486f-b8b5-31137ad7cd08", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "f6ddea4b-904a-49a0-bc6e-8bee95328664", - "x-ms-routing-request-id": "KOREASOUTH:20230321T114255Z:3cb84efa-ebd9-486f-b8b5-31137ad7cd08", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "ff010104-0f19-427e-b4b1-271cb3fb1ab6", + "x-ms-client-request-id": "1deefcb21c675be383ef01556bbf516c", + "x-ms-correlation-request-id": "202d1421-248d-4ebe-a085-db4a3b406491", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "89ff0e26-6ac1-4127-8c23-f2848e9edcf2", + "x-ms-routing-request-id": "EASTUS:20230615T195259Z:202d1421-248d-4ebe-a085-db4a3b406491" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", - "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "scTestVNet-9736", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9736", + "etag": "W/\u00220aa8ca97-a886-4b8f-a4b8-1154f9c377d0\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "6ac278c0-f9e1-4f3e-9da4-c7abacc24564", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-6942", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9736/subnets/scTestSubnet-6942", + "etag": "W/\u00220aa8ca97-a886-4b8f-a4b8-1154f9c377d0\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc655?api-version=2023-05-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-4b8cb4c58d65bc46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9181efe4b748ccec252dea8493fdaee3", + "Content-Length": "295", + "Content-Type": "application/json", + "traceparent": "00-b6362b13de176249a290209aff255cd3-68a21f371b8d124c-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b5e5e69fc21c26302153ff5b949a3ff3", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "sku": { + "name": "Standard_2G" + }, + "tags": {}, + "location": "eastus", + "properties": { + "cacheSizeGB": 3072, + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9736/subnets/scTestSubnet-6942", + "zones": [ + "1" + ] + } + }, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1966", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:43:28 GMT", + "Date": "Thu, 15 Jun 2023 19:53:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13240,28 +13396,85 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9181efe4b748ccec252dea8493fdaee3", - "x-ms-correlation-request-id": "19abda78-9e3d-4cb8-acab-50e5649427c3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "e7fc2e38-b07e-41ae-a8d9-54a6b7be6c91", - "x-ms-routing-request-id": "KOREASOUTH:20230321T114329Z:19abda78-9e3d-4cb8-acab-50e5649427c3", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "b5e5e69fc21c26302153ff5b949a3ff3", + "x-ms-correlation-request-id": "9e756bc3-d1b6-4feb-823b-22ee6b17cf85", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "5f613c24-dc68-47ab-a58a-867465c1e166", + "x-ms-routing-request-id": "EASTUS:20230615T195301Z:9e756bc3-d1b6-4feb-823b-22ee6b17cf85", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", - "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "testsc655", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc655", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Transitioning", + "statusDescription": "The cache is being allocated." + }, + "provisioningState": "Creating", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9736/subnets/scTestSubnet-6942", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T19:53:00.5791102Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T19:53:00.4040685Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T19:53:00.4040685Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-82f31b869f916548-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bd76e3e7a8151983f6669b1660e816d6", + "traceparent": "00-b6362b13de176249a290209aff255cd3-26211643b4c60243-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b30759e4b6f0f075cbc8fb141d87c7e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13270,7 +13483,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:44:00 GMT", + "Date": "Thu, 15 Jun 2023 19:53:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13279,28 +13492,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd76e3e7a8151983f6669b1660e816d6", - "x-ms-correlation-request-id": "adec3d00-bd8c-47ab-b804-a12035b5b64b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "c0893ad6-b871-43a5-8a7a-a32b2f5fa472", - "x-ms-routing-request-id": "KOREASOUTH:20230321T114401Z:adec3d00-bd8c-47ab-b804-a12035b5b64b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "b30759e4b6f0f075cbc8fb141d87c7e8", + "x-ms-correlation-request-id": "46b7c65b-8d13-4618-bb9d-f30ea395d613", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "77c17885-3e57-454d-8584-cfe686bca5eb", + "x-ms-routing-request-id": "EASTUS:20230615T195301Z:46b7c65b-8d13-4618-bb9d-f30ea395d613", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-ebfcc4aec175354f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bc4ecfbed420930aadecbbbccbbe7d90", + "traceparent": "00-b6362b13de176249a290209aff255cd3-01f238de995a6c48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b5180daffe2f33da8df491fca3f33712", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13309,7 +13522,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:44:34 GMT", + "Date": "Thu, 15 Jun 2023 19:53:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13318,28 +13531,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bc4ecfbed420930aadecbbbccbbe7d90", - "x-ms-correlation-request-id": "e2daff6e-a9f1-4151-b9d8-5f32ee380b58", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "b401e9d1-6535-47af-8e81-663093b5c0c2", - "x-ms-routing-request-id": "KOREASOUTH:20230321T114434Z:e2daff6e-a9f1-4151-b9d8-5f32ee380b58", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "b5180daffe2f33da8df491fca3f33712", + "x-ms-correlation-request-id": "d5679b5b-394f-4542-b57f-db9c1703d722", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "829b0b6c-2370-46c7-89d8-13a8f1066120", + "x-ms-routing-request-id": "EASTUS:20230615T195302Z:d5679b5b-394f-4542-b57f-db9c1703d722", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-5d362217fb1c7946-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3feb689593403ba26b679be11bd66b3c", + "traceparent": "00-b6362b13de176249a290209aff255cd3-76126d41a5249848-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3a771b008b938502419f87c96f44d39c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13348,7 +13561,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:45:06 GMT", + "Date": "Thu, 15 Jun 2023 19:53:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13357,28 +13570,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3feb689593403ba26b679be11bd66b3c", - "x-ms-correlation-request-id": "66d0ab78-c8c3-4810-8872-8cf4f9994bf6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "3ae71f39-2cdf-40ee-91a3-68ee73c16f23", - "x-ms-routing-request-id": "KOREASOUTH:20230321T114506Z:66d0ab78-c8c3-4810-8872-8cf4f9994bf6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "3a771b008b938502419f87c96f44d39c", + "x-ms-correlation-request-id": "0dcd05ac-9559-4b62-85ea-d6e6a59bb70e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "c462f30f-eebc-499a-ba15-32e9ecdf89cc", + "x-ms-routing-request-id": "EASTUS:20230615T195303Z:0dcd05ac-9559-4b62-85ea-d6e6a59bb70e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-a257d9dd28e32b46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c4c51417f1af12c2d9e21029edc64e37", + "traceparent": "00-b6362b13de176249a290209aff255cd3-a242aa9dc1cea34d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e08d37589df7e5b47fd326fc25784dd8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13387,7 +13600,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:45:38 GMT", + "Date": "Thu, 15 Jun 2023 19:53:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13396,28 +13609,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4c51417f1af12c2d9e21029edc64e37", - "x-ms-correlation-request-id": "adf6e5b1-39c1-446d-b6f6-6a1192134e4f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "2df48eb3-1f90-418b-a395-abef1fbc2f0e", - "x-ms-routing-request-id": "KOREASOUTH:20230321T114538Z:adf6e5b1-39c1-446d-b6f6-6a1192134e4f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "e08d37589df7e5b47fd326fc25784dd8", + "x-ms-correlation-request-id": "40938ec4-6f3c-441d-a592-4fb156552507", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "85530604-5ac4-4c2a-8feb-ef0f4995e996", + "x-ms-routing-request-id": "EASTUS:20230615T195304Z:40938ec4-6f3c-441d-a592-4fb156552507", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-7df374436f570b4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f7800be8d7fd2a952d1251b9392878d7", + "traceparent": "00-b6362b13de176249a290209aff255cd3-7d613bdfd52d9d43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0114e9908c0f24540b9273907710c449", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13426,7 +13639,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:46:10 GMT", + "Date": "Thu, 15 Jun 2023 19:53:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13435,28 +13648,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7800be8d7fd2a952d1251b9392878d7", - "x-ms-correlation-request-id": "bfd459c4-bbff-4928-a369-a178944d59b3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "3f607235-2ca4-4623-9c32-e520d890ad35", - "x-ms-routing-request-id": "KOREASOUTH:20230321T114610Z:bfd459c4-bbff-4928-a369-a178944d59b3", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "0114e9908c0f24540b9273907710c449", + "x-ms-correlation-request-id": "8058e0a1-40c8-4bb0-8c1b-6b28230df66a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "c5fb32c0-e51e-4029-86d0-7f7d9a03a97f", + "x-ms-routing-request-id": "EASTUS:20230615T195306Z:8058e0a1-40c8-4bb0-8c1b-6b28230df66a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-0a409d0d8e06d04a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b6a57e80b9f8a3e1a5d9655d83794ea5", + "traceparent": "00-b6362b13de176249a290209aff255cd3-18742ce673bac644-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6ba3f4215666621a6792bbc0650660c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13465,7 +13678,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:46:42 GMT", + "Date": "Thu, 15 Jun 2023 19:53:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13474,28 +13687,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b6a57e80b9f8a3e1a5d9655d83794ea5", - "x-ms-correlation-request-id": "2a8c2deb-f009-48cb-a39a-ce07c83b6a2b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "8a252970-d3bb-4154-b453-21614e15d61d", - "x-ms-routing-request-id": "KOREASOUTH:20230321T114643Z:2a8c2deb-f009-48cb-a39a-ce07c83b6a2b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "6ba3f4215666621a6792bbc0650660c8", + "x-ms-correlation-request-id": "7e7d5b9d-e233-4a16-9306-aba262d46a11", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "b247b257-c54d-416e-af48-493488363e69", + "x-ms-routing-request-id": "EASTUS:20230615T195310Z:7e7d5b9d-e233-4a16-9306-aba262d46a11", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-500e303d15511c4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "10f963187355403f7e9b969ca009d9b1", + "traceparent": "00-b6362b13de176249a290209aff255cd3-d724ecaaba85ff4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8538af52d130cc8de268d56429236e6e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13504,7 +13717,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:47:15 GMT", + "Date": "Thu, 15 Jun 2023 19:53:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13513,28 +13726,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "10f963187355403f7e9b969ca009d9b1", - "x-ms-correlation-request-id": "da9fd127-92da-45a7-a2a9-017d010d70d0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "0d8f1a52-0c47-4d3e-874a-1887675c9ee7", - "x-ms-routing-request-id": "KOREASOUTH:20230321T114715Z:da9fd127-92da-45a7-a2a9-017d010d70d0", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8538af52d130cc8de268d56429236e6e", + "x-ms-correlation-request-id": "abf0326a-28c2-4b01-ab6f-939a52419aec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "ae7054ed-f1e1-41dd-9cb2-6fb777afeb3e", + "x-ms-routing-request-id": "EASTUS:20230615T195319Z:abf0326a-28c2-4b01-ab6f-939a52419aec", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-72007543dbf7b444-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6ea8396a97212e3e29dc52247138a7b3", + "traceparent": "00-b6362b13de176249a290209aff255cd3-1a1806ea3c323340-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "30dadd0ee1d43972ceb19a7dd194bf04", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13543,7 +13756,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:47:47 GMT", + "Date": "Thu, 15 Jun 2023 19:53:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13552,28 +13765,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6ea8396a97212e3e29dc52247138a7b3", - "x-ms-correlation-request-id": "58117fec-e893-4f4c-b0d5-3bd3d7645362", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "5c04c2a1-6ba9-437b-9a9d-15caf2c87052", - "x-ms-routing-request-id": "KOREASOUTH:20230321T114747Z:58117fec-e893-4f4c-b0d5-3bd3d7645362", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "30dadd0ee1d43972ceb19a7dd194bf04", + "x-ms-correlation-request-id": "7d4e9bae-2c3c-4d59-9438-4556ef73c062", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "3e732cf4-d244-4578-9438-e9d15ec2da99", + "x-ms-routing-request-id": "EASTUS:20230615T195335Z:7d4e9bae-2c3c-4d59-9438-4556ef73c062", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-f6e5c6f15e3c0440-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d6a0abc4682e0d813f64385d2345039c", + "traceparent": "00-b6362b13de176249a290209aff255cd3-26d77e9fa76bdd46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c73dab323ed84f1867d789fd81b63843", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13582,7 +13795,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:48:19 GMT", + "Date": "Thu, 15 Jun 2023 19:54:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13591,39 +13804,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d6a0abc4682e0d813f64385d2345039c", - "x-ms-correlation-request-id": "47387b07-e409-413b-8573-29868af7fe00", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "6c843e0b-5715-43de-b344-03fbd127985f", - "x-ms-routing-request-id": "KOREASOUTH:20230321T114820Z:47387b07-e409-413b-8573-29868af7fe00", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "c73dab323ed84f1867d789fd81b63843", + "x-ms-correlation-request-id": "0c4e000f-8e16-4948-9898-1278de6e9910", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "f5bd786d-08bb-41b5-a0c4-d07872efe516", + "x-ms-routing-request-id": "EASTUS:20230615T195407Z:0c4e000f-8e16-4948-9898-1278de6e9910", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-d97862337fcf6449-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4af3b4ffdfd1808324cbe678211bce45", + "traceparent": "00-b6362b13de176249a290209aff255cd3-51289dad55b3d146-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "88b14c232f2b71f33dfeb77f370ffb4d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:48:51 GMT", + "Date": "Thu, 15 Jun 2023 19:54:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13632,28 +13843,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4af3b4ffdfd1808324cbe678211bce45", - "x-ms-correlation-request-id": "92132582-649a-4931-8924-f196bc333bea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "94b69d8c-7d12-4c3a-8083-30ad93d446fa", - "x-ms-routing-request-id": "KOREASOUTH:20230321T114852Z:92132582-649a-4931-8924-f196bc333bea", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "88b14c232f2b71f33dfeb77f370ffb4d", + "x-ms-correlation-request-id": "d880fa9a-3916-4306-ac35-549e188bde69", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "1ff3736d-a167-40e9-9ca3-46dad75edd6a", + "x-ms-routing-request-id": "EASTUS:20230615T195439Z:d880fa9a-3916-4306-ac35-549e188bde69", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-31eec8400dc7bb4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f4d7e2f403680282b79b2fbc5fe10be4", + "traceparent": "00-b6362b13de176249a290209aff255cd3-c5bae67cb2e0d140-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7e31d0a9a6e5d096c48bc8fd5774b818", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13662,7 +13873,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:49:26 GMT", + "Date": "Thu, 15 Jun 2023 19:55:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13671,28 +13882,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f4d7e2f403680282b79b2fbc5fe10be4", - "x-ms-correlation-request-id": "9889eb9a-82aa-427c-95d6-adad69bee389", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "3346ec24-6a92-47f6-b0ab-ab2c013f6f57", - "x-ms-routing-request-id": "KOREASOUTH:20230321T114926Z:9889eb9a-82aa-427c-95d6-adad69bee389", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "7e31d0a9a6e5d096c48bc8fd5774b818", + "x-ms-correlation-request-id": "150464a8-0cd7-4ae2-9dd0-5adcfd126ee9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "54cc246a-4487-41e5-a32e-b4a3ad0471eb", + "x-ms-routing-request-id": "EASTUS:20230615T195511Z:150464a8-0cd7-4ae2-9dd0-5adcfd126ee9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-5fc61409e1dcad43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bd24b5d95c45e5e22820b1638208eb23", + "traceparent": "00-b6362b13de176249a290209aff255cd3-c9e6f66810f27d4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8459567836e302d8b7cc8ad987991757", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13701,7 +13912,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:49:58 GMT", + "Date": "Thu, 15 Jun 2023 19:55:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13710,28 +13921,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd24b5d95c45e5e22820b1638208eb23", - "x-ms-correlation-request-id": "61cf8147-0efb-48d9-8d80-474d0d63f906", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "2024869c-e002-4928-8acd-ebe42bc8b494", - "x-ms-routing-request-id": "KOREASOUTH:20230321T114959Z:61cf8147-0efb-48d9-8d80-474d0d63f906", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8459567836e302d8b7cc8ad987991757", + "x-ms-correlation-request-id": "c5412e18-596d-4449-b194-e35fa78bba15", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "333c5071-9fe3-4ff3-8dd4-8e5f38ba2912", + "x-ms-routing-request-id": "EASTUS:20230615T195543Z:c5412e18-596d-4449-b194-e35fa78bba15", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-66881eecea67ff46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4069f2950e6dfc3431f19236b0c62142", + "traceparent": "00-b6362b13de176249a290209aff255cd3-55d42dac94e3e548-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b0533bdbb9847d5db6e0c3a067f519c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13740,7 +13951,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:50:30 GMT", + "Date": "Thu, 15 Jun 2023 19:56:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13749,37 +13960,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4069f2950e6dfc3431f19236b0c62142", - "x-ms-correlation-request-id": "1d62f095-5300-4670-9b1e-19d55f87e112", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "c462b049-fcd7-492f-b9ca-622d83e088f4", - "x-ms-routing-request-id": "KOREASOUTH:20230321T115031Z:1d62f095-5300-4670-9b1e-19d55f87e112", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "b0533bdbb9847d5db6e0c3a067f519c8", + "x-ms-correlation-request-id": "96a89658-41ff-4f10-8e2a-8804f2f82e5e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "e139f24f-681c-4d7b-a814-32f1358b0b60", + "x-ms-routing-request-id": "EASTUS:20230615T195616Z:96a89658-41ff-4f10-8e2a-8804f2f82e5e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-6d6a8019ad58a24a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6c9f01c011f7970000f2cc48511f7fae", + "Connection": "close", + "traceparent": "00-b6362b13de176249a290209aff255cd3-350d87e575c6574d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e1069f4677b6726af82fc7191cbd482b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:51:02 GMT", + "Date": "Thu, 15 Jun 2023 19:56:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13788,28 +14001,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6c9f01c011f7970000f2cc48511f7fae", - "x-ms-correlation-request-id": "928739dc-4443-4783-909b-1acdf1042eb8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "69b2c2f1-ff96-4aa5-97ec-c7ae9c4a87d7", - "x-ms-routing-request-id": "KOREASOUTH:20230321T115103Z:928739dc-4443-4783-909b-1acdf1042eb8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "e1069f4677b6726af82fc7191cbd482b", + "x-ms-correlation-request-id": "ff022a4a-c5e5-49fe-ade1-63142068fb39", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "c4a98e29-e1b4-4cdb-b14c-8b65cfda3cfb", + "x-ms-routing-request-id": "EASTUS:20230615T195648Z:ff022a4a-c5e5-49fe-ade1-63142068fb39", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-192a7ec307408044-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6c260bafcb78cb7781278c54caac3461", + "traceparent": "00-b6362b13de176249a290209aff255cd3-4548923fff156846-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1c2270730820bf93f8dccd0273389bc1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13818,7 +14031,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:51:34 GMT", + "Date": "Thu, 15 Jun 2023 19:57:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13827,37 +14040,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6c260bafcb78cb7781278c54caac3461", - "x-ms-correlation-request-id": "556203ce-abd9-4aae-8971-03624897abc8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "88387207-36b9-4d0b-9ede-3970fa0418c2", - "x-ms-routing-request-id": "KOREASOUTH:20230321T115135Z:556203ce-abd9-4aae-8971-03624897abc8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "1c2270730820bf93f8dccd0273389bc1", + "x-ms-correlation-request-id": "18335435-e909-4daa-8671-f44082dbadfe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "d27f6657-71b5-4f2b-9554-82620ef221e0", + "x-ms-routing-request-id": "EASTUS:20230615T195720Z:18335435-e909-4daa-8671-f44082dbadfe", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/af9579fe-5dbe-4423-9f25-160674c711e0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-69e4ac07745ded4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "80a36efe7f69842cf1d13f7a42ecab11", + "traceparent": "00-b6362b13de176249a290209aff255cd3-97dc08ba4994df48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e892c2b3369264a1d1e1b855f24461f9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "182", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:52:07 GMT", + "Date": "Thu, 15 Jun 2023 19:57:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13866,38 +14079,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "80a36efe7f69842cf1d13f7a42ecab11", - "x-ms-correlation-request-id": "32fe4dfb-3c45-4735-836f-95f0d82b3caf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "627fe8cb-c736-492d-b75c-197157ebbb4e", - "x-ms-routing-request-id": "KOREASOUTH:20230321T115208Z:32fe4dfb-3c45-4735-836f-95f0d82b3caf", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "e892c2b3369264a1d1e1b855f24461f9", + "x-ms-correlation-request-id": "b51d7970-bab0-42d3-87bd-5e69b7f6e42b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "ae2fa43c-b19d-4396-9b00-7a3973f43d18", + "x-ms-routing-request-id": "EASTUS:20230615T195752Z:b51d7970-bab0-42d3-87bd-5e69b7f6e42b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:39:37.0060726\u002B00:00", - "endTime": "2023-03-21T11:51:58.28123\u002B00:00", - "status": "Succeeded", - "name": "af9579fe-5dbe-4423-9f25-160674c711e0" + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", + "status": "InProgress", + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg161/providers/Microsoft.StorageCache/caches/testsc9241?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2e73a79128e153418179d52d1b121c3c-0b423add74688342-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a586e471b59ff4ca8ad4ead085accd53", + "traceparent": "00-b6362b13de176249a290209aff255cd3-2b6af7b9fbc32742-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f62c9798fcd33da70b47e8daa967ffbf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2206", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:52:10 GMT", + "Date": "Thu, 15 Jun 2023 19:58:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13906,106 +14118,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a586e471b59ff4ca8ad4ead085accd53", - "x-ms-correlation-request-id": "44571527-2d45-42dc-839d-ebc7bfe5432c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;117", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "b37a581b-c14d-48cf-a537-684eddd75fd2", - "x-ms-routing-request-id": "KOREASOUTH:20230321T115211Z:44571527-2d45-42dc-839d-ebc7bfe5432c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "f62c9798fcd33da70b47e8daa967ffbf", + "x-ms-correlation-request-id": "255a363a-2adb-4950-87d3-bdb30ecd279c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "9a382f56-739b-4d19-ad84-25c76e34509c", + "x-ms-routing-request-id": "EASTUS:20230615T195824Z:255a363a-2adb-4950-87d3-bdb30ecd279c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc9241", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.StorageCache/caches/testsc9241", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" - ], - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Healthy", - "statusDescription": "The cache is in Running state", - "conditions": [] - }, - "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" - ], - "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-4029/subnets/scTestSubnet-2079", - "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T11:39:37.1466874Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-21T11:39:36.9135148Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T11:39:36.9135148Z" - } + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", + "status": "InProgress", + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg161/providers/Microsoft.StorageCache/caches?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e3496abeff7c3045dea27aa68bfc8995", + "traceparent": "00-b6362b13de176249a290209aff255cd3-0645a1548aab3442-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "596506945f2a3d98cfbd4b3f503eccb4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "5031", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:52:11 GMT", + "Date": "Thu, 15 Jun 2023 19:58:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14014,187 +14157,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3496abeff7c3045dea27aa68bfc8995", - "x-ms-correlation-request-id": "3db4574a-63c3-4913-a328-8d545a6fd3ea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListCaches1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "85c0ab7f-e219-49b5-a2c4-a5a24ca640c0", - "x-ms-routing-request-id": "KOREASOUTH:20230321T115211Z:3db4574a-63c3-4913-a328-8d545a6fd3ea", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "596506945f2a3d98cfbd4b3f503eccb4", + "x-ms-correlation-request-id": "df1aaf27-6a01-47a2-8a51-f22c2eda8b25", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "e93e21b6-3627-4918-a217-d96c6f098a51", + "x-ms-routing-request-id": "EASTUS:20230615T195856Z:df1aaf27-6a01-47a2-8a51-f22c2eda8b25", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "value": [ - { - "name": "testsc2731", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/STORAGECACHETESTRG161/providers/Microsoft.StorageCache/caches/testsc2731", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" - ], - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Healthy", - "statusDescription": "The cache is in Running state", - "conditions": [] - }, - "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" - ], - "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-337/subnets/scTestSubnet-1623", - "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T11:26:20.2436967Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-21T11:26:18.1299875Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T11:26:18.1299875Z" - } - }, - { - "name": "testsc9241", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/STORAGECACHETESTRG161/providers/Microsoft.StorageCache/caches/testsc9241", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" - ], - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Healthy", - "statusDescription": "The cache is in Running state", - "conditions": [] - }, - "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" - ], - "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg161/providers/Microsoft.Network/virtualNetworks/scTestVNet-4029/subnets/scTestSubnet-2079", - "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T11:39:37.1466874Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-21T11:39:36.9135148Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T11:39:36.9135148Z" - } - } - ] + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", + "status": "InProgress", + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg161/providers/Microsoft.StorageCache/caches/testsc9241?api-version=2023-01-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b4f873a40067174b9b0b2714fbc67686-4371754e1171db49-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e5e27a7c8e2648c1a4aef695945cff45", + "traceparent": "00-b6362b13de176249a290209aff255cd3-7aff0f40dc2c634d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "db6ad47ba40bb6ed1a55dc4b4dc6ba69", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e2a0b12e-2d74-4126-a670-8d4b09b6bc0c?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 11:52:11 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 19:59:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e2a0b12e-2d74-4126-a670-8d4b09b6bc0c?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -14202,24 +14196,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e5e27a7c8e2648c1a4aef695945cff45", - "x-ms-correlation-request-id": "f251ea6e-7e82-448b-a5eb-749a50ef9796", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "e2a0b12e-2d74-4126-a670-8d4b09b6bc0c", - "x-ms-routing-request-id": "KOREASOUTH:20230321T115212Z:f251ea6e-7e82-448b-a5eb-749a50ef9796", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": null + "x-ms-client-request-id": "db6ad47ba40bb6ed1a55dc4b4dc6ba69", + "x-ms-correlation-request-id": "93141261-7a20-449e-8850-46ea070009a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "7503d0d3-81d7-457f-9494-35d6aacc180b", + "x-ms-routing-request-id": "EASTUS:20230615T195928Z:93141261-7a20-449e-8850-46ea070009a5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", + "status": "InProgress", + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e2a0b12e-2d74-4126-a670-8d4b09b6bc0c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b4f873a40067174b9b0b2714fbc67686-05154d6f3f894a46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3f496944f4081d7bbe8d2da189c769ee", + "traceparent": "00-b6362b13de176249a290209aff255cd3-e0b2ebd1d9b6da45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ecc0f8e107df38ceffef2616b168edcd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14228,7 +14226,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:52:12 GMT", + "Date": "Thu, 15 Jun 2023 20:00:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14236,29 +14234,29 @@ "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f496944f4081d7bbe8d2da189c769ee", - "x-ms-correlation-request-id": "92dbe2f4-a592-41b2-92bd-8e3ff2c005e3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "833c808b-eeda-4bed-bf1e-d76fe6f6ac98", - "x-ms-routing-request-id": "KOREASOUTH:20230321T115213Z:92dbe2f4-a592-41b2-92bd-8e3ff2c005e3", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ecc0f8e107df38ceffef2616b168edcd", + "x-ms-correlation-request-id": "3d7d6271-10dc-4767-a0d1-17b17486e10c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "0192de2f-dfed-423c-a72c-6f68ba680c51", + "x-ms-routing-request-id": "EASTUS:20230615T200000Z:3d7d6271-10dc-4767-a0d1-17b17486e10c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:52:12.5825878\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "e2a0b12e-2d74-4126-a670-8d4b09b6bc0c" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e2a0b12e-2d74-4126-a670-8d4b09b6bc0c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b4f873a40067174b9b0b2714fbc67686-2510a279d968194e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "055944b9ca82994e629f2559a05c66e4", + "traceparent": "00-b6362b13de176249a290209aff255cd3-69f78237d19f2c4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d55f347a23fdefb418ae3fd5834def08", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14267,7 +14265,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:52:13 GMT", + "Date": "Thu, 15 Jun 2023 20:00:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14276,28 +14274,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "055944b9ca82994e629f2559a05c66e4", - "x-ms-correlation-request-id": "8a69dc63-ced1-4e78-9a0a-8e0bb1e10dbf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "2916e462-8caa-4021-8652-348f3c6bbb94", - "x-ms-routing-request-id": "KOREASOUTH:20230321T115214Z:8a69dc63-ced1-4e78-9a0a-8e0bb1e10dbf", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "d55f347a23fdefb418ae3fd5834def08", + "x-ms-correlation-request-id": "31496ef6-02f2-448d-b4eb-16734538984e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "c279de1a-b6bc-4a83-88d3-b13edf5c70a9", + "x-ms-routing-request-id": "EASTUS:20230615T200032Z:31496ef6-02f2-448d-b4eb-16734538984e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:52:12.5825878\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "e2a0b12e-2d74-4126-a670-8d4b09b6bc0c" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e2a0b12e-2d74-4126-a670-8d4b09b6bc0c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b4f873a40067174b9b0b2714fbc67686-7b0eccd26593f34a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9f89bef25c66af79ba84e0b183502b1d", + "traceparent": "00-b6362b13de176249a290209aff255cd3-e7597a3f8a232f4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "585de202e07d74d40631dc1c7dd705b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14306,7 +14304,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:52:14 GMT", + "Date": "Thu, 15 Jun 2023 20:01:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14315,40 +14313,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f89bef25c66af79ba84e0b183502b1d", - "x-ms-correlation-request-id": "e2ded03a-78c9-4eca-89b6-f7d274cfcbcb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "6c8425e3-ddc3-4aef-8032-5f6e916b3c7e", - "x-ms-routing-request-id": "KOREASOUTH:20230321T115215Z:e2ded03a-78c9-4eca-89b6-f7d274cfcbcb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "585de202e07d74d40631dc1c7dd705b1", + "x-ms-correlation-request-id": "8511db53-9c41-47c5-9208-9e457e6af6cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "14a275fd-bc9c-42d0-bd92-1ade3d5bf64c", + "x-ms-routing-request-id": "EASTUS:20230615T200104Z:8511db53-9c41-47c5-9208-9e457e6af6cd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:52:12.5825878\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "e2a0b12e-2d74-4126-a670-8d4b09b6bc0c" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg161/providers/Microsoft.StorageCache/caches/testsc2731?api-version=2023-01-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-212b0f4a857ddd4ab325808a557764ba-2e5271f3c6b7be4c-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d7bcec04c8a272959e55c6fd3b23698d", + "traceparent": "00-b6362b13de176249a290209aff255cd3-be10109888c93b44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "18d00f67e567bd6b43d1d330c7f8b5b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81286b85-ed2c-41a9-8346-01fa24287532?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 11:52:16 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:01:36 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81286b85-ed2c-41a9-8346-01fa24287532?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -14356,24 +14352,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7bcec04c8a272959e55c6fd3b23698d", - "x-ms-correlation-request-id": "111f8047-30db-4905-823d-86298cae2781", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;28", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "81286b85-ed2c-41a9-8346-01fa24287532", - "x-ms-routing-request-id": "KOREASOUTH:20230321T115216Z:111f8047-30db-4905-823d-86298cae2781", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": null + "x-ms-client-request-id": "18d00f67e567bd6b43d1d330c7f8b5b1", + "x-ms-correlation-request-id": "a5680fa1-5499-4723-b24a-8957c530df21", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "1c4fe07c-e740-4ed1-9d31-f9e7b77e0bdc", + "x-ms-routing-request-id": "EASTUS:20230615T200137Z:a5680fa1-5499-4723-b24a-8957c530df21", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", + "status": "InProgress", + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e2a0b12e-2d74-4126-a670-8d4b09b6bc0c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b4f873a40067174b9b0b2714fbc67686-03cfb9083739f540-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "83165806086a7afe1bb0dc68ce217d62", + "traceparent": "00-b6362b13de176249a290209aff255cd3-90096b7420c6fa49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cf131eff940a994f5febcecb47977141", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14382,7 +14382,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:52:16 GMT", + "Date": "Thu, 15 Jun 2023 20:02:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14391,87 +14391,108 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "83165806086a7afe1bb0dc68ce217d62", - "x-ms-correlation-request-id": "09f86f81-f44d-41bd-a631-ca8646dafb3c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "b60d44c8-9502-419d-8799-8222971a0119", - "x-ms-routing-request-id": "KOREASOUTH:20230321T115216Z:09f86f81-f44d-41bd-a631-ca8646dafb3c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "cf131eff940a994f5febcecb47977141", + "x-ms-correlation-request-id": "e1341ef4-4db4-4707-be62-fc9d31f80a38", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "d2b555f5-4ccf-4fa8-8a2e-487041f38326", + "x-ms-routing-request-id": "EASTUS:20230615T200209Z:e1341ef4-4db4-4707-be62-fc9d31f80a38", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:52:12.5825878\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "e2a0b12e-2d74-4126-a670-8d4b09b6bc0c" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg161?api-version=**", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-351e3489f1e3444cbf4bf1caa96633d6-d283e44f1d0ab342-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0a53554be7ca2f2da9003fcd08b09c82", + "Connection": "close", + "traceparent": "00-b6362b13de176249a290209aff255cd3-95836bfcb3008b4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "736d8ea8d77c1ca0769f14ac0da4ac0d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 11:52:16 GMT", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:02:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNjEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ce9f44b-13d3-400a-9e1b-fbec29b22126", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "4ce9f44b-13d3-400a-9e1b-fbec29b22126", - "x-ms-routing-request-id": "KOREASOUTH:20230321T115217Z:4ce9f44b-13d3-400a-9e1b-fbec29b22126" + "x-ms-client-request-id": "736d8ea8d77c1ca0769f14ac0da4ac0d", + "x-ms-correlation-request-id": "67a28c71-153b-481e-9a6d-16c87a3f04b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "6db47704-d499-49d5-aee7-697129049d0e", + "x-ms-routing-request-id": "EASTUS:20230615T200241Z:67a28c71-153b-481e-9a6d-16c87a3f04b9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", + "status": "InProgress", + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNjEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-351e3489f1e3444cbf4bf1caa96633d6-9c3cf31bbf314243-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c7f4ca9a35cf431ccfc4092f46d2dcba", + "traceparent": "00-b6362b13de176249a290209aff255cd3-4de081cfd3ad8a4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5f1d2a7c36c3d2a7bf37b97c16a076ac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 11:52:17 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:03:13 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxNjEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b674264-93cb-48f6-9318-efb163ac3293", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "8b674264-93cb-48f6-9318-efb163ac3293", - "x-ms-routing-request-id": "KOREASOUTH:20230321T115217Z:8b674264-93cb-48f6-9318-efb163ac3293" + "x-ms-client-request-id": "5f1d2a7c36c3d2a7bf37b97c16a076ac", + "x-ms-correlation-request-id": "4a90227a-18e7-401c-8ca6-7370034678d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "509966b2-761b-4480-b19a-e62c7673c27b", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200314Z:4a90227a-18e7-401c-8ca6-7370034678d3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", + "status": "InProgress", + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81286b85-ed2c-41a9-8346-01fa24287532?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-212b0f4a857ddd4ab325808a557764ba-78bbb22e8da3cd4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "47520774e345ea7ac00e84b58010e098", + "traceparent": "00-b6362b13de176249a290209aff255cd3-823b71d7fe4c0e45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3987915f418b28357df6596a80a38cbb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14480,7 +14501,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:52:17 GMT", + "Date": "Thu, 15 Jun 2023 20:03:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14489,28 +14510,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "47520774e345ea7ac00e84b58010e098", - "x-ms-correlation-request-id": "89d35a0c-e4ee-4ff7-ad70-b015af51ccda", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "9090e695-5089-4e7c-9d48-d285dd1037c4", - "x-ms-routing-request-id": "KOREASOUTH:20230321T115217Z:89d35a0c-e4ee-4ff7-ad70-b015af51ccda", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "3987915f418b28357df6596a80a38cbb", + "x-ms-correlation-request-id": "bb62ba84-7b67-4a19-909c-7bf3e3ebecb2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "1cb37a2a-3d5a-4f6a-8dd5-4cef90fa1a8c", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200346Z:bb62ba84-7b67-4a19-909c-7bf3e3ebecb2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:52:16.5829644\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "81286b85-ed2c-41a9-8346-01fa24287532" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e2a0b12e-2d74-4126-a670-8d4b09b6bc0c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b4f873a40067174b9b0b2714fbc67686-39e2d20f5d3e614c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6cf5b2cada11136f2716778b2aba2dc0", + "traceparent": "00-b6362b13de176249a290209aff255cd3-6a3c75c4d891614e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1d4ec13e127a727ee69ab3451d2406d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14519,7 +14540,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:52:18 GMT", + "Date": "Thu, 15 Jun 2023 20:04:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14528,37 +14549,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6cf5b2cada11136f2716778b2aba2dc0", - "x-ms-correlation-request-id": "f0d8a1be-77af-4e66-8481-6fbd153b6d83", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "1656116d-25f9-4f46-9839-6ff8a25539ca", - "x-ms-routing-request-id": "KOREASOUTH:20230321T115219Z:f0d8a1be-77af-4e66-8481-6fbd153b6d83", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "1d4ec13e127a727ee69ab3451d2406d5", + "x-ms-correlation-request-id": "fc0d917b-fdf5-4cdb-9b1a-8da679e7e072", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "b092ee64-5c52-470f-b8cb-465fc9dda5e8", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200418Z:fc0d917b-fdf5-4cdb-9b1a-8da679e7e072", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:52:12.5825878\u002B00:00", + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", "status": "InProgress", - "name": "e2a0b12e-2d74-4126-a670-8d4b09b6bc0c" + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81286b85-ed2c-41a9-8346-01fa24287532?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f613c24-dc68-47ab-a58a-867465c1e166?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-212b0f4a857ddd4ab325808a557764ba-c69d81f04491ba42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b61b057e181cd1c960476bdd57aff5fe", + "traceparent": "00-b6362b13de176249a290209aff255cd3-8ab33f3da0733741-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7b4c6829731c3a82f4f5e1ccdd3c521b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:52:19 GMT", + "Date": "Thu, 15 Jun 2023 20:04:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14567,37 +14588,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b61b057e181cd1c960476bdd57aff5fe", - "x-ms-correlation-request-id": "bedaf23c-1c2b-4232-9955-ab65632bac58", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "9c53d629-8e0b-492b-8ad9-9ec837f8daf8", - "x-ms-routing-request-id": "KOREASOUTH:20230321T115220Z:bedaf23c-1c2b-4232-9955-ab65632bac58", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "7b4c6829731c3a82f4f5e1ccdd3c521b", + "x-ms-correlation-request-id": "2781c596-e42d-4675-8ee5-9c6006797e15", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "8a00998f-efab-4e78-a3b1-9ed9654306c7", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200451Z:2781c596-e42d-4675-8ee5-9c6006797e15", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:52:16.5829644\u002B00:00", - "status": "InProgress", - "name": "81286b85-ed2c-41a9-8346-01fa24287532" + "startTime": "2023-06-15T19:53:00.4072539\u002B00:00", + "endTime": "2023-06-15T20:04:30.8335523\u002B00:00", + "status": "Succeeded", + "name": "5f613c24-dc68-47ab-a58a-867465c1e166" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81286b85-ed2c-41a9-8346-01fa24287532?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc655?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-212b0f4a857ddd4ab325808a557764ba-3e13a6d29ef7574a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0af5fede230abf6d5ae09fb8be911914", + "traceparent": "00-b6362b13de176249a290209aff255cd3-5f24fafe0d2e6648-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "553efdaa59514d31131552f08eef0a59", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "2179", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:52:20 GMT", + "Date": "Thu, 15 Jun 2023 20:04:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14606,37 +14628,105 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0af5fede230abf6d5ae09fb8be911914", - "x-ms-correlation-request-id": "63255b96-21a5-462e-a525-a63bf6602042", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "91c00eaf-ef8a-4ea4-8951-f3cf446cf019", - "x-ms-routing-request-id": "KOREASOUTH:20230321T115221Z:63255b96-21a5-462e-a525-a63bf6602042", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "553efdaa59514d31131552f08eef0a59", + "x-ms-correlation-request-id": "4faf9ef2-4362-45f4-8a20-daf35ff663c3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "639b52ba-47be-4128-be6f-204d6ffb7073", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200452Z:4faf9ef2-4362-45f4-8a20-daf35ff663c3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:52:16.5829644\u002B00:00", - "status": "InProgress", - "name": "81286b85-ed2c-41a9-8346-01fa24287532" + "name": "testsc655", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc655", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "utilityAddresses": [ + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" + ], + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9736/subnets/scTestSubnet-6942", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T19:53:00.5791102Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T19:53:00.4040685Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T19:53:00.4040685Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/81286b85-ed2c-41a9-8346-01fa24287532?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-212b0f4a857ddd4ab325808a557764ba-f3cd7530ac22624d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "41b1489626b7b29de9240bca6f92bb77", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "184183f01057ca9f3f14288530b195aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "4972", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 11:52:21 GMT", + "Date": "Thu, 15 Jun 2023 20:04:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14645,25 +14735,170 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "41b1489626b7b29de9240bca6f92bb77", - "x-ms-correlation-request-id": "d4da6e92-8bdf-4bf4-bf86-fdd4d704b2a6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "efbe3097-e47f-46a5-aa58-a01b97525637", - "x-ms-routing-request-id": "KOREASOUTH:20230321T115222Z:d4da6e92-8bdf-4bf4-bf86-fdd4d704b2a6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "184183f01057ca9f3f14288530b195aa", + "x-ms-correlation-request-id": "dd8564da-a024-4a83-9084-9dd81d5ddb63", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListCaches1Min;119", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "eee8de05-b38f-4eef-89f9-323ba6b0de27", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200452Z:dd8564da-a024-4a83-9084-9dd81d5ddb63", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T11:52:16.5829644\u002B00:00", - "status": "InProgress", - "name": "81286b85-ed2c-41a9-8346-01fa24287532" + "value": [ + { + "name": "testsc5594", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc5594", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "utilityAddresses": [ + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" + ], + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3912/subnets/scTestSubnet-7321", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T19:39:55.1416543Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T19:39:54.9544729Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T19:39:54.9544729Z" + } + }, + { + "name": "testsc655", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc655", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "utilityAddresses": [ + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" + ], + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9736/subnets/scTestSubnet-6942", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T19:53:00.5791102Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T19:53:00.4040685Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T19:53:00.4040685Z" + } + } + ] } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1296223657", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1186253800", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/Delete().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/Delete().json index 3b1fbb190c87..b2f9bbf690a3 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/Delete().json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/Delete().json @@ -1,39 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-5455b12f7a73e74eaf55401c1ad8a947-4c34e7a117c49644-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "52fc75d2635022958480954696878675", + "traceparent": "00-6d72bce8ad394a4bb69d846cc3a5aaef-a9c4ad6805a7ee4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3a7c3a42efa594474e42ba315a869872", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:36:33 GMT", + "Date": "Thu, 15 Jun 2023 20:04:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "692472a0-3d6e-4c05-b336-bf2be424fd3f", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "692472a0-3d6e-4c05-b336-bf2be424fd3f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T133633Z:692472a0-3d6e-4c05-b336-bf2be424fd3f" + "x-ms-correlation-request-id": "7690a1ee-d0f4-4b84-9686-6164970797aa", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "7690a1ee-d0f4-4b84-9686-6164970797aa", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200453Z:7690a1ee-d0f4-4b84-9686-6164970797aa" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,75 +43,76 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg5402?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-60fa80a2aac1b1479e4ee7b3a1eda9d6-1292f18b458e394d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7571e7efd8e8b4c03509604d39896454", + "traceparent": "00-cedb61253cbc7e4ba0f433eed0ed36b8-51d4822ec81ca040-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7cb325927354fe6f85df09d8d07bc14f", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:36:35 GMT", + "Date": "Thu, 15 Jun 2023 20:04:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a298f8cc-47c3-4591-aa89-4bebe0c9a441", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "a298f8cc-47c3-4591-aa89-4bebe0c9a441", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T133636Z:a298f8cc-47c3-4591-aa89-4bebe0c9a441" + "x-ms-correlation-request-id": "f4789033-7c20-47ba-b632-d5b0f396ca2b", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "f4789033-7c20-47ba-b632-d5b0f396ca2b", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200453Z:f4789033-7c20-47ba-b632-d5b0f396ca2b" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5402", - "name": "storagecachetestrg5402", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-7910b62f0320564285161d7166416388-c3651d409d9c9a4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "54f1339de8445e9a3ba873fe78fb8751", + "traceparent": "00-99ba1436c3a48c40818f000fcbbfe931-965f150d3ecc1a46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4922447eddd117969561e680d1b5933b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "146015", + "Content-Length": "156364", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:36:36 GMT", + "Date": "Thu, 15 Jun 2023 20:04:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23dcf20e-421c-458c-a96e-49f0f462bbcb", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "23dcf20e-421c-458c-a96e-49f0f462bbcb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T133637Z:23dcf20e-421c-458c-a96e-49f0f462bbcb" + "x-ms-correlation-request-id": "ffb79379-f751-4bc5-b741-ab8973d15860", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "ffb79379-f751-4bc5-b741-ab8973d15860", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200454Z:ffb79379-f751-4bc5-b741-ab8973d15860" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -161,6 +162,10 @@ { "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" } ], "resourceTypes": [ @@ -203,9 +208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -321,9 +331,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -439,9 +454,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -516,6 +536,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -540,6 +567,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -683,6 +718,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -726,9 +769,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -844,6 +892,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -868,6 +923,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -1011,6 +1074,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -1054,9 +1125,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1104,9 +1180,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1167,6 +1248,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -1191,6 +1279,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -1334,6 +1430,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -1377,9 +1481,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1495,9 +1604,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1558,9 +1672,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1633,9 +1752,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1707,9 +1831,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1779,9 +1908,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1897,9 +2031,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2015,9 +2154,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2114,9 +2258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2200,9 +2349,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2283,9 +2437,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2401,9 +2560,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2481,6 +2645,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -2505,6 +2676,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -2648,6 +2827,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -2691,9 +2878,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2795,9 +2987,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2884,9 +3081,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2973,9 +3175,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3062,9 +3269,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3180,9 +3392,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3298,9 +3515,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3416,9 +3638,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3520,6 +3747,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -3544,6 +3778,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -3687,6 +3929,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "SupportsTags, SupportsLocation" @@ -3730,9 +3980,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3771,6 +4026,8 @@ "resourceType": "locations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3885,9 +4142,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4002,9 +4264,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4119,9 +4386,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4222,9 +4494,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4285,9 +4562,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4334,9 +4616,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4451,9 +4738,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4542,9 +4834,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4624,9 +4921,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4673,9 +4975,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4747,9 +5054,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4821,9 +5133,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4891,9 +5208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4964,9 +5286,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5037,9 +5364,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5102,9 +5434,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5167,9 +5504,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5249,9 +5591,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5309,9 +5656,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5359,9 +5711,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5419,9 +5776,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5501,9 +5863,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5583,9 +5950,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5665,9 +6037,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5747,9 +6124,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6323,7 +6705,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6365,7 +6750,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6407,7 +6795,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6449,7 +6840,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6491,7 +6885,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6533,7 +6930,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6575,7 +6975,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6617,7 +7020,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6652,7 +7058,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6672,6 +7080,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6687,7 +7096,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6706,7 +7117,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6725,7 +7138,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6744,7 +7159,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6757,6 +7174,17 @@ "defaultApiVersion": "2018-08-01", "capabilities": "None" }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, { "resourceType": "trafficManagerUserMetricsKeys", "locations": [ @@ -6764,6 +7192,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2017-09-01-preview" @@ -6777,7 +7206,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6827,9 +7258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6931,9 +7367,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7034,9 +7475,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7126,9 +7572,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7216,9 +7667,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7292,9 +7748,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7368,9 +7829,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7444,9 +7910,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7548,9 +8019,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7641,9 +8117,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7730,9 +8211,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7817,9 +8303,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7888,9 +8379,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7977,9 +8473,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8066,9 +8567,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8145,9 +8651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8224,9 +8735,13 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8274,9 +8789,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8352,9 +8872,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8397,6 +8922,7 @@ "resourceType": "firewallPolicies", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8440,9 +8966,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8478,6 +9008,7 @@ "resourceType": "ipGroups", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8521,9 +9052,13 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8559,6 +9094,8 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8582,6 +9119,8 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8632,6 +9171,8 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8717,9 +9258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8784,9 +9330,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8867,6 +9418,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -8891,6 +9449,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -9034,6 +9600,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "SupportsTags, SupportsLocation" @@ -9077,9 +9651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9155,9 +9734,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9234,9 +9818,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9313,9 +9902,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9378,9 +9972,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9469,9 +10068,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9513,155 +10117,29 @@ "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "frontdoorOperationResults", + "resourceType": "checkFrontdoorNameAvailability", "locations": [ - "global" - ], - "apiVersions": [ - "2022-05-01", - "2021-06-01", - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "checkFrontdoorNameAvailability", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoors/frontendEndpoints", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" ], "apiVersions": [ "2021-06-01", "2020-07-01", "2020-05-01", - "2020-04-01", "2020-01-01", "2019-08-01", "2019-05-01", @@ -9671,37 +10149,6 @@ "defaultApiVersion": "2020-07-01", "capabilities": "None" }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, { "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ @@ -9732,33 +10179,6 @@ "defaultApiVersion": "2020-11-01", "capabilities": "None" }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, { "resourceType": "locations/bareMetalTenants", "locations": [ @@ -9798,9 +10218,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9877,9 +10302,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9920,6 +10350,7 @@ "resourceType": "virtualRouters", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -9963,9 +10394,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10001,6 +10436,7 @@ "resourceType": "networkVirtualAppliances", "locations": [ "Qatar Central", + "Poland Central", "Brazil Southeast", "West US 3", "Jio India West", @@ -10044,9 +10480,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10112,9 +10552,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10187,10 +10632,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10206,7 +10656,9 @@ "resourceType": "networkManagerConnections", "locations": [], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10265,7 +10717,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-02-01-preview", @@ -10322,10 +10777,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10384,10 +10844,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10446,7 +10911,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-06-01-preview" @@ -10501,10 +10969,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10562,10 +11035,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10580,6 +11058,8 @@ "resourceType": "networkVirtualApplianceSkus", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10643,9 +11123,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10699,9 +11184,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10715,76 +11205,325 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5402/providers/Microsoft.Network/virtualNetworks/scTestVNet-1671?api-version=2022-11-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "173", - "Content-Type": "application/json", - "traceparent": "00-7910b62f0320564285161d7166416388-359ff145daf98a49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e94082ab3b9d1b9e5a35d44af730f15e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "scTestSubnet-6203", - "properties": { - "addressPrefix": "10.0.0.0/16" - } - } - ] - }, - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network/locations/eastus/operations/f253c09b-e3e8-4566-997c-54cf14126118?api-version=2022-11-01", - "Cache-Control": "no-cache", - "Content-Length": "1279", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:36:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-643?api-version=2023-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-99ba1436c3a48c40818f000fcbbfe931-ff2903ff91635648-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "07004873cbceb57dc6e56fc3d2816bbc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-4126", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/e10f8d61-7d31-44aa-b16f-9ea062055caf?api-version=2023-04-01", + "Cache-Control": "no-cache", + "Content-Length": "1013", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:04:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1fc056a9-4475-41ec-b340-7f4845b2aff1", - "x-ms-client-request-id": "e94082ab3b9d1b9e5a35d44af730f15e", - "x-ms-correlation-request-id": "6e52636c-73c1-479d-b1a4-967605c18cb7", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "f253c09b-e3e8-4566-997c-54cf14126118", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T133643Z:6e52636c-73c1-479d-b1a4-967605c18cb7" + "x-ms-arm-service-request-id": "5dbf878e-99f2-40f6-b8ed-7e26b9cc1f27", + "x-ms-client-request-id": "07004873cbceb57dc6e56fc3d2816bbc", + "x-ms-correlation-request-id": "54ea6c18-51dd-4839-a515-0d0ac5e1a275", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "e10f8d61-7d31-44aa-b16f-9ea062055caf", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200456Z:54ea6c18-51dd-4839-a515-0d0ac5e1a275" }, "ResponseBody": { - "name": "scTestVNet-1671", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5402/providers/Microsoft.Network/virtualNetworks/scTestVNet-1671", - "etag": "W/\u002235d93c17-eb34-4f48-abd8-f0d3c305e493\u0022", + "name": "scTestVNet-643", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-643", + "etag": "W/\u00226d7a3a39-c8fb-4b6b-9a5f-8c8cb4fc48db\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Updating", - "resourceGuid": "00288ff1-ba2b-4217-8039-d5e8d7e2cd1d", + "resourceGuid": "80b63da4-3174-4c8f-bcad-496e54f3e6de", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -10792,9 +11531,9 @@ }, "subnets": [ { - "name": "scTestSubnet-6203", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5402/providers/Microsoft.Network/virtualNetworks/scTestVNet-1671/subnets/scTestSubnet-6203", - "etag": "W/\u002235d93c17-eb34-4f48-abd8-f0d3c305e493\u0022", + "name": "scTestSubnet-4126", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-643/subnets/scTestSubnet-4126", + "etag": "W/\u00226d7a3a39-c8fb-4b6b-9a5f-8c8cb4fc48db\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/16", @@ -10811,59 +11550,96 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network/locations/eastus/operations/f253c09b-e3e8-4566-997c-54cf14126118?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/e10f8d61-7d31-44aa-b16f-9ea062055caf?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7910b62f0320564285161d7166416388-c39693ddb2be0d48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d1b837b1fbf8619695d6fa0f134f670b", + "traceparent": "00-99ba1436c3a48c40818f000fcbbfe931-4bfc8f64d9596942-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "064d3f3df275b3dfc66d83ec6ed34414", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:36:43 GMT", + "Date": "Thu, 15 Jun 2023 20:04:56 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e62ebdc1-bc05-42ce-b49e-70dedb2a5587", - "x-ms-client-request-id": "d1b837b1fbf8619695d6fa0f134f670b", - "x-ms-correlation-request-id": "a47d3bf5-a7fc-4171-87fa-f9d26fdfda74", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "65626109-8b64-4b57-ad21-46ef21a930b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T133643Z:a47d3bf5-a7fc-4171-87fa-f9d26fdfda74" + "x-ms-arm-service-request-id": "768a1514-3327-42aa-86cf-baa66bc1b8a4", + "x-ms-client-request-id": "064d3f3df275b3dfc66d83ec6ed34414", + "x-ms-correlation-request-id": "2985be77-6408-4e58-8944-7a6e4343616c", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "2324eb13-9888-4edc-b203-37b4ba32c440", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200457Z:2985be77-6408-4e58-8944-7a6e4343616c" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/e10f8d61-7d31-44aa-b16f-9ea062055caf?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-99ba1436c3a48c40818f000fcbbfe931-c61ed9a25107ee4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f8202af5649c97cb66614a71f1e01567", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:05:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "5c565bc2-a1e2-4641-895d-82f909ca9b86", + "x-ms-client-request-id": "f8202af5649c97cb66614a71f1e01567", + "x-ms-correlation-request-id": "ab3ae150-04f6-4be7-90e3-5f7d7e0153b4", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "e09549a5-e5c1-465a-a942-02960bc58115", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200507Z:ab3ae150-04f6-4be7-90e3-5f7d7e0153b4" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5402/providers/Microsoft.Network/virtualNetworks/scTestVNet-1671?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-643?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7910b62f0320564285161d7166416388-85ae36ad1db44f4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "255b15b7a422185455b39b23b692594f", + "traceparent": "00-99ba1436c3a48c40818f000fcbbfe931-e9a7c121d70c7e42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "92854cac65336e46f866680258f530ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1281", + "Content-Length": "1015", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:36:43 GMT", - "ETag": "W/\u002240aa6e60-f31d-4572-85e1-4e1e38625a8f\u0022", + "Date": "Thu, 15 Jun 2023 20:05:07 GMT", + "ETag": "W/\u002262c31f1a-250b-4e41-9e27-4197ae8a9642\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10872,22 +11648,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "dd3e1a65-04d9-41fa-a38c-a1b2057d7c61", - "x-ms-client-request-id": "255b15b7a422185455b39b23b692594f", - "x-ms-correlation-request-id": "b80261aa-8915-42c2-b87d-bdcda0e11127", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "eca0d854-8401-40c8-bd10-46082341f833", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T133644Z:b80261aa-8915-42c2-b87d-bdcda0e11127" + "x-ms-arm-service-request-id": "0f0a2121-b42c-4831-83ac-6d8bcc5fb14c", + "x-ms-client-request-id": "92854cac65336e46f866680258f530ea", + "x-ms-correlation-request-id": "ab9539dc-d9e2-4bc4-8f3a-37b7bfae8bc7", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "22b3b5e8-4a6f-4541-8524-48c5381769dc", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200507Z:ab9539dc-d9e2-4bc4-8f3a-37b7bfae8bc7" }, "ResponseBody": { - "name": "scTestVNet-1671", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5402/providers/Microsoft.Network/virtualNetworks/scTestVNet-1671", - "etag": "W/\u002240aa6e60-f31d-4572-85e1-4e1e38625a8f\u0022", + "name": "scTestVNet-643", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-643", + "etag": "W/\u002262c31f1a-250b-4e41-9e27-4197ae8a9642\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "00288ff1-ba2b-4217-8039-d5e8d7e2cd1d", + "resourceGuid": "80b63da4-3174-4c8f-bcad-496e54f3e6de", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -10895,9 +11671,9 @@ }, "subnets": [ { - "name": "scTestSubnet-6203", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5402/providers/Microsoft.Network/virtualNetworks/scTestVNet-1671/subnets/scTestSubnet-6203", - "etag": "W/\u002240aa6e60-f31d-4572-85e1-4e1e38625a8f\u0022", + "name": "scTestSubnet-4126", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-643/subnets/scTestSubnet-4126", + "etag": "W/\u002262c31f1a-250b-4e41-9e27-4197ae8a9642\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/16", @@ -10914,16 +11690,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg5402/providers/Microsoft.StorageCache/caches/testsc4027?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6124?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "295", + "Content-Length": "294", "Content-Type": "application/json", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-cdb25156bbeaac49-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bf98824d2078a665bc764c27981e79ff", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-97c88a8d6ea24342-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "74a7c6173f3ed98674b69f13a86dc2e6", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -10934,7 +11710,7 @@ "location": "eastus", "properties": { "cacheSizeGB": 3072, - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5402/providers/Microsoft.Network/virtualNetworks/scTestVNet-1671/subnets/scTestSubnet-6203", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-643/subnets/scTestSubnet-4126", "zones": [ "1" ] @@ -10942,11 +11718,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "1995", + "Content-Length": "1965", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:36:48 GMT", + "Date": "Thu, 15 Jun 2023 20:05:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10955,17 +11731,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf98824d2078a665bc764c27981e79ff", - "x-ms-correlation-request-id": "fdbfec5b-4779-432f-a80b-c630317962b0", + "x-ms-client-request-id": "74a7c6173f3ed98674b69f13a86dc2e6", + "x-ms-correlation-request-id": "bbffeb11-9f9a-4753-aa0b-955109420873", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "8cd0caee-54f2-4b79-8160-2c8eb99c826d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T133649Z:fdbfec5b-4779-432f-a80b-c630317962b0", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200509Z:bbffeb11-9f9a-4753-aa0b-955109420873", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc4027", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5402/providers/Microsoft.StorageCache/caches/testsc4027", + "name": "testsc6124", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6124", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -10997,19 +11773,18 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Transitioning", "statusDescription": "The cache is being allocated." }, "provisioningState": "Creating", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5402/providers/Microsoft.Network/virtualNetworks/scTestVNet-1671/subnets/scTestSubnet-6203", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-643/subnets/scTestSubnet-4126", "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T13:36:47.9691054Z", + "lastFirmwareUpdate": "2023-06-15T20:05:08.3074786Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -11018,23 +11793,23 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T13:36:46.5943295Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-15T20:05:08.110672Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T13:36:46.5943295Z" + "lastModifiedAt": "2023-06-15T20:05:08.110672Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-62f503e91c67ed49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "91c1ab7da7b69693afb468ab582d7f36", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-75f7039ceada5947-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2b5a5f30a1386d29c6ac1e7dc632c68a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11043,7 +11818,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:36:50 GMT", + "Date": "Thu, 15 Jun 2023 20:05:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11052,28 +11827,67 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "91c1ab7da7b69693afb468ab582d7f36", - "x-ms-correlation-request-id": "f1b45ad6-700e-49bb-add2-e7f254396111", + "x-ms-client-request-id": "2b5a5f30a1386d29c6ac1e7dc632c68a", + "x-ms-correlation-request-id": "9acf16fb-9a7c-47c4-b5ec-2d0553b1e9ca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "d4e4cd9a-2793-4c44-8597-6e9923f9c7d6", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200509Z:9acf16fb-9a7c-47c4-b5ec-2d0553b1e9ca", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", + "status": "InProgress", + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-1edbc7871994ca45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3caa82a30eb6669de517908b3f4fddaa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:05:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3caa82a30eb6669de517908b3f4fddaa", + "x-ms-correlation-request-id": "58d36fea-6093-434c-bb42-32cb48a17002", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "c483cf83-ab61-4a7b-972c-b6450e6bad2c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T133651Z:f1b45ad6-700e-49bb-add2-e7f254396111", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "23e98dae-a64c-4e09-93c0-bc6128dc9c43", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200510Z:58d36fea-6093-434c-bb42-32cb48a17002", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-ce8df21062f9fd47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3c109c39ac3d8b9f528cdcd7a4204749", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-a79d4dbc851dd948-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "48e32e769713b6adf2d15ba09263c9b0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11082,7 +11896,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:36:51 GMT", + "Date": "Thu, 15 Jun 2023 20:05:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11091,28 +11905,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c109c39ac3d8b9f528cdcd7a4204749", - "x-ms-correlation-request-id": "57f94968-581d-4e84-ae65-7435881cfd07", + "x-ms-client-request-id": "48e32e769713b6adf2d15ba09263c9b0", + "x-ms-correlation-request-id": "da30ff3a-c592-4413-9e8f-97f2e76987f5", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "1f25d9e5-fbde-4765-b252-ca219dc555e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T133652Z:57f94968-581d-4e84-ae65-7435881cfd07", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "0aaac6e9-e20e-43a1-8a48-9bf65053f413", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200511Z:da30ff3a-c592-4413-9e8f-97f2e76987f5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-ed69d8106091d140-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "eda949cbe75d6a48e6befdfa5984b4b6", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-04ac0aca7ad55641-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7a9275ec021f21bac2f34521109d2e76", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11121,7 +11935,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:36:52 GMT", + "Date": "Thu, 15 Jun 2023 20:05:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11130,28 +11944,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eda949cbe75d6a48e6befdfa5984b4b6", - "x-ms-correlation-request-id": "3e813078-c975-407e-8b08-1c114167c736", + "x-ms-client-request-id": "7a9275ec021f21bac2f34521109d2e76", + "x-ms-correlation-request-id": "8432622b-2017-447b-b94f-e38107ba4d95", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "f24f831f-140c-4c9f-849e-9790709e1c9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T133653Z:3e813078-c975-407e-8b08-1c114167c736", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "8c8a41e9-bda0-4503-b98d-1dbbd6431501", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200512Z:8432622b-2017-447b-b94f-e38107ba4d95", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-2039d20de66e7740-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c30b45206e62d0c50b363f2acbbbf18e", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-cd5c70e48cc2fc44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "970674cf7d4f0c76d4f449e5b3fcd382", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11160,7 +11974,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:36:54 GMT", + "Date": "Thu, 15 Jun 2023 20:05:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11169,28 +11983,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c30b45206e62d0c50b363f2acbbbf18e", - "x-ms-correlation-request-id": "14e05654-3618-41d1-b864-e4ef7e7d8323", + "x-ms-client-request-id": "970674cf7d4f0c76d4f449e5b3fcd382", + "x-ms-correlation-request-id": "3834b086-21f8-4006-bda4-063118d4b327", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "780d91e6-e474-42a5-8b8b-d25278ef5b87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T133655Z:14e05654-3618-41d1-b864-e4ef7e7d8323", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "045525b1-6ab7-4ddf-bd12-9de8b34933db", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200514Z:3834b086-21f8-4006-bda4-063118d4b327", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-92fa85e3f4dca649-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0ee01f6d918352d953a6557fafa532cd", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-362da00ccb0b8443-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c99fdf4d62bd738b74c18520518ba554", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11199,7 +12013,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:36:56 GMT", + "Date": "Thu, 15 Jun 2023 20:05:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11208,28 +12022,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ee01f6d918352d953a6557fafa532cd", - "x-ms-correlation-request-id": "a6985bca-df63-4bf0-8429-3588f8a03869", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "475cdefc-6ac0-4d07-93b2-245a6cf1466b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T133657Z:a6985bca-df63-4bf0-8429-3588f8a03869", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "c99fdf4d62bd738b74c18520518ba554", + "x-ms-correlation-request-id": "53ca9646-7ea0-49c3-a999-9c55efde2357", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "f38acce4-5d9e-4d86-ab4c-06f74c0dcb7c", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200518Z:53ca9646-7ea0-49c3-a999-9c55efde2357", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-4006809ef1bd2d4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5eb726d783155ce683d9e226a81e9f2b", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-66dbd4ad507a054b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1dd1e5a3325c6e61fe85a52ab9d56ec6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11238,7 +12052,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:37:01 GMT", + "Date": "Thu, 15 Jun 2023 20:05:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11247,28 +12061,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5eb726d783155ce683d9e226a81e9f2b", - "x-ms-correlation-request-id": "54f231d1-e9b4-4299-b3ea-41a96c759b14", + "x-ms-client-request-id": "1dd1e5a3325c6e61fe85a52ab9d56ec6", + "x-ms-correlation-request-id": "719976e4-0df9-4183-92ae-bd91bff9cade", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "b4e4fdc5-c9e8-4281-a495-0db761799107", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T133701Z:54f231d1-e9b4-4299-b3ea-41a96c759b14", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "4d47e5f6-3901-455d-a756-137f09d6af2f", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200527Z:719976e4-0df9-4183-92ae-bd91bff9cade", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-1459fa96c799b24d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "398c6ecca5a48e326cb96fbc19452165", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-902a3a57c3243449-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "30d3c31f65fe6cb9e992238ef756bb49", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11277,7 +12091,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:37:10 GMT", + "Date": "Thu, 15 Jun 2023 20:05:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11286,28 +12100,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "398c6ecca5a48e326cb96fbc19452165", - "x-ms-correlation-request-id": "9b2b3f6b-f533-4b2d-beff-9f38ac4f9448", + "x-ms-client-request-id": "30d3c31f65fe6cb9e992238ef756bb49", + "x-ms-correlation-request-id": "86895a09-a8ba-472c-87ff-738a46ecffea", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "1639be5e-ffd9-4b9d-8e66-0cc67f1a0b2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T133710Z:9b2b3f6b-f533-4b2d-beff-9f38ac4f9448", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "7ad36c66-f7e0-4f26-8bb1-f6fe17c7f2d6", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200543Z:86895a09-a8ba-472c-87ff-738a46ecffea", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-f7b0413f8f392248-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a45272039303ea7939848baaafb2aa34", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-75e649c2608f4c4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ce41f44eb52a1b257e30ca37bd60ba9f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11316,7 +12130,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:37:25 GMT", + "Date": "Thu, 15 Jun 2023 20:06:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11325,28 +12139,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a45272039303ea7939848baaafb2aa34", - "x-ms-correlation-request-id": "8316915d-48c5-4566-b97a-92215604a77a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "38bc1043-683d-4862-bab1-54343756a5a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T133726Z:8316915d-48c5-4566-b97a-92215604a77a", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "ce41f44eb52a1b257e30ca37bd60ba9f", + "x-ms-correlation-request-id": "851dd992-d399-4ac9-aee1-461234d9d651", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "d5cd7bfe-a150-4d5d-9885-184b381c5b3a", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200615Z:851dd992-d399-4ac9-aee1-461234d9d651", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-aba84ac4ed8da44e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "41b32a06f8193129f328f25b1329433e", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-415cdd9abcba6744-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8e00bf5275b73e562b6534c90fd376a8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11355,7 +12169,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:37:58 GMT", + "Date": "Thu, 15 Jun 2023 20:06:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11364,28 +12178,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "41b32a06f8193129f328f25b1329433e", - "x-ms-correlation-request-id": "0a0b2d1b-e6ef-4bad-b8b8-6c88cc9b2986", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "5808681e-9243-4c99-89ba-12386788ff3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T133758Z:0a0b2d1b-e6ef-4bad-b8b8-6c88cc9b2986", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "8e00bf5275b73e562b6534c90fd376a8", + "x-ms-correlation-request-id": "584abe3f-8305-48ab-9c7d-770409482189", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "d14e4bfe-6d41-4b0c-9ae7-e3a79244f5e0", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200647Z:584abe3f-8305-48ab-9c7d-770409482189", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-d7e764023c31c840-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "35227db7facb3927f4a2001f1a88dfb9", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-a239a5b6d359d74e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c4dc5ccaa0936a9c9db8b1cd9a81ae89", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11394,7 +12208,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:38:30 GMT", + "Date": "Thu, 15 Jun 2023 20:07:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11403,28 +12217,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "35227db7facb3927f4a2001f1a88dfb9", - "x-ms-correlation-request-id": "fec2cb8a-d367-49d1-9292-66a68c02b5d0", + "x-ms-client-request-id": "c4dc5ccaa0936a9c9db8b1cd9a81ae89", + "x-ms-correlation-request-id": "f38a68a7-5bb6-43c5-a83a-afa7da942594", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "948bf834-9bd5-4ad2-8b35-feaaf8a35e4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T133831Z:fec2cb8a-d367-49d1-9292-66a68c02b5d0", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "541ddbde-a1ff-411b-8931-c2fe9916224f", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200719Z:f38a68a7-5bb6-43c5-a83a-afa7da942594", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-63fb8f6892399b49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "eeb63a0fdf920b4b4821b0dba01dd60f", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-3f0f8719c8d6e840-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "383b83d72d56d8919e03a2c5815b0cab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11433,7 +12247,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:39:03 GMT", + "Date": "Thu, 15 Jun 2023 20:07:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11442,37 +12256,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eeb63a0fdf920b4b4821b0dba01dd60f", - "x-ms-correlation-request-id": "66b7984b-f1d2-4197-92ba-e86703346dd7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "4c24ccd4-812b-4866-823f-5318348473f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T133903Z:66b7984b-f1d2-4197-92ba-e86703346dd7", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "383b83d72d56d8919e03a2c5815b0cab", + "x-ms-correlation-request-id": "3897e3c1-c4d6-4f0a-9e9c-65243e08f052", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "708fb487-2c2c-4a34-9e1b-c0289b189917", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200751Z:3897e3c1-c4d6-4f0a-9e9c-65243e08f052", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-208accb5e4978442-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "31f24d40748f0b69037a4c77f709166b", + "Connection": "close", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-9ace675ec8e5b346-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "616d22b9f683b20c2296f0ffc389a3aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:39:35 GMT", + "Date": "Thu, 15 Jun 2023 20:08:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11481,28 +12297,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31f24d40748f0b69037a4c77f709166b", - "x-ms-correlation-request-id": "c549de11-6980-4b08-8e3c-fb51df4329eb", + "x-ms-client-request-id": "616d22b9f683b20c2296f0ffc389a3aa", + "x-ms-correlation-request-id": "ad6a7bfe-ff5a-4cc4-a59c-4e8b0e669046", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "62bc9f8a-e2c3-4afa-9ea8-4f8842fcb1e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T133935Z:c549de11-6980-4b08-8e3c-fb51df4329eb", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "22e0761c-a3e2-4208-b18c-95750de3e6c3", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T200824Z:ad6a7bfe-ff5a-4cc4-a59c-4e8b0e669046", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-993fb07a1972334e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d84c38495573d8ab3117edaa4a4c98d7", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-11a5d01975fcc842-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8bf1abb63d989d51ca03268ffdd7e841", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11511,7 +12327,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:40:07 GMT", + "Date": "Thu, 15 Jun 2023 20:08:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11520,39 +12336,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d84c38495573d8ab3117edaa4a4c98d7", - "x-ms-correlation-request-id": "c5f1ed4f-adad-4c31-b012-a825b059251d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "f31bf554-6718-4ed9-8fd9-9cc82dd7b167", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134008Z:c5f1ed4f-adad-4c31-b012-a825b059251d", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "8bf1abb63d989d51ca03268ffdd7e841", + "x-ms-correlation-request-id": "04bb3b52-e692-4382-befd-7daae893e02e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "82b2bc72-ba9a-4877-8a47-ea4f98f9b07b", + "x-ms-routing-request-id": "EASTUS:20230615T200856Z:04bb3b52-e692-4382-befd-7daae893e02e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-52d044c13a2a1841-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cddff1cbad969b2ad1aaea1893d4133f", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-2bb5859db0ad8245-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "771306ac4d14e105778816c03c921414", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:40:39 GMT", + "Date": "Thu, 15 Jun 2023 20:09:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11561,28 +12375,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cddff1cbad969b2ad1aaea1893d4133f", - "x-ms-correlation-request-id": "c5c8fe20-36f5-4101-8ae0-53458170216d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "a5e95a27-dc92-4136-9821-669fa4f02e17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134040Z:c5c8fe20-36f5-4101-8ae0-53458170216d", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "771306ac4d14e105778816c03c921414", + "x-ms-correlation-request-id": "d0e898f4-4281-4426-9eb7-d4191f31dbe1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "2b8b9a6d-3072-4e24-b5aa-c2fa5bccfc36", + "x-ms-routing-request-id": "EASTUS:20230615T200928Z:d0e898f4-4281-4426-9eb7-d4191f31dbe1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-b6bd1ba74c6d9146-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6891450bfdd1eb9ba11a007786bfc1b7", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-b716143818f4794d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d50ef86080697b13d0cf967fd07db54b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11591,7 +12405,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:41:15 GMT", + "Date": "Thu, 15 Jun 2023 20:10:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11600,28 +12414,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6891450bfdd1eb9ba11a007786bfc1b7", - "x-ms-correlation-request-id": "6673bb56-a847-4bd9-9cf2-00c8724b58e4", + "x-ms-client-request-id": "d50ef86080697b13d0cf967fd07db54b", + "x-ms-correlation-request-id": "ea8a3391-8ba9-4d08-b1a3-bb6ff72f7ed8", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "d9b7807f-6055-4dfc-aca2-8021bfc6786c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134115Z:6673bb56-a847-4bd9-9cf2-00c8724b58e4", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "4f416076-d054-44cd-bfe2-a660cf9509ab", + "x-ms-routing-request-id": "EASTUS:20230615T201000Z:ea8a3391-8ba9-4d08-b1a3-bb6ff72f7ed8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-a98dd9499b8c124d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "06ab75e1482a9bd50eb107c96a93445d", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-594a1afdbfc34c49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bd52aead2c756895a610140f27916038", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11630,7 +12444,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:41:47 GMT", + "Date": "Thu, 15 Jun 2023 20:10:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11639,28 +12453,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "06ab75e1482a9bd50eb107c96a93445d", - "x-ms-correlation-request-id": "73f684a3-09e5-4c9a-bbaa-daf163272cf1", + "x-ms-client-request-id": "bd52aead2c756895a610140f27916038", + "x-ms-correlation-request-id": "1d5907a2-46a0-4ab7-aa69-c4da5b56c48b", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "67ac3e3c-ec6f-4bdb-92f4-92f7a02d8a84", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134147Z:73f684a3-09e5-4c9a-bbaa-daf163272cf1", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "4f619605-d843-4365-940e-2806270bc356", + "x-ms-routing-request-id": "EASTUS:20230615T201032Z:1d5907a2-46a0-4ab7-aa69-c4da5b56c48b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-477d990e774ed54f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "049eae0430bacd0555f32c7cadb21412", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-f2d46a0a73587545-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "052f11ee12c82bd8f297a644b78510fa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11669,7 +12483,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:42:20 GMT", + "Date": "Thu, 15 Jun 2023 20:11:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11678,28 +12492,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "049eae0430bacd0555f32c7cadb21412", - "x-ms-correlation-request-id": "46e2fddd-cdf4-430c-bb8e-27c07ae74c28", + "x-ms-client-request-id": "052f11ee12c82bd8f297a644b78510fa", + "x-ms-correlation-request-id": "a17419ec-04c7-4c3e-a651-97bbc73d4fcd", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "0079e3ed-557d-4a17-805f-318872ab4850", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134220Z:46e2fddd-cdf4-430c-bb8e-27c07ae74c28", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "a5b15a82-031d-42a6-90c7-bb08389c3baa", + "x-ms-routing-request-id": "EASTUS:20230615T201104Z:a17419ec-04c7-4c3e-a651-97bbc73d4fcd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-968e11b883f61e41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1d3633e80c28c21470f6591ff6d2810d", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-dafc34d2ce9ae447-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8e12cad3573f339e62a52f596c03543f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11708,7 +12522,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:42:51 GMT", + "Date": "Thu, 15 Jun 2023 20:11:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11717,28 +12531,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1d3633e80c28c21470f6591ff6d2810d", - "x-ms-correlation-request-id": "43d93dfc-dc39-46e1-aafb-c7d7d33061af", + "x-ms-client-request-id": "8e12cad3573f339e62a52f596c03543f", + "x-ms-correlation-request-id": "fcbb6ad6-6937-4345-b480-80d5da6fa139", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "53573b34-5413-405e-af43-868974bd3195", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134252Z:43d93dfc-dc39-46e1-aafb-c7d7d33061af", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "f5d25743-87c3-476a-9b48-fcf538e6127c", + "x-ms-routing-request-id": "EASTUS:20230615T201136Z:fcbb6ad6-6937-4345-b480-80d5da6fa139", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-0cdfa3a955682e47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d873a2d5bd20b1fd6fdeb1361c59ed5b", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-2c9fb97711d8634d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bf905d6fb04d9a82d627cade8550b120", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11747,7 +12561,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:43:24 GMT", + "Date": "Thu, 15 Jun 2023 20:12:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11756,28 +12570,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d873a2d5bd20b1fd6fdeb1361c59ed5b", - "x-ms-correlation-request-id": "ba69744b-b061-4e57-be4d-867fd0e38b4b", + "x-ms-client-request-id": "bf905d6fb04d9a82d627cade8550b120", + "x-ms-correlation-request-id": "1328cec0-3d13-4907-86b4-b8bf58bd3933", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "3925a284-8094-4dcc-bef2-4c5289fc465e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134324Z:ba69744b-b061-4e57-be4d-867fd0e38b4b", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "35459906-3467-41ef-956b-3a87186dc546", + "x-ms-routing-request-id": "EASTUS:20230615T201208Z:1328cec0-3d13-4907-86b4-b8bf58bd3933", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-05dcb58d94b52b4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "36e0f59d265df73499dc94c3d6e6d782", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-c3f32024d527bb47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5d3c1900d27f97f972fba222e37fbeef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11786,7 +12600,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:43:57 GMT", + "Date": "Thu, 15 Jun 2023 20:12:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11795,28 +12609,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "36e0f59d265df73499dc94c3d6e6d782", - "x-ms-correlation-request-id": "ca92af2f-440e-49c2-8d05-d96a5879982a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "a5d3bf38-6778-4f17-868d-e49dca9cf16d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134357Z:ca92af2f-440e-49c2-8d05-d96a5879982a", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "5d3c1900d27f97f972fba222e37fbeef", + "x-ms-correlation-request-id": "b494e7a2-f490-4436-ac94-2ed3620eacee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "77d0e064-8e88-4b93-a2f9-218bbcbcadf3", + "x-ms-routing-request-id": "EASTUS:20230615T201240Z:b494e7a2-f490-4436-ac94-2ed3620eacee", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-1d7e0fb09540da42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0aa61e713b3e2bf13684ae4a5bdea516", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-5d1045127abfe44b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5ad5674351f423ac4778b8178dc0ae11", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11825,7 +12639,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:44:28 GMT", + "Date": "Thu, 15 Jun 2023 20:13:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11834,28 +12648,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0aa61e713b3e2bf13684ae4a5bdea516", - "x-ms-correlation-request-id": "0fce0361-cd28-4078-a78e-68a2bb463366", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "298c69b9-e6a8-40c1-a996-e6b6d5232be7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134429Z:0fce0361-cd28-4078-a78e-68a2bb463366", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "5ad5674351f423ac4778b8178dc0ae11", + "x-ms-correlation-request-id": "1f1ae57e-e73e-482b-9f87-5aac1569718b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "fafd16bd-ce21-4fed-bae9-b760afe08932", + "x-ms-routing-request-id": "EASTUS:20230615T201312Z:1f1ae57e-e73e-482b-9f87-5aac1569718b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-13984f8e960da54a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0182fd094af1aeb06e7c3f432839da89", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-3f3360be29d2cc49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "52580ff4f6c79dc063f94c520d60b756", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11864,7 +12678,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:45:01 GMT", + "Date": "Thu, 15 Jun 2023 20:13:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11873,37 +12687,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0182fd094af1aeb06e7c3f432839da89", - "x-ms-correlation-request-id": "70058b4d-0b24-4e56-8eae-4f243653897f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "57700e84-6804-4508-a239-7e60918f82ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134501Z:70058b4d-0b24-4e56-8eae-4f243653897f", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "52580ff4f6c79dc063f94c520d60b756", + "x-ms-correlation-request-id": "54aafcc7-0b9f-4d7c-8e68-4ebae93077fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "e6a344b8-6ae3-4cc8-a920-e2c64001de40", + "x-ms-routing-request-id": "EASTUS:20230615T201344Z:54aafcc7-0b9f-4d7c-8e68-4ebae93077fe", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-7c368cbb7bb3f142-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fdc42e06e2b2611d03b500d878ea9cba", + "Connection": "close", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-4e22d4d788b94e47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1e9bdb69577bae2b6d19150719e20ab2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:45:34 GMT", + "Date": "Thu, 15 Jun 2023 20:14:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11912,28 +12728,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fdc42e06e2b2611d03b500d878ea9cba", - "x-ms-correlation-request-id": "6b485e56-14e5-4817-96fe-4dab6f6749cd", + "x-ms-client-request-id": "1e9bdb69577bae2b6d19150719e20ab2", + "x-ms-correlation-request-id": "65fddeeb-815e-4a84-92f4-66f2b89f2226", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "342e99db-9eba-460d-910b-dd2d8b78da17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134534Z:6b485e56-14e5-4817-96fe-4dab6f6749cd", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "4be021b5-cb80-442d-8ff7-f7860aaba8ce", + "x-ms-routing-request-id": "EASTUS:20230615T201417Z:65fddeeb-815e-4a84-92f4-66f2b89f2226", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-cb75704d75273849-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d9ba7d37d66327906ef89cc2fcae03fc", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-2f02c2f00698d342-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d42e904c6b264c28a738f6fb055a15e7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11942,7 +12758,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:46:06 GMT", + "Date": "Thu, 15 Jun 2023 20:14:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11951,39 +12767,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d9ba7d37d66327906ef89cc2fcae03fc", - "x-ms-correlation-request-id": "de483a2c-7bf2-4c03-8837-68d42e9d1417", + "x-ms-client-request-id": "d42e904c6b264c28a738f6fb055a15e7", + "x-ms-correlation-request-id": "0ca042ee-fc0e-470a-a487-fe9aced4d798", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "6de30f99-ad64-4f18-97f7-3a7c27133804", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134606Z:de483a2c-7bf2-4c03-8837-68d42e9d1417", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "1c260fec-9955-45da-87e4-f2fec95f2b9b", + "x-ms-routing-request-id": "EASTUS:20230615T201449Z:0ca042ee-fc0e-470a-a487-fe9aced4d798", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-0d17f3d6060cda43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2c4325aaa7192664e020fd3c49d73584", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-bbf348e91f44894e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b1ae61c090249c96e3aae5ade0b98380", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:46:39 GMT", + "Date": "Thu, 15 Jun 2023 20:15:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11992,28 +12806,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c4325aaa7192664e020fd3c49d73584", - "x-ms-correlation-request-id": "c4ff3446-a285-43ea-9497-d5da1e0be485", + "x-ms-client-request-id": "b1ae61c090249c96e3aae5ade0b98380", + "x-ms-correlation-request-id": "2f3830a8-592f-43eb-98b1-29acc69aa2c9", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "c3150ba2-f1e0-49b2-89f2-28aa9d3001fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134639Z:c4ff3446-a285-43ea-9497-d5da1e0be485", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "0ce1dcfc-62df-417b-9ef9-24312dacc67e", + "x-ms-routing-request-id": "EASTUS:20230615T201521Z:2f3830a8-592f-43eb-98b1-29acc69aa2c9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-106748f320ca314c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "aa0c84df017f30259e9d8fba465a6555", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-064cb1910b67c946-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7d0599efe231fd30b24e76436030a913", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12022,7 +12836,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:47:12 GMT", + "Date": "Thu, 15 Jun 2023 20:15:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12031,28 +12845,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aa0c84df017f30259e9d8fba465a6555", - "x-ms-correlation-request-id": "c858c234-6be8-4ecd-8b97-ac9ce18cf4ea", + "x-ms-client-request-id": "7d0599efe231fd30b24e76436030a913", + "x-ms-correlation-request-id": "ccb140db-07b6-43b5-9011-75bdecadada1", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "5ba99396-5c6b-4afd-b74d-b43e82c217d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134713Z:c858c234-6be8-4ecd-8b97-ac9ce18cf4ea", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "58ddea88-495d-4a84-b516-8ce4d997a8f3", + "x-ms-routing-request-id": "EASTUS:20230615T201553Z:ccb140db-07b6-43b5-9011-75bdecadada1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-3d55cb2fcee89343-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "532e04b270a78fa11993f843d854dd96", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-2a65b34f22a8fd48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b8462e045834bc8dfa91f07b857a6bee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12061,7 +12875,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:47:44 GMT", + "Date": "Thu, 15 Jun 2023 20:16:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12070,28 +12884,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "532e04b270a78fa11993f843d854dd96", - "x-ms-correlation-request-id": "420b249e-0fd2-4319-ace8-b81d4e97106d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "034e977e-26b6-4f20-a114-9c1f59ed5566", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134745Z:420b249e-0fd2-4319-ace8-b81d4e97106d", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "b8462e045834bc8dfa91f07b857a6bee", + "x-ms-correlation-request-id": "d1141560-c4fc-474e-9a95-806755c9a0a2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "8ec202c3-ff27-4593-ac22-45e9b56391da", + "x-ms-routing-request-id": "EASTUS:20230615T201625Z:d1141560-c4fc-474e-9a95-806755c9a0a2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-807c5da10f91f94b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "77e218c258a1a87cff128d7b18a9e085", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-d75bf60cbe943248-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6c0c75b59854ddb530b0ffd619533cb2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12100,7 +12914,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:48:17 GMT", + "Date": "Thu, 15 Jun 2023 20:16:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12109,37 +12923,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "77e218c258a1a87cff128d7b18a9e085", - "x-ms-correlation-request-id": "688f6147-29f2-4d03-a07f-938f79da0436", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "5392ebf1-e2da-40b6-9ae6-de3866f87d99", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134818Z:688f6147-29f2-4d03-a07f-938f79da0436", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "6c0c75b59854ddb530b0ffd619533cb2", + "x-ms-correlation-request-id": "dbf1d886-5747-4659-a1a0-42e487d13d1f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "c252189c-72cd-4281-bb44-ff2f54a3a338", + "x-ms-routing-request-id": "EASTUS:20230615T201657Z:dbf1d886-5747-4659-a1a0-42e487d13d1f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", "status": "InProgress", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8cd0caee-54f2-4b79-8160-2c8eb99c826d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29548ed9-4f6c-4df0-ab60-1458a7ad64a0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-0e533f298e12984c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "458aa8bbe2a96fdce37d90eb08e25849", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-3e6105122807af46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b2a9d201ca72964c0b4883a0f1b47738", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "183", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:48:49 GMT", + "Date": "Thu, 15 Jun 2023 20:17:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12148,38 +12962,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "458aa8bbe2a96fdce37d90eb08e25849", - "x-ms-correlation-request-id": "d3580500-89e1-46eb-99ba-ce26e1437554", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "39cee55d-2eca-4859-85ed-7264770007bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134850Z:d3580500-89e1-46eb-99ba-ce26e1437554", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "b2a9d201ca72964c0b4883a0f1b47738", + "x-ms-correlation-request-id": "65f9d752-8b5c-47e3-b934-193a4c0042c7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "2170f404-1d67-40cd-b669-985b579b8814", + "x-ms-routing-request-id": "EASTUS:20230615T201729Z:65f9d752-8b5c-47e3-b934-193a4c0042c7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:36:47.8440887\u002B00:00", - "endTime": "2023-03-23T13:48:28.7061864\u002B00:00", + "startTime": "2023-06-15T20:05:08.1356033\u002B00:00", + "endTime": "2023-06-15T20:17:12.497144\u002B00:00", "status": "Succeeded", - "name": "8cd0caee-54f2-4b79-8160-2c8eb99c826d" + "name": "29548ed9-4f6c-4df0-ab60-1458a7ad64a0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg5402/providers/Microsoft.StorageCache/caches/testsc4027?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6124?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2b982e9b4ce3f4aad005c0f97c3e859-f6a9fa13a71e7946-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2df8f8c0ee7859b388855394e225776f", + "traceparent": "00-98c071f7bb467543993c564d6dcc9235-b1880f804ac5374d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "eb8e88e23d246cbe7868888359b7a3a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2208", + "Content-Length": "2178", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:48:51 GMT", + "Date": "Thu, 15 Jun 2023 20:17:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12188,17 +13002,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2df8f8c0ee7859b388855394e225776f", - "x-ms-correlation-request-id": "9c4f4bec-9f7d-4f38-bbcd-243d4a6fc523", + "x-ms-client-request-id": "eb8e88e23d246cbe7868888359b7a3a7", + "x-ms-correlation-request-id": "8efcada5-a3b5-44a9-ad2e-356fdbe6eaec", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "95d123fc-56ed-4948-9e80-bb7d43747f9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134852Z:9c4f4bec-9f7d-4f38-bbcd-243d4a6fc523", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "17f64dfe-b72e-4492-a85b-fced271f0fa1", + "x-ms-routing-request-id": "EASTUS:20230615T201729Z:8efcada5-a3b5-44a9-ad2e-356fdbe6eaec", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc4027", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5402/providers/Microsoft.StorageCache/caches/testsc4027", + "name": "testsc6124", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6124", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12235,7 +13049,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12248,12 +13061,12 @@ "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5402/providers/Microsoft.Network/virtualNetworks/scTestVNet-1671/subnets/scTestSubnet-6203", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-643/subnets/scTestSubnet-4126", "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T13:36:47.9691054Z", + "lastFirmwareUpdate": "2023-06-15T20:05:08.3074786Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -12262,33 +13075,33 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T13:36:46.5943295Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-15T20:05:08.110672Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T13:36:46.5943295Z" + "lastModifiedAt": "2023-06-15T20:05:08.110672Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg5402/providers/Microsoft.StorageCache/caches/testsc4027?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6124?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-a151d296b9fd114c81f3fcdebf9ef0b6-11abc998a7cb704b-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2f8773b398c9dfed3b739424c890a01d", + "traceparent": "00-ed7885b01ed63d499581bb7cfa78492a-ca3a485010bdaa42-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b37a3e55b9d1ea7b2875600b1415ec7b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2208", + "Content-Length": "2178", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:48:51 GMT", + "Date": "Thu, 15 Jun 2023 20:17:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12297,17 +13110,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2f8773b398c9dfed3b739424c890a01d", - "x-ms-correlation-request-id": "08a386e0-6251-424b-873c-a67575da125b", + "x-ms-client-request-id": "b37a3e55b9d1ea7b2875600b1415ec7b", + "x-ms-correlation-request-id": "7b268288-55e8-4458-b9b7-34d05764f253", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;115", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "5ffe6946-5e62-435c-be55-5209352c2f76", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134852Z:08a386e0-6251-424b-873c-a67575da125b", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "93abeedc-d35a-4d8b-bf44-6c3cdb33d486", + "x-ms-routing-request-id": "EASTUS:20230615T201730Z:7b268288-55e8-4458-b9b7-34d05764f253", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc4027", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5402/providers/Microsoft.StorageCache/caches/testsc4027", + "name": "testsc6124", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6124", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12344,7 +13157,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12357,123 +13169,49 @@ "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5402/providers/Microsoft.Network/virtualNetworks/scTestVNet-1671/subnets/scTestSubnet-6203", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-643/subnets/scTestSubnet-4126", "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T13:36:47.9691054Z", + "lastFirmwareUpdate": "2023-06-15T20:05:08.3074786Z", "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T13:36:46.5943295Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T13:36:46.5943295Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg5402/providers/Microsoft.StorageCache/caches/testsc4027?api-version=2023-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-408a509c1ac51e40900eebef4e2eb4a7-822c916c106ef847-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1fbb44b9b2b1cd0df531bc238e488dbd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/07fce008-e8b3-4e32-b402-3de83f48fd07?api-version=2023-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 13:48:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/07fce008-e8b3-4e32-b402-3de83f48fd07?monitor=true\u0026api-version=2023-01-01", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1fbb44b9b2b1cd0df531bc238e488dbd", - "x-ms-correlation-request-id": "3f0668b0-c821-4698-899e-bc435e6be267", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "07fce008-e8b3-4e32-b402-3de83f48fd07", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134853Z:3f0668b0-c821-4698-899e-bc435e6be267", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/07fce008-e8b3-4e32-b402-3de83f48fd07?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-408a509c1ac51e40900eebef4e2eb4a7-c362dfca2d90864a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9eda35e5586901be66b93998dbc950f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:48:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9eda35e5586901be66b93998dbc950f3", - "x-ms-correlation-request-id": "abd0080d-f5e5-4656-8641-eb0c0b335023", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "65151d7b-98b1-454f-b669-1dd896689f41", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134853Z:abd0080d-f5e5-4656-8641-eb0c0b335023", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T13:48:53.268862\u002B00:00", - "status": "InProgress", - "name": "07fce008-e8b3-4e32-b402-3de83f48fd07" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T20:05:08.110672Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T20:05:08.110672Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/07fce008-e8b3-4e32-b402-3de83f48fd07?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6124?api-version=2023-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-408a509c1ac51e40900eebef4e2eb4a7-ab47becc046d2543-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a71fd6e50b5890c3c3941398bf077367", + "traceparent": "00-7c718a3d6e1a1a4bac7b38b9481d7f30-f5d805bc5977614f-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "90f3c63950c4c48e133d390a42c93d53", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:48:54 GMT", + "Content-Length": "0", + "Date": "Thu, 15 Jun 2023 20:17:30 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -12481,37 +13219,33 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a71fd6e50b5890c3c3941398bf077367", - "x-ms-correlation-request-id": "0f21970d-2171-4a2d-8845-19ab2af886c6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "1a9c754f-fae5-4bdb-aa17-980e3e1ca795", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134855Z:0f21970d-2171-4a2d-8845-19ab2af886c6", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "90f3c63950c4c48e133d390a42c93d53", + "x-ms-correlation-request-id": "5538b893-2965-4455-9547-39445c3c4aac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0", + "x-ms-routing-request-id": "EASTUS:20230615T201730Z:5538b893-2965-4455-9547-39445c3c4aac", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": { - "startTime": "2023-03-23T13:48:53.268862\u002B00:00", - "status": "InProgress", - "name": "07fce008-e8b3-4e32-b402-3de83f48fd07" - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/07fce008-e8b3-4e32-b402-3de83f48fd07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-408a509c1ac51e40900eebef4e2eb4a7-0101a9d8b8ac3445-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "593ec5a0ef6dad5362362fa0efe74b41", + "traceparent": "00-7c718a3d6e1a1a4bac7b38b9481d7f30-162276f536a43c4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "924a0c7c12c404e2afb69f938070a85f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:48:55 GMT", + "Date": "Thu, 15 Jun 2023 20:17:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12520,37 +13254,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "593ec5a0ef6dad5362362fa0efe74b41", - "x-ms-correlation-request-id": "d9cec2da-94bc-49e1-a4a5-f687a8799095", + "x-ms-client-request-id": "924a0c7c12c404e2afb69f938070a85f", + "x-ms-correlation-request-id": "12e8519b-0c33-4cce-8599-94c2cea69058", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "739ab07c-709b-4869-be6a-0e89aedfde9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134856Z:d9cec2da-94bc-49e1-a4a5-f687a8799095", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "4bf2cc08-93a0-4f8a-a4e0-f32905a21c12", + "x-ms-routing-request-id": "EASTUS:20230615T201730Z:12e8519b-0c33-4cce-8599-94c2cea69058", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:48:53.268862\u002B00:00", + "startTime": "2023-06-15T20:17:30.3112228\u002B00:00", "status": "InProgress", - "name": "07fce008-e8b3-4e32-b402-3de83f48fd07" + "name": "d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/07fce008-e8b3-4e32-b402-3de83f48fd07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-408a509c1ac51e40900eebef4e2eb4a7-6c9cf0f523717243-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "831fffc7e96fda9e724adad54425415e", + "traceparent": "00-7c718a3d6e1a1a4bac7b38b9481d7f30-e175cf8d29fe6d44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "38650c3838cb74415fca83218ee0e761", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:48:57 GMT", + "Date": "Thu, 15 Jun 2023 20:17:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12559,37 +13293,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "831fffc7e96fda9e724adad54425415e", - "x-ms-correlation-request-id": "5bd80698-f88f-4446-887e-942ea377073e", + "x-ms-client-request-id": "38650c3838cb74415fca83218ee0e761", + "x-ms-correlation-request-id": "20b44a37-4e98-46a4-b050-13caa2ee343d", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "0483eca7-042d-4c4a-92f2-20dd24a81b48", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134857Z:5bd80698-f88f-4446-887e-942ea377073e", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "860e8066-bc81-4875-bde2-c0be6334b65f", + "x-ms-routing-request-id": "EASTUS:20230615T201731Z:20b44a37-4e98-46a4-b050-13caa2ee343d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:48:53.268862\u002B00:00", + "startTime": "2023-06-15T20:17:30.3112228\u002B00:00", "status": "InProgress", - "name": "07fce008-e8b3-4e32-b402-3de83f48fd07" + "name": "d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/07fce008-e8b3-4e32-b402-3de83f48fd07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-408a509c1ac51e40900eebef4e2eb4a7-6015533a81325d43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "16f8d246f78bf68582714422dc22a1dc", + "traceparent": "00-7c718a3d6e1a1a4bac7b38b9481d7f30-7c2db457fb210f43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "358ed5e6aa7f938ff945048324d3a99c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:48:59 GMT", + "Date": "Thu, 15 Jun 2023 20:17:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12598,37 +13332,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "16f8d246f78bf68582714422dc22a1dc", - "x-ms-correlation-request-id": "5f6e406e-c4f0-4fb8-a7a3-3437238ee1ed", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-client-request-id": "358ed5e6aa7f938ff945048324d3a99c", + "x-ms-correlation-request-id": "771b0703-8b47-40c1-85e1-415cab6f8c19", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "f146927f-3301-401d-b411-8fb0245c7960", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134900Z:5f6e406e-c4f0-4fb8-a7a3-3437238ee1ed", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "6b598ceb-5765-4d14-9170-b55802aacc0a", + "x-ms-routing-request-id": "EASTUS:20230615T201732Z:771b0703-8b47-40c1-85e1-415cab6f8c19", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:48:53.268862\u002B00:00", + "startTime": "2023-06-15T20:17:30.3112228\u002B00:00", "status": "InProgress", - "name": "07fce008-e8b3-4e32-b402-3de83f48fd07" + "name": "d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/07fce008-e8b3-4e32-b402-3de83f48fd07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-408a509c1ac51e40900eebef4e2eb4a7-63f520253a532d4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c0d1d248f0e8b6f72664e623147d693c", + "traceparent": "00-7c718a3d6e1a1a4bac7b38b9481d7f30-8a04e6a10a4fe443-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cf7662fa1e4c4398cad532f98ec075cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:49:03 GMT", + "Date": "Thu, 15 Jun 2023 20:17:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12637,37 +13371,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c0d1d248f0e8b6f72664e623147d693c", - "x-ms-correlation-request-id": "0a5ba38a-605d-4502-a933-477bca2392b8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-client-request-id": "cf7662fa1e4c4398cad532f98ec075cf", + "x-ms-correlation-request-id": "096d29d1-af9a-4741-98dd-8092749ad1b6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "54aeca5f-9c8b-44d9-b19a-731e77491525", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134904Z:0a5ba38a-605d-4502-a933-477bca2392b8", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "5388435a-f29e-4dbe-a39a-24b7e5a3c2c2", + "x-ms-routing-request-id": "EASTUS:20230615T201733Z:096d29d1-af9a-4741-98dd-8092749ad1b6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:48:53.268862\u002B00:00", + "startTime": "2023-06-15T20:17:30.3112228\u002B00:00", "status": "InProgress", - "name": "07fce008-e8b3-4e32-b402-3de83f48fd07" + "name": "d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/07fce008-e8b3-4e32-b402-3de83f48fd07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-408a509c1ac51e40900eebef4e2eb4a7-f867efb7b56f4542-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1c5ad0f535efcfb6792800fda47cfe50", + "traceparent": "00-7c718a3d6e1a1a4bac7b38b9481d7f30-8951a684932ce340-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "aaad3ece73e18de07cd23e8533be508b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:49:11 GMT", + "Date": "Thu, 15 Jun 2023 20:17:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12676,37 +13410,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c5ad0f535efcfb6792800fda47cfe50", - "x-ms-correlation-request-id": "8b2e713e-0f02-4328-8641-79c7152e69fd", + "x-ms-client-request-id": "aaad3ece73e18de07cd23e8533be508b", + "x-ms-correlation-request-id": "a9c26745-b536-43f3-9b0f-2364f65518e5", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "e939fa29-71d4-4fe5-8cc8-edc39e844810", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134912Z:8b2e713e-0f02-4328-8641-79c7152e69fd", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "e37a17dc-abe6-46a9-a741-6cf0509dd532", + "x-ms-routing-request-id": "EASTUS:20230615T201735Z:a9c26745-b536-43f3-9b0f-2364f65518e5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:48:53.268862\u002B00:00", + "startTime": "2023-06-15T20:17:30.3112228\u002B00:00", "status": "InProgress", - "name": "07fce008-e8b3-4e32-b402-3de83f48fd07" + "name": "d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/07fce008-e8b3-4e32-b402-3de83f48fd07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-408a509c1ac51e40900eebef4e2eb4a7-4816afdd90b3dc4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "728dfda880545575db42f0261162e105", + "traceparent": "00-7c718a3d6e1a1a4bac7b38b9481d7f30-f79836fb82bcaa4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2c26e620186ac7143d4a6ba977950438", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:49:29 GMT", + "Date": "Thu, 15 Jun 2023 20:17:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12715,37 +13449,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "728dfda880545575db42f0261162e105", - "x-ms-correlation-request-id": "c1015035-1b28-4aaf-bcb2-81b1483fba7f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-client-request-id": "2c26e620186ac7143d4a6ba977950438", + "x-ms-correlation-request-id": "71458b62-f13b-4f34-a4f4-5bbec81edc0a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "09c5bf08-ffd4-41f6-bc74-ff80ba795adf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T134929Z:c1015035-1b28-4aaf-bcb2-81b1483fba7f", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "921c7e4c-fb91-4a0c-9982-36dc6717cb8e", + "x-ms-routing-request-id": "EASTUS:20230615T201739Z:71458b62-f13b-4f34-a4f4-5bbec81edc0a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:48:53.268862\u002B00:00", + "startTime": "2023-06-15T20:17:30.3112228\u002B00:00", "status": "InProgress", - "name": "07fce008-e8b3-4e32-b402-3de83f48fd07" + "name": "d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/07fce008-e8b3-4e32-b402-3de83f48fd07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-408a509c1ac51e40900eebef4e2eb4a7-7e764d891eaac34c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0b2d080885c712ed1b0146bfeff911a9", + "traceparent": "00-7c718a3d6e1a1a4bac7b38b9481d7f30-19f7d3cb3de16d40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e6b435cffe2687bb81e8527adf13100b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:50:01 GMT", + "Date": "Thu, 15 Jun 2023 20:17:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12754,37 +13488,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b2d080885c712ed1b0146bfeff911a9", - "x-ms-correlation-request-id": "8707f781-1cf4-40b6-a27f-2813e12c51f0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "e6b435cffe2687bb81e8527adf13100b", + "x-ms-correlation-request-id": "9fe329a5-87f3-454a-9394-197b1d287cec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "08bd014a-74a7-4546-8dc8-f68fabaa84d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T135001Z:8707f781-1cf4-40b6-a27f-2813e12c51f0", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "5f6e1a57-560f-479a-8ea8-326df3ce73ad", + "x-ms-routing-request-id": "EASTUS:20230615T201747Z:9fe329a5-87f3-454a-9394-197b1d287cec", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:48:53.268862\u002B00:00", + "startTime": "2023-06-15T20:17:30.3112228\u002B00:00", "status": "InProgress", - "name": "07fce008-e8b3-4e32-b402-3de83f48fd07" + "name": "d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/07fce008-e8b3-4e32-b402-3de83f48fd07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-408a509c1ac51e40900eebef4e2eb4a7-b19f2abb43b98143-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "177a9666f6f074e85b0440ac458fbe17", + "traceparent": "00-7c718a3d6e1a1a4bac7b38b9481d7f30-952fcbd4925cde4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a7d8a785499ab66429e56c96073615e7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:50:33 GMT", + "Date": "Thu, 15 Jun 2023 20:18:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12793,37 +13527,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "177a9666f6f074e85b0440ac458fbe17", - "x-ms-correlation-request-id": "968ad9c6-6ca1-42d7-8de4-53679735eee0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "a7d8a785499ab66429e56c96073615e7", + "x-ms-correlation-request-id": "66c7f3ac-7ce3-4d78-88c8-bd90a8190850", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "b220f8dd-f041-438b-83df-6d00b1aca871", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T135034Z:968ad9c6-6ca1-42d7-8de4-53679735eee0", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "3686d086-4dce-4216-9439-60e94eeab20d", + "x-ms-routing-request-id": "EASTUS:20230615T201803Z:66c7f3ac-7ce3-4d78-88c8-bd90a8190850", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:48:53.268862\u002B00:00", + "startTime": "2023-06-15T20:17:30.3112228\u002B00:00", "status": "InProgress", - "name": "07fce008-e8b3-4e32-b402-3de83f48fd07" + "name": "d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/07fce008-e8b3-4e32-b402-3de83f48fd07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-408a509c1ac51e40900eebef4e2eb4a7-94e150dee9863d45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9cf5fb47f24f2388107a565239b566e1", + "traceparent": "00-7c718a3d6e1a1a4bac7b38b9481d7f30-04b08ca95d6ec644-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "feb506cd690a22652b9eaa81c599e82a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:51:06 GMT", + "Date": "Thu, 15 Jun 2023 20:18:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12832,37 +13566,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9cf5fb47f24f2388107a565239b566e1", - "x-ms-correlation-request-id": "fe0ca911-059b-43b9-b571-e717ddb99ab1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "feb506cd690a22652b9eaa81c599e82a", + "x-ms-correlation-request-id": "bfa03d83-24ae-47fb-ade7-464342c2c300", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "50f7bcc8-ed1c-4b14-87b9-6b40d9a5a4b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T135106Z:fe0ca911-059b-43b9-b571-e717ddb99ab1", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "1098b7ee-9018-4fd9-9490-9bd5af3b16bd", + "x-ms-routing-request-id": "EASTUS:20230615T201835Z:bfa03d83-24ae-47fb-ade7-464342c2c300", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:48:53.268862\u002B00:00", + "startTime": "2023-06-15T20:17:30.3112228\u002B00:00", "status": "InProgress", - "name": "07fce008-e8b3-4e32-b402-3de83f48fd07" + "name": "d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/07fce008-e8b3-4e32-b402-3de83f48fd07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-408a509c1ac51e40900eebef4e2eb4a7-ffa55d220dd7cb4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7ac04631cae711151fb9b0c34440cd8c", + "traceparent": "00-7c718a3d6e1a1a4bac7b38b9481d7f30-06e7314e7a921544-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d0245f3a5dbc869ed0fdbc4091247f4a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:51:38 GMT", + "Date": "Thu, 15 Jun 2023 20:19:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12871,37 +13605,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ac04631cae711151fb9b0c34440cd8c", - "x-ms-correlation-request-id": "9c21b698-efd4-4a60-bec5-57fae3c2d88f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "d0245f3a5dbc869ed0fdbc4091247f4a", + "x-ms-correlation-request-id": "7952a7f0-a115-4998-90ae-313573fa4334", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "49d7f056-d966-4435-b240-eb1446da6723", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T135139Z:9c21b698-efd4-4a60-bec5-57fae3c2d88f", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "856c0197-6d1a-42b2-b5cb-eb65a799c988", + "x-ms-routing-request-id": "EASTUS:20230615T201908Z:7952a7f0-a115-4998-90ae-313573fa4334", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:48:53.268862\u002B00:00", + "startTime": "2023-06-15T20:17:30.3112228\u002B00:00", "status": "InProgress", - "name": "07fce008-e8b3-4e32-b402-3de83f48fd07" + "name": "d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/07fce008-e8b3-4e32-b402-3de83f48fd07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-408a509c1ac51e40900eebef4e2eb4a7-4aac118ee74eb34d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f4782f427403735a0e570675a0953aa5", + "traceparent": "00-7c718a3d6e1a1a4bac7b38b9481d7f30-d749c22903e90b49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d9ad6bd3115d1b0141b67cfb9fe3f18f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "182", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:52:11 GMT", + "Date": "Thu, 15 Jun 2023 20:19:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12910,378 +13644,181 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f4782f427403735a0e570675a0953aa5", - "x-ms-correlation-request-id": "e8eaa112-9eba-40e7-8f0d-d9a94e23da26", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "d9ad6bd3115d1b0141b67cfb9fe3f18f", + "x-ms-correlation-request-id": "ee83a741-1ef1-455d-9d83-a35cb29d9f8f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "2f9d0e38-0fa9-4e35-9dfa-00a2dc1951ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T135211Z:e8eaa112-9eba-40e7-8f0d-d9a94e23da26", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "87de16d8-3646-44b8-8c4a-b54007ed94fb", + "x-ms-routing-request-id": "EASTUS:20230615T201940Z:ee83a741-1ef1-455d-9d83-a35cb29d9f8f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:48:53.268862\u002B00:00", - "endTime": "2023-03-23T13:51:50.825834\u002B00:00", - "status": "Succeeded", - "name": "07fce008-e8b3-4e32-b402-3de83f48fd07" + "startTime": "2023-06-15T20:17:30.3112228\u002B00:00", + "status": "InProgress", + "name": "d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg5402/providers/Microsoft.StorageCache/caches/testsc4027?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", "Connection": "close", - "traceparent": "00-a05f6ea93908554d9c30deccf8a5073c-332f32010082084d-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ff7b5f9e43cf7c2fe6e47c9642c5dfcf", + "traceparent": "00-7c718a3d6e1a1a4bac7b38b9481d7f30-00c550948bc6b547-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a85b42fd4412702a672f2e0cac259006", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 404, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Connection": "close", - "Content-Length": "234", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:52:12 GMT", + "Date": "Thu, 15 Jun 2023 20:20:11 GMT", "Expires": "-1", "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "26c50501-ab39-4082-8241-57db1d53279b", - "x-ms-failure-cause": "gateway", - "x-ms-request-id": "26c50501-ab39-4082-8241-57db1d53279b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T135212Z:26c50501-ab39-4082-8241-57db1d53279b" + "x-ms-client-request-id": "a85b42fd4412702a672f2e0cac259006", + "x-ms-correlation-request-id": "817107f1-1751-40f3-8d66-a2290f0ef777", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "aae394b5-0074-4067-b1a3-3d5b8e8c9485", + "x-ms-routing-request-id": "EASTUS:20230615T202012Z:817107f1-1751-40f3-8d66-a2290f0ef777", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.StorageCache/caches/testsc4027\u0027 under resource group \u0027storagecachetestrg5402\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" - } + "startTime": "2023-06-15T20:17:30.3112228\u002B00:00", + "status": "InProgress", + "name": "d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg5402/providers/Microsoft.StorageCache/caches/testsc4027?api-version=2023-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-7c6a4d92fc0bd24280bcad7c378024b6-fdbd15b89472d240-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0a0fcaad713dbcddeb4c6c90c49f708a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Thu, 23 Mar 2023 13:52:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb53a248-f585-4d5f-b7f4-81e118f04eb1", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "bb53a248-f585-4d5f-b7f4-81e118f04eb1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T135213Z:bb53a248-f585-4d5f-b7f4-81e118f04eb1" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg5402?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2498ccb5da04744f94dada130a918067-729e8bbcff17ec48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d6c736782f862c6881bf1382d79fb846", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 13:52:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDAyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "40c4a96e-d65e-418a-a3e8-58736c8defc1", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "40c4a96e-d65e-418a-a3e8-58736c8defc1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T135219Z:40c4a96e-d65e-418a-a3e8-58736c8defc1" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDAyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2498ccb5da04744f94dada130a918067-d3f924ea3357e54d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8d18231b9ad84f04a2f86405ba3a2760", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 13:52:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDAyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "193ece85-440a-440d-be5c-da4e5a718ef7", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "193ece85-440a-440d-be5c-da4e5a718ef7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T135220Z:193ece85-440a-440d-be5c-da4e5a718ef7" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDAyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2498ccb5da04744f94dada130a918067-cd706d0f4f5e8444-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "05abc744f8ac7ea82be8c8752427c9c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 13:52:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDAyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "419c4efa-b753-4414-9769-373454d4b378", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "419c4efa-b753-4414-9769-373454d4b378", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T135236Z:419c4efa-b753-4414-9769-373454d4b378" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDAyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2498ccb5da04744f94dada130a918067-696797ae0f76d04d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b366ecfa2a86d86eeec895a8950523d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 13:53:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDAyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3594871-bc55-4cab-9bf1-edd028d60622", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "d3594871-bc55-4cab-9bf1-edd028d60622", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T135304Z:d3594871-bc55-4cab-9bf1-edd028d60622" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDAyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2498ccb5da04744f94dada130a918067-db4cf5ccfccbf34d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9bfcaae8bf12237a7b9a62efd28e2a7b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 13:53:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDAyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d175c918-dacd-4a7f-897b-ed4db16667d4", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "d175c918-dacd-4a7f-897b-ed4db16667d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T135320Z:d175c918-dacd-4a7f-897b-ed4db16667d4" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDAyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2498ccb5da04744f94dada130a918067-41c8255b54a49f43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ce0aa12e74d419da59d216e46300e825", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 13:53:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDAyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "302076c3-9eaf-448d-bf21-ca65da10c59c", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "302076c3-9eaf-448d-bf21-ca65da10c59c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T135336Z:302076c3-9eaf-448d-bf21-ca65da10c59c" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDAyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2498ccb5da04744f94dada130a918067-9de2975382e7a047-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7a8cf6c52d2a3baf714338ecc87f0660", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 13:53:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDAyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "245e6223-6b23-4190-8020-46168c906666", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "245e6223-6b23-4190-8020-46168c906666", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T135352Z:245e6223-6b23-4190-8020-46168c906666" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDAyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2498ccb5da04744f94dada130a918067-675544a3cf05d549-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f379199d55fb74fecfe3423fa895bf7b", + "traceparent": "00-7c718a3d6e1a1a4bac7b38b9481d7f30-b35cec1504d51d47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "59ae5f1e0eec29cc5d098f06e0a2e6ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 13:54:07 GMT", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:20:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDAyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9023ba0b-78b0-4e21-87b0-aa95c4e7f759", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "9023ba0b-78b0-4e21-87b0-aa95c4e7f759", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T135407Z:9023ba0b-78b0-4e21-87b0-aa95c4e7f759" + "x-ms-client-request-id": "59ae5f1e0eec29cc5d098f06e0a2e6ed", + "x-ms-correlation-request-id": "c2b6f64b-1805-46fa-b1b7-94c2a9ae7704", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "69072641-56f3-413b-8083-e49542570f7b", + "x-ms-routing-request-id": "EASTUS:20230615T202044Z:c2b6f64b-1805-46fa-b1b7-94c2a9ae7704", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T20:17:30.3112228\u002B00:00", + "endTime": "2023-06-15T20:20:43.2117367\u002B00:00", + "status": "Succeeded", + "name": "d2b2f98a-ccc2-4fcc-8fb7-b1e0128e2fa0" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDAyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6124?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2498ccb5da04744f94dada130a918067-1e01256b97944448-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "db293cb1af010150f1cf5c913cee50da", + "traceparent": "00-ccf591d96660c14598a68f1b92dfaa43-c2c758db8aac5e42-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4f432c0bd7c88e38413c712ee3f56e1b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 13:54:23 GMT", + "Content-Length": "115", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:20:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDAyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8336b588-b6fa-4930-8914-23aa8514fd7a", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "8336b588-b6fa-4930-8914-23aa8514fd7a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T135424Z:8336b588-b6fa-4930-8914-23aa8514fd7a" + "x-ms-client-request-id": "4f432c0bd7c88e38413c712ee3f56e1b", + "x-ms-correlation-request-id": "727b820b-d4e4-4c6d-88d1-efef34207bfb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;119", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "4764d4d1-c96e-4efd-97a9-518ed1def081", + "x-ms-routing-request-id": "EASTUS:20230615T202044Z:727b820b-d4e4-4c6d-88d1-efef34207bfb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "error": { + "code": "NotFound", + "message": "The entity was not found in this Azure location." + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDAyLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6124?api-version=2023-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2498ccb5da04744f94dada130a918067-d866154b0152a646-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4946b6ccf5866f2af718ab47eb6f92db", + "traceparent": "00-5b8b7d6970549e47b24b2c47d4978d1f-e669a77629fbf049-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3fdc75269834eea375324b08b5248fc4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 13:54:55 GMT", + "Date": "Thu, 15 Jun 2023 20:20:45 GMT", "Expires": "-1", "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68ad9a9d-56d2-470b-93a0-e935de1a9d4b", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "68ad9a9d-56d2-470b-93a0-e935de1a9d4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T135456Z:68ad9a9d-56d2-470b-93a0-e935de1a9d4b" + "x-ms-client-request-id": "3fdc75269834eea375324b08b5248fc4", + "x-ms-correlation-request-id": "b0e7a852-e10d-4013-88be-c25ee8104391", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;28", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "ea5941f7-d3a1-429a-8d2d-7d059e3ef1cb", + "x-ms-routing-request-id": "EASTUS:20230615T202045Z:b0e7a852-e10d-4013-88be-c25ee8104391", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "606594623", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "958705597", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/Delete()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/Delete()Async.json index d3bf0417afbb..f7589e6c27fb 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/Delete()Async.json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/Delete()Async.json @@ -1,39 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-5c4de890d8c642439643f476767a2ecd-97b9f4dea42dfc45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "46b8c4a3d7f6eebafa1893058e073bb5", + "traceparent": "00-ef514f86e92e7f41b0a6905acc592df5-0e22a790b6291342-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b28979023c8ffee02fb8e6f867a3e0e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:28 GMT", + "Date": "Thu, 15 Jun 2023 21:28:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1f14cf6a-072c-4e30-b987-4552e31709d5", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "1f14cf6a-072c-4e30-b987-4552e31709d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144528Z:1f14cf6a-072c-4e30-b987-4552e31709d5" + "x-ms-correlation-request-id": "3950653f-9a03-403a-9464-6c4817dd7188", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "3950653f-9a03-403a-9464-6c4817dd7188", + "x-ms-routing-request-id": "EASTUS:20230615T212809Z:3950653f-9a03-403a-9464-6c4817dd7188" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,75 +43,76 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg8940?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-2e7670d2af93244081abb9b01b346208-5143b255e0f05f4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "eb01f16c52d1891e299a70d1ee1431ed", + "traceparent": "00-1ccb0d6ff6968949befa9274349226e3-d967631807da9e4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "acf09f56b7b7ce42e08b9916f92db4c0", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:31 GMT", + "Date": "Thu, 15 Jun 2023 21:28:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "56108e7e-3089-478d-b2fd-8fbe86833c38", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "56108e7e-3089-478d-b2fd-8fbe86833c38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144531Z:56108e7e-3089-478d-b2fd-8fbe86833c38" + "x-ms-correlation-request-id": "a0dd75a2-0925-4c5a-b9cb-dd4856a9846d", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "a0dd75a2-0925-4c5a-b9cb-dd4856a9846d", + "x-ms-routing-request-id": "EASTUS:20230615T212809Z:a0dd75a2-0925-4c5a-b9cb-dd4856a9846d" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg8940", - "name": "storagecachetestrg8940", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-50df0cf839e32841b3b127b631b3661e-cb1516d4d2054a44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "215b5ed30817825dc71ba0d5bad648b3", + "traceparent": "00-ea4356ead0d5f14297b141e2e1a7d10e-a019b0b378cf3f46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5f1c9957ea37c7abf93d672dccf65221", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "146015", + "Content-Length": "156364", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:32 GMT", + "Date": "Thu, 15 Jun 2023 21:28:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32b258a3-81d8-424a-8b27-4f8023a0e1d4", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "32b258a3-81d8-424a-8b27-4f8023a0e1d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144532Z:32b258a3-81d8-424a-8b27-4f8023a0e1d4" + "x-ms-correlation-request-id": "2f2c570b-a5cf-4bc2-ad72-60a84ae7445c", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "2f2c570b-a5cf-4bc2-ad72-60a84ae7445c", + "x-ms-routing-request-id": "EASTUS:20230615T212810Z:2f2c570b-a5cf-4bc2-ad72-60a84ae7445c" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -161,6 +162,10 @@ { "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" } ], "resourceTypes": [ @@ -203,9 +208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -321,9 +331,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -439,9 +454,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -516,6 +536,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -540,6 +567,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -683,6 +718,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -726,9 +769,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -844,6 +892,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -868,6 +923,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -1011,6 +1074,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -1054,9 +1125,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1104,9 +1180,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1167,6 +1248,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -1191,6 +1279,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -1334,6 +1430,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -1377,9 +1481,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1495,9 +1604,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1558,9 +1672,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1633,9 +1752,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1707,9 +1831,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1779,9 +1908,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1897,9 +2031,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2015,9 +2154,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2114,9 +2258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2200,9 +2349,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2283,9 +2437,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2401,9 +2560,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2481,6 +2645,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -2505,6 +2676,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -2648,6 +2827,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -2691,9 +2878,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2795,9 +2987,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2884,9 +3081,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2973,9 +3175,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3062,9 +3269,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3180,9 +3392,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3298,9 +3515,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3416,9 +3638,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3520,6 +3747,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -3544,6 +3778,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -3687,6 +3929,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "SupportsTags, SupportsLocation" @@ -3730,9 +3980,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3771,6 +4026,8 @@ "resourceType": "locations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3885,9 +4142,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4002,9 +4264,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4119,9 +4386,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4222,9 +4494,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4285,9 +4562,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4334,9 +4616,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4451,9 +4738,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4542,9 +4834,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4624,9 +4921,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4673,9 +4975,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4747,9 +5054,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4821,9 +5133,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4891,9 +5208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4964,9 +5286,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5037,9 +5364,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5102,9 +5434,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5167,9 +5504,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5249,9 +5591,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5309,9 +5656,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5359,9 +5711,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5419,9 +5776,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5501,9 +5863,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5583,9 +5950,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5665,9 +6037,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5747,9 +6124,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6323,7 +6705,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6365,7 +6750,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6407,7 +6795,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6449,7 +6840,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6491,7 +6885,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6533,7 +6930,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6575,7 +6975,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6617,7 +7020,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6652,7 +7058,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6672,6 +7080,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6687,7 +7096,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6706,7 +7117,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6725,7 +7138,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6744,7 +7159,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6757,6 +7174,17 @@ "defaultApiVersion": "2018-08-01", "capabilities": "None" }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, { "resourceType": "trafficManagerUserMetricsKeys", "locations": [ @@ -6764,6 +7192,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2017-09-01-preview" @@ -6777,7 +7206,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6827,9 +7258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6931,9 +7367,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7034,9 +7475,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7126,9 +7572,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7216,9 +7667,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7292,9 +7748,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7368,9 +7829,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7444,9 +7910,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7548,9 +8019,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7641,9 +8117,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7730,9 +8211,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7817,9 +8303,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7888,9 +8379,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7977,9 +8473,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8066,9 +8567,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8145,9 +8651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8224,9 +8735,13 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8274,9 +8789,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8352,9 +8872,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8397,6 +8922,7 @@ "resourceType": "firewallPolicies", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8440,9 +8966,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8478,6 +9008,7 @@ "resourceType": "ipGroups", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8521,9 +9052,13 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8559,6 +9094,8 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8582,6 +9119,8 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8632,6 +9171,8 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8717,9 +9258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8784,9 +9330,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8867,6 +9418,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -8891,6 +9449,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -9034,6 +9600,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "SupportsTags, SupportsLocation" @@ -9077,9 +9651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9155,9 +9734,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9234,9 +9818,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9313,9 +9902,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9378,9 +9972,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9469,9 +10068,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9513,195 +10117,38 @@ "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "frontdoorOperationResults", + "resourceType": "checkFrontdoorNameAvailability", "locations": [ - "global" + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" ], "apiVersions": [ - "2022-05-01", "2021-06-01", - "2020-11-01", "2020-07-01", "2020-05-01", - "2020-04-01", "2020-01-01", - "2019-11-01", - "2019-10-01", "2019-08-01", "2019-05-01", "2019-04-01", - "2019-03-01", "2018-08-01" ], "defaultApiVersion": "2020-07-01", "capabilities": "None" }, - { - "resourceType": "checkFrontdoorNameAvailability", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoors/frontendEndpoints", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, { "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ @@ -9732,33 +10179,6 @@ "defaultApiVersion": "2020-11-01", "capabilities": "None" }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, { "resourceType": "locations/bareMetalTenants", "locations": [ @@ -9798,9 +10218,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9877,9 +10302,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9920,6 +10350,7 @@ "resourceType": "virtualRouters", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -9963,9 +10394,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10001,6 +10436,7 @@ "resourceType": "networkVirtualAppliances", "locations": [ "Qatar Central", + "Poland Central", "Brazil Southeast", "West US 3", "Jio India West", @@ -10044,9 +10480,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10112,9 +10552,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10187,10 +10632,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10206,7 +10656,9 @@ "resourceType": "networkManagerConnections", "locations": [], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10265,7 +10717,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-02-01-preview", @@ -10322,10 +10777,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10384,10 +10844,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10446,7 +10911,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-06-01-preview" @@ -10501,10 +10969,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10562,10 +11035,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10580,6 +11058,8 @@ "resourceType": "networkVirtualApplianceSkus", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10643,9 +11123,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10699,9 +11184,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10715,6 +11205,255 @@ "2021-03-01" ], "capabilities": "None" + }, + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" } ], "registrationState": "Registered", @@ -10722,16 +11461,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg8940/providers/Microsoft.Network/virtualNetworks/scTestVNet-7300?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9372?api-version=2023-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "173", "Content-Type": "application/json", - "traceparent": "00-50df0cf839e32841b3b127b631b3661e-0d5a6a27a4fd3f47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d1d59f869a72ccbc3c491d0b036218a3", + "traceparent": "00-ea4356ead0d5f14297b141e2e1a7d10e-9e68b74250cb4e42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "282df530364ad2ba03a2c905010326df", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -10743,7 +11482,7 @@ }, "subnets": [ { - "name": "scTestSubnet-5686", + "name": "scTestSubnet-3669", "properties": { "addressPrefix": "10.0.0.0/16" } @@ -10755,11 +11494,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network/locations/eastus/operations/4bd0ffc2-6add-4dc2-8b38-5088344dd59d?api-version=2022-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/36789b94-d786-409f-be5f-fae6f2c2fd5f?api-version=2023-04-01", "Cache-Control": "no-cache", - "Content-Length": "1279", + "Content-Length": "1016", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:39 GMT", + "Date": "Thu, 15 Jun 2023 21:28:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -10769,22 +11508,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "67416456-e12c-4d21-a3c6-d55d6069f3ac", - "x-ms-client-request-id": "d1d59f869a72ccbc3c491d0b036218a3", - "x-ms-correlation-request-id": "2b2b8e5c-d374-4472-ba22-5e3818661f41", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "4bd0ffc2-6add-4dc2-8b38-5088344dd59d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144539Z:2b2b8e5c-d374-4472-ba22-5e3818661f41" + "x-ms-arm-service-request-id": "612b020d-cb70-432d-9ccf-0e02da03f879", + "x-ms-client-request-id": "282df530364ad2ba03a2c905010326df", + "x-ms-correlation-request-id": "7ae79870-fc8d-4985-a3c7-4ebd67827040", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "36789b94-d786-409f-be5f-fae6f2c2fd5f", + "x-ms-routing-request-id": "EASTUS:20230615T212812Z:7ae79870-fc8d-4985-a3c7-4ebd67827040" }, "ResponseBody": { - "name": "scTestVNet-7300", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg8940/providers/Microsoft.Network/virtualNetworks/scTestVNet-7300", - "etag": "W/\u00227ae462ef-99eb-409a-95db-b950afbc757a\u0022", + "name": "scTestVNet-9372", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9372", + "etag": "W/\u002219c4391c-2af0-4ba2-9a81-00afb5646eb9\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Updating", - "resourceGuid": "3718fb36-fbe6-4391-9b56-9d2800cba60b", + "resourceGuid": "5b8ab91e-3634-4d73-8a39-c5cdde7cbd3f", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -10792,9 +11531,9 @@ }, "subnets": [ { - "name": "scTestSubnet-5686", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg8940/providers/Microsoft.Network/virtualNetworks/scTestVNet-7300/subnets/scTestSubnet-5686", - "etag": "W/\u00227ae462ef-99eb-409a-95db-b950afbc757a\u0022", + "name": "scTestSubnet-3669", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9372/subnets/scTestSubnet-3669", + "etag": "W/\u002219c4391c-2af0-4ba2-9a81-00afb5646eb9\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/16", @@ -10811,59 +11550,96 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network/locations/eastus/operations/4bd0ffc2-6add-4dc2-8b38-5088344dd59d?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/36789b94-d786-409f-be5f-fae6f2c2fd5f?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-50df0cf839e32841b3b127b631b3661e-637857293afab641-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4daa61a6c0153951a18fe5ceea517f65", + "traceparent": "00-ea4356ead0d5f14297b141e2e1a7d10e-c4018626f9a57640-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cb830ca686ec2080de495c9520a6c5f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:40 GMT", + "Date": "Thu, 15 Jun 2023 21:28:12 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6de28dc0-b847-42b6-9271-f346b3db8ca7", - "x-ms-client-request-id": "4daa61a6c0153951a18fe5ceea517f65", - "x-ms-correlation-request-id": "b508609b-3980-4971-9f3c-b3ef59b76be7", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "796c7808-208f-41cb-8cec-1bd731e39b7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144540Z:b508609b-3980-4971-9f3c-b3ef59b76be7" + "x-ms-arm-service-request-id": "d2357264-4d99-42e2-b65f-aac7d0702a00", + "x-ms-client-request-id": "cb830ca686ec2080de495c9520a6c5f5", + "x-ms-correlation-request-id": "3cdee68b-da66-498d-99ee-068ae7f685d6", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "a9bd9fb7-6535-4668-86de-e833a20f75a7", + "x-ms-routing-request-id": "EASTUS:20230615T212812Z:3cdee68b-da66-498d-99ee-068ae7f685d6" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/36789b94-d786-409f-be5f-fae6f2c2fd5f?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-ea4356ead0d5f14297b141e2e1a7d10e-2be5181d2c772c48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f4768817066df0e63c6b1d5aed2959a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 21:28:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "46196b2f-eab1-4f31-bd08-67906aae9ed0", + "x-ms-client-request-id": "f4768817066df0e63c6b1d5aed2959a5", + "x-ms-correlation-request-id": "cd6b1a2e-5fd6-4db1-8fc3-2615f335dc30", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "6377c11f-2018-42e6-b9ce-f6b939fb652f", + "x-ms-routing-request-id": "EASTUS:20230615T212822Z:cd6b1a2e-5fd6-4db1-8fc3-2615f335dc30" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg8940/providers/Microsoft.Network/virtualNetworks/scTestVNet-7300?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9372?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-50df0cf839e32841b3b127b631b3661e-42ef75618de3074f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4360fc02f6f4b7a2b5f25da2434e4377", + "traceparent": "00-ea4356ead0d5f14297b141e2e1a7d10e-346efff89d566b4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f55ea9d65a7f30f357686cf0e322a165", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1281", + "Content-Length": "1018", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:41 GMT", - "ETag": "W/\u0022193adb40-af23-4a33-a711-a55fb468cfec\u0022", + "Date": "Thu, 15 Jun 2023 21:28:22 GMT", + "ETag": "W/\u0022525905af-711f-40a4-aefb-f245e234e3d9\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10872,22 +11648,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0879c003-710c-46c6-a7cd-fe80e0dabf36", - "x-ms-client-request-id": "4360fc02f6f4b7a2b5f25da2434e4377", - "x-ms-correlation-request-id": "e7c172f2-400f-4dbe-ab45-3ff059d4cb44", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "5e560467-4c12-4c2f-ac78-e2f2e215f8e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144541Z:e7c172f2-400f-4dbe-ab45-3ff059d4cb44" + "x-ms-arm-service-request-id": "0219dd3c-a775-47b1-927f-074c4f29eb5e", + "x-ms-client-request-id": "f55ea9d65a7f30f357686cf0e322a165", + "x-ms-correlation-request-id": "db055516-aae7-4e6e-84b2-6f8b0637327b", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "76bb2a0a-2136-496c-a8e5-7185b63c9ce4", + "x-ms-routing-request-id": "EASTUS:20230615T212822Z:db055516-aae7-4e6e-84b2-6f8b0637327b" }, "ResponseBody": { - "name": "scTestVNet-7300", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg8940/providers/Microsoft.Network/virtualNetworks/scTestVNet-7300", - "etag": "W/\u0022193adb40-af23-4a33-a711-a55fb468cfec\u0022", + "name": "scTestVNet-9372", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9372", + "etag": "W/\u0022525905af-711f-40a4-aefb-f245e234e3d9\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "3718fb36-fbe6-4391-9b56-9d2800cba60b", + "resourceGuid": "5b8ab91e-3634-4d73-8a39-c5cdde7cbd3f", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -10895,9 +11671,9 @@ }, "subnets": [ { - "name": "scTestSubnet-5686", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg8940/providers/Microsoft.Network/virtualNetworks/scTestVNet-7300/subnets/scTestSubnet-5686", - "etag": "W/\u0022193adb40-af23-4a33-a711-a55fb468cfec\u0022", + "name": "scTestSubnet-3669", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9372/subnets/scTestSubnet-3669", + "etag": "W/\u0022525905af-711f-40a4-aefb-f245e234e3d9\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/16", @@ -10914,16 +11690,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg8940/providers/Microsoft.StorageCache/caches/testsc8128?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1812?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "295", "Content-Type": "application/json", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-7d86bece75ff1347-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a2652293cbb7b48e25a8b081ea1bf823", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-be9c9d3f7375764d-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f07a532bd8e89fb325938e80692632b5", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -10934,7 +11710,7 @@ "location": "eastus", "properties": { "cacheSizeGB": 3072, - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg8940/providers/Microsoft.Network/virtualNetworks/scTestVNet-7300/subnets/scTestSubnet-5686", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9372/subnets/scTestSubnet-3669", "zones": [ "1" ] @@ -10942,11 +11718,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "1995", + "Content-Length": "1968", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:44 GMT", + "Date": "Thu, 15 Jun 2023 21:28:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10955,17 +11731,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2652293cbb7b48e25a8b081ea1bf823", - "x-ms-correlation-request-id": "1b6e888f-5847-4b4b-a8cf-71683f3abf71", + "x-ms-client-request-id": "f07a532bd8e89fb325938e80692632b5", + "x-ms-correlation-request-id": "f7681c0c-5abd-4359-ae30-d3e3da05995c", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "59506e2e-7c44-4019-bb54-037f7aa9bee2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144545Z:1b6e888f-5847-4b4b-a8cf-71683f3abf71", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "eec5ab06-1385-4e45-8009-9243f1099324", + "x-ms-routing-request-id": "EASTUS:20230615T212824Z:f7681c0c-5abd-4359-ae30-d3e3da05995c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc8128", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg8940/providers/Microsoft.StorageCache/caches/testsc8128", + "name": "testsc1812", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1812", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -10997,19 +11773,18 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Transitioning", "statusDescription": "The cache is being allocated." }, "provisioningState": "Creating", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg8940/providers/Microsoft.Network/virtualNetworks/scTestVNet-7300/subnets/scTestSubnet-5686", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9372/subnets/scTestSubnet-3669", "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T14:45:43.4650433Z", + "lastFirmwareUpdate": "2023-06-15T21:28:23.5273757Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -11018,23 +11793,62 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T14:45:43.2082933Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-15T21:28:23.3226226Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T14:45:43.2082933Z" + "lastModifiedAt": "2023-06-15T21:28:23.3226226Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-be9adbafcc5cb64b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9a2fb7c968aefdbcf6bed0eccc72c631", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 21:28:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a2fb7c968aefdbcf6bed0eccc72c631", + "x-ms-correlation-request-id": "da7bd9a7-87e0-49f0-910b-91fb4895db0a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "490996ae-229f-46fb-b111-596e81b5b892", + "x-ms-routing-request-id": "EASTUS:20230615T212824Z:da7bd9a7-87e0-49f0-910b-91fb4895db0a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", + "status": "InProgress", + "name": "eec5ab06-1385-4e45-8009-9243f1099324" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-5957a99dd7066142-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c83a6d4bdcec37ae6dac1d4c4620cc99", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-62cf537d238e3c4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2c00b6362b635b1ddcbe5ca23bae052f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11043,7 +11857,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:45 GMT", + "Date": "Thu, 15 Jun 2023 21:28:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11052,28 +11866,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c83a6d4bdcec37ae6dac1d4c4620cc99", - "x-ms-correlation-request-id": "3f469d25-da88-4f04-8c37-0cc65ca92286", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "c78b436c-a022-4a20-a672-7116e798a6f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144545Z:3f469d25-da88-4f04-8c37-0cc65ca92286", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "2c00b6362b635b1ddcbe5ca23bae052f", + "x-ms-correlation-request-id": "cbaa7bae-9ed3-491b-b24e-4a5ff3fdde16", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "4e0b027d-7674-4d98-b2df-7f0d915b1e13", + "x-ms-routing-request-id": "EASTUS:20230615T212825Z:cbaa7bae-9ed3-491b-b24e-4a5ff3fdde16", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-4a5d8e22c4bc6c4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "52523af9b6e321131cb4e3c3336b5077", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-4524e36475264041-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b1b7748597f68707fac17f89ff89f021", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11082,7 +11896,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:46 GMT", + "Date": "Thu, 15 Jun 2023 21:28:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11091,28 +11905,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52523af9b6e321131cb4e3c3336b5077", - "x-ms-correlation-request-id": "89e4d6fc-1dd7-4b33-ad0d-064478d1bb53", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "dc3446a8-fed3-47cb-8f14-ca038fad78d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144546Z:89e4d6fc-1dd7-4b33-ad0d-064478d1bb53", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "b1b7748597f68707fac17f89ff89f021", + "x-ms-correlation-request-id": "8c0e22c9-2009-4f21-9be5-255eb505127e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "4a56f374-533d-4971-bf3d-f91bac60c8dc", + "x-ms-routing-request-id": "EASTUS:20230615T212826Z:8c0e22c9-2009-4f21-9be5-255eb505127e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-2ae180c117c5cf43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7c365db230e1733642331fb855b96a9e", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-d5a818edd543ac44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e3ce6a7ee0f59db69ad4beef0c19c247", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11121,7 +11935,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:47 GMT", + "Date": "Thu, 15 Jun 2023 21:28:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11130,28 +11944,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c365db230e1733642331fb855b96a9e", - "x-ms-correlation-request-id": "221269df-4b02-433d-8f65-ed1b45b2b9c3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "0dcd9fcb-4764-4c39-b93c-016bb0da1b03", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144548Z:221269df-4b02-433d-8f65-ed1b45b2b9c3", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "e3ce6a7ee0f59db69ad4beef0c19c247", + "x-ms-correlation-request-id": "889bcec9-5208-491d-a4d1-92f41da6f568", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "3d562bc4-482e-4b78-bd29-330119fc9d5e", + "x-ms-routing-request-id": "EASTUS:20230615T212827Z:889bcec9-5208-491d-a4d1-92f41da6f568", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-07c187687354ef44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2929fd26a35b956e5a19ab37f9ea0302", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-499470b73e5e7245-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5766a0b914ba9e3aaf7831a2ab935b52", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11160,7 +11974,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:49 GMT", + "Date": "Thu, 15 Jun 2023 21:28:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11169,28 +11983,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2929fd26a35b956e5a19ab37f9ea0302", - "x-ms-correlation-request-id": "2aee306d-1588-4c7f-bd9e-8f70776d154a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "52caaffd-a1f2-4d2e-8218-308b1d483727", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144549Z:2aee306d-1588-4c7f-bd9e-8f70776d154a", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "5766a0b914ba9e3aaf7831a2ab935b52", + "x-ms-correlation-request-id": "175f4c4a-6a73-46ad-87d4-d7700aaee434", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "919bfa9c-71ea-4a65-ab09-1acbd8158383", + "x-ms-routing-request-id": "EASTUS:20230615T212829Z:175f4c4a-6a73-46ad-87d4-d7700aaee434", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-4040fbab7b8fac45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e899a65b4feac8b803df0faf975acc63", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-d4b2960bf81e0742-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d0233ace21e0a53abe1a1722d9177ae0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11199,7 +12013,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:51 GMT", + "Date": "Thu, 15 Jun 2023 21:28:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11208,28 +12022,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e899a65b4feac8b803df0faf975acc63", - "x-ms-correlation-request-id": "5dd52f63-1907-47f6-a9b3-d63760dc3f1d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "c2c74b35-32c7-4d67-b52f-29025bdf7900", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144551Z:5dd52f63-1907-47f6-a9b3-d63760dc3f1d", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "d0233ace21e0a53abe1a1722d9177ae0", + "x-ms-correlation-request-id": "431b5b09-a318-4320-b5d6-55a993ebee71", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "11ebef42-f3b1-4b9d-b79e-23b75adca526", + "x-ms-routing-request-id": "EASTUS:20230615T212833Z:431b5b09-a318-4320-b5d6-55a993ebee71", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-ec3684d7c336b240-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "359d454a27410e1beea022c885fe7a58", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-043c2809d420e94c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5fd037fe98236a66302f347cae13f106", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11238,7 +12052,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:45:55 GMT", + "Date": "Thu, 15 Jun 2023 21:28:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11247,28 +12061,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "359d454a27410e1beea022c885fe7a58", - "x-ms-correlation-request-id": "e1140f57-2cbe-4e36-ad9e-b402cec4f7d6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "30259d48-e210-48d4-8488-c640b9d2207e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144556Z:e1140f57-2cbe-4e36-ad9e-b402cec4f7d6", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "5fd037fe98236a66302f347cae13f106", + "x-ms-correlation-request-id": "96ae1c29-4889-4bad-b310-40bd47593e6f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "b249f91b-d890-404f-a4b6-6cc4fd742511", + "x-ms-routing-request-id": "EASTUS:20230615T212841Z:96ae1c29-4889-4bad-b310-40bd47593e6f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-ae12c202f17c6c4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "af5c1c2f811fd6b34560257c94bffdff", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-24daeb3bf997554e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d2216b78f1f6976766c199a0fd18c497", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11277,7 +12091,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:46:04 GMT", + "Date": "Thu, 15 Jun 2023 21:28:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11286,28 +12100,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af5c1c2f811fd6b34560257c94bffdff", - "x-ms-correlation-request-id": "27273fcb-ae66-4175-8216-3d5820dd60d8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "026c1506-074e-4f67-84ef-83d5f0529167", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144604Z:27273fcb-ae66-4175-8216-3d5820dd60d8", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "d2216b78f1f6976766c199a0fd18c497", + "x-ms-correlation-request-id": "ea46dd11-1357-4027-91e6-c87153b031a9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "4878ea79-d384-4af3-9cae-ef01c6f96079", + "x-ms-routing-request-id": "EASTUS:20230615T212857Z:ea46dd11-1357-4027-91e6-c87153b031a9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-998475f0f6610e46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b4ed474cce4d34c18a8bf9492df04304", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-ecc5a52c9b198541-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "73a351fefbc3352fd3b9a0b0edbdf6aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11316,7 +12130,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:46:20 GMT", + "Date": "Thu, 15 Jun 2023 21:29:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11325,28 +12139,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b4ed474cce4d34c18a8bf9492df04304", - "x-ms-correlation-request-id": "86bb0769-39fc-48ef-9b02-319d6025e7f9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "ed74e786-14ec-49ed-a074-9f7a979281f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144620Z:86bb0769-39fc-48ef-9b02-319d6025e7f9", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "73a351fefbc3352fd3b9a0b0edbdf6aa", + "x-ms-correlation-request-id": "bf044872-58d7-4b13-bd87-9ee2edde1e22", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "83f4ecd7-1c72-42c9-9b2d-7f6d67402dd5", + "x-ms-routing-request-id": "EASTUS:20230615T212929Z:bf044872-58d7-4b13-bd87-9ee2edde1e22", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-41aec33c3b509948-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7b80b6651dfec94491c6f0e0019e7a2f", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-fffcc76328c1c54e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6ea91028a7f60dead039f962fec56d17", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11355,7 +12169,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:46:53 GMT", + "Date": "Thu, 15 Jun 2023 21:30:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11364,28 +12178,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b80b6651dfec94491c6f0e0019e7a2f", - "x-ms-correlation-request-id": "d44757b2-6a0e-473d-be85-ebef394880d1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "6d330ec9-d67f-47f3-8bc1-b5207b0703da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144653Z:d44757b2-6a0e-473d-be85-ebef394880d1", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "6ea91028a7f60dead039f962fec56d17", + "x-ms-correlation-request-id": "a8022b63-c43b-4afe-bf4b-9b75450262b4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "bdb655d6-dcf9-43a5-8979-a9c50edf6602", + "x-ms-routing-request-id": "EASTUS:20230615T213001Z:a8022b63-c43b-4afe-bf4b-9b75450262b4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-f616d550d6892243-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3d7b22a3c511610b5b2724948769a954", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-9dcab23a0f30c044-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5d7e9c6b7e707d433cebff3c51b6a9a8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11394,7 +12208,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:47:26 GMT", + "Date": "Thu, 15 Jun 2023 21:30:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11403,39 +12217,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d7b22a3c511610b5b2724948769a954", - "x-ms-correlation-request-id": "cf5ef1f5-33c1-4a40-a971-ae052a609cec", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "bff054f5-7b14-484e-821a-43f61ea7cd5d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144726Z:cf5ef1f5-33c1-4a40-a971-ae052a609cec", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "5d7e9c6b7e707d433cebff3c51b6a9a8", + "x-ms-correlation-request-id": "1274af51-fac6-4c18-a6b2-38767a1f111e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "e79e8156-a6c1-4cf4-a432-c9fd61055474", + "x-ms-routing-request-id": "EASTUS:20230615T213033Z:1274af51-fac6-4c18-a6b2-38767a1f111e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-0ca61d4babbaa34e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dd17201d823e2f0003232286dde033ec", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-50781d0a3334c24f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ec78efca566e56a16696a28a02cc370d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:47:58 GMT", + "Date": "Thu, 15 Jun 2023 21:31:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11444,28 +12256,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dd17201d823e2f0003232286dde033ec", - "x-ms-correlation-request-id": "06b8977e-3dec-4e89-ba44-91ad7430d626", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "264fa2ea-fb17-4403-a9ec-d8c4623f3d51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144759Z:06b8977e-3dec-4e89-ba44-91ad7430d626", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "ec78efca566e56a16696a28a02cc370d", + "x-ms-correlation-request-id": "be4e2055-1d38-49af-a40e-9b5319f9ca8a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "7c0b9a94-897e-4f11-b2b5-389248951871", + "x-ms-routing-request-id": "EASTUS:20230615T213105Z:be4e2055-1d38-49af-a40e-9b5319f9ca8a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-99e33708fc3e1749-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0aa6ca1005749ff3ab1e20d7f9af4227", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-9f9d320cbcb10e4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5045884c993fa939cd2c320aa8adbb1a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11474,7 +12286,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:48:33 GMT", + "Date": "Thu, 15 Jun 2023 21:31:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11483,28 +12295,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0aa6ca1005749ff3ab1e20d7f9af4227", - "x-ms-correlation-request-id": "1e525698-c8d4-42b8-84ba-ad7cb56d1632", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "6cde4324-1975-4c6a-aec0-d2e2db310d60", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144834Z:1e525698-c8d4-42b8-84ba-ad7cb56d1632", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "5045884c993fa939cd2c320aa8adbb1a", + "x-ms-correlation-request-id": "481559a4-7dd1-4d00-867a-4bad64d12717", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "016d80e9-7042-4c2d-8c60-49b1512e6be8", + "x-ms-routing-request-id": "EASTUS:20230615T213137Z:481559a4-7dd1-4d00-867a-4bad64d12717", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-fe551ba7239de44c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e1c29b1d9d8720f0214c39eda384837a", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-513c828c5eaf8345-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0f97508f804c15a9fb27f6dadbb87a6f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11513,7 +12325,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:49:06 GMT", + "Date": "Thu, 15 Jun 2023 21:32:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11522,28 +12334,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1c29b1d9d8720f0214c39eda384837a", - "x-ms-correlation-request-id": "cd779258-b6dd-409c-935e-43f3b96356da", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "8a010ddc-3625-4d44-a21c-5b8e27d92784", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144906Z:cd779258-b6dd-409c-935e-43f3b96356da", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "0f97508f804c15a9fb27f6dadbb87a6f", + "x-ms-correlation-request-id": "88dedd6c-e792-4244-8887-08ba6eff872c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "9265fc1a-0948-46d8-a7c0-084cac5d26ac", + "x-ms-routing-request-id": "EASTUS:20230615T213210Z:88dedd6c-e792-4244-8887-08ba6eff872c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-237a51c467f8034b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bd8338f49ec217df2d77322062293653", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-3d70632b8ed2ff4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c8f0f2b459703168b5ce1f412497aeb9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11552,7 +12364,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:49:38 GMT", + "Date": "Thu, 15 Jun 2023 21:32:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11561,37 +12373,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd8338f49ec217df2d77322062293653", - "x-ms-correlation-request-id": "c95c370a-76c0-42e8-926b-b98222f4d6f3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "09d2d1ec-b1c5-46db-ad3c-2e043d34ebcc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T144938Z:c95c370a-76c0-42e8-926b-b98222f4d6f3", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "c8f0f2b459703168b5ce1f412497aeb9", + "x-ms-correlation-request-id": "1f74ed21-f844-47d5-8cd0-00172775ff65", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "1e2b3c82-09a6-4bbe-af1e-4befc871396a", + "x-ms-routing-request-id": "EASTUS:20230615T213242Z:1f74ed21-f844-47d5-8cd0-00172775ff65", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-81364c47b6191247-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4169fae1511e7264d986e828cc05fc26", + "Connection": "close", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-0dd9444583562643-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b1fb88da2734ccc0df305518a25fce14", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:50:10 GMT", + "Date": "Thu, 15 Jun 2023 21:33:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11600,28 +12414,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4169fae1511e7264d986e828cc05fc26", - "x-ms-correlation-request-id": "3f909408-a6c8-4333-8da9-479e2e49fd49", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "90c9d580-47f1-4b43-a330-3c09863fd0db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145011Z:3f909408-a6c8-4333-8da9-479e2e49fd49", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "b1fb88da2734ccc0df305518a25fce14", + "x-ms-correlation-request-id": "59d41442-0bf0-474f-b29c-70a529e03c17", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "3f8f303b-400c-4c88-9009-d2ac961df948", + "x-ms-routing-request-id": "EASTUS:20230615T213314Z:59d41442-0bf0-474f-b29c-70a529e03c17", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-7276d929dbd42a46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c0e2a69a852b7e64bcabb30f6bd0bdf8", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-c226290d35143e48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b655c2b2f3bd36aae8665a7e6067f064", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11630,7 +12444,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:50:42 GMT", + "Date": "Thu, 15 Jun 2023 21:33:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11639,28 +12453,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c0e2a69a852b7e64bcabb30f6bd0bdf8", - "x-ms-correlation-request-id": "efbce5af-ddad-43ab-9a23-7d4ebf349117", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "0c044fe6-40d7-4547-99a8-0506a82f0528", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145043Z:efbce5af-ddad-43ab-9a23-7d4ebf349117", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "b655c2b2f3bd36aae8665a7e6067f064", + "x-ms-correlation-request-id": "8687eb1b-c4af-4a09-b3ce-4a491bbf2bd9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "da9baef6-bc2a-4efa-9b61-e857970f445a", + "x-ms-routing-request-id": "EASTUS:20230615T213346Z:8687eb1b-c4af-4a09-b3ce-4a491bbf2bd9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-f6dcdc4c0694c84a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a80be615421ba25cd310e33cb5b64b27", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-85f65b926bd2f741-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "53003d79c8bd8d3a3124e940034f8f56", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11669,7 +12483,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:51:15 GMT", + "Date": "Thu, 15 Jun 2023 21:34:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11678,28 +12492,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a80be615421ba25cd310e33cb5b64b27", - "x-ms-correlation-request-id": "c9729b8d-aed0-4052-9fba-c55daeb51e34", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "298f82fa-80a4-439b-a49f-20d57d0396e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145115Z:c9729b8d-aed0-4052-9fba-c55daeb51e34", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "53003d79c8bd8d3a3124e940034f8f56", + "x-ms-correlation-request-id": "3bf30074-0671-49d9-ac1d-60ed6017b4b4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "cd83bd81-ad7f-4d13-bb80-a05e85c4731b", + "x-ms-routing-request-id": "EASTUS:20230615T213418Z:3bf30074-0671-49d9-ac1d-60ed6017b4b4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-ad0e974c234a064e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bc850b7b75475c2795eb85729e550709", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-a72171462279d24a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "618f0b00f841e6fbddc4c9cecd426b77", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11708,7 +12522,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:51:47 GMT", + "Date": "Thu, 15 Jun 2023 21:34:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11717,28 +12531,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bc850b7b75475c2795eb85729e550709", - "x-ms-correlation-request-id": "bff38e04-feaf-4691-96fd-dbf6e0c601d8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "50b78616-8852-4036-8f11-8c0458dcdca7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145148Z:bff38e04-feaf-4691-96fd-dbf6e0c601d8", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "618f0b00f841e6fbddc4c9cecd426b77", + "x-ms-correlation-request-id": "37306292-9d71-4c95-981a-c89dd9954407", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "1891ce13-7941-446f-a686-39e4ac9d3166", + "x-ms-routing-request-id": "EASTUS:20230615T213450Z:37306292-9d71-4c95-981a-c89dd9954407", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-ba946d51a23abf47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e513f0c853f9580a4a3fed1aa128c805", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-6e3d33bebf7f5346-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "649ff13f7b5fe95688c884990a6a3298", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11747,7 +12561,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:52:19 GMT", + "Date": "Thu, 15 Jun 2023 21:35:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11756,28 +12570,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e513f0c853f9580a4a3fed1aa128c805", - "x-ms-correlation-request-id": "ad690901-4442-4bd0-bb3a-a4c3675be8b2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "5b496c0e-7e81-4fb3-a56f-99298c2e5ad3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145220Z:ad690901-4442-4bd0-bb3a-a4c3675be8b2", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "649ff13f7b5fe95688c884990a6a3298", + "x-ms-correlation-request-id": "d791b6f1-719c-45e4-81df-24a40408f730", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "8153f870-09c4-4ad4-a930-e6cd213760c5", + "x-ms-routing-request-id": "EASTUS:20230615T213522Z:d791b6f1-719c-45e4-81df-24a40408f730", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-bff49b1ef7fa0a44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5f938c60014aa0b0beaf1230bce9047e", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-da6ab8ed1913c449-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "557d04d78fd88122411975f8ff6bc0ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11786,7 +12600,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:52:52 GMT", + "Date": "Thu, 15 Jun 2023 21:35:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11795,28 +12609,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f938c60014aa0b0beaf1230bce9047e", - "x-ms-correlation-request-id": "51bd817e-5d3d-4a8b-9d11-1a823770f8fd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "baca73f4-306d-4e43-afba-fce71e4d58f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145252Z:51bd817e-5d3d-4a8b-9d11-1a823770f8fd", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "557d04d78fd88122411975f8ff6bc0ef", + "x-ms-correlation-request-id": "948035e0-5c51-4d92-ba0b-1e78580d91ad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "b30ccc68-c8ba-43c5-a0cb-1cd66df2e2e4", + "x-ms-routing-request-id": "EASTUS:20230615T213554Z:948035e0-5c51-4d92-ba0b-1e78580d91ad", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-4caa1b1820ca3c40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c574da0965a3282d002d7207880dbb6d", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-36de5c8429fe8b48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "120071b82ab084f6b4a5d9787362dc73", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11825,7 +12639,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:53:24 GMT", + "Date": "Thu, 15 Jun 2023 21:36:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11834,39 +12648,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c574da0965a3282d002d7207880dbb6d", - "x-ms-correlation-request-id": "03a8c422-9b8e-48f2-a890-951e1d8fc80d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "12923576-f8e6-424c-a8cf-1b6d42fb3aee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145325Z:03a8c422-9b8e-48f2-a890-951e1d8fc80d", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "120071b82ab084f6b4a5d9787362dc73", + "x-ms-correlation-request-id": "affb3cf2-78be-4543-8be5-8979a53a1ffe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "404fd0d7-199b-4432-a043-83c7891025f3", + "x-ms-routing-request-id": "EASTUS:20230615T213626Z:affb3cf2-78be-4543-8be5-8979a53a1ffe", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-f56b7b3827178145-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "11128022a8c1c7be4072274a40da9c60", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-5180b9432f234a44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c8f7309215c4af9fce1e2246065eea1c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:53:56 GMT", + "Date": "Thu, 15 Jun 2023 21:36:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11875,28 +12687,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11128022a8c1c7be4072274a40da9c60", - "x-ms-correlation-request-id": "3230478f-57ea-48ae-a7e1-cc10bf4e4983", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "0114444e-daaa-4b8e-a3b2-1f4f1d039245", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145357Z:3230478f-57ea-48ae-a7e1-cc10bf4e4983", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "c8f7309215c4af9fce1e2246065eea1c", + "x-ms-correlation-request-id": "d9c449c1-d0d6-4316-a693-7eb754907cef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "6452361e-6b9a-46fa-9c1b-013234321c11", + "x-ms-routing-request-id": "EASTUS:20230615T213658Z:d9c449c1-d0d6-4316-a693-7eb754907cef", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-1c58ab1976e7e144-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c6116f3b03b4fa615e6b5e1d8ea818b1", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-57aba2180edb144a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "99e095081f69ace80df9a132b6aa0ddf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11905,7 +12717,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:54:30 GMT", + "Date": "Thu, 15 Jun 2023 21:37:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11914,28 +12726,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6116f3b03b4fa615e6b5e1d8ea818b1", - "x-ms-correlation-request-id": "30222cf4-5de3-4c99-b4ba-2547de28dd8c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "a72beaaf-c03f-4158-807f-c4ef2cfc1f20", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145431Z:30222cf4-5de3-4c99-b4ba-2547de28dd8c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "99e095081f69ace80df9a132b6aa0ddf", + "x-ms-correlation-request-id": "62c02c5c-8b19-47ed-9e8e-d96df9466ac1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "2fd3f3fe-a8ae-4035-bd79-dce5f5ed02d5", + "x-ms-routing-request-id": "EASTUS:20230615T213730Z:62c02c5c-8b19-47ed-9e8e-d96df9466ac1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-bc4d2ac6f7f29448-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3c0da5f3f2d760bc1cad85303de2e726", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-da45bbad2828924a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ce66013cf774a32ad150449207b07e55", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11944,7 +12756,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:55:03 GMT", + "Date": "Thu, 15 Jun 2023 21:38:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11953,28 +12765,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c0da5f3f2d760bc1cad85303de2e726", - "x-ms-correlation-request-id": "83751954-3d45-4782-84e5-92e84f976642", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "e46a574d-ac00-4a9a-8a96-2beebaeaafaf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145503Z:83751954-3d45-4782-84e5-92e84f976642", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "ce66013cf774a32ad150449207b07e55", + "x-ms-correlation-request-id": "efb08ec8-170b-4d5e-97b8-8cca7a8dc4bc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "d98b6fcd-1268-4c57-8201-5920085b62fc", + "x-ms-routing-request-id": "EASTUS:20230615T213802Z:efb08ec8-170b-4d5e-97b8-8cca7a8dc4bc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-0478b251c860df46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "18cc1191f4fb1eb91e17b2564aa13897", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-e4e3057b002cd545-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dd70bcbb4382720a484abbcb746df924", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11983,7 +12795,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:55:35 GMT", + "Date": "Thu, 15 Jun 2023 21:38:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11992,37 +12804,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "18cc1191f4fb1eb91e17b2564aa13897", - "x-ms-correlation-request-id": "b27c7c76-ae30-49c0-ace1-c1adfd491de4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "3fd68ed0-7743-42ff-9482-abe0851dd387", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145535Z:b27c7c76-ae30-49c0-ace1-c1adfd491de4", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "dd70bcbb4382720a484abbcb746df924", + "x-ms-correlation-request-id": "d0269914-2aac-4276-92ee-111bbd1154b4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "7549c4fd-2054-43c7-b22e-964cf7b20847", + "x-ms-routing-request-id": "EASTUS:20230615T213834Z:d0269914-2aac-4276-92ee-111bbd1154b4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-006e219f63e44749-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9b56765a5fcd4889b3b0aa077e30bc7c", + "Connection": "close", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-596ccaabe3427f4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "050943101bf811a76b3cc818db56a45c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:56:07 GMT", + "Date": "Thu, 15 Jun 2023 21:39:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12031,28 +12845,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b56765a5fcd4889b3b0aa077e30bc7c", - "x-ms-correlation-request-id": "470fe18c-8d3c-4df5-9b87-355e5dfe4fd3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "6ed1c7b1-5740-468d-b9ca-ef0d87eb2c4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145608Z:470fe18c-8d3c-4df5-9b87-355e5dfe4fd3", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "050943101bf811a76b3cc818db56a45c", + "x-ms-correlation-request-id": "3369bb3f-e068-417b-bd3c-dab1ad9ef6e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "de3d615e-e967-4226-9032-34c57a101514", + "x-ms-routing-request-id": "EASTUS:20230615T213907Z:3369bb3f-e068-417b-bd3c-dab1ad9ef6e9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-eb67efe28b59424f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7d8c3883ffdcffb5ecee1dbf4065167a", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-7824d16d49ebd84d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f9764b7a2f3af95cf6f386293b5f2e63", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12061,7 +12875,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:56:39 GMT", + "Date": "Thu, 15 Jun 2023 21:39:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12070,28 +12884,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d8c3883ffdcffb5ecee1dbf4065167a", - "x-ms-correlation-request-id": "ad148889-5c7b-4ae8-912b-e8a9c03250bb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "a3b2d482-56ce-473b-bfc5-7150d1f1d679", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145640Z:ad148889-5c7b-4ae8-912b-e8a9c03250bb", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "f9764b7a2f3af95cf6f386293b5f2e63", + "x-ms-correlation-request-id": "30597e21-dfa0-4f2c-b838-acd5aa00085f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "4a6a547e-9c41-47eb-bea8-cbd4140ddbc7", + "x-ms-routing-request-id": "EASTUS:20230615T213939Z:30597e21-dfa0-4f2c-b838-acd5aa00085f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-5c2eecd5f2d3e846-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c6d6ed744c8c31598884654a49b1a0ed", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-9e68d3763e34f640-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c481205778a7a05d145e72457bf197f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12100,7 +12914,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:57:12 GMT", + "Date": "Thu, 15 Jun 2023 21:40:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12109,28 +12923,67 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6d6ed744c8c31598884654a49b1a0ed", - "x-ms-correlation-request-id": "4944e8ca-d3dd-40bf-ae24-78a94bd48d69", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "db68dc65-1e22-492e-a6b2-e9c837c6cced", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145712Z:4944e8ca-d3dd-40bf-ae24-78a94bd48d69", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "c481205778a7a05d145e72457bf197f2", + "x-ms-correlation-request-id": "285b6559-fec0-44c3-875f-7d3b12a54504", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "4a86dfc8-443b-4b0d-9302-80bbeb06c941", + "x-ms-routing-request-id": "EASTUS:20230615T214011Z:285b6559-fec0-44c3-875f-7d3b12a54504", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", + "status": "InProgress", + "name": "eec5ab06-1385-4e45-8009-9243f1099324" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-11c4cbcd7dbc6648-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "28505fa6fff6e0e9e6100e05947ed60c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 21:40:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "28505fa6fff6e0e9e6100e05947ed60c", + "x-ms-correlation-request-id": "8f165173-a153-488c-a21c-f0ee61900304", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "aa52439f-3eb0-42d1-a1de-8367d80c97f7", + "x-ms-routing-request-id": "EASTUS:20230615T214043Z:8f165173-a153-488c-a21c-f0ee61900304", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", "status": "InProgress", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59506e2e-7c44-4019-bb54-037f7aa9bee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eec5ab06-1385-4e45-8009-9243f1099324?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-1cb75c729e54804c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "12d3365abb145abac157aede42ca084d", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-420c0ef3cb7a334e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bac1640ee0d402b5eed6e5dbbd177e04", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12139,7 +12992,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:57:44 GMT", + "Date": "Thu, 15 Jun 2023 21:41:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12148,38 +13001,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "12d3365abb145abac157aede42ca084d", - "x-ms-correlation-request-id": "a9d655b9-559b-4dc6-9683-fcf37bf5ac8f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "187f1c3e-98c6-416b-8721-9535e2f3c13d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145745Z:a9d655b9-559b-4dc6-9683-fcf37bf5ac8f", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "bac1640ee0d402b5eed6e5dbbd177e04", + "x-ms-correlation-request-id": "7881a9fd-ed4f-49b3-b893-d5b4b652286a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "fb6f064e-9d0d-4c5b-bfa9-cf65d7a84a7d", + "x-ms-routing-request-id": "EASTUS:20230615T214115Z:7881a9fd-ed4f-49b3-b893-d5b4b652286a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:45:43.3244283\u002B00:00", - "endTime": "2023-03-23T14:57:36.6749779\u002B00:00", + "startTime": "2023-06-15T21:28:23.3555363\u002B00:00", + "endTime": "2023-06-15T21:41:06.6800592\u002B00:00", "status": "Succeeded", - "name": "59506e2e-7c44-4019-bb54-037f7aa9bee2" + "name": "eec5ab06-1385-4e45-8009-9243f1099324" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg8940/providers/Microsoft.StorageCache/caches/testsc8128?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1812?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9cf548a4ef94cb4bbcda50a4584d0d6c-f6bb5d23309c2145-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9092309af55a36efdf5af4589a6ab63a", + "traceparent": "00-bdfe02e595975343b0448676f1239c10-760bd0b057048f47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dc83945b050e576c36a0dd976a580b96", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2208", + "Content-Length": "2181", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:57:46 GMT", + "Date": "Thu, 15 Jun 2023 21:41:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12188,17 +13041,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9092309af55a36efdf5af4589a6ab63a", - "x-ms-correlation-request-id": "cf43c392-d166-46c2-ad74-23f277f2727e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;117", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "5863cb7b-b0c3-4535-afa4-3a38fa9f5b5a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145746Z:cf43c392-d166-46c2-ad74-23f277f2727e", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "dc83945b050e576c36a0dd976a580b96", + "x-ms-correlation-request-id": "eb4a454d-19ee-404a-b925-9b9184b0880d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "48195a77-bab6-40c3-9f05-d004ec724faf", + "x-ms-routing-request-id": "EASTUS:20230615T214115Z:eb4a454d-19ee-404a-b925-9b9184b0880d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc8128", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg8940/providers/Microsoft.StorageCache/caches/testsc8128", + "name": "testsc1812", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1812", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12235,7 +13088,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12248,12 +13100,12 @@ "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg8940/providers/Microsoft.Network/virtualNetworks/scTestVNet-7300/subnets/scTestSubnet-5686", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9372/subnets/scTestSubnet-3669", "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T14:45:43.4650433Z", + "lastFirmwareUpdate": "2023-06-15T21:28:23.5273757Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -12262,33 +13114,33 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T14:45:43.2082933Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-15T21:28:23.3226226Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T14:45:43.2082933Z" + "lastModifiedAt": "2023-06-15T21:28:23.3226226Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg8940/providers/Microsoft.StorageCache/caches/testsc8128?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1812?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-7e1b53a94499ad42b09fc183216a441f-db1c46b6f2c0af43-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "09642f4e0492b965337b05359d7aefbe", + "traceparent": "00-8483df519da6a2489d389cc9abae18a0-8f109f5b667f8541-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "16376688dc30c51daa4e3a201a0e23cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2208", + "Content-Length": "2181", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:57:46 GMT", + "Date": "Thu, 15 Jun 2023 21:41:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12297,17 +13149,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09642f4e0492b965337b05359d7aefbe", - "x-ms-correlation-request-id": "6b734075-3543-411f-9495-181bce1ef37c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "961fed00-2c08-42c5-849a-d4cd1f157be7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145747Z:6b734075-3543-411f-9495-181bce1ef37c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "16376688dc30c51daa4e3a201a0e23cf", + "x-ms-correlation-request-id": "2a121221-35fb-4156-9962-22b28a0bec08", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;115", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "adf2e90f-eadc-4053-9b61-fdc5cd61a561", + "x-ms-routing-request-id": "EASTUS:20230615T214115Z:2a121221-35fb-4156-9962-22b28a0bec08", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc8128", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg8940/providers/Microsoft.StorageCache/caches/testsc8128", + "name": "testsc1812", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1812", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12344,7 +13196,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12357,12 +13208,12 @@ "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg8940/providers/Microsoft.Network/virtualNetworks/scTestVNet-7300/subnets/scTestSubnet-5686", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9372/subnets/scTestSubnet-3669", "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T14:45:43.4650433Z", + "lastFirmwareUpdate": "2023-06-15T21:28:23.5273757Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -12371,35 +13222,35 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T14:45:43.2082933Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-15T21:28:23.3226226Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T14:45:43.2082933Z" + "lastModifiedAt": "2023-06-15T21:28:23.3226226Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg8940/providers/Microsoft.StorageCache/caches/testsc8128?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1812?api-version=2023-05-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9e5da14d67ccf84fb7e378be22fcaa26-4af046aea59cf949-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "19b0177b0f1f6493469c32bac662c056", + "traceparent": "00-fe03364bd3209c4eb92ae4ae4ff24ebf-743968dc41d4364d-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "00a90991f9fb08fdf7698433021d9795", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6d8a60d4-cc99-402c-843e-7bd388195d0d?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 14:57:47 GMT", + "Date": "Thu, 15 Jun 2023 21:41:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6d8a60d4-cc99-402c-843e-7bd388195d0d?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -12407,24 +13258,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19b0177b0f1f6493469c32bac662c056", - "x-ms-correlation-request-id": "345751de-ca28-4699-b9a2-ba5d53cde985", + "x-ms-client-request-id": "00a90991f9fb08fdf7698433021d9795", + "x-ms-correlation-request-id": "9d28a744-6c0d-4881-ad16-f415c54ae9de", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "6d8a60d4-cc99-402c-843e-7bd388195d0d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145748Z:345751de-ca28-4699-b9a2-ba5d53cde985", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea", + "x-ms-routing-request-id": "EASTUS:20230615T214116Z:9d28a744-6c0d-4881-ad16-f415c54ae9de", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6d8a60d4-cc99-402c-843e-7bd388195d0d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9e5da14d67ccf84fb7e378be22fcaa26-7fea744dca7e6b47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "82dc356b9cba3e1b9cffc2f6d1abf3d1", + "traceparent": "00-fe03364bd3209c4eb92ae4ae4ff24ebf-78c953f13927fc40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "60050e7d0bae8e9b682e1fc657e9c38c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12433,7 +13284,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:57:47 GMT", + "Date": "Thu, 15 Jun 2023 21:41:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12442,28 +13293,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82dc356b9cba3e1b9cffc2f6d1abf3d1", - "x-ms-correlation-request-id": "499d87a1-28a1-4b1b-9091-6310969a1504", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "64a0be06-bf31-4bd0-bf80-bf8cc9bb3ad5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145748Z:499d87a1-28a1-4b1b-9091-6310969a1504", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "60050e7d0bae8e9b682e1fc657e9c38c", + "x-ms-correlation-request-id": "75f6876a-225e-4447-8440-9465c20f9367", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "484768bf-f46d-4942-a252-22fa949f2c12", + "x-ms-routing-request-id": "EASTUS:20230615T214116Z:75f6876a-225e-4447-8440-9465c20f9367", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:57:48.3587751\u002B00:00", + "startTime": "2023-06-15T21:41:16.0083228\u002B00:00", "status": "InProgress", - "name": "6d8a60d4-cc99-402c-843e-7bd388195d0d" + "name": "72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6d8a60d4-cc99-402c-843e-7bd388195d0d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9e5da14d67ccf84fb7e378be22fcaa26-95b14f1aa904054e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2994afbaddeb7d585c1b4f47b2b4748c", + "traceparent": "00-fe03364bd3209c4eb92ae4ae4ff24ebf-d2e62a66e934ae41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cb55a5b6ccba2aef352a893dc73d3dab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12472,7 +13323,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:57:49 GMT", + "Date": "Thu, 15 Jun 2023 21:41:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12481,28 +13332,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2994afbaddeb7d585c1b4f47b2b4748c", - "x-ms-correlation-request-id": "6512c199-51e7-40f1-9575-e4a82355b7aa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "5bf95c23-c964-49b5-ada6-e9ac658c0389", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145750Z:6512c199-51e7-40f1-9575-e4a82355b7aa", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "cb55a5b6ccba2aef352a893dc73d3dab", + "x-ms-correlation-request-id": "78196bf1-e045-4b24-94f9-b3c5021ea4ac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "c80c67a2-800e-4c7c-9231-bd10cdc711d9", + "x-ms-routing-request-id": "EASTUS:20230615T214117Z:78196bf1-e045-4b24-94f9-b3c5021ea4ac", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:57:48.3587751\u002B00:00", + "startTime": "2023-06-15T21:41:16.0083228\u002B00:00", "status": "InProgress", - "name": "6d8a60d4-cc99-402c-843e-7bd388195d0d" + "name": "72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6d8a60d4-cc99-402c-843e-7bd388195d0d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9e5da14d67ccf84fb7e378be22fcaa26-b786c3740a1d6245-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "904ece033e85049b585075663bc5c31e", + "traceparent": "00-fe03364bd3209c4eb92ae4ae4ff24ebf-8748d7069dbe2f41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f3b65c2c3718c0e6b3c5edb1480d278c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12511,7 +13362,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:57:50 GMT", + "Date": "Thu, 15 Jun 2023 21:41:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12520,28 +13371,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "904ece033e85049b585075663bc5c31e", - "x-ms-correlation-request-id": "d49d2d0c-24a3-47ed-89ed-2073ab7761e4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "fbbfe419-d60d-4b0c-81a9-7b33efa880fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145751Z:d49d2d0c-24a3-47ed-89ed-2073ab7761e4", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "f3b65c2c3718c0e6b3c5edb1480d278c", + "x-ms-correlation-request-id": "e826b952-5717-4b68-97ce-e7c50b6a081a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "6e786aaa-98e2-4e26-8c9b-dad02b2e55e9", + "x-ms-routing-request-id": "EASTUS:20230615T214118Z:e826b952-5717-4b68-97ce-e7c50b6a081a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:57:48.3587751\u002B00:00", + "startTime": "2023-06-15T21:41:16.0083228\u002B00:00", "status": "InProgress", - "name": "6d8a60d4-cc99-402c-843e-7bd388195d0d" + "name": "72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6d8a60d4-cc99-402c-843e-7bd388195d0d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9e5da14d67ccf84fb7e378be22fcaa26-f4f4d13efbaddf42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "40248ce46f268e78dd5f269f4dd48ce8", + "traceparent": "00-fe03364bd3209c4eb92ae4ae4ff24ebf-973a33385a60ff45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2509a6f972f7b06d1fda2b84815dc62b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12550,7 +13401,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:57:52 GMT", + "Date": "Thu, 15 Jun 2023 21:41:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12559,28 +13410,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40248ce46f268e78dd5f269f4dd48ce8", - "x-ms-correlation-request-id": "19ec490b-9aec-4d33-b748-5215ee97e05e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "68f64638-6c11-4dbe-82b6-e523f00281e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145752Z:19ec490b-9aec-4d33-b748-5215ee97e05e", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "2509a6f972f7b06d1fda2b84815dc62b", + "x-ms-correlation-request-id": "2120de88-3c4f-45b6-9eb8-2ba31ee96272", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "87abaacf-9d70-4467-a643-e1267c031511", + "x-ms-routing-request-id": "EASTUS:20230615T214119Z:2120de88-3c4f-45b6-9eb8-2ba31ee96272", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:57:48.3587751\u002B00:00", + "startTime": "2023-06-15T21:41:16.0083228\u002B00:00", "status": "InProgress", - "name": "6d8a60d4-cc99-402c-843e-7bd388195d0d" + "name": "72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6d8a60d4-cc99-402c-843e-7bd388195d0d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9e5da14d67ccf84fb7e378be22fcaa26-667099173392a547-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "03f3368a625d7c4b138fd09b67f24197", + "traceparent": "00-fe03364bd3209c4eb92ae4ae4ff24ebf-380cd74356b3444c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fb9a74f0cf337f73be9517f5de3ee227", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12589,7 +13440,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:57:55 GMT", + "Date": "Thu, 15 Jun 2023 21:41:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12598,28 +13449,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03f3368a625d7c4b138fd09b67f24197", - "x-ms-correlation-request-id": "bf696570-43ba-4eb9-b2ba-41dfec74e95c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "f30d4e08-e055-4416-93b1-055edc46bbca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145755Z:bf696570-43ba-4eb9-b2ba-41dfec74e95c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "fb9a74f0cf337f73be9517f5de3ee227", + "x-ms-correlation-request-id": "ae7cc900-4007-496a-89ac-9d9e3b516386", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "21ace425-6b08-4991-baad-b2c91338e8b8", + "x-ms-routing-request-id": "EASTUS:20230615T214121Z:ae7cc900-4007-496a-89ac-9d9e3b516386", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:57:48.3587751\u002B00:00", + "startTime": "2023-06-15T21:41:16.0083228\u002B00:00", "status": "InProgress", - "name": "6d8a60d4-cc99-402c-843e-7bd388195d0d" + "name": "72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6d8a60d4-cc99-402c-843e-7bd388195d0d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9e5da14d67ccf84fb7e378be22fcaa26-247005d4065e4a45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "26623057348f936556bfb32617fcb784", + "traceparent": "00-fe03364bd3209c4eb92ae4ae4ff24ebf-cf3c33c5f628b348-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2143fd021733bab3ee05d43d0c613e56", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12628,7 +13479,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:57:59 GMT", + "Date": "Thu, 15 Jun 2023 21:41:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12637,28 +13488,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "26623057348f936556bfb32617fcb784", - "x-ms-correlation-request-id": "450da480-d9fc-4f33-b88d-c525554d0a5b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "347d884e-286d-4140-8f60-2d614f13d733", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145759Z:450da480-d9fc-4f33-b88d-c525554d0a5b", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "2143fd021733bab3ee05d43d0c613e56", + "x-ms-correlation-request-id": "41e0619f-ade2-438c-b3b6-5c70318269b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "fd587548-05dd-44fd-9030-e2329cc1d189", + "x-ms-routing-request-id": "EASTUS:20230615T214125Z:41e0619f-ade2-438c-b3b6-5c70318269b9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:57:48.3587751\u002B00:00", + "startTime": "2023-06-15T21:41:16.0083228\u002B00:00", "status": "InProgress", - "name": "6d8a60d4-cc99-402c-843e-7bd388195d0d" + "name": "72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6d8a60d4-cc99-402c-843e-7bd388195d0d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9e5da14d67ccf84fb7e378be22fcaa26-0b5cc90a00033649-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "04db8dc4c0d182c140a72c969edd27ea", + "traceparent": "00-fe03364bd3209c4eb92ae4ae4ff24ebf-a3cb310faf118c4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d4c0c2fe2b732a59328a67625a77d2e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12667,7 +13518,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:58:07 GMT", + "Date": "Thu, 15 Jun 2023 21:41:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12676,28 +13527,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "04db8dc4c0d182c140a72c969edd27ea", - "x-ms-correlation-request-id": "1c9c29d6-332c-451d-9780-2e530448f0c1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "b447eb76-86af-4859-ac69-17ab3fba5ccb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145807Z:1c9c29d6-332c-451d-9780-2e530448f0c1", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "d4c0c2fe2b732a59328a67625a77d2e1", + "x-ms-correlation-request-id": "f03b509d-bfe3-4842-8817-6b339ee63f1d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "ba6376e1-a97e-4950-a4f4-47f7984f8acd", + "x-ms-routing-request-id": "EASTUS:20230615T214133Z:f03b509d-bfe3-4842-8817-6b339ee63f1d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:57:48.3587751\u002B00:00", + "startTime": "2023-06-15T21:41:16.0083228\u002B00:00", "status": "InProgress", - "name": "6d8a60d4-cc99-402c-843e-7bd388195d0d" + "name": "72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6d8a60d4-cc99-402c-843e-7bd388195d0d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9e5da14d67ccf84fb7e378be22fcaa26-72416cd5afe9244b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1c478e1d65725658d15fac9daf256417", + "traceparent": "00-fe03364bd3209c4eb92ae4ae4ff24ebf-4fc72b22894e2942-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "848104f8a419d8f7c0e00c2dfb35735c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12706,7 +13557,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:58:23 GMT", + "Date": "Thu, 15 Jun 2023 21:41:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12715,28 +13566,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c478e1d65725658d15fac9daf256417", - "x-ms-correlation-request-id": "73ac7863-dfc7-4022-924d-e5f93d5aa7cd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "2aeee410-cfd9-41cf-bd42-56cdbbbaf2a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145824Z:73ac7863-dfc7-4022-924d-e5f93d5aa7cd", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "848104f8a419d8f7c0e00c2dfb35735c", + "x-ms-correlation-request-id": "f165ad9f-b7d9-4faf-8ba4-de985d0f47da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "1250f060-080b-4b16-9ff3-5bc2769942b8", + "x-ms-routing-request-id": "EASTUS:20230615T214149Z:f165ad9f-b7d9-4faf-8ba4-de985d0f47da", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:57:48.3587751\u002B00:00", + "startTime": "2023-06-15T21:41:16.0083228\u002B00:00", "status": "InProgress", - "name": "6d8a60d4-cc99-402c-843e-7bd388195d0d" + "name": "72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6d8a60d4-cc99-402c-843e-7bd388195d0d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9e5da14d67ccf84fb7e378be22fcaa26-d05cccb9750b8145-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d9d74cd83d1796c56fe0e6e807cef578", + "traceparent": "00-fe03364bd3209c4eb92ae4ae4ff24ebf-a0fb89cec6de424d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1cf7c0560e7dd7b3a319efa9b0515f77", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12745,7 +13596,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:58:56 GMT", + "Date": "Thu, 15 Jun 2023 21:42:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12754,28 +13605,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d9d74cd83d1796c56fe0e6e807cef578", - "x-ms-correlation-request-id": "983f8827-e228-4852-98ee-8ee8c63533d4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "c37d61d8-0e1c-4204-92bb-598da55d321e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145856Z:983f8827-e228-4852-98ee-8ee8c63533d4", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "1cf7c0560e7dd7b3a319efa9b0515f77", + "x-ms-correlation-request-id": "acde7e9c-1c39-484a-862d-610e15907526", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "09237f16-221f-4a46-ac83-16447ac4c810", + "x-ms-routing-request-id": "EASTUS:20230615T214221Z:acde7e9c-1c39-484a-862d-610e15907526", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:57:48.3587751\u002B00:00", + "startTime": "2023-06-15T21:41:16.0083228\u002B00:00", "status": "InProgress", - "name": "6d8a60d4-cc99-402c-843e-7bd388195d0d" + "name": "72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6d8a60d4-cc99-402c-843e-7bd388195d0d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9e5da14d67ccf84fb7e378be22fcaa26-2b6075df5e5db243-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8909c9989bb45e12358533721323d21b", + "traceparent": "00-fe03364bd3209c4eb92ae4ae4ff24ebf-aa2799b943ab5c4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0745f333bae0593dcbe713931e2c2ffd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12784,7 +13635,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 14:59:27 GMT", + "Date": "Thu, 15 Jun 2023 21:42:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12793,39 +13644,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8909c9989bb45e12358533721323d21b", - "x-ms-correlation-request-id": "dfa06367-7d3b-4c0b-92c0-e2a80e1e91d6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "21de3326-949e-4f5c-b217-d8887a1b5bad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T145928Z:dfa06367-7d3b-4c0b-92c0-e2a80e1e91d6", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "0745f333bae0593dcbe713931e2c2ffd", + "x-ms-correlation-request-id": "7308a21c-ae11-4f9c-b201-045fa7d820df", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "e105870a-ece9-47bc-81b5-8e51657d0286", + "x-ms-routing-request-id": "EASTUS:20230615T214253Z:7308a21c-ae11-4f9c-b201-045fa7d820df", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:57:48.3587751\u002B00:00", + "startTime": "2023-06-15T21:41:16.0083228\u002B00:00", "status": "InProgress", - "name": "6d8a60d4-cc99-402c-843e-7bd388195d0d" + "name": "72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6d8a60d4-cc99-402c-843e-7bd388195d0d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-9e5da14d67ccf84fb7e378be22fcaa26-26ce371fecb97340-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "52be15434d06dfd3c9b1ac927f6f4e02", + "traceparent": "00-fe03364bd3209c4eb92ae4ae4ff24ebf-7fb35cbcc0a1c745-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "990b0b16b680e96350aae0ffb54d286e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 15:00:00 GMT", + "Date": "Thu, 15 Jun 2023 21:43:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12834,28 +13683,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52be15434d06dfd3c9b1ac927f6f4e02", - "x-ms-correlation-request-id": "1a69121d-2fba-4c30-a200-5a68be2ae1d1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "1992cec3-6d2c-4c0d-8558-91251bf806c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T150001Z:1a69121d-2fba-4c30-a200-5a68be2ae1d1", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "990b0b16b680e96350aae0ffb54d286e", + "x-ms-correlation-request-id": "b925d4ff-ed99-46e1-b6ea-017559fa30b6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "aa276ac3-ccd0-4e41-93bd-9f8254e73a7a", + "x-ms-routing-request-id": "EASTUS:20230615T214325Z:b925d4ff-ed99-46e1-b6ea-017559fa30b6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:57:48.3587751\u002B00:00", + "startTime": "2023-06-15T21:41:16.0083228\u002B00:00", "status": "InProgress", - "name": "6d8a60d4-cc99-402c-843e-7bd388195d0d" + "name": "72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6d8a60d4-cc99-402c-843e-7bd388195d0d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9e5da14d67ccf84fb7e378be22fcaa26-157107e9f2f93b49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e604346adb1b3c623978a4910952834c", + "traceparent": "00-fe03364bd3209c4eb92ae4ae4ff24ebf-3e2db640f815474b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "07f995806bef9b7c839d5195fa20b877", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12864,7 +13713,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 15:00:35 GMT", + "Date": "Thu, 15 Jun 2023 21:43:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12873,28 +13722,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e604346adb1b3c623978a4910952834c", - "x-ms-correlation-request-id": "4d3f66ce-9026-4368-8e66-e55b9dae210c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "34882356-3957-4131-987b-f9b6cc6d16ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T150035Z:4d3f66ce-9026-4368-8e66-e55b9dae210c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "07f995806bef9b7c839d5195fa20b877", + "x-ms-correlation-request-id": "dc025d7d-b8f8-458d-9a8c-dc49592203e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "38cf9706-1ee9-4bbc-b9b9-89aa1685c8a3", + "x-ms-routing-request-id": "EASTUS:20230615T214357Z:dc025d7d-b8f8-458d-9a8c-dc49592203e5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:57:48.3587751\u002B00:00", + "startTime": "2023-06-15T21:41:16.0083228\u002B00:00", "status": "InProgress", - "name": "6d8a60d4-cc99-402c-843e-7bd388195d0d" + "name": "72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6d8a60d4-cc99-402c-843e-7bd388195d0d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9e5da14d67ccf84fb7e378be22fcaa26-a34096654503f444-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f2a5ca0da30f4b71f529bf03ee80dec5", + "traceparent": "00-fe03364bd3209c4eb92ae4ae4ff24ebf-a179838286fd4846-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a493f2eac5457df78f5bb735da3da47d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12903,7 +13752,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 15:01:06 GMT", + "Date": "Thu, 15 Jun 2023 21:44:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12912,37 +13761,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f2a5ca0da30f4b71f529bf03ee80dec5", - "x-ms-correlation-request-id": "b7689e85-5799-44e8-8ad9-e0c87d82b74f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "8a471b14-176f-4cfd-a467-efc11ea91ad8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T150107Z:b7689e85-5799-44e8-8ad9-e0c87d82b74f", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "a493f2eac5457df78f5bb735da3da47d", + "x-ms-correlation-request-id": "1fec8b68-acdd-44e5-ad31-2810e64c9168", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "a5a8ad58-575c-4549-94ec-ed6b0b618688", + "x-ms-routing-request-id": "EASTUS:20230615T214430Z:1fec8b68-acdd-44e5-ad31-2810e64c9168", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:57:48.3587751\u002B00:00", + "startTime": "2023-06-15T21:41:16.0083228\u002B00:00", "status": "InProgress", - "name": "6d8a60d4-cc99-402c-843e-7bd388195d0d" + "name": "72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6d8a60d4-cc99-402c-843e-7bd388195d0d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9e5da14d67ccf84fb7e378be22fcaa26-6bfdb16d08cc354c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "df083136ec1e67ffb282188da941d576", + "Connection": "close", + "traceparent": "00-fe03364bd3209c4eb92ae4ae4ff24ebf-4b888aa2af86af4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8912a5bf2732ab0d8f7016e265ceef30", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 15:01:39 GMT", + "Date": "Thu, 15 Jun 2023 21:45:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12951,30 +13802,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df083136ec1e67ffb282188da941d576", - "x-ms-correlation-request-id": "ddca24b3-3daf-4d4b-802a-c691e8f2b18c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "6814459b-4007-4dcb-acc0-5a39afa60469", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T150139Z:ddca24b3-3daf-4d4b-802a-c691e8f2b18c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "8912a5bf2732ab0d8f7016e265ceef30", + "x-ms-correlation-request-id": "869aec1b-4569-4f2f-9f57-f3d5060db237", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "72ddc411-1ac1-4b8c-9ae8-0d6818c5a436", + "x-ms-routing-request-id": "EASTUS:20230615T214502Z:869aec1b-4569-4f2f-9f57-f3d5060db237", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T14:57:48.3587751\u002B00:00", - "endTime": "2023-03-23T15:01:16.2656475\u002B00:00", + "startTime": "2023-06-15T21:41:16.0083228\u002B00:00", + "endTime": "2023-06-15T21:44:43.0608412\u002B00:00", "status": "Succeeded", - "name": "6d8a60d4-cc99-402c-843e-7bd388195d0d" + "name": "72a8570c-78c7-4f8b-9b4f-2ff5a032a9ea" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg8940/providers/Microsoft.StorageCache/caches/testsc8128?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1812?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9895b93b4856064c88458a0ac65e007d-30af818404f10b48-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b484602e5ccac6f2c2b9f0f21c5e4eb9", + "traceparent": "00-347746da51b780409b974878cc76cc22-c92486923cfedb4f-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c31468f283baba299e7b7793b346c145", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12983,114 +13834,28 @@ "Cache-Control": "no-cache", "Content-Length": "234", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 15:01:40 GMT", + "Date": "Thu, 15 Jun 2023 21:45:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f7d88ad-cde6-41af-91d6-e935eac3aa25", + "x-ms-correlation-request-id": "b77a76ed-ce24-4f73-a990-f757b3196a09", "x-ms-failure-cause": "gateway", - "x-ms-request-id": "0f7d88ad-cde6-41af-91d6-e935eac3aa25", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T150140Z:0f7d88ad-cde6-41af-91d6-e935eac3aa25" + "x-ms-request-id": "b77a76ed-ce24-4f73-a990-f757b3196a09", + "x-ms-routing-request-id": "EASTUS:20230615T214502Z:b77a76ed-ce24-4f73-a990-f757b3196a09" }, "ResponseBody": { "error": { "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.StorageCache/caches/testsc8128\u0027 under resource group \u0027storagecachetestrg8940\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + "message": "The Resource \u0027Microsoft.StorageCache/caches/testsc1812\u0027 under resource group \u0027rg-rdupuisstoragecache\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" } } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg8940/providers/Microsoft.StorageCache/caches/testsc8128?api-version=2023-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ed8676437b16794a99ec0dda9d5fa053-5f764b18079cae4c-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d85bde9aa34a212dcb3d3f8d8be4a1b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Thu, 23 Mar 2023 15:01:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1f449863-bf93-4c73-981f-6c6d2541cb12", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "1f449863-bf93-4c73-981f-6c6d2541cb12", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T150140Z:1f449863-bf93-4c73-981f-6c6d2541cb12" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg8940?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-cbb7237b07b40244bd2aa700f42462b9-bcaadc7ac83d8d41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8ed5495329fbdafa3e411c64fb0c4b53", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 15:01:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTQwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da7bca0e-e834-4785-b1c7-bf1bc9cffb1e", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "da7bca0e-e834-4785-b1c7-bf1bc9cffb1e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T150145Z:da7bca0e-e834-4785-b1c7-bf1bc9cffb1e" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTQwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cbb7237b07b40244bd2aa700f42462b9-164a7bca618ecc44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2c59ebf2d6f056cf1c4b5a98406dbdd9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 15:01:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTQwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "242d6505-9d6f-402c-81f4-3d6dc3a1956f", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "242d6505-9d6f-402c-81f4-3d6dc3a1956f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T150145Z:242d6505-9d6f-402c-81f4-3d6dc3a1956f" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1447772203", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1913161152", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/OtherCacheOperations().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/OtherCacheOperations().json index 4107dc95f83b..60b31112173f 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/OtherCacheOperations().json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/OtherCacheOperations().json @@ -1,53 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-dcc0e0873f00c84c89c51c77175b3990-4056b6374f439344-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "df23b4826d1ecb6b2ac8feb6721ac579", + "traceparent": "00-213b1f77d5d92e4ab6c912b5352a681b-e82bc5d43738fe4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b49de399bb63108c6aba7af9bb3c0747", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:35:19 GMT", + "Date": "Thu, 15 Jun 2023 20:20:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9970344-6c48-4a0e-acf1-6902507e8fd0", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "e9970344-6c48-4a0e-acf1-6902507e8fd0", - "x-ms-routing-request-id": "JAPANEAST:20230321T033520Z:e9970344-6c48-4a0e-acf1-6902507e8fd0" + "x-ms-correlation-request-id": "b80b8ecf-5943-4086-bdaa-6e3834c3350a", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "b80b8ecf-5943-4086-bdaa-6e3834c3350a", + "x-ms-routing-request-id": "EASTUS:20230615T202046Z:b80b8ecf-5943-4086-bdaa-6e3834c3350a" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -57,75 +43,76 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg7534?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-9f139818a3967741912e732205c292aa-6cc5085cf5524740-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "15ca33238ac9bb24430d6f74d236358a", + "traceparent": "00-c9ae401838b9254e8bfa2b8dcea9da06-c36e63d449490643-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4cdc7e5aeb58dc166a5f642f862394e5", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:35:24 GMT", + "Date": "Thu, 15 Jun 2023 20:20:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b748a5f-47bf-4ec0-9dcc-d96c2814ee7c", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "9b748a5f-47bf-4ec0-9dcc-d96c2814ee7c", - "x-ms-routing-request-id": "JAPANEAST:20230321T033524Z:9b748a5f-47bf-4ec0-9dcc-d96c2814ee7c" + "x-ms-correlation-request-id": "19afa0aa-7c2a-4af0-adbe-d08df7968e7d", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "19afa0aa-7c2a-4af0-adbe-d08df7968e7d", + "x-ms-routing-request-id": "EASTUS:20230615T202046Z:19afa0aa-7c2a-4af0-adbe-d08df7968e7d" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg7534", - "name": "storagecachetestrg7534", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d446ca5583b7e140931a12cce13188dd-eea340a95d72a242-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b494355a774414e77c88a67059b855c1", + "traceparent": "00-607c820994b2414db9777de0e0cd5bbb-ff460a97fbe5294a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9c27406c1172ae7b504ac93e39f642c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "146015", + "Content-Length": "156364", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:35:25 GMT", + "Date": "Thu, 15 Jun 2023 20:20:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "312c1a98-069c-4ede-b535-89c15133a892", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "312c1a98-069c-4ede-b535-89c15133a892", - "x-ms-routing-request-id": "JAPANEAST:20230321T033525Z:312c1a98-069c-4ede-b535-89c15133a892" + "x-ms-correlation-request-id": "cae7ca1b-84ba-4124-afa4-e24f1be02cfc", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "cae7ca1b-84ba-4124-afa4-e24f1be02cfc", + "x-ms-routing-request-id": "EASTUS:20230615T202047Z:cae7ca1b-84ba-4124-afa4-e24f1be02cfc" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -175,6 +162,10 @@ { "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" } ], "resourceTypes": [ @@ -217,9 +208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -335,9 +331,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -453,9 +454,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -493,97 +499,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -593,89 +614,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -685,17 +706,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -740,9 +769,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -821,97 +855,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -921,89 +970,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1013,17 +1062,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1068,9 +1125,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1118,9 +1180,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1144,97 +1211,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1244,89 +1326,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1336,17 +1418,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1391,9 +1481,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1509,9 +1604,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1572,9 +1672,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1647,9 +1752,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1721,9 +1831,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1793,9 +1908,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1911,9 +2031,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2029,9 +2154,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2128,9 +2258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2214,9 +2349,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2297,9 +2437,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2415,9 +2560,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2458,97 +2608,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2558,89 +2723,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2650,17 +2815,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -2705,9 +2878,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2809,9 +2987,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2898,9 +3081,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2987,9 +3175,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3076,9 +3269,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3194,9 +3392,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3312,9 +3515,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3430,9 +3638,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3497,97 +3710,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3597,89 +3825,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3689,17 +3917,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -3744,9 +3980,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3785,6 +4026,8 @@ "resourceType": "locations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3899,9 +4142,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4016,9 +4264,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4133,9 +4386,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4236,9 +4494,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4299,9 +4562,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4348,9 +4616,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4465,9 +4738,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4556,9 +4834,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4638,9 +4921,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4687,9 +4975,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4761,9 +5054,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4835,9 +5133,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4905,9 +5208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4978,9 +5286,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5051,9 +5364,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5116,9 +5434,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5181,9 +5504,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5263,9 +5591,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5323,9 +5656,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5373,9 +5711,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5433,9 +5776,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5515,9 +5863,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5597,9 +5950,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5679,9 +6037,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5761,9 +6124,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6337,7 +6705,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6379,7 +6750,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6421,7 +6795,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6463,7 +6840,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6505,7 +6885,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6547,7 +6930,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6589,7 +6975,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6631,7 +7020,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6666,7 +7058,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6686,6 +7080,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6701,7 +7096,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6720,7 +7117,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6739,7 +7138,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6758,7 +7159,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6771,6 +7174,17 @@ "defaultApiVersion": "2018-08-01", "capabilities": "None" }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, { "resourceType": "trafficManagerUserMetricsKeys", "locations": [ @@ -6778,6 +7192,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2017-09-01-preview" @@ -6791,7 +7206,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6841,9 +7258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6945,9 +7367,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7048,9 +7475,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7140,9 +7572,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7230,9 +7667,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7306,9 +7748,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7382,9 +7829,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7458,9 +7910,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7562,9 +8019,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7655,9 +8117,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7744,9 +8211,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7831,9 +8303,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7902,9 +8379,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7991,9 +8473,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8080,9 +8567,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8159,9 +8651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8238,9 +8735,13 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8288,9 +8789,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8366,9 +8872,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8411,6 +8922,7 @@ "resourceType": "firewallPolicies", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8454,9 +8966,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8492,6 +9008,7 @@ "resourceType": "ipGroups", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8535,9 +9052,13 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8573,6 +9094,8 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8596,6 +9119,8 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8646,6 +9171,8 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8731,9 +9258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8798,9 +9330,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8844,97 +9381,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -8944,89 +9496,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -9036,17 +9588,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -9091,9 +9651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9169,9 +9734,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9248,9 +9818,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9327,9 +9902,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9392,9 +9972,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9483,9 +10068,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9526,30 +10116,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2022-05-01", - "2021-06-01", - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -9584,7 +10150,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -9604,179 +10170,19 @@ "Australia Southeast" ], "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", + "2022-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", + "West US", "East US", "North Europe", "West Europe", @@ -9812,9 +10218,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9891,9 +10302,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9934,6 +10350,7 @@ "resourceType": "virtualRouters", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -9977,9 +10394,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10015,6 +10436,7 @@ "resourceType": "networkVirtualAppliances", "locations": [ "Qatar Central", + "Poland Central", "Brazil Southeast", "West US 3", "Jio India West", @@ -10058,9 +10480,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10126,9 +10552,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10201,10 +10632,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10220,7 +10656,9 @@ "resourceType": "networkManagerConnections", "locations": [], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10279,7 +10717,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-02-01-preview", @@ -10336,10 +10777,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10398,10 +10844,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10460,7 +10911,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-06-01-preview" @@ -10515,10 +10969,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10576,10 +11035,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10594,6 +11058,8 @@ "resourceType": "networkVirtualApplianceSkus", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10657,9 +11123,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10713,9 +11184,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10729,803 +11205,404 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg7534/providers/Microsoft.Network/virtualNetworks/scTestVNet-3368?api-version=2022-11-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "173", - "Content-Type": "application/json", - "traceparent": "00-d446ca5583b7e140931a12cce13188dd-0b491747b4faf94e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b84f3392fe2ada2460fc575791c82cd9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-8068", - "properties": { - "addressPrefix": "10.0.0.0/16" - } - } - ] - }, - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a4ab54bd-5655-464e-a521-f8a5f275e7d5?api-version=2022-11-01", - "Cache-Control": "no-cache", - "Content-Length": "1279", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:35:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d04ee77b-0dce-4c8b-b53c-1247562a42a0", - "x-ms-client-request-id": "b84f3392fe2ada2460fc575791c82cd9", - "x-ms-correlation-request-id": "e41bbd9a-88f2-4b0d-a51b-0c77e5c47e83", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "a4ab54bd-5655-464e-a521-f8a5f275e7d5", - "x-ms-routing-request-id": "JAPANEAST:20230321T033530Z:e41bbd9a-88f2-4b0d-a51b-0c77e5c47e83" - }, - "ResponseBody": { - "name": "scTestVNet-3368", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg7534/providers/Microsoft.Network/virtualNetworks/scTestVNet-3368", - "etag": "W/\u0022c144bd1b-3db8-42e8-b061-27bf2cae245d\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "20344145-1aba-49a5-a096-4447e1bee07f", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "scTestSubnet-8068", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg7534/providers/Microsoft.Network/virtualNetworks/scTestVNet-3368/subnets/scTestSubnet-8068", - "etag": "W/\u0022c144bd1b-3db8-42e8-b061-27bf2cae245d\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/a4ab54bd-5655-464e-a521-f8a5f275e7d5?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d446ca5583b7e140931a12cce13188dd-b97b6e5a04084643-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "56a3747cc6485b9811b953481f9082b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:35:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ba2ab95c-b777-420b-8738-1f4fe42685e3", - "x-ms-client-request-id": "56a3747cc6485b9811b953481f9082b4", - "x-ms-correlation-request-id": "f1197a91-7409-4229-a8f2-386d2cb43636", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "15a73e5e-dbfd-412e-b2b9-8045a799dc4a", - "x-ms-routing-request-id": "JAPANEAST:20230321T033531Z:f1197a91-7409-4229-a8f2-386d2cb43636" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg7534/providers/Microsoft.Network/virtualNetworks/scTestVNet-3368?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d446ca5583b7e140931a12cce13188dd-e7d0085ff5976049-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "56d5cd5b669a1332adb1d7b356f13ec3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1281", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:35:33 GMT", - "ETag": "W/\u0022429afd1c-f21f-44c0-b901-799209226f6c\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "391b92d4-1a8d-469f-ac08-63a919ee5a7c", - "x-ms-client-request-id": "56d5cd5b669a1332adb1d7b356f13ec3", - "x-ms-correlation-request-id": "240b1316-07c4-4dfc-a5b9-d59d9bcb921b", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "452847dc-e70b-4dc6-b58e-8927d57a7107", - "x-ms-routing-request-id": "JAPANEAST:20230321T033533Z:240b1316-07c4-4dfc-a5b9-d59d9bcb921b" - }, - "ResponseBody": { - "name": "scTestVNet-3368", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg7534/providers/Microsoft.Network/virtualNetworks/scTestVNet-3368", - "etag": "W/\u0022429afd1c-f21f-44c0-b901-799209226f6c\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "20344145-1aba-49a5-a096-4447e1bee07f", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-8068", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg7534/providers/Microsoft.Network/virtualNetworks/scTestVNet-3368/subnets/scTestSubnet-8068", - "etag": "W/\u0022429afd1c-f21f-44c0-b901-799209226f6c\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg7534/providers/Microsoft.StorageCache/caches/testsc6065?api-version=2023-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "295", - "Content-Type": "application/json", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-fac4b0750e7f7d43-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1cdb9be5d625d4906ac2ded52b3e7e51", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_2G" - }, - "tags": {}, - "location": "eastus", - "properties": { - "cacheSizeGB": 3072, - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg7534/providers/Microsoft.Network/virtualNetworks/scTestVNet-3368/subnets/scTestSubnet-8068", - "zones": [ - "1" - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1995", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:35:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1cdb9be5d625d4906ac2ded52b3e7e51", - "x-ms-correlation-request-id": "34e18b2a-1fcf-4df2-8417-5be43c972632", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "d35120c1-e484-49f7-b9cd-7fc228691022", - "x-ms-routing-request-id": "JAPANEAST:20230321T033538Z:34e18b2a-1fcf-4df2-8417-5be43c972632", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "name": "testsc6065", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg7534/providers/Microsoft.StorageCache/caches/testsc6065", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Transitioning", - "statusDescription": "The cache is being allocated." + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" }, - "provisioningState": "Creating", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg7534/providers/Microsoft.Network/virtualNetworks/scTestVNet-3368/subnets/scTestSubnet-8068", - "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T03:35:37.0114521Z", - "pendingFirmwareVersion": "" + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-21T03:35:35.1598688Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T03:35:35.1598688Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-a7def0fce7ada546-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8362907b65b4858f3c01ebd7885ce76f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:35:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8362907b65b4858f3c01ebd7885ce76f", - "x-ms-correlation-request-id": "731f0908-1ee5-424b-b7c1-c04354442f8e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "6a052b8f-011c-4bd7-8ca9-1f4a6b9804fe", - "x-ms-routing-request-id": "JAPANEAST:20230321T033539Z:731f0908-1ee5-424b-b7c1-c04354442f8e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", - "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-2aeb6f8765c03a42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "63bf85326e1a25fc7ac5da952df8e585", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:35:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63bf85326e1a25fc7ac5da952df8e585", - "x-ms-correlation-request-id": "7e48396e-d35a-490e-9ad8-5bb99be078dc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "bb4e6fb4-6dd4-4bfc-8a78-d3232e6846c9", - "x-ms-routing-request-id": "JAPANEAST:20230321T033540Z:7e48396e-d35a-490e-9ad8-5bb99be078dc", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", - "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-2f1f259f5b0e7a47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9b5abebdfadb8e9c645192c5d4498de5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:35:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b5abebdfadb8e9c645192c5d4498de5", - "x-ms-correlation-request-id": "3d6210f2-a625-474f-bdbc-107560f4f555", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "a10cf11f-b6b7-41bf-ba80-213af2e8283a", - "x-ms-routing-request-id": "JAPANEAST:20230321T033542Z:3d6210f2-a625-474f-bdbc-107560f4f555", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", - "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-d82f3a2f94fb924c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6a6539a7a1240c05933c09ef8af95743", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:35:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6a6539a7a1240c05933c09ef8af95743", - "x-ms-correlation-request-id": "08411fba-a3dc-4f6f-877f-b63cffbf78b0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "589fd72c-c181-449f-91e7-dad28483864b", - "x-ms-routing-request-id": "JAPANEAST:20230321T033543Z:08411fba-a3dc-4f6f-877f-b63cffbf78b0", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", - "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-238a322f28a3b047-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ca19651b4c023793e831ffc8db375130", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:35:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca19651b4c023793e831ffc8db375130", - "x-ms-correlation-request-id": "47b20253-8a90-4ed8-8c53-89b0bdbfda45", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "143abd37-4029-49a5-b6e4-f3f1a87e1b42", - "x-ms-routing-request-id": "JAPANEAST:20230321T033545Z:47b20253-8a90-4ed8-8c53-89b0bdbfda45", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", - "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-0f342cbb7ed6b243-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f4eef4377b931c61b84d089ff1ad036a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:35:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f4eef4377b931c61b84d089ff1ad036a", - "x-ms-correlation-request-id": "847d1af6-2d53-474c-8637-ac49e8794e26", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "bf0d95cd-b695-4a9b-a8d9-6496694ad852", - "x-ms-routing-request-id": "JAPANEAST:20230321T033550Z:847d1af6-2d53-474c-8637-ac49e8794e26", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", - "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-8d6928a5b4123c49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6ea94ffac3305be2a52d81f3a13c305b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:35:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6ea94ffac3305be2a52d81f3a13c305b", - "x-ms-correlation-request-id": "474cee08-b08e-4e8b-8a2e-33cbbfaefaac", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "459ef479-602f-4897-872b-d71f430e3933", - "x-ms-routing-request-id": "JAPANEAST:20230321T033558Z:474cee08-b08e-4e8b-8a2e-33cbbfaefaac", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", - "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-4541924ed128f24a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "96b8d8ea620ba0af04fc11b444f4453b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:36:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "96b8d8ea620ba0af04fc11b444f4453b", - "x-ms-correlation-request-id": "28822a26-64e5-4e36-ba4d-1b4b475e8e99", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "8bf7e8a3-cb68-4385-ad09-e63cad9ed507", - "x-ms-routing-request-id": "JAPANEAST:20230321T033614Z:28822a26-64e5-4e36-ba4d-1b4b475e8e99", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", - "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-cb1ca060ec02e744-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8cce942de38d740011924f65f96d7a7c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:36:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8cce942de38d740011924f65f96d7a7c", - "x-ms-correlation-request-id": "f0e06502-940c-407a-a4b1-4e0cc116c67c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "48706423-ccca-476e-95b8-c5b59b19a23a", - "x-ms-routing-request-id": "JAPANEAST:20230321T033646Z:f0e06502-940c-407a-a4b1-4e0cc116c67c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", - "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9614?api-version=2023-04-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-f2d58453b1ef364d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "19b4ac1d6df5975f9f096934b12d17b0", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-607c820994b2414db9777de0e0cd5bbb-2403a04049ecfa41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d23d46cdcdad49c004575c8946259456", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:37:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19b4ac1d6df5975f9f096934b12d17b0", - "x-ms-correlation-request-id": "5a3b0c3b-5f6e-4c30-9907-a4f21f3c7552", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "c7706ff1-c584-4e43-ab7d-a0c8be627e2d", - "x-ms-routing-request-id": "JAPANEAST:20230321T033719Z:5a3b0c3b-5f6e-4c30-9907-a4f21f3c7552", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", - "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-aeef097e45ff434d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0dc646e7a36d06ced84384781349a797", - "x-ms-return-client-request-id": "true" + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-7257", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/31d4aafc-cba6-4e88-9e0b-981bf5bbc9b3?api-version=2023-04-01", "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1016", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:37:51 GMT", + "Date": "Thu, 15 Jun 2023 20:20:49 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0dc646e7a36d06ced84384781349a797", - "x-ms-correlation-request-id": "0681ed84-2468-46ac-aa37-fe4b833f9fbc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "b4916bfe-22b1-4411-96a3-8685b65d4aa6", - "x-ms-routing-request-id": "JAPANEAST:20230321T033751Z:0681ed84-2468-46ac-aa37-fe4b833f9fbc", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "ef469a3d-a57f-42bf-9ac9-6da918183dcf", + "x-ms-client-request-id": "d23d46cdcdad49c004575c8946259456", + "x-ms-correlation-request-id": "77f290d5-2fba-497b-8865-d40f19bcae9d", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "31d4aafc-cba6-4e88-9e0b-981bf5bbc9b3", + "x-ms-routing-request-id": "EASTUS:20230615T202049Z:77f290d5-2fba-497b-8865-d40f19bcae9d" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", - "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "name": "scTestVNet-9614", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9614", + "etag": "W/\u00222dd75120-6d88-449a-a5bd-c1fac038e584\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "f1bd25de-b146-4dcc-9cbf-ac077f29eff2", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-7257", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9614/subnets/scTestSubnet-7257", + "etag": "W/\u00222dd75120-6d88-449a-a5bd-c1fac038e584\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/31d4aafc-cba6-4e88-9e0b-981bf5bbc9b3?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-24b6911117094545-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "979795812c3fbf453437ed847accc3e3", + "traceparent": "00-607c820994b2414db9777de0e0cd5bbb-ec3c70d769d3664c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9ec75d44b2659f2a7fdd971bb4f1682a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:38:23 GMT", + "Date": "Thu, 15 Jun 2023 20:20:49 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "979795812c3fbf453437ed847accc3e3", - "x-ms-correlation-request-id": "98b39814-f4e7-4bf8-bd80-f2b6e51acc98", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "97caad6c-ebef-4f0d-be0e-125702130372", - "x-ms-routing-request-id": "JAPANEAST:20230321T033823Z:98b39814-f4e7-4bf8-bd80-f2b6e51acc98", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "dcbc8a7e-ccad-4b73-b7c4-25e526366eaa", + "x-ms-client-request-id": "9ec75d44b2659f2a7fdd971bb4f1682a", + "x-ms-correlation-request-id": "439d6eed-68de-4bdc-adc0-6b5b0570f11e", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "38b66299-892c-4e48-96eb-bed007bd80ff", + "x-ms-routing-request-id": "EASTUS:20230615T202049Z:439d6eed-68de-4bdc-adc0-6b5b0570f11e" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", - "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/31d4aafc-cba6-4e88-9e0b-981bf5bbc9b3?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-f50b73f4fe245345-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b27e9e7b6da6790eddae40b1e9e78455", + "traceparent": "00-607c820994b2414db9777de0e0cd5bbb-c9d78276665ff344-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d60872b53b5bec92dd01f470082ea8e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:38:56 GMT", + "Date": "Thu, 15 Jun 2023 20:20:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11534,37 +11611,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b27e9e7b6da6790eddae40b1e9e78455", - "x-ms-correlation-request-id": "b1d2205d-90c4-41f2-8b79-0539ffecbf32", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "587cddbe-82ab-4aea-9062-fec978af403d", - "x-ms-routing-request-id": "JAPANEAST:20230321T033856Z:b1d2205d-90c4-41f2-8b79-0539ffecbf32", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "ddcd4dd9-eda2-4388-a7b2-777c526f16b3", + "x-ms-client-request-id": "d60872b53b5bec92dd01f470082ea8e4", + "x-ms-correlation-request-id": "8b5b73d8-0566-46fb-8f8e-03c3001c7a5e", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "9f4553ea-a13f-4600-a692-f5a6b0adce10", + "x-ms-routing-request-id": "EASTUS:20230615T202059Z:8b5b73d8-0566-46fb-8f8e-03c3001c7a5e" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", - "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9614?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-3d218c38b4dc264e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1bb2d1627f96ba710006d836b64a8b0c", + "traceparent": "00-607c820994b2414db9777de0e0cd5bbb-1fe0f095fa1e3b46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e845242cf65e83f138fb8755494d86eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1018", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:39:28 GMT", + "Date": "Thu, 15 Jun 2023 20:20:59 GMT", + "ETag": "W/\u0022b426b374-bb44-4cf5-bd4b-9f51ee127f16\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11573,78 +11648,81 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1bb2d1627f96ba710006d836b64a8b0c", - "x-ms-correlation-request-id": "0b909385-864e-4311-a1a7-a7cb1f35c662", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "af241ebe-5d78-4042-9695-c7a710be01b5", - "x-ms-routing-request-id": "JAPANEAST:20230321T033928Z:0b909385-864e-4311-a1a7-a7cb1f35c662", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "8b34bf42-dbf6-40df-ab1c-f5ff3f84e9e2", + "x-ms-client-request-id": "e845242cf65e83f138fb8755494d86eb", + "x-ms-correlation-request-id": "da058cff-66f1-4fa0-942b-ed3910bf0968", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "91868d8c-1d63-46d2-87fc-242283855816", + "x-ms-routing-request-id": "EASTUS:20230615T202059Z:da058cff-66f1-4fa0-942b-ed3910bf0968" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", - "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "name": "scTestVNet-9614", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9614", + "etag": "W/\u0022b426b374-bb44-4cf5-bd4b-9f51ee127f16\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "f1bd25de-b146-4dcc-9cbf-ac077f29eff2", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-7257", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9614/subnets/scTestSubnet-7257", + "etag": "W/\u0022b426b374-bb44-4cf5-bd4b-9f51ee127f16\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7094?api-version=2023-05-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-493421ae345ecb42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "74fca080f4cb14f0871eb991ec94d64d", + "Content-Length": "295", + "Content-Type": "application/json", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-2e3d3ae696abfb4f-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2fdd9ad4541809ddcadac163beb99651", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:40:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "74fca080f4cb14f0871eb991ec94d64d", - "x-ms-correlation-request-id": "4469de7a-0126-4933-b9e4-ada5c7b97bc5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "88ce52c1-b86d-409d-bc4a-29e3e80cb986", - "x-ms-routing-request-id": "JAPANEAST:20230321T034000Z:4469de7a-0126-4933-b9e4-ada5c7b97bc5", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", - "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-4ae351feed25954d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a92297b3a719fc4d2dc3b29f94d7c293", - "x-ms-return-client-request-id": "true" + "RequestBody": { + "sku": { + "name": "Standard_2G" + }, + "tags": {}, + "location": "eastus", + "properties": { + "cacheSizeGB": 3072, + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9614/subnets/scTestSubnet-7257", + "zones": [ + "1" + ] + } }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "134", + "Content-Length": "1968", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:40:32 GMT", + "Date": "Thu, 15 Jun 2023 20:21:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11653,28 +11731,85 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a92297b3a719fc4d2dc3b29f94d7c293", - "x-ms-correlation-request-id": "8c321687-9acf-4be7-b189-0a35dfa47bbb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "e3f4d6a6-1850-45d1-b8c7-50d95de61426", - "x-ms-routing-request-id": "JAPANEAST:20230321T034033Z:8c321687-9acf-4be7-b189-0a35dfa47bbb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "2fdd9ad4541809ddcadac163beb99651", + "x-ms-correlation-request-id": "37722276-1644-4103-ad95-6992468285f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "3611b338-11c3-42eb-a0cd-9b6831f35630", + "x-ms-routing-request-id": "EASTUS:20230615T202101Z:37722276-1644-4103-ad95-6992468285f7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", - "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "name": "testsc7094", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7094", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Transitioning", + "statusDescription": "The cache is being allocated." + }, + "provisioningState": "Creating", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9614/subnets/scTestSubnet-7257", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T20:21:00.9047697Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T20:21:00.6668894Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T20:21:00.6668894Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-83a5d87e1283e846-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "493134220fea6d89e09d9477c5e0ce6c", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-86ed63afa5be8e47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6d9b097a7950d8cc463c1e83358dc57e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11683,7 +11818,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:41:07 GMT", + "Date": "Thu, 15 Jun 2023 20:21:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11692,28 +11827,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "493134220fea6d89e09d9477c5e0ce6c", - "x-ms-correlation-request-id": "5acd9f6a-24c9-447b-8d00-9716018f4cb7", + "x-ms-client-request-id": "6d9b097a7950d8cc463c1e83358dc57e", + "x-ms-correlation-request-id": "fa3aa6e7-c6e3-47e6-9459-4aaf92b8c278", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "d1f0e6dc-2476-4caf-b226-71cac5e71610", - "x-ms-routing-request-id": "JAPANEAST:20230321T034107Z:5acd9f6a-24c9-447b-8d00-9716018f4cb7", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "b4c9263a-3fb5-46d5-af7a-5be2a12a7d32", + "x-ms-routing-request-id": "EASTUS:20230615T202101Z:fa3aa6e7-c6e3-47e6-9459-4aaf92b8c278", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-5d212397f2fe9942-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1f828b30e228d8f252004608425080af", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-72c59f1da644344f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "961f3665f65f553fce1eae92b67d558d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11722,7 +11857,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:41:39 GMT", + "Date": "Thu, 15 Jun 2023 20:21:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11731,28 +11866,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1f828b30e228d8f252004608425080af", - "x-ms-correlation-request-id": "184a2037-1642-432e-a7c0-68b8d19f80cc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "efb30f9e-f540-422d-bd68-a65349d9c483", - "x-ms-routing-request-id": "JAPANEAST:20230321T034140Z:184a2037-1642-432e-a7c0-68b8d19f80cc", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "961f3665f65f553fce1eae92b67d558d", + "x-ms-correlation-request-id": "8559a91f-a5dd-41d5-a052-efa3d000cff9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "ea30fec2-3bcf-455f-a05c-c98ff0f80155", + "x-ms-routing-request-id": "EASTUS:20230615T202102Z:8559a91f-a5dd-41d5-a052-efa3d000cff9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-e0969ee379cefd4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b86e265c8d62a3630db4c87c13d6374d", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-5d8262230c58d54b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b4e83138291ebc00e716496e614889f3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11761,7 +11896,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:42:11 GMT", + "Date": "Thu, 15 Jun 2023 20:21:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11770,28 +11905,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b86e265c8d62a3630db4c87c13d6374d", - "x-ms-correlation-request-id": "2b59b22b-6b5b-4977-a013-1b285e7f75c0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "fb80e5e5-c1e7-4f3b-befd-fb497d7bdc93", - "x-ms-routing-request-id": "JAPANEAST:20230321T034212Z:2b59b22b-6b5b-4977-a013-1b285e7f75c0", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "b4e83138291ebc00e716496e614889f3", + "x-ms-correlation-request-id": "339e7ae3-3e2d-4f8e-8ed3-13c51b7dc8cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "c3a011f9-834f-4ecc-a91b-5d87f224643a", + "x-ms-routing-request-id": "EASTUS:20230615T202104Z:339e7ae3-3e2d-4f8e-8ed3-13c51b7dc8cf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-d30186493604ae47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "086f45f4a255406a4159f6e9c9812b90", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-95634eda28f61d49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7dfa1ec00c1d8430c9469f32cb3921c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11800,7 +11935,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:42:44 GMT", + "Date": "Thu, 15 Jun 2023 20:21:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11809,28 +11944,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "086f45f4a255406a4159f6e9c9812b90", - "x-ms-correlation-request-id": "0f5abebe-99d4-4f63-8411-be76d44768a1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "f78e7e06-fb72-4115-9b4d-7a180e27d9d9", - "x-ms-routing-request-id": "JAPANEAST:20230321T034244Z:0f5abebe-99d4-4f63-8411-be76d44768a1", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "7dfa1ec00c1d8430c9469f32cb3921c8", + "x-ms-correlation-request-id": "66e7f1ae-82f6-4e24-9468-21e83dad5586", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "151aaa4c-4e4e-425f-a5fa-7524899524bb", + "x-ms-routing-request-id": "EASTUS:20230615T202105Z:66e7f1ae-82f6-4e24-9468-21e83dad5586", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-cc2db58598d40844-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9e1be41d1671a30a28de12731a76c57c", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-94bf8cd33c6fe14e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "034b91e710a43c603563ae48add1f486", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11839,7 +11974,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:43:17 GMT", + "Date": "Thu, 15 Jun 2023 20:21:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11848,28 +11983,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9e1be41d1671a30a28de12731a76c57c", - "x-ms-correlation-request-id": "b13c6c18-ca9b-48da-a3c5-3d54c63f5785", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "8942c7d8-f887-4452-a117-b01f1db864f0", - "x-ms-routing-request-id": "JAPANEAST:20230321T034317Z:b13c6c18-ca9b-48da-a3c5-3d54c63f5785", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "034b91e710a43c603563ae48add1f486", + "x-ms-correlation-request-id": "9d2d74aa-230f-466b-918f-1cf1c4c56f62", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "eddb8205-16a4-4135-8d9e-e1a3d0840e3d", + "x-ms-routing-request-id": "EASTUS:20230615T202107Z:9d2d74aa-230f-466b-918f-1cf1c4c56f62", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-314c9efd9fc5d741-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fd13f8c977e1b95abb2d76089679da8b", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-ce582fae8fd46d48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "97d2ba94d8832c6f0064ebd889cef1ae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11878,7 +12013,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:43:48 GMT", + "Date": "Thu, 15 Jun 2023 20:21:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11887,28 +12022,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd13f8c977e1b95abb2d76089679da8b", - "x-ms-correlation-request-id": "97280244-bc20-45dd-a224-474c0e926274", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "fd2b51d2-c61a-4038-b258-e4dd960208ac", - "x-ms-routing-request-id": "JAPANEAST:20230321T034349Z:97280244-bc20-45dd-a224-474c0e926274", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "97d2ba94d8832c6f0064ebd889cef1ae", + "x-ms-correlation-request-id": "d40c2b7f-f706-4522-ba46-226894cfbbf8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "91dcb67e-9d19-4a03-a657-fee0f60926fd", + "x-ms-routing-request-id": "EASTUS:20230615T202111Z:d40c2b7f-f706-4522-ba46-226894cfbbf8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-894ffae27facc341-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2e5f388998bbdedb3bcce07690f726cb", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-efcd56ffcc805c4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cf8780f486fdaf4ebebe48ba5de7d6f8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11917,7 +12052,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:44:23 GMT", + "Date": "Thu, 15 Jun 2023 20:21:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11926,28 +12061,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2e5f388998bbdedb3bcce07690f726cb", - "x-ms-correlation-request-id": "3e3b0aa8-12c7-42ea-a6b9-4c13d2f5718f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "3bcce04b-9457-4571-a6cd-9994719e76cb", - "x-ms-routing-request-id": "JAPANEAST:20230321T034423Z:3e3b0aa8-12c7-42ea-a6b9-4c13d2f5718f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "cf8780f486fdaf4ebebe48ba5de7d6f8", + "x-ms-correlation-request-id": "8ae6a181-a814-4c57-ad3a-6c1d9fbbc352", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "9c0313f8-310d-40ac-9158-2f7ffb46203d", + "x-ms-routing-request-id": "EASTUS:20230615T202119Z:8ae6a181-a814-4c57-ad3a-6c1d9fbbc352", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-66ed6613d612e24e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d0207a942e6da5ae8a61e3439f010cae", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-6d8f0724180eba48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "109d18518a660e45211e02402588b266", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11956,7 +12091,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:44:55 GMT", + "Date": "Thu, 15 Jun 2023 20:21:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11965,28 +12100,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0207a942e6da5ae8a61e3439f010cae", - "x-ms-correlation-request-id": "5670847a-f33d-4ed2-b5a1-76a16708ccdd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "856bbe30-81a4-47b1-8baf-d337edf84237", - "x-ms-routing-request-id": "JAPANEAST:20230321T034455Z:5670847a-f33d-4ed2-b5a1-76a16708ccdd", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "109d18518a660e45211e02402588b266", + "x-ms-correlation-request-id": "dd0cc66b-3174-4eae-8947-170b4fccb0f2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "b4db294c-ea2d-4eb2-8e33-e4e3baceea6a", + "x-ms-routing-request-id": "EASTUS:20230615T202135Z:dd0cc66b-3174-4eae-8947-170b4fccb0f2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-c97774720295f546-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e1ea8604961631c01d35c11596e328c4", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-c900e3d402c8b549-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2c53007224490e896c23d9c490b5cf19", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11995,7 +12130,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:45:27 GMT", + "Date": "Thu, 15 Jun 2023 20:22:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12004,28 +12139,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1ea8604961631c01d35c11596e328c4", - "x-ms-correlation-request-id": "9b81fab4-e94a-45d5-957b-deec442a87b5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "0a2b79d7-4783-4113-97e1-7848b0fd7eb0", - "x-ms-routing-request-id": "JAPANEAST:20230321T034528Z:9b81fab4-e94a-45d5-957b-deec442a87b5", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "2c53007224490e896c23d9c490b5cf19", + "x-ms-correlation-request-id": "846490cd-5a45-4033-bcc2-0c7f3a53f35c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "f9bed0ec-fdb8-4555-a8f3-1afddb15f8ff", + "x-ms-routing-request-id": "EASTUS:20230615T202207Z:846490cd-5a45-4033-bcc2-0c7f3a53f35c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-fee5b134149fba49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1c74ab0709585b1e89b9a359b4973e39", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-853aff2fad4aef4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7186f28de0306a483b78aede830e8a36", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12034,7 +12169,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:46:00 GMT", + "Date": "Thu, 15 Jun 2023 20:22:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12043,39 +12178,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c74ab0709585b1e89b9a359b4973e39", - "x-ms-correlation-request-id": "d8156aca-c7d8-45f0-b01b-4f3810c49a65", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "b2a92643-f45f-47f8-9dc3-aa3f3a3fda1d", - "x-ms-routing-request-id": "JAPANEAST:20230321T034600Z:d8156aca-c7d8-45f0-b01b-4f3810c49a65", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "7186f28de0306a483b78aede830e8a36", + "x-ms-correlation-request-id": "52adb18a-776b-416e-92e9-fabf0e6e8640", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "078e1460-2459-4a57-94ed-13543268aed6", + "x-ms-routing-request-id": "EASTUS:20230615T202239Z:52adb18a-776b-416e-92e9-fabf0e6e8640", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-6db9dfe33167424b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0a7132bf440cfdb4b9efb3386c990fa6", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-edafb2218fa2174e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5d47e10caa942caf8f8fa442b0807e6c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:46:32 GMT", + "Date": "Thu, 15 Jun 2023 20:23:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12084,28 +12217,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a7132bf440cfdb4b9efb3386c990fa6", - "x-ms-correlation-request-id": "5f34d50d-4eec-4eff-96cd-b92d9d2a8541", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "4f512139-fa34-4d61-9956-49f38bb7db18", - "x-ms-routing-request-id": "JAPANEAST:20230321T034633Z:5f34d50d-4eec-4eff-96cd-b92d9d2a8541", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "5d47e10caa942caf8f8fa442b0807e6c", + "x-ms-correlation-request-id": "73f27653-41cf-4966-b82b-7742bb650d5f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "05e153a1-55c9-46c8-8381-99934acdbbd0", + "x-ms-routing-request-id": "EASTUS:20230615T202311Z:73f27653-41cf-4966-b82b-7742bb650d5f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-a6654ae651f3b14f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f43c1e38f08cfa55688f585df3667c85", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-705725a65123c149-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "32b2e94f40019136b8e8f1d076aa8a5d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12114,7 +12247,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:47:07 GMT", + "Date": "Thu, 15 Jun 2023 20:23:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12123,28 +12256,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f43c1e38f08cfa55688f585df3667c85", - "x-ms-correlation-request-id": "e4e1bfa8-6774-460f-8f0b-804a2a31c207", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "e04a816e-53d9-41f5-a5a5-debd9449c734", - "x-ms-routing-request-id": "JAPANEAST:20230321T034708Z:e4e1bfa8-6774-460f-8f0b-804a2a31c207", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "32b2e94f40019136b8e8f1d076aa8a5d", + "x-ms-correlation-request-id": "81c302d5-7ea4-4c90-9559-083d0592b257", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "61b06d98-c7fe-481c-a9a2-a6b8ebfb966c", + "x-ms-routing-request-id": "EASTUS:20230615T202344Z:81c302d5-7ea4-4c90-9559-083d0592b257", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-cd944e8486fe354a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "645587f71e72c3b8f677626956e5efef", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-3e5b212618890c4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "afb8a399726de3844359e1a03c05baba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12153,7 +12286,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:47:39 GMT", + "Date": "Thu, 15 Jun 2023 20:24:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12162,28 +12295,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "645587f71e72c3b8f677626956e5efef", - "x-ms-correlation-request-id": "54b585f3-2bfb-4145-822c-16fb3460c14a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "a4e499f1-5cc3-45a9-bf02-6c0eeea9af01", - "x-ms-routing-request-id": "JAPANEAST:20230321T034740Z:54b585f3-2bfb-4145-822c-16fb3460c14a", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "afb8a399726de3844359e1a03c05baba", + "x-ms-correlation-request-id": "9020eca8-f063-4181-9290-79125b7a9b76", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "acefe403-0759-4dec-875b-9006d453a339", + "x-ms-routing-request-id": "EASTUS:20230615T202416Z:9020eca8-f063-4181-9290-79125b7a9b76", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-bfb23a90de39cc40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9621fcaa495bcfaddc76a27deb570952", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-89a44ea983e18e4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "998e41fa575ccb34aab5a4abb8deb6e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12192,7 +12325,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:48:12 GMT", + "Date": "Thu, 15 Jun 2023 20:24:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12201,37 +12334,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9621fcaa495bcfaddc76a27deb570952", - "x-ms-correlation-request-id": "648fc4ac-8117-47f8-a7a8-9d294f2d6865", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "9739832e-bcc0-447c-8ca4-ee2eb478c340", - "x-ms-routing-request-id": "JAPANEAST:20230321T034812Z:648fc4ac-8117-47f8-a7a8-9d294f2d6865", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "998e41fa575ccb34aab5a4abb8deb6e4", + "x-ms-correlation-request-id": "4513429f-091c-472c-a466-37c7de50c29d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "8051ecc5-30c6-4f4c-8130-686a4a8b6351", + "x-ms-routing-request-id": "EASTUS:20230615T202448Z:4513429f-091c-472c-a466-37c7de50c29d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d35120c1-e484-49f7-b9cd-7fc228691022?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-2a2333ef08349e43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e4412e73aa441a346678fd148eeca482", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-2026cb0f1e53444e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0da94604cfc7ddfe64ceefa85f9555b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:48:44 GMT", + "Date": "Thu, 15 Jun 2023 20:25:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12240,38 +12373,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e4412e73aa441a346678fd148eeca482", - "x-ms-correlation-request-id": "1972a4af-063d-48e9-9366-fa06e8612487", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "dcbdd4b7-c664-46d4-944c-1b9124004041", - "x-ms-routing-request-id": "JAPANEAST:20230321T034845Z:1972a4af-063d-48e9-9366-fa06e8612487", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "0da94604cfc7ddfe64ceefa85f9555b2", + "x-ms-correlation-request-id": "3642e01b-0d40-4dc6-9f62-5b84274fa117", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "c0ecac8c-599d-4277-848f-07c000d42893", + "x-ms-routing-request-id": "EASTUS:20230615T202520Z:3642e01b-0d40-4dc6-9f62-5b84274fa117", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:35:36.8707768\u002B00:00", - "endTime": "2023-03-21T03:48:24.7581482\u002B00:00", - "status": "Succeeded", - "name": "d35120c1-e484-49f7-b9cd-7fc228691022" + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", + "status": "InProgress", + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg7534/providers/Microsoft.StorageCache/caches/testsc6065?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-70a5051f92bfa741abbeecebcebac2a5-c67ddd07b1bd0f40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f6b269a0e545ad29da8687fb7b3ad89f", + "Connection": "close", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-5e7ed121d2ca0548-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "34d5362ef01b41016eed04b7cdd92b64", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2208", + "Connection": "close", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:48:46 GMT", + "Date": "Thu, 15 Jun 2023 20:25:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12280,110 +12414,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f6b269a0e545ad29da8687fb7b3ad89f", - "x-ms-correlation-request-id": "8532dfde-9daa-4207-8f18-798be5666309", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;114", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "41c26739-3964-4ed2-aa30-ecabe8a4c6fb", - "x-ms-routing-request-id": "JAPANEAST:20230321T034846Z:8532dfde-9daa-4207-8f18-798be5666309", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "34d5362ef01b41016eed04b7cdd92b64", + "x-ms-correlation-request-id": "111ca5ec-18ce-4dba-a2db-fc731d427cd1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "fa495001-d251-4e36-9e72-7a078fe6861c", + "x-ms-routing-request-id": "EASTUS:20230615T202552Z:111ca5ec-18ce-4dba-a2db-fc731d427cd1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc6065", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg7534/providers/Microsoft.StorageCache/caches/testsc6065", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" - ], - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Healthy", - "statusDescription": "The cache is in Running state", - "conditions": [] - }, - "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" - ], - "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg7534/providers/Microsoft.Network/virtualNetworks/scTestVNet-3368/subnets/scTestSubnet-8068", - "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T03:35:37.0114521Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-21T03:35:35.1598688Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T03:35:35.1598688Z" - } + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", + "status": "InProgress", + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg7534/providers/Microsoft.StorageCache/caches/testsc6065/debugInfo?api-version=2023-01-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-abd3ade8d9326348a91d2a2c93bdd057-917b9700a24ecc47-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "27f60f6e0aa4ffaac7062fe24c9841f0", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-c126cf93a57c8447-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f59bfda3ac5c2bf243b1358d688c6c15", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/961b5484-d118-4393-8571-6c0f3d4a3df1?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 03:48:46 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:26:24 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/961b5484-d118-4393-8571-6c0f3d4a3df1?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -12391,24 +12453,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "27f60f6e0aa4ffaac7062fe24c9841f0", - "x-ms-correlation-request-id": "4984cdcc-465b-447d-bc84-0b8e44081e03", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DebugCache5Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "961b5484-d118-4393-8571-6c0f3d4a3df1", - "x-ms-routing-request-id": "JAPANEAST:20230321T034847Z:4984cdcc-465b-447d-bc84-0b8e44081e03", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "f59bfda3ac5c2bf243b1358d688c6c15", + "x-ms-correlation-request-id": "03b2a9db-1afb-4b2a-9059-5fc83cc32f35", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "6bf0f8bc-1a0c-4b01-9c39-13b66d1384fd", + "x-ms-routing-request-id": "EASTUS:20230615T202624Z:03b2a9db-1afb-4b2a-9059-5fc83cc32f35", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", + "status": "InProgress", + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/961b5484-d118-4393-8571-6c0f3d4a3df1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-abd3ade8d9326348a91d2a2c93bdd057-140d13ecb6405b4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7fa65da07cf695debeb22e3fb6466141", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-b55687edae055d48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "817cf25f820914c845679edaca46108b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12417,7 +12483,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:48:47 GMT", + "Date": "Thu, 15 Jun 2023 20:26:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12426,28 +12492,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7fa65da07cf695debeb22e3fb6466141", - "x-ms-correlation-request-id": "53e7943f-eaec-4a90-8bb0-cb1d553f9cfd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "7f268156-18f1-498a-b0fe-e67804505aec", - "x-ms-routing-request-id": "JAPANEAST:20230321T034847Z:53e7943f-eaec-4a90-8bb0-cb1d553f9cfd", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "817cf25f820914c845679edaca46108b", + "x-ms-correlation-request-id": "ae556007-1c56-47d6-b296-8bd32bfc70c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "f51d2f4f-c8bd-43cb-9ef3-2b6d0146146c", + "x-ms-routing-request-id": "EASTUS:20230615T202656Z:ae556007-1c56-47d6-b296-8bd32bfc70c2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:48:47.0706486\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "961b5484-d118-4393-8571-6c0f3d4a3df1" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/961b5484-d118-4393-8571-6c0f3d4a3df1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-abd3ade8d9326348a91d2a2c93bdd057-3fe0581cec31bb4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5b299744565d5bfb0268231001ecdc8e", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-ab9dbeb47b69c247-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "62048aa360f9825643aaf16abb73d9e2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12456,7 +12522,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:48:48 GMT", + "Date": "Thu, 15 Jun 2023 20:27:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12465,28 +12531,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b299744565d5bfb0268231001ecdc8e", - "x-ms-correlation-request-id": "c139a421-f745-4a22-a0e6-14fa8cec583e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "056b99cf-7db3-4da3-889b-59d81eda4354", - "x-ms-routing-request-id": "JAPANEAST:20230321T034848Z:c139a421-f745-4a22-a0e6-14fa8cec583e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "62048aa360f9825643aaf16abb73d9e2", + "x-ms-correlation-request-id": "b0348b84-abb4-4f26-9c9e-3fbb93da4cd7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "574a3556-5478-45f1-86c3-979cf294d73d", + "x-ms-routing-request-id": "EASTUS:20230615T202728Z:b0348b84-abb4-4f26-9c9e-3fbb93da4cd7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:48:47.0706486\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "961b5484-d118-4393-8571-6c0f3d4a3df1" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/961b5484-d118-4393-8571-6c0f3d4a3df1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-abd3ade8d9326348a91d2a2c93bdd057-0b67b3681982d84e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ee420367c1f254f94147c3f1e4cdd6bd", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-0fd515c93e25d647-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "db57ef80a95d215b3487b0f40d1860fc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12495,7 +12561,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:48:49 GMT", + "Date": "Thu, 15 Jun 2023 20:28:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12504,28 +12570,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee420367c1f254f94147c3f1e4cdd6bd", - "x-ms-correlation-request-id": "cb007913-f5c8-4cea-b7c2-a053c1c63c64", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "5b2a5d64-8390-4de3-a4ea-6962bbd234c3", - "x-ms-routing-request-id": "JAPANEAST:20230321T034850Z:cb007913-f5c8-4cea-b7c2-a053c1c63c64", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "db57ef80a95d215b3487b0f40d1860fc", + "x-ms-correlation-request-id": "ccbb238c-1314-44b7-b062-9739baa36dff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "916e6aa0-3da9-4ee3-9b0c-bb8788e08b69", + "x-ms-routing-request-id": "EASTUS:20230615T202800Z:ccbb238c-1314-44b7-b062-9739baa36dff", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:48:47.0706486\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "961b5484-d118-4393-8571-6c0f3d4a3df1" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/961b5484-d118-4393-8571-6c0f3d4a3df1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-abd3ade8d9326348a91d2a2c93bdd057-7e36e7b9bf933648-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8b79c832430f4acd624b7c8d59cd94d2", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-2b8c067859c7284b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ddeaaaa10a87ff1b9bf93d5f915e58d1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12534,7 +12600,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:48:51 GMT", + "Date": "Thu, 15 Jun 2023 20:28:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12543,28 +12609,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b79c832430f4acd624b7c8d59cd94d2", - "x-ms-correlation-request-id": "5ac9cef4-8a57-45f7-b1bd-cd6474610f21", + "x-ms-client-request-id": "ddeaaaa10a87ff1b9bf93d5f915e58d1", + "x-ms-correlation-request-id": "3b833c1a-3fca-4ab5-bfa2-327b89648ba2", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "056eb28b-abdb-448f-bcc9-5d3f65494a81", - "x-ms-routing-request-id": "JAPANEAST:20230321T034851Z:5ac9cef4-8a57-45f7-b1bd-cd6474610f21", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "691533fe-c675-4fc9-bfa0-d7655fb2782f", + "x-ms-routing-request-id": "EASTUS:20230615T202833Z:3b833c1a-3fca-4ab5-bfa2-327b89648ba2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:48:47.0706486\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "961b5484-d118-4393-8571-6c0f3d4a3df1" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/961b5484-d118-4393-8571-6c0f3d4a3df1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-abd3ade8d9326348a91d2a2c93bdd057-f7cba5496b9b8e48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b2d79fd67204834e9dd41916920a7734", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-4684a82d7d76fa4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "db59bb8d34eff92d2ee32d71b061742b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12573,7 +12639,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:48:53 GMT", + "Date": "Thu, 15 Jun 2023 20:29:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12582,28 +12648,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2d79fd67204834e9dd41916920a7734", - "x-ms-correlation-request-id": "a9191651-1797-4de5-bc7f-58eeb1350fbc", + "x-ms-client-request-id": "db59bb8d34eff92d2ee32d71b061742b", + "x-ms-correlation-request-id": "df566154-333a-42f1-a7f3-ff4674206f22", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "d839b4a2-690d-40db-9a91-14cfecef7c7b", - "x-ms-routing-request-id": "JAPANEAST:20230321T034853Z:a9191651-1797-4de5-bc7f-58eeb1350fbc", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "e250a9f8-4ec3-4def-a882-cfa98c7b498c", + "x-ms-routing-request-id": "EASTUS:20230615T202905Z:df566154-333a-42f1-a7f3-ff4674206f22", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:48:47.0706486\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "961b5484-d118-4393-8571-6c0f3d4a3df1" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/961b5484-d118-4393-8571-6c0f3d4a3df1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-abd3ade8d9326348a91d2a2c93bdd057-2c32c9510061d84a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "38dd65925172247f35f88ba7456cfb74", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-a2176ffe211c8342-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "11c8f449fb88765bd3583f636bfc8fd6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12612,7 +12678,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:48:57 GMT", + "Date": "Thu, 15 Jun 2023 20:29:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12621,28 +12687,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "38dd65925172247f35f88ba7456cfb74", - "x-ms-correlation-request-id": "6db0f021-6630-47c4-92c3-e0a6f0433c64", + "x-ms-client-request-id": "11c8f449fb88765bd3583f636bfc8fd6", + "x-ms-correlation-request-id": "dabeb807-cf7a-44bb-aff6-639cd48c4f36", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "1a8353d6-c3f2-4e7f-ab61-e415583cbf4b", - "x-ms-routing-request-id": "JAPANEAST:20230321T034858Z:6db0f021-6630-47c4-92c3-e0a6f0433c64", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "e9c0ea62-db4a-4fcf-8020-986c59864dd7", + "x-ms-routing-request-id": "EASTUS:20230615T202937Z:dabeb807-cf7a-44bb-aff6-639cd48c4f36", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:48:47.0706486\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "961b5484-d118-4393-8571-6c0f3d4a3df1" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/961b5484-d118-4393-8571-6c0f3d4a3df1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-abd3ade8d9326348a91d2a2c93bdd057-917fc83302a31a43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "441bf1b323f6c0b979f6ed3a29b7b858", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-fff2fd76ede91a48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5166de2f85be6c0d7cf1afa3dca94f39", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12651,7 +12717,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:49:05 GMT", + "Date": "Thu, 15 Jun 2023 20:30:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12660,28 +12726,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "441bf1b323f6c0b979f6ed3a29b7b858", - "x-ms-correlation-request-id": "a9eec9d3-b328-4e95-8f03-756429881910", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "67848477-95f6-44e7-9e67-b1f03b886391", - "x-ms-routing-request-id": "JAPANEAST:20230321T034906Z:a9eec9d3-b328-4e95-8f03-756429881910", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "5166de2f85be6c0d7cf1afa3dca94f39", + "x-ms-correlation-request-id": "0c0a5a48-eed0-48d3-adfa-3198b0636683", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "bcb3e0d3-3786-4ec5-831b-bf0a0748e102", + "x-ms-routing-request-id": "EASTUS:20230615T203009Z:0c0a5a48-eed0-48d3-adfa-3198b0636683", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:48:47.0706486\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "961b5484-d118-4393-8571-6c0f3d4a3df1" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/961b5484-d118-4393-8571-6c0f3d4a3df1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-abd3ade8d9326348a91d2a2c93bdd057-571b7986e540ee4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f4fb48d35bef845f20b37d0be6a73d30", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-be543f2fe2672b4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9c1611854795924860e30796f5ca8d32", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12690,7 +12756,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:49:21 GMT", + "Date": "Thu, 15 Jun 2023 20:30:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12699,28 +12765,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f4fb48d35bef845f20b37d0be6a73d30", - "x-ms-correlation-request-id": "a8f9ee5c-5824-47a7-ba5c-c2e58c36dacb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "6d2f5da4-e4a1-4724-9907-b93fb6c02611", - "x-ms-routing-request-id": "JAPANEAST:20230321T034922Z:a8f9ee5c-5824-47a7-ba5c-c2e58c36dacb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "9c1611854795924860e30796f5ca8d32", + "x-ms-correlation-request-id": "0239b50b-f990-4f76-9b75-63907247758c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "6325d3bd-526a-4105-a521-504d24d516ff", + "x-ms-routing-request-id": "EASTUS:20230615T203041Z:0239b50b-f990-4f76-9b75-63907247758c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:48:47.0706486\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "961b5484-d118-4393-8571-6c0f3d4a3df1" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/961b5484-d118-4393-8571-6c0f3d4a3df1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-abd3ade8d9326348a91d2a2c93bdd057-4622d313cbe1dc4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a063a5d933ee6e3eab1dbf7c6444fb7e", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-03e5827b1d445547-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d142575322fbc36de75c94974cb89929", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12729,7 +12795,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:49:54 GMT", + "Date": "Thu, 15 Jun 2023 20:31:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12738,37 +12804,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a063a5d933ee6e3eab1dbf7c6444fb7e", - "x-ms-correlation-request-id": "7109a734-e12d-49eb-85dd-d75a2e9f46a3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "f4ff552a-6dd3-4032-892b-7e5174366f50", - "x-ms-routing-request-id": "JAPANEAST:20230321T034954Z:7109a734-e12d-49eb-85dd-d75a2e9f46a3", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "d142575322fbc36de75c94974cb89929", + "x-ms-correlation-request-id": "524e370c-ea5e-426e-8de2-6b9cebbdfb1f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "4a763ae2-2572-4d7c-b11f-3117ff271b97", + "x-ms-routing-request-id": "EASTUS:20230615T203113Z:524e370c-ea5e-426e-8de2-6b9cebbdfb1f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:48:47.0706486\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "961b5484-d118-4393-8571-6c0f3d4a3df1" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/961b5484-d118-4393-8571-6c0f3d4a3df1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-abd3ade8d9326348a91d2a2c93bdd057-a214946fb50fdd41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fcd333400771578492962343a6add9d2", + "Connection": "close", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-bd76efafb11b4e4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "59de0509f3e6e74095d4f1da7d7677b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:50:27 GMT", + "Date": "Thu, 15 Jun 2023 20:31:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12777,37 +12845,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fcd333400771578492962343a6add9d2", - "x-ms-correlation-request-id": "b4223971-ec08-4a5e-8bc2-82198f890188", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "0f4a5baa-7a56-4583-a274-9bc776cb99f7", - "x-ms-routing-request-id": "JAPANEAST:20230321T035027Z:b4223971-ec08-4a5e-8bc2-82198f890188", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "59de0509f3e6e74095d4f1da7d7677b2", + "x-ms-correlation-request-id": "78a61a47-91ce-41ad-b3ba-a4eea2c9dc20", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "bcfb1aae-1517-4cb1-8c91-c3ae3f609539", + "x-ms-routing-request-id": "EASTUS:20230615T203145Z:78a61a47-91ce-41ad-b3ba-a4eea2c9dc20", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:48:47.0706486\u002B00:00", + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", "status": "InProgress", - "name": "961b5484-d118-4393-8571-6c0f3d4a3df1" + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/961b5484-d118-4393-8571-6c0f3d4a3df1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3611b338-11c3-42eb-a0cd-9b6831f35630?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-abd3ade8d9326348a91d2a2c93bdd057-558b0c1011636546-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8361bcb81754a0690a8c48d29ce320dc", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-ad7db1bf24823b43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "854f7c637d66623ea452b439b2b045a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:50:59 GMT", + "Date": "Thu, 15 Jun 2023 20:32:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12816,37 +12884,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8361bcb81754a0690a8c48d29ce320dc", - "x-ms-correlation-request-id": "3daf8bd5-6b21-4bfb-a85d-7221df65a043", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "61b91d4f-13cd-4aa6-a6de-3ba9d3197eaa", - "x-ms-routing-request-id": "JAPANEAST:20230321T035059Z:3daf8bd5-6b21-4bfb-a85d-7221df65a043", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "854f7c637d66623ea452b439b2b045a7", + "x-ms-correlation-request-id": "c362a671-7550-4c8e-ab91-b24dbebe7222", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "f856cd59-17ee-4b11-8a68-8a8e5dec5771", + "x-ms-routing-request-id": "EASTUS:20230615T203218Z:c362a671-7550-4c8e-ab91-b24dbebe7222", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:48:47.0706486\u002B00:00", - "status": "InProgress", - "name": "961b5484-d118-4393-8571-6c0f3d4a3df1" + "startTime": "2023-06-15T20:21:00.6860475\u002B00:00", + "endTime": "2023-06-15T20:32:12.7593605\u002B00:00", + "status": "Succeeded", + "name": "3611b338-11c3-42eb-a0cd-9b6831f35630" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/961b5484-d118-4393-8571-6c0f3d4a3df1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7094?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-abd3ade8d9326348a91d2a2c93bdd057-7959c549c75a4349-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b3cbffb741d3d1bf200c0e580ffbc7fe", + "traceparent": "00-f83b7dd71253dc409004df4d12f9b389-56bcc9fb8f784b4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ef8dde4933ec604b165b3b2631934671", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "234", + "Content-Length": "2181", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:51:31 GMT", + "Date": "Thu, 15 Jun 2023 20:32:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12855,45 +12924,109 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b3cbffb741d3d1bf200c0e580ffbc7fe", - "x-ms-correlation-request-id": "d2921240-b0d4-41f9-ae93-bf6325e8b38d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "c47186d8-1978-4754-bd5f-83089b878455", - "x-ms-routing-request-id": "JAPANEAST:20230321T035131Z:d2921240-b0d4-41f9-ae93-bf6325e8b38d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "ef8dde4933ec604b165b3b2631934671", + "x-ms-correlation-request-id": "27737bc4-fd36-491a-a33d-123eb73da21f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "b09dc942-983a-43e4-b2c0-2e3e9549a038", + "x-ms-routing-request-id": "EASTUS:20230615T203218Z:27737bc4-fd36-491a-a33d-123eb73da21f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:48:47.0706486\u002B00:00", - "endTime": "2023-03-21T03:51:26.2437424\u002B00:00", - "status": "Succeeded", + "name": "testsc7094", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7094", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, "properties": { - "output": "success" + "networkSettings": { + "mtu": 1500, + "utilityAddresses": [ + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" + ], + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9614/subnets/scTestSubnet-7257", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T20:21:00.9047697Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } }, - "name": "961b5484-d118-4393-8571-6c0f3d4a3df1" + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T20:21:00.6668894Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T20:21:00.6668894Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg7534/providers/Microsoft.StorageCache/caches/testsc6065/flush?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7094/debugInfo?api-version=2023-05-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "traceparent": "00-312cd01cd3ea3e46a6955fc4fda91317-24703276013d8e4a-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a7c3ed4477e22829ca32f2e4bfb2baae", + "traceparent": "00-d9afa98418a8424fa690ac1d092ce91f-6ec7baddcf40ad46-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cf33e2e414688bc2c77bb5943f0734e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0be553b0-186e-4008-8eec-96068c37e514?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0fe3e036-c5ed-4283-a686-58d8ba06683d?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 03:51:32 GMT", + "Date": "Thu, 15 Jun 2023 20:32:18 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0be553b0-186e-4008-8eec-96068c37e514?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0fe3e036-c5ed-4283-a686-58d8ba06683d?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -12901,24 +13034,63 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a7c3ed4477e22829ca32f2e4bfb2baae", - "x-ms-correlation-request-id": "58968862-dfc2-4496-8674-b5c5cb61d9f0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/FlushCache5Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "0be553b0-186e-4008-8eec-96068c37e514", - "x-ms-routing-request-id": "JAPANEAST:20230321T035133Z:58968862-dfc2-4496-8674-b5c5cb61d9f0", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "cf33e2e414688bc2c77bb5943f0734e4", + "x-ms-correlation-request-id": "5f64c1be-12c1-46c8-92d1-246b80d775f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DebugCache5Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "0fe3e036-c5ed-4283-a686-58d8ba06683d", + "x-ms-routing-request-id": "EASTUS:20230615T203218Z:5f64c1be-12c1-46c8-92d1-246b80d775f7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0fe3e036-c5ed-4283-a686-58d8ba06683d?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d9afa98418a8424fa690ac1d092ce91f-4be03fc109b5c143-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d054430c767d353f1b0128707db7210f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:32:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d054430c767d353f1b0128707db7210f", + "x-ms-correlation-request-id": "fb192f8c-8e76-41e5-bea3-fab0b2a9a343", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "dd423bb1-008e-4a58-9e2f-f43b4edc66c1", + "x-ms-routing-request-id": "EASTUS:20230615T203219Z:fb192f8c-8e76-41e5-bea3-fab0b2a9a343", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T20:32:18.9312683\u002B00:00", + "status": "InProgress", + "name": "0fe3e036-c5ed-4283-a686-58d8ba06683d" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0be553b0-186e-4008-8eec-96068c37e514?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0fe3e036-c5ed-4283-a686-58d8ba06683d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-312cd01cd3ea3e46a6955fc4fda91317-f3634bfb5570a94f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "af8d4ac4791f40f9d5a2e9a14fda126d", + "traceparent": "00-d9afa98418a8424fa690ac1d092ce91f-7ce8d5aae5cde144-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e7975626a6025d881c039e79a5b74aaf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12927,7 +13099,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:51:33 GMT", + "Date": "Thu, 15 Jun 2023 20:32:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12936,28 +13108,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af8d4ac4791f40f9d5a2e9a14fda126d", - "x-ms-correlation-request-id": "9df72ed6-5b1e-4701-96f9-ea6993dedd2a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "d81b38e7-e5c3-491a-ac0a-c60a37fdef7e", - "x-ms-routing-request-id": "JAPANEAST:20230321T035133Z:9df72ed6-5b1e-4701-96f9-ea6993dedd2a", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "e7975626a6025d881c039e79a5b74aaf", + "x-ms-correlation-request-id": "7d1b674c-0107-4299-bc21-a100445266b8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "bd65024c-8191-4e10-a435-c87fbaadbd42", + "x-ms-routing-request-id": "EASTUS:20230615T203220Z:7d1b674c-0107-4299-bc21-a100445266b8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:51:33.0330078\u002B00:00", + "startTime": "2023-06-15T20:32:18.9312683\u002B00:00", "status": "InProgress", - "name": "0be553b0-186e-4008-8eec-96068c37e514" + "name": "0fe3e036-c5ed-4283-a686-58d8ba06683d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0be553b0-186e-4008-8eec-96068c37e514?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0fe3e036-c5ed-4283-a686-58d8ba06683d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-312cd01cd3ea3e46a6955fc4fda91317-b6307e4fe569ff44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c8e16051206f1e1cee4ca95214e120b8", + "traceparent": "00-d9afa98418a8424fa690ac1d092ce91f-5c4c0a9c7b545645-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fb87a44a64b318670a5b84e75f55b279", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12966,7 +13138,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:51:34 GMT", + "Date": "Thu, 15 Jun 2023 20:32:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12975,28 +13147,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c8e16051206f1e1cee4ca95214e120b8", - "x-ms-correlation-request-id": "c606fa30-4d79-4d1b-baa4-fb807e43aec0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "f51bc976-bb56-41f4-95f3-4150359ab9e2", - "x-ms-routing-request-id": "JAPANEAST:20230321T035134Z:c606fa30-4d79-4d1b-baa4-fb807e43aec0", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "fb87a44a64b318670a5b84e75f55b279", + "x-ms-correlation-request-id": "e68aa027-2018-4f9c-a22b-1e821a1530e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "68cbb167-d2c3-49e9-ae63-84c36ba8799a", + "x-ms-routing-request-id": "EASTUS:20230615T203221Z:e68aa027-2018-4f9c-a22b-1e821a1530e2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:51:33.0330078\u002B00:00", + "startTime": "2023-06-15T20:32:18.9312683\u002B00:00", "status": "InProgress", - "name": "0be553b0-186e-4008-8eec-96068c37e514" + "name": "0fe3e036-c5ed-4283-a686-58d8ba06683d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0be553b0-186e-4008-8eec-96068c37e514?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0fe3e036-c5ed-4283-a686-58d8ba06683d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-312cd01cd3ea3e46a6955fc4fda91317-f5464f8463e0e040-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "741fe3a10b25fd8e4d4bd13f3d5d2723", + "traceparent": "00-d9afa98418a8424fa690ac1d092ce91f-0efd2c942c362947-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "eae55fcd4a80650ebaf7b379d7c58f64", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13005,7 +13177,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:51:35 GMT", + "Date": "Thu, 15 Jun 2023 20:32:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13014,28 +13186,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "741fe3a10b25fd8e4d4bd13f3d5d2723", - "x-ms-correlation-request-id": "74b71ca5-8686-4d90-bea9-c5cbc86d8533", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "a6435e7d-2c92-43e5-bcfb-3739cd22956f", - "x-ms-routing-request-id": "JAPANEAST:20230321T035136Z:74b71ca5-8686-4d90-bea9-c5cbc86d8533", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "eae55fcd4a80650ebaf7b379d7c58f64", + "x-ms-correlation-request-id": "774e1ba5-46b5-45d4-844e-d106f0d7894b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "e27e9b59-5273-4e0b-9927-80cdc5be029c", + "x-ms-routing-request-id": "EASTUS:20230615T203222Z:774e1ba5-46b5-45d4-844e-d106f0d7894b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:51:33.0330078\u002B00:00", + "startTime": "2023-06-15T20:32:18.9312683\u002B00:00", "status": "InProgress", - "name": "0be553b0-186e-4008-8eec-96068c37e514" + "name": "0fe3e036-c5ed-4283-a686-58d8ba06683d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0be553b0-186e-4008-8eec-96068c37e514?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0fe3e036-c5ed-4283-a686-58d8ba06683d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-312cd01cd3ea3e46a6955fc4fda91317-bc5a0c7cd4e75143-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a8f6f57cc82fa49f2e6fc1d3cfa62bf3", + "traceparent": "00-d9afa98418a8424fa690ac1d092ce91f-5cdeee3a3b6c0c4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d82579b7252fc15bef7fdca622a1fdc7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13044,7 +13216,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:51:36 GMT", + "Date": "Thu, 15 Jun 2023 20:32:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13053,28 +13225,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a8f6f57cc82fa49f2e6fc1d3cfa62bf3", - "x-ms-correlation-request-id": "ca965915-b880-4cf2-a89b-103a22b12e61", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "07aabb48-418c-4adc-91f4-9decc3fbb639", - "x-ms-routing-request-id": "JAPANEAST:20230321T035137Z:ca965915-b880-4cf2-a89b-103a22b12e61", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "d82579b7252fc15bef7fdca622a1fdc7", + "x-ms-correlation-request-id": "680812bc-cb24-41f3-8b77-ba6cb3f79a89", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "1f17338b-2059-458b-b3ca-9a1f121a9020", + "x-ms-routing-request-id": "EASTUS:20230615T203224Z:680812bc-cb24-41f3-8b77-ba6cb3f79a89", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:51:33.0330078\u002B00:00", + "startTime": "2023-06-15T20:32:18.9312683\u002B00:00", "status": "InProgress", - "name": "0be553b0-186e-4008-8eec-96068c37e514" + "name": "0fe3e036-c5ed-4283-a686-58d8ba06683d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0be553b0-186e-4008-8eec-96068c37e514?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0fe3e036-c5ed-4283-a686-58d8ba06683d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-312cd01cd3ea3e46a6955fc4fda91317-0891a36f20325848-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6cff30829dba4648d1e47b244edde191", + "traceparent": "00-d9afa98418a8424fa690ac1d092ce91f-cb47670976ff6d4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "45ab24505fd1002e952241bbb1ed4045", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13083,7 +13255,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:51:39 GMT", + "Date": "Thu, 15 Jun 2023 20:32:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13092,37 +13264,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6cff30829dba4648d1e47b244edde191", - "x-ms-correlation-request-id": "279e6628-afac-4714-9661-fecbd8ae76a0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "4d6f2be1-14c8-44f5-a05f-055e8ab30a81", - "x-ms-routing-request-id": "JAPANEAST:20230321T035139Z:279e6628-afac-4714-9661-fecbd8ae76a0", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "45ab24505fd1002e952241bbb1ed4045", + "x-ms-correlation-request-id": "5e850f50-c9be-474a-b24f-9cbee191a120", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "6b554d62-dca4-4abb-b615-46c05b3f33fd", + "x-ms-routing-request-id": "EASTUS:20230615T203228Z:5e850f50-c9be-474a-b24f-9cbee191a120", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:51:33.0330078\u002B00:00", + "startTime": "2023-06-15T20:32:18.9312683\u002B00:00", "status": "InProgress", - "name": "0be553b0-186e-4008-8eec-96068c37e514" + "name": "0fe3e036-c5ed-4283-a686-58d8ba06683d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0be553b0-186e-4008-8eec-96068c37e514?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0fe3e036-c5ed-4283-a686-58d8ba06683d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-312cd01cd3ea3e46a6955fc4fda91317-00e2bede451d8c4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1fd5862478ead888437b46b54abb2da6", + "traceparent": "00-d9afa98418a8424fa690ac1d092ce91f-b9730274105cce42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e52f1fcbd92fa8490324fb006d684219", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "234", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:51:43 GMT", + "Date": "Thu, 15 Jun 2023 20:32:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13131,45 +13303,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1fd5862478ead888437b46b54abb2da6", - "x-ms-correlation-request-id": "61ebf925-c55b-43c7-a071-e9a5df2c5634", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "61c33d5d-e4e6-4e65-af84-a8136e3bf8a9", - "x-ms-routing-request-id": "JAPANEAST:20230321T035143Z:61ebf925-c55b-43c7-a071-e9a5df2c5634", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "e52f1fcbd92fa8490324fb006d684219", + "x-ms-correlation-request-id": "f41ecf3b-ac42-4f61-a14a-f671c1047165", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "f4283d94-f37b-4a7b-97de-08b6d238c7e0", + "x-ms-routing-request-id": "EASTUS:20230615T203236Z:f41ecf3b-ac42-4f61-a14a-f671c1047165", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:51:33.0330078\u002B00:00", - "endTime": "2023-03-21T03:51:43.6505497\u002B00:00", - "status": "Succeeded", - "properties": { - "output": "success" - }, - "name": "0be553b0-186e-4008-8eec-96068c37e514" + "startTime": "2023-06-15T20:32:18.9312683\u002B00:00", + "status": "InProgress", + "name": "0fe3e036-c5ed-4283-a686-58d8ba06683d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg7534/providers/Microsoft.StorageCache/caches/testsc6065/stop?api-version=2023-01-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0fe3e036-c5ed-4283-a686-58d8ba06683d?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-ddeccb21a206ea46b1557e817a8b8809-68d11ce32ffc9f41-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0cbcdd1fbb5ddf68acb0d74a4d7a5550", + "traceparent": "00-d9afa98418a8424fa690ac1d092ce91f-2bb1f500b32b3643-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b328ecf94a1958924a25430de39f0f01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/97f0b477-c584-45ef-8058-3d5385583ca7?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 03:51:44 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:32:51 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/97f0b477-c584-45ef-8058-3d5385583ca7?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -13177,24 +13342,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0cbcdd1fbb5ddf68acb0d74a4d7a5550", - "x-ms-correlation-request-id": "49de80d4-1450-42c6-b97c-6262a4f8a3b4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/StartOrStopCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "97f0b477-c584-45ef-8058-3d5385583ca7", - "x-ms-routing-request-id": "JAPANEAST:20230321T035144Z:49de80d4-1450-42c6-b97c-6262a4f8a3b4", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "b328ecf94a1958924a25430de39f0f01", + "x-ms-correlation-request-id": "9a02d463-f2dc-451c-ad3d-b0d1a136075b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "3ad02698-61db-4064-92ce-d269da579d06", + "x-ms-routing-request-id": "EASTUS:20230615T203252Z:9a02d463-f2dc-451c-ad3d-b0d1a136075b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T20:32:18.9312683\u002B00:00", + "status": "InProgress", + "name": "0fe3e036-c5ed-4283-a686-58d8ba06683d" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/97f0b477-c584-45ef-8058-3d5385583ca7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0fe3e036-c5ed-4283-a686-58d8ba06683d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ddeccb21a206ea46b1557e817a8b8809-40448f2865366b4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7004d4b7d42069331df6723aa13e8bc9", + "traceparent": "00-d9afa98418a8424fa690ac1d092ce91f-c5811494db55144b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "02da973e18727797da0341ac632d932d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13203,7 +13372,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:51:44 GMT", + "Date": "Thu, 15 Jun 2023 20:33:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13212,28 +13381,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7004d4b7d42069331df6723aa13e8bc9", - "x-ms-correlation-request-id": "8a90f11f-f2a5-4f29-950c-debb02c10a66", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "560a4106-e416-421d-b91b-0e5c4991a143", - "x-ms-routing-request-id": "JAPANEAST:20230321T035144Z:8a90f11f-f2a5-4f29-950c-debb02c10a66", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "02da973e18727797da0341ac632d932d", + "x-ms-correlation-request-id": "77031e77-6642-43d3-9f44-31d66c33ec19", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "2f3a91f2-1ab2-44a3-b2e6-90948a47a8a8", + "x-ms-routing-request-id": "EASTUS:20230615T203324Z:77031e77-6642-43d3-9f44-31d66c33ec19", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:51:44.2599663\u002B00:00", + "startTime": "2023-06-15T20:32:18.9312683\u002B00:00", "status": "InProgress", - "name": "97f0b477-c584-45ef-8058-3d5385583ca7" + "name": "0fe3e036-c5ed-4283-a686-58d8ba06683d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/97f0b477-c584-45ef-8058-3d5385583ca7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0fe3e036-c5ed-4283-a686-58d8ba06683d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ddeccb21a206ea46b1557e817a8b8809-13a934cf3cd05c4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1a27f525e50d12d6d4b26436932a8718", + "traceparent": "00-d9afa98418a8424fa690ac1d092ce91f-7e27e1a89fcc344a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c5c228df8dc5812b8dd79b0a963bc464", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13242,7 +13411,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:51:45 GMT", + "Date": "Thu, 15 Jun 2023 20:33:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13251,28 +13420,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a27f525e50d12d6d4b26436932a8718", - "x-ms-correlation-request-id": "539726a9-29c1-4151-a632-6bf7e19a102e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "4a61fa05-90c9-4735-b9bb-68f3a6e92537", - "x-ms-routing-request-id": "JAPANEAST:20230321T035145Z:539726a9-29c1-4151-a632-6bf7e19a102e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "c5c228df8dc5812b8dd79b0a963bc464", + "x-ms-correlation-request-id": "fcd816bf-00c5-4ac7-99ca-0cc096a7b09a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "4b551f33-6591-43d4-bee6-1da090b33266", + "x-ms-routing-request-id": "EASTUS:20230615T203356Z:fcd816bf-00c5-4ac7-99ca-0cc096a7b09a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:51:44.2599663\u002B00:00", + "startTime": "2023-06-15T20:32:18.9312683\u002B00:00", "status": "InProgress", - "name": "97f0b477-c584-45ef-8058-3d5385583ca7" + "name": "0fe3e036-c5ed-4283-a686-58d8ba06683d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/97f0b477-c584-45ef-8058-3d5385583ca7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0fe3e036-c5ed-4283-a686-58d8ba06683d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ddeccb21a206ea46b1557e817a8b8809-3057dd723b990949-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7993c1b4e475b930fc452ad999cf6969", + "traceparent": "00-d9afa98418a8424fa690ac1d092ce91f-159d2550a4722641-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d6c2fa14408de1a754b1d81608e5f41c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13281,7 +13450,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:51:46 GMT", + "Date": "Thu, 15 Jun 2023 20:34:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13290,37 +13459,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7993c1b4e475b930fc452ad999cf6969", - "x-ms-correlation-request-id": "d90db9d2-d311-4d5d-8496-f5a213d972ef", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "9f1434d7-99c0-4cd1-a306-d297dfc0d5a4", - "x-ms-routing-request-id": "JAPANEAST:20230321T035147Z:d90db9d2-d311-4d5d-8496-f5a213d972ef", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "d6c2fa14408de1a754b1d81608e5f41c", + "x-ms-correlation-request-id": "98c26bdb-3979-4106-9b31-ceecc251faec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "6987dd8d-2b2b-4e4e-94bf-f2d9f1791ebb", + "x-ms-routing-request-id": "EASTUS:20230615T203428Z:98c26bdb-3979-4106-9b31-ceecc251faec", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:51:44.2599663\u002B00:00", + "startTime": "2023-06-15T20:32:18.9312683\u002B00:00", "status": "InProgress", - "name": "97f0b477-c584-45ef-8058-3d5385583ca7" + "name": "0fe3e036-c5ed-4283-a686-58d8ba06683d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/97f0b477-c584-45ef-8058-3d5385583ca7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0fe3e036-c5ed-4283-a686-58d8ba06683d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ddeccb21a206ea46b1557e817a8b8809-ce61a67892d49346-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "61185f9be16bd107fef19c6e6ffdd5f3", + "traceparent": "00-d9afa98418a8424fa690ac1d092ce91f-593d71011c4d244d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bb2e15924addb03b6b58759a7d8de09e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "232", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:51:48 GMT", + "Date": "Thu, 15 Jun 2023 20:35:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13329,38 +13498,45 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "61185f9be16bd107fef19c6e6ffdd5f3", - "x-ms-correlation-request-id": "2cc40225-f3ac-423a-87a3-a345fa3f56e1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "2c9a8911-1f11-491f-9ded-46544db78955", - "x-ms-routing-request-id": "JAPANEAST:20230321T035148Z:2cc40225-f3ac-423a-87a3-a345fa3f56e1", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "bb2e15924addb03b6b58759a7d8de09e", + "x-ms-correlation-request-id": "2da2398d-0897-436b-ac5e-88b76e9f28d8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "d9146fa0-0d4d-4c80-be39-31e8d3ae29dd", + "x-ms-routing-request-id": "EASTUS:20230615T203500Z:2da2398d-0897-436b-ac5e-88b76e9f28d8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:51:44.2599663\u002B00:00", - "status": "InProgress", - "name": "97f0b477-c584-45ef-8058-3d5385583ca7" + "startTime": "2023-06-15T20:32:18.9312683\u002B00:00", + "endTime": "2023-06-15T20:34:55.67256\u002B00:00", + "status": "Succeeded", + "properties": { + "output": "success" + }, + "name": "0fe3e036-c5ed-4283-a686-58d8ba06683d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/97f0b477-c584-45ef-8058-3d5385583ca7?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7094/flush?api-version=2023-05-01", + "RequestMethod": "POST", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ddeccb21a206ea46b1557e817a8b8809-dec41445f2cc024b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "df85596e11aa4153c56e1ec8bafc7905", + "Content-Length": "0", + "traceparent": "00-95d8baf5de66cb4aa198c6f2a16dafda-c5afae7e5f7cb849-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6998dd3ebc6b9f9f81e17113b51579a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/58a9e714-689b-4a2b-a249-5434f38ea2c8?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:51:50 GMT", + "Content-Length": "0", + "Date": "Thu, 15 Jun 2023 20:35:00 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/58a9e714-689b-4a2b-a249-5434f38ea2c8?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -13368,28 +13544,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df85596e11aa4153c56e1ec8bafc7905", - "x-ms-correlation-request-id": "520826d7-8d02-46ac-9846-f2769f4f1dee", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "6665aaf1-a7aa-4a4b-b998-60279b340d2e", - "x-ms-routing-request-id": "JAPANEAST:20230321T035150Z:520826d7-8d02-46ac-9846-f2769f4f1dee", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "6998dd3ebc6b9f9f81e17113b51579a7", + "x-ms-correlation-request-id": "45a3383d-aafd-4aa1-b882-35c14a3d5e10", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/FlushCache5Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "58a9e714-689b-4a2b-a249-5434f38ea2c8", + "x-ms-routing-request-id": "EASTUS:20230615T203501Z:45a3383d-aafd-4aa1-b882-35c14a3d5e10", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": { - "startTime": "2023-03-21T03:51:44.2599663\u002B00:00", - "status": "InProgress", - "name": "97f0b477-c584-45ef-8058-3d5385583ca7" - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/97f0b477-c584-45ef-8058-3d5385583ca7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/58a9e714-689b-4a2b-a249-5434f38ea2c8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ddeccb21a206ea46b1557e817a8b8809-681b5f6bb6b87c4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "349afb492611d3adb9c17b8448c249ff", + "traceparent": "00-95d8baf5de66cb4aa198c6f2a16dafda-bd80f1435f236943-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2ad739d08a4dd5b1768f3afcd928fb55", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13398,7 +13570,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:51:54 GMT", + "Date": "Thu, 15 Jun 2023 20:35:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13407,28 +13579,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "349afb492611d3adb9c17b8448c249ff", - "x-ms-correlation-request-id": "f5b3105f-3a78-4ea1-868f-5223a5bb1937", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "086ac9b6-1c3b-4420-8f82-601aada7c7b6", - "x-ms-routing-request-id": "JAPANEAST:20230321T035155Z:f5b3105f-3a78-4ea1-868f-5223a5bb1937", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "2ad739d08a4dd5b1768f3afcd928fb55", + "x-ms-correlation-request-id": "8c37a1f7-95e3-42fd-bfd2-cdb0dacf749a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "5df0a8e1-6a90-4f35-b0fb-240a234aeed3", + "x-ms-routing-request-id": "EASTUS:20230615T203501Z:8c37a1f7-95e3-42fd-bfd2-cdb0dacf749a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:51:44.2599663\u002B00:00", + "startTime": "2023-06-15T20:35:01.0944345\u002B00:00", "status": "InProgress", - "name": "97f0b477-c584-45ef-8058-3d5385583ca7" + "name": "58a9e714-689b-4a2b-a249-5434f38ea2c8" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/97f0b477-c584-45ef-8058-3d5385583ca7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/58a9e714-689b-4a2b-a249-5434f38ea2c8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ddeccb21a206ea46b1557e817a8b8809-74882e8ea146c74e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3f6a366f89498abe0bd79bfdc33f1601", + "traceparent": "00-95d8baf5de66cb4aa198c6f2a16dafda-171a964fdb0b764a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "feb7cedf5f15359157cdaa59516ad474", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13437,7 +13609,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:52:02 GMT", + "Date": "Thu, 15 Jun 2023 20:35:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13446,39 +13618,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f6a366f89498abe0bd79bfdc33f1601", - "x-ms-correlation-request-id": "17975247-7108-44a2-9dca-d8aae2349bb4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "e547e1cc-6407-4312-92e5-9bc2cd454363", - "x-ms-routing-request-id": "JAPANEAST:20230321T035203Z:17975247-7108-44a2-9dca-d8aae2349bb4", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "feb7cedf5f15359157cdaa59516ad474", + "x-ms-correlation-request-id": "32f10fe4-ff40-4573-a16b-87e27e22a53a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "a90cbf1e-7154-4c4c-9a04-b78341de5d39", + "x-ms-routing-request-id": "EASTUS:20230615T203502Z:32f10fe4-ff40-4573-a16b-87e27e22a53a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:51:44.2599663\u002B00:00", + "startTime": "2023-06-15T20:35:01.0944345\u002B00:00", "status": "InProgress", - "name": "97f0b477-c584-45ef-8058-3d5385583ca7" + "name": "58a9e714-689b-4a2b-a249-5434f38ea2c8" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/97f0b477-c584-45ef-8058-3d5385583ca7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/58a9e714-689b-4a2b-a249-5434f38ea2c8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-ddeccb21a206ea46b1557e817a8b8809-9ae5e92a1e28bb4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "74259678a16248e2acb225e896cff803", + "traceparent": "00-95d8baf5de66cb4aa198c6f2a16dafda-c4510df10a352441-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7c42aa7d4e3d5859cca20a7dce8af196", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:52:18 GMT", + "Date": "Thu, 15 Jun 2023 20:35:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13487,28 +13657,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "74259678a16248e2acb225e896cff803", - "x-ms-correlation-request-id": "6ba01e8b-49df-44e1-989d-b703abd82bd1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "309b6858-d3ef-4110-89b5-9e4e854f74f1", - "x-ms-routing-request-id": "JAPANEAST:20230321T035219Z:6ba01e8b-49df-44e1-989d-b703abd82bd1", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "7c42aa7d4e3d5859cca20a7dce8af196", + "x-ms-correlation-request-id": "b9ecd384-eb85-4d6a-9031-0592a867f4db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "4ca14d42-ead0-48f4-8336-354b75786d2e", + "x-ms-routing-request-id": "EASTUS:20230615T203503Z:b9ecd384-eb85-4d6a-9031-0592a867f4db", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:51:44.2599663\u002B00:00", + "startTime": "2023-06-15T20:35:01.0944345\u002B00:00", "status": "InProgress", - "name": "97f0b477-c584-45ef-8058-3d5385583ca7" + "name": "58a9e714-689b-4a2b-a249-5434f38ea2c8" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/97f0b477-c584-45ef-8058-3d5385583ca7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/58a9e714-689b-4a2b-a249-5434f38ea2c8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ddeccb21a206ea46b1557e817a8b8809-5ebf4a733c09554f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "83591e243991bfbb3c1028398baf0f7a", + "traceparent": "00-95d8baf5de66cb4aa198c6f2a16dafda-5300a90577498d45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fb551516655571b0a7a2d37fe058840b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13517,7 +13687,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:52:54 GMT", + "Date": "Thu, 15 Jun 2023 20:35:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13526,28 +13696,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "83591e243991bfbb3c1028398baf0f7a", - "x-ms-correlation-request-id": "6751cf91-d1c6-4670-a249-628443deb98e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "6784ee1f-0d10-417d-ab67-67419fed0fa8", - "x-ms-routing-request-id": "JAPANEAST:20230321T035254Z:6751cf91-d1c6-4670-a249-628443deb98e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "fb551516655571b0a7a2d37fe058840b", + "x-ms-correlation-request-id": "972dbc89-7b87-473d-a8db-2295bbeab554", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "883e71c5-2c2b-49c1-a139-133fd2ecc73c", + "x-ms-routing-request-id": "EASTUS:20230615T203504Z:972dbc89-7b87-473d-a8db-2295bbeab554", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:51:44.2599663\u002B00:00", + "startTime": "2023-06-15T20:35:01.0944345\u002B00:00", "status": "InProgress", - "name": "97f0b477-c584-45ef-8058-3d5385583ca7" + "name": "58a9e714-689b-4a2b-a249-5434f38ea2c8" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/97f0b477-c584-45ef-8058-3d5385583ca7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/58a9e714-689b-4a2b-a249-5434f38ea2c8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ddeccb21a206ea46b1557e817a8b8809-dfaf8c5c8925fd43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b20b79abd59ccd9c5422929764d6f33c", + "traceparent": "00-95d8baf5de66cb4aa198c6f2a16dafda-8c1962107d903147-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2e7fc6ba7ee59117755f3273541367cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13556,7 +13726,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:53:26 GMT", + "Date": "Thu, 15 Jun 2023 20:35:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13565,28 +13735,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b20b79abd59ccd9c5422929764d6f33c", - "x-ms-correlation-request-id": "e56614b2-692a-4364-bbae-71e280e1d1e6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "224c3752-54fb-442c-b78b-8021d3d9f075", - "x-ms-routing-request-id": "JAPANEAST:20230321T035326Z:e56614b2-692a-4364-bbae-71e280e1d1e6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "2e7fc6ba7ee59117755f3273541367cc", + "x-ms-correlation-request-id": "5ea51463-9632-4eed-82f9-a5fcdcf8fc58", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "2e9f6746-0470-4a84-b070-56a5fc285d0d", + "x-ms-routing-request-id": "EASTUS:20230615T203506Z:5ea51463-9632-4eed-82f9-a5fcdcf8fc58", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:51:44.2599663\u002B00:00", + "startTime": "2023-06-15T20:35:01.0944345\u002B00:00", "status": "InProgress", - "name": "97f0b477-c584-45ef-8058-3d5385583ca7" + "name": "58a9e714-689b-4a2b-a249-5434f38ea2c8" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/97f0b477-c584-45ef-8058-3d5385583ca7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/58a9e714-689b-4a2b-a249-5434f38ea2c8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ddeccb21a206ea46b1557e817a8b8809-0746b6afaca5174b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a4d997df92e63f70da66375179a9bcfd", + "traceparent": "00-95d8baf5de66cb4aa198c6f2a16dafda-e9e3d3094467c44a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3c4214dcd914171ff9d1d49b7ad97774", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13595,7 +13765,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:53:58 GMT", + "Date": "Thu, 15 Jun 2023 20:35:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13604,28 +13774,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a4d997df92e63f70da66375179a9bcfd", - "x-ms-correlation-request-id": "5b9d0d84-4faa-4b2c-8296-b8eddc93fa93", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "6df2b42d-c370-429b-8a4e-6c1607a482fe", - "x-ms-routing-request-id": "JAPANEAST:20230321T035358Z:5b9d0d84-4faa-4b2c-8296-b8eddc93fa93", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "3c4214dcd914171ff9d1d49b7ad97774", + "x-ms-correlation-request-id": "29cc3af5-f9f5-4054-bf90-87bd9edfd5d7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "dea79bc4-ef19-406d-86b3-b503f5f05d3b", + "x-ms-routing-request-id": "EASTUS:20230615T203510Z:29cc3af5-f9f5-4054-bf90-87bd9edfd5d7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:51:44.2599663\u002B00:00", + "startTime": "2023-06-15T20:35:01.0944345\u002B00:00", "status": "InProgress", - "name": "97f0b477-c584-45ef-8058-3d5385583ca7" + "name": "58a9e714-689b-4a2b-a249-5434f38ea2c8" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/97f0b477-c584-45ef-8058-3d5385583ca7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/58a9e714-689b-4a2b-a249-5434f38ea2c8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ddeccb21a206ea46b1557e817a8b8809-8900111cb77cdd42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1d3daba246c34f66828b2f6ea6245a66", + "traceparent": "00-95d8baf5de66cb4aa198c6f2a16dafda-91d5c1d18d374545-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "08c3ff1ec20b97b0fdc486f6333d1c94", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13634,7 +13804,7 @@ "Cache-Control": "no-cache", "Content-Length": "234", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:54:30 GMT", + "Date": "Thu, 15 Jun 2023 20:35:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13643,45 +13813,45 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1d3daba246c34f66828b2f6ea6245a66", - "x-ms-correlation-request-id": "05bf32d4-5ef3-4aeb-bf93-9b381d1d7701", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "5ae732f7-f6fe-4347-b270-4a684e1bec20", - "x-ms-routing-request-id": "JAPANEAST:20230321T035431Z:05bf32d4-5ef3-4aeb-bf93-9b381d1d7701", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "08c3ff1ec20b97b0fdc486f6333d1c94", + "x-ms-correlation-request-id": "759c5aae-94eb-496d-bdac-3d21351b55c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "dbb0e791-1037-4cbc-bcb2-c3f18bbf5307", + "x-ms-routing-request-id": "EASTUS:20230615T203518Z:759c5aae-94eb-496d-bdac-3d21351b55c2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:51:44.2599663\u002B00:00", - "endTime": "2023-03-21T03:54:05.6818913\u002B00:00", + "startTime": "2023-06-15T20:35:01.0944345\u002B00:00", + "endTime": "2023-06-15T20:35:12.0175817\u002B00:00", "status": "Succeeded", "properties": { "output": "success" }, - "name": "97f0b477-c584-45ef-8058-3d5385583ca7" + "name": "58a9e714-689b-4a2b-a249-5434f38ea2c8" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg7534/providers/Microsoft.StorageCache/caches/testsc6065/start?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7094/stop?api-version=2023-05-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-08434638fe9a624a-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f359eb1c6bd6189308ccd7369e4a54aa", + "traceparent": "00-87573244021b624290d96c76a27d1bc3-f3f31188b8a3ef4f-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cba3073a4715e0f7a6673414aa7c169b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8f114222-d0a7-4c77-a6cb-aa665f2ea573?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 03:54:32 GMT", + "Date": "Thu, 15 Jun 2023 20:35:18 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8f114222-d0a7-4c77-a6cb-aa665f2ea573?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -13689,33 +13859,33 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f359eb1c6bd6189308ccd7369e4a54aa", - "x-ms-correlation-request-id": "556eca34-0c2f-44ef-8075-9eaa43088c8f", + "x-ms-client-request-id": "cba3073a4715e0f7a6673414aa7c169b", + "x-ms-correlation-request-id": "02ace36b-1ee0-461b-84fa-39f172bfe523", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/StartOrStopCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "5d1f0b79-6622-4991-9468-fc9bb6426a37", - "x-ms-routing-request-id": "JAPANEAST:20230321T035432Z:556eca34-0c2f-44ef-8075-9eaa43088c8f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "8f114222-d0a7-4c77-a6cb-aa665f2ea573", + "x-ms-routing-request-id": "EASTUS:20230615T203518Z:02ace36b-1ee0-461b-84fa-39f172bfe523", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8f114222-d0a7-4c77-a6cb-aa665f2ea573?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-a8b2544f62cf5d41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8d35d00bc94f3727172514f76f2fb137", + "traceparent": "00-87573244021b624290d96c76a27d1bc3-d010c0fc05e5fc46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "736140b4ac36d65e07e261a48e9bed81", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:54:32 GMT", + "Date": "Thu, 15 Jun 2023 20:35:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13724,37 +13894,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d35d00bc94f3727172514f76f2fb137", - "x-ms-correlation-request-id": "47f84d4a-91c0-4d6f-855a-dd66afaeb885", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "b2ea9941-93b5-4726-ae24-8473b3bf10db", - "x-ms-routing-request-id": "JAPANEAST:20230321T035432Z:47f84d4a-91c0-4d6f-855a-dd66afaeb885", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "736140b4ac36d65e07e261a48e9bed81", + "x-ms-correlation-request-id": "e2e6a7e1-2f3e-4528-b56f-529002de4edb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "015f60f4-aeea-40d4-be11-3817d849f115", + "x-ms-routing-request-id": "EASTUS:20230615T203519Z:e2e6a7e1-2f3e-4528-b56f-529002de4edb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:54:32.223168\u002B00:00", + "startTime": "2023-06-15T20:35:18.9422058\u002B00:00", "status": "InProgress", - "name": "5d1f0b79-6622-4991-9468-fc9bb6426a37" + "name": "8f114222-d0a7-4c77-a6cb-aa665f2ea573" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8f114222-d0a7-4c77-a6cb-aa665f2ea573?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-5812b98c04aa5742-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "11088537a12f46cd73c0c24b4838b407", + "traceparent": "00-87573244021b624290d96c76a27d1bc3-673083d4406ccf43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "750eeaadc6e7db444589676b08a78d7d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:54:33 GMT", + "Date": "Thu, 15 Jun 2023 20:35:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13763,37 +13933,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11088537a12f46cd73c0c24b4838b407", - "x-ms-correlation-request-id": "dbf60bb3-aebb-42e9-b9d2-c4f1746d3247", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "f4e899c8-5f3d-4622-b2ac-18dabfb0f956", - "x-ms-routing-request-id": "JAPANEAST:20230321T035433Z:dbf60bb3-aebb-42e9-b9d2-c4f1746d3247", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "750eeaadc6e7db444589676b08a78d7d", + "x-ms-correlation-request-id": "59d051c9-d295-421b-bd12-0e805d17a96f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "faddcae5-264f-4155-b6f2-474e03d3ea7b", + "x-ms-routing-request-id": "EASTUS:20230615T203520Z:59d051c9-d295-421b-bd12-0e805d17a96f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:54:32.223168\u002B00:00", + "startTime": "2023-06-15T20:35:18.9422058\u002B00:00", "status": "InProgress", - "name": "5d1f0b79-6622-4991-9468-fc9bb6426a37" + "name": "8f114222-d0a7-4c77-a6cb-aa665f2ea573" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8f114222-d0a7-4c77-a6cb-aa665f2ea573?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-e6b64cd8412b064b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cd2b2133c6159c5b6dbda173c1812901", + "traceparent": "00-87573244021b624290d96c76a27d1bc3-aa0376bfc0c4c04a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "695f7783a31b3b655e7e4d6dfd1d8bc8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:54:35 GMT", + "Date": "Thu, 15 Jun 2023 20:35:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13802,37 +13972,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd2b2133c6159c5b6dbda173c1812901", - "x-ms-correlation-request-id": "be402ffa-5248-45a6-b742-b6c59e341eac", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "107613fa-7f97-476e-92ca-29d341eb5d20", - "x-ms-routing-request-id": "JAPANEAST:20230321T035435Z:be402ffa-5248-45a6-b742-b6c59e341eac", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "695f7783a31b3b655e7e4d6dfd1d8bc8", + "x-ms-correlation-request-id": "1f03b27b-d5e1-4b74-8079-acc77658c954", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "9f4a7acb-7e12-49fe-bf8a-ae93ba7f8740", + "x-ms-routing-request-id": "EASTUS:20230615T203521Z:1f03b27b-d5e1-4b74-8079-acc77658c954", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:54:32.223168\u002B00:00", + "startTime": "2023-06-15T20:35:18.9422058\u002B00:00", "status": "InProgress", - "name": "5d1f0b79-6622-4991-9468-fc9bb6426a37" + "name": "8f114222-d0a7-4c77-a6cb-aa665f2ea573" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8f114222-d0a7-4c77-a6cb-aa665f2ea573?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-bfe1b6b8cce37145-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dd23ebd987f8698602ee1a8e06dbeedf", + "traceparent": "00-87573244021b624290d96c76a27d1bc3-10ef3a808fb3f34d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "68a2bebc6e1aeed5fc852dac44f3ce60", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:54:36 GMT", + "Date": "Thu, 15 Jun 2023 20:35:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13841,37 +14011,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dd23ebd987f8698602ee1a8e06dbeedf", - "x-ms-correlation-request-id": "78aa310f-7b17-41d7-9f51-3e58c7ce445b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "7e30554f-301e-4519-8b68-569390f509c4", - "x-ms-routing-request-id": "JAPANEAST:20230321T035436Z:78aa310f-7b17-41d7-9f51-3e58c7ce445b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "68a2bebc6e1aeed5fc852dac44f3ce60", + "x-ms-correlation-request-id": "8eaaf60f-d4a2-40f8-a861-4f830a9fb723", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "279ace83-c864-47a4-a38d-70e8fe8a3630", + "x-ms-routing-request-id": "EASTUS:20230615T203522Z:8eaaf60f-d4a2-40f8-a861-4f830a9fb723", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:54:32.223168\u002B00:00", + "startTime": "2023-06-15T20:35:18.9422058\u002B00:00", "status": "InProgress", - "name": "5d1f0b79-6622-4991-9468-fc9bb6426a37" + "name": "8f114222-d0a7-4c77-a6cb-aa665f2ea573" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8f114222-d0a7-4c77-a6cb-aa665f2ea573?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-5e8fd088206f1447-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4dc30d70e30471212a6ca372005a85f2", + "traceparent": "00-87573244021b624290d96c76a27d1bc3-2b5a7a285ec8da43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1720e454833c096584d3166879d6dd28", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:54:38 GMT", + "Date": "Thu, 15 Jun 2023 20:35:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13880,37 +14050,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4dc30d70e30471212a6ca372005a85f2", - "x-ms-correlation-request-id": "822ef031-ba9f-489b-9738-9c9f1258e787", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "d863828a-0efa-4fe2-83ca-9230721f8bab", - "x-ms-routing-request-id": "JAPANEAST:20230321T035438Z:822ef031-ba9f-489b-9738-9c9f1258e787", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "1720e454833c096584d3166879d6dd28", + "x-ms-correlation-request-id": "ba5e3176-1406-4524-ab6d-e83fb49139d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "69c6a676-1f81-4667-a281-33a318b4bf6f", + "x-ms-routing-request-id": "EASTUS:20230615T203524Z:ba5e3176-1406-4524-ab6d-e83fb49139d1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:54:32.223168\u002B00:00", + "startTime": "2023-06-15T20:35:18.9422058\u002B00:00", "status": "InProgress", - "name": "5d1f0b79-6622-4991-9468-fc9bb6426a37" + "name": "8f114222-d0a7-4c77-a6cb-aa665f2ea573" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8f114222-d0a7-4c77-a6cb-aa665f2ea573?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-8d7e1c4f6839c146-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5d72c197d615ac0e9ac1ca27accc9591", + "traceparent": "00-87573244021b624290d96c76a27d1bc3-1127f13edb072047-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4aae9efe25051462a2716d9576b9f66b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:54:42 GMT", + "Date": "Thu, 15 Jun 2023 20:35:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13919,37 +14089,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5d72c197d615ac0e9ac1ca27accc9591", - "x-ms-correlation-request-id": "147213c8-3644-41c3-a9c3-647ffd2bc3dc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "6c001bf6-ec8d-4863-8d99-b04de2a0b268", - "x-ms-routing-request-id": "JAPANEAST:20230321T035443Z:147213c8-3644-41c3-a9c3-647ffd2bc3dc", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "4aae9efe25051462a2716d9576b9f66b", + "x-ms-correlation-request-id": "ab436d6c-f955-4276-9fbb-7e5b21b0f783", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "a0ad73d3-6a1d-487a-8ce2-0a403bcd865a", + "x-ms-routing-request-id": "EASTUS:20230615T203528Z:ab436d6c-f955-4276-9fbb-7e5b21b0f783", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:54:32.223168\u002B00:00", + "startTime": "2023-06-15T20:35:18.9422058\u002B00:00", "status": "InProgress", - "name": "5d1f0b79-6622-4991-9468-fc9bb6426a37" + "name": "8f114222-d0a7-4c77-a6cb-aa665f2ea573" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8f114222-d0a7-4c77-a6cb-aa665f2ea573?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-ac3401f7bb43614b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b402c1cedbbdf5fcc9b1b38ce31369a8", + "traceparent": "00-87573244021b624290d96c76a27d1bc3-b32a896f6118d047-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1918edb073fc398c5898e346576c7425", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:54:51 GMT", + "Date": "Thu, 15 Jun 2023 20:35:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13958,37 +14128,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b402c1cedbbdf5fcc9b1b38ce31369a8", - "x-ms-correlation-request-id": "0655d87b-e2e7-4fe5-8e36-8ef39be6d2dd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "46621b90-7ed6-4708-ae17-165d221fded0", - "x-ms-routing-request-id": "JAPANEAST:20230321T035451Z:0655d87b-e2e7-4fe5-8e36-8ef39be6d2dd", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "1918edb073fc398c5898e346576c7425", + "x-ms-correlation-request-id": "f83c7645-7dd8-4ee8-87a4-2c85fc314ad1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "8dfc11ac-f773-44ba-8408-bfe8a79a465d", + "x-ms-routing-request-id": "EASTUS:20230615T203536Z:f83c7645-7dd8-4ee8-87a4-2c85fc314ad1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:54:32.223168\u002B00:00", + "startTime": "2023-06-15T20:35:18.9422058\u002B00:00", "status": "InProgress", - "name": "5d1f0b79-6622-4991-9468-fc9bb6426a37" + "name": "8f114222-d0a7-4c77-a6cb-aa665f2ea573" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8f114222-d0a7-4c77-a6cb-aa665f2ea573?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-68df607766c90349-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "45f72768916899c9fe17b34219f9c45d", + "traceparent": "00-87573244021b624290d96c76a27d1bc3-1fe9dd79517cae4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a6ad04a783452f5a810c74ca16d093cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:55:07 GMT", + "Date": "Thu, 15 Jun 2023 20:35:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13997,37 +14167,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "45f72768916899c9fe17b34219f9c45d", - "x-ms-correlation-request-id": "99ad7f35-02e4-4677-80c5-0a6fda16a6d5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "f64b6995-66bc-41da-95a4-23b10e9cac08", - "x-ms-routing-request-id": "JAPANEAST:20230321T035507Z:99ad7f35-02e4-4677-80c5-0a6fda16a6d5", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "a6ad04a783452f5a810c74ca16d093cb", + "x-ms-correlation-request-id": "236ca969-1834-4247-a7f7-73d757e93a50", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "90116a07-55df-4255-9f60-81c33649ffa9", + "x-ms-routing-request-id": "EASTUS:20230615T203552Z:236ca969-1834-4247-a7f7-73d757e93a50", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:54:32.223168\u002B00:00", + "startTime": "2023-06-15T20:35:18.9422058\u002B00:00", "status": "InProgress", - "name": "5d1f0b79-6622-4991-9468-fc9bb6426a37" + "name": "8f114222-d0a7-4c77-a6cb-aa665f2ea573" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8f114222-d0a7-4c77-a6cb-aa665f2ea573?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-91d1baeafeb5ed49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3ea411d6d157bb35c47d93632382c986", + "traceparent": "00-87573244021b624290d96c76a27d1bc3-ccbdebfe26b01a45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8bb7abddc4be8a2c1175f26d411cbc35", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:55:38 GMT", + "Date": "Thu, 15 Jun 2023 20:36:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14036,37 +14206,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3ea411d6d157bb35c47d93632382c986", - "x-ms-correlation-request-id": "757328bf-701a-4e26-93d1-0c57faa6fade", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "f1ba5a44-8340-47a1-92c2-54ccbfdb5660", - "x-ms-routing-request-id": "JAPANEAST:20230321T035539Z:757328bf-701a-4e26-93d1-0c57faa6fade", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8bb7abddc4be8a2c1175f26d411cbc35", + "x-ms-correlation-request-id": "2d4ca49a-4a39-48ed-92eb-4c00606d1484", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "511dc5c3-6c4f-46c5-ad36-f26862b99fed", + "x-ms-routing-request-id": "EASTUS:20230615T203624Z:2d4ca49a-4a39-48ed-92eb-4c00606d1484", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:54:32.223168\u002B00:00", + "startTime": "2023-06-15T20:35:18.9422058\u002B00:00", "status": "InProgress", - "name": "5d1f0b79-6622-4991-9468-fc9bb6426a37" + "name": "8f114222-d0a7-4c77-a6cb-aa665f2ea573" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8f114222-d0a7-4c77-a6cb-aa665f2ea573?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-05074a0b5d17384c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "84bf215850d53c29f869b5a528badbcf", + "traceparent": "00-87573244021b624290d96c76a27d1bc3-3d425c822bf2754c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "72ed47fc4f0c2d2592e998effec22287", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:56:11 GMT", + "Date": "Thu, 15 Jun 2023 20:36:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14075,37 +14245,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "84bf215850d53c29f869b5a528badbcf", - "x-ms-correlation-request-id": "e41a640c-d50d-46c6-a63e-7a4300332069", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "07bd8c05-1202-4bfe-be12-457b47300120", - "x-ms-routing-request-id": "JAPANEAST:20230321T035612Z:e41a640c-d50d-46c6-a63e-7a4300332069", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "72ed47fc4f0c2d2592e998effec22287", + "x-ms-correlation-request-id": "945f98ec-2b34-478c-9e40-c81c99f113de", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "89a8bef2-8ce9-419d-9c28-99b85aa0e926", + "x-ms-routing-request-id": "EASTUS:20230615T203656Z:945f98ec-2b34-478c-9e40-c81c99f113de", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:54:32.223168\u002B00:00", + "startTime": "2023-06-15T20:35:18.9422058\u002B00:00", "status": "InProgress", - "name": "5d1f0b79-6622-4991-9468-fc9bb6426a37" + "name": "8f114222-d0a7-4c77-a6cb-aa665f2ea573" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8f114222-d0a7-4c77-a6cb-aa665f2ea573?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-e66c338f6204a449-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d1b556ed2b6f9650f23c81ebfd65767b", + "Connection": "close", + "traceparent": "00-87573244021b624290d96c76a27d1bc3-c80c8d8be27eea47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ac691805e9b4e367d82294d090eded65", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Connection": "close", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:56:44 GMT", + "Date": "Thu, 15 Jun 2023 20:37:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14114,37 +14286,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1b556ed2b6f9650f23c81ebfd65767b", - "x-ms-correlation-request-id": "b3e5bc5d-6f76-4588-a514-280f2f8fcb1b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "864db3e9-2d7e-4e7b-b47c-193aafec0f93", - "x-ms-routing-request-id": "JAPANEAST:20230321T035644Z:b3e5bc5d-6f76-4588-a514-280f2f8fcb1b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "ac691805e9b4e367d82294d090eded65", + "x-ms-correlation-request-id": "f5259657-ffec-4aed-ab00-09396e25ab85", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "8b075cd5-8e1c-4e30-b3c4-1414c5f90b03", + "x-ms-routing-request-id": "EASTUS:20230615T203728Z:f5259657-ffec-4aed-ab00-09396e25ab85", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:54:32.223168\u002B00:00", + "startTime": "2023-06-15T20:35:18.9422058\u002B00:00", "status": "InProgress", - "name": "5d1f0b79-6622-4991-9468-fc9bb6426a37" + "name": "8f114222-d0a7-4c77-a6cb-aa665f2ea573" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8f114222-d0a7-4c77-a6cb-aa665f2ea573?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-991b93c26bae264e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f7ea2c4d403a8688e86746ee1c8f920a", + "traceparent": "00-87573244021b624290d96c76a27d1bc3-ea6e9bf175eb2c4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cecd3f5020e28dbf858af8d42c3c8c4f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "234", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:57:16 GMT", + "Date": "Thu, 15 Jun 2023 20:38:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14153,38 +14325,45 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7ea2c4d403a8688e86746ee1c8f920a", - "x-ms-correlation-request-id": "08b11909-2453-4acb-92c3-201a5fe3965e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "985e4733-19ef-4742-956c-0c5bf0e05538", - "x-ms-routing-request-id": "JAPANEAST:20230321T035717Z:08b11909-2453-4acb-92c3-201a5fe3965e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "cecd3f5020e28dbf858af8d42c3c8c4f", + "x-ms-correlation-request-id": "e1438c4f-43ee-4959-95f8-c81b79c52edf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "d9c4ac07-12c2-47bf-a680-55488fef925d", + "x-ms-routing-request-id": "EASTUS:20230615T203801Z:e1438c4f-43ee-4959-95f8-c81b79c52edf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:54:32.223168\u002B00:00", - "status": "InProgress", - "name": "5d1f0b79-6622-4991-9468-fc9bb6426a37" + "startTime": "2023-06-15T20:35:18.9422058\u002B00:00", + "endTime": "2023-06-15T20:37:39.8903796\u002B00:00", + "status": "Succeeded", + "properties": { + "output": "success" + }, + "name": "8f114222-d0a7-4c77-a6cb-aa665f2ea573" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7094/start?api-version=2023-05-01", + "RequestMethod": "POST", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-1cc5a8de309cf548-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cc76c4a1f8cd2d17d1289199ce3e3f92", + "Content-Length": "0", + "traceparent": "00-2b156376f82e4046b7a7d78705947a5b-e991c8cfaf24bb41-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "29676a520fb21380df0a9ae9bb559ca5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/42709979-e1c9-47a6-938d-5b4d80d73649?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:57:48 GMT", + "Content-Length": "0", + "Date": "Thu, 15 Jun 2023 20:38:00 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/42709979-e1c9-47a6-938d-5b4d80d73649?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -14192,39 +14371,33 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc76c4a1f8cd2d17d1289199ce3e3f92", - "x-ms-correlation-request-id": "621cd606-4fe2-477b-b590-f4bd6eed9c7b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "1df66048-1bbf-4fc5-962c-01cf8d8f2d5a", - "x-ms-routing-request-id": "JAPANEAST:20230321T035749Z:621cd606-4fe2-477b-b590-f4bd6eed9c7b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "29676a520fb21380df0a9ae9bb559ca5", + "x-ms-correlation-request-id": "5b2214b9-8ac1-45f5-a084-5e78f5ad7566", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/StartOrStopCache1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "42709979-e1c9-47a6-938d-5b4d80d73649", + "x-ms-routing-request-id": "EASTUS:20230615T203801Z:5b2214b9-8ac1-45f5-a084-5e78f5ad7566", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": { - "startTime": "2023-03-21T03:54:32.223168\u002B00:00", - "status": "InProgress", - "name": "5d1f0b79-6622-4991-9468-fc9bb6426a37" - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/42709979-e1c9-47a6-938d-5b4d80d73649?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-10c543c22e56884d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fc5739f2e4cfac95cd2ee807e4627a63", + "traceparent": "00-2b156376f82e4046b7a7d78705947a5b-ed868c9ebf7c034e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "267d4496c48640b2bebaefd786d5d22f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:58:22 GMT", + "Date": "Thu, 15 Jun 2023 20:38:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14233,37 +14406,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc5739f2e4cfac95cd2ee807e4627a63", - "x-ms-correlation-request-id": "0b9b3c60-4736-471d-bd67-37ff885cd809", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "0be832fa-5962-40a7-ac36-94e497f8fb08", - "x-ms-routing-request-id": "JAPANEAST:20230321T035822Z:0b9b3c60-4736-471d-bd67-37ff885cd809", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "267d4496c48640b2bebaefd786d5d22f", + "x-ms-correlation-request-id": "f0b0fbf4-a196-4e23-b94d-86a3b97fe5cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "9936c681-e83d-4bd5-a28c-19deb42ad3d8", + "x-ms-routing-request-id": "EASTUS:20230615T203801Z:f0b0fbf4-a196-4e23-b94d-86a3b97fe5cd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:54:32.223168\u002B00:00", + "startTime": "2023-06-15T20:38:01.4611777\u002B00:00", "status": "InProgress", - "name": "5d1f0b79-6622-4991-9468-fc9bb6426a37" + "name": "42709979-e1c9-47a6-938d-5b4d80d73649" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/42709979-e1c9-47a6-938d-5b4d80d73649?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-207ef07f83812142-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "394976a9a9ef55ae14bd2612aeefb7aa", + "traceparent": "00-2b156376f82e4046b7a7d78705947a5b-ffeda5bd54bf3649-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f9d953edcc9dfe5bc582cfd7e856234c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:58:55 GMT", + "Date": "Thu, 15 Jun 2023 20:38:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14272,37 +14445,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "394976a9a9ef55ae14bd2612aeefb7aa", - "x-ms-correlation-request-id": "d4e608ed-d353-4137-85fc-55abccdc36d3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "20738f7f-9683-4ad9-951f-66f84892a6a5", - "x-ms-routing-request-id": "JAPANEAST:20230321T035856Z:d4e608ed-d353-4137-85fc-55abccdc36d3", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "f9d953edcc9dfe5bc582cfd7e856234c", + "x-ms-correlation-request-id": "8f00d334-c44a-46a0-87fa-53fdccd5d910", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "d2c3fa66-e7f7-460a-82d0-2e0d4231cd91", + "x-ms-routing-request-id": "EASTUS:20230615T203802Z:8f00d334-c44a-46a0-87fa-53fdccd5d910", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:54:32.223168\u002B00:00", + "startTime": "2023-06-15T20:38:01.4611777\u002B00:00", "status": "InProgress", - "name": "5d1f0b79-6622-4991-9468-fc9bb6426a37" + "name": "42709979-e1c9-47a6-938d-5b4d80d73649" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/42709979-e1c9-47a6-938d-5b4d80d73649?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-30e225a74f12bf45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e2fbb3289537bd3a2ecafe9e0f0f486f", + "traceparent": "00-2b156376f82e4046b7a7d78705947a5b-0da57064913ba843-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7653fe5476d7361f805f003964cd5e84", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 03:59:27 GMT", + "Date": "Thu, 15 Jun 2023 20:38:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14311,37 +14484,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e2fbb3289537bd3a2ecafe9e0f0f486f", - "x-ms-correlation-request-id": "588f6fc3-1be6-44cf-9968-c0f27800ff70", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "1180fc34-0f54-4286-9dfe-3e70c6b88a34", - "x-ms-routing-request-id": "JAPANEAST:20230321T035928Z:588f6fc3-1be6-44cf-9968-c0f27800ff70", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "7653fe5476d7361f805f003964cd5e84", + "x-ms-correlation-request-id": "6439f67d-1b1d-4c49-879f-c51318573d34", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "d814af71-bdc6-4e48-b460-b0ff13dbb363", + "x-ms-routing-request-id": "EASTUS:20230615T203803Z:6439f67d-1b1d-4c49-879f-c51318573d34", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:54:32.223168\u002B00:00", + "startTime": "2023-06-15T20:38:01.4611777\u002B00:00", "status": "InProgress", - "name": "5d1f0b79-6622-4991-9468-fc9bb6426a37" + "name": "42709979-e1c9-47a6-938d-5b4d80d73649" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/42709979-e1c9-47a6-938d-5b4d80d73649?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-abd34d71fea57f46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "58ef2dad05f548a38a02e812bd83fdde", + "traceparent": "00-2b156376f82e4046b7a7d78705947a5b-fb63d83d6d6b7449-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9c3cf708bcb9c9fee97e6003f4da5768", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:00:00 GMT", + "Date": "Thu, 15 Jun 2023 20:38:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14350,37 +14523,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "58ef2dad05f548a38a02e812bd83fdde", - "x-ms-correlation-request-id": "5170580b-320f-41b5-9463-207d217e9e9b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "5286fff7-9f20-4c28-ad3f-2b0fce982814", - "x-ms-routing-request-id": "JAPANEAST:20230321T040000Z:5170580b-320f-41b5-9463-207d217e9e9b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "9c3cf708bcb9c9fee97e6003f4da5768", + "x-ms-correlation-request-id": "e34c7b25-724f-455c-8114-de9dbcdc9ae9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "95a52a8b-8aed-4b36-a194-a8ff8515e741", + "x-ms-routing-request-id": "EASTUS:20230615T203804Z:e34c7b25-724f-455c-8114-de9dbcdc9ae9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:54:32.223168\u002B00:00", + "startTime": "2023-06-15T20:38:01.4611777\u002B00:00", "status": "InProgress", - "name": "5d1f0b79-6622-4991-9468-fc9bb6426a37" + "name": "42709979-e1c9-47a6-938d-5b4d80d73649" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/42709979-e1c9-47a6-938d-5b4d80d73649?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-cce17a2f53b50743-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "31df3e779866132c3b8b0a24ab104504", + "traceparent": "00-2b156376f82e4046b7a7d78705947a5b-22d955e87837494f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8783a2975c81775834a2793dcb219af8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:00:32 GMT", + "Date": "Thu, 15 Jun 2023 20:38:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14389,37 +14562,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31df3e779866132c3b8b0a24ab104504", - "x-ms-correlation-request-id": "56eed8da-3648-4d4f-8981-da0308b29fb8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "c1e8df79-8544-4224-b9c8-01db8e78cc04", - "x-ms-routing-request-id": "JAPANEAST:20230321T040032Z:56eed8da-3648-4d4f-8981-da0308b29fb8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8783a2975c81775834a2793dcb219af8", + "x-ms-correlation-request-id": "2073dcfd-9a30-4c5d-b3d2-b68261cfd5b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "ea143ae2-4fb5-4ae4-8402-6e5650f1a287", + "x-ms-routing-request-id": "EASTUS:20230615T203806Z:2073dcfd-9a30-4c5d-b3d2-b68261cfd5b3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:54:32.223168\u002B00:00", + "startTime": "2023-06-15T20:38:01.4611777\u002B00:00", "status": "InProgress", - "name": "5d1f0b79-6622-4991-9468-fc9bb6426a37" + "name": "42709979-e1c9-47a6-938d-5b4d80d73649" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5d1f0b79-6622-4991-9468-fc9bb6426a37?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/42709979-e1c9-47a6-938d-5b4d80d73649?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5533cef946e45f4a832872d6056a98da-78396297c30e9946-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8164b7755f0022b510b25734ad28ffab", + "traceparent": "00-2b156376f82e4046b7a7d78705947a5b-b50b9ff0a816ab47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f1cf4b2486199793008a8c58161b42a5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "233", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:01:04 GMT", + "Date": "Thu, 15 Jun 2023 20:38:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14428,41 +14601,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8164b7755f0022b510b25734ad28ffab", - "x-ms-correlation-request-id": "2b12382e-6ac8-498d-8295-362f3eba4b1e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "c9b002ba-b5cf-469a-b189-c1419c93a358", - "x-ms-routing-request-id": "JAPANEAST:20230321T040105Z:2b12382e-6ac8-498d-8295-362f3eba4b1e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "f1cf4b2486199793008a8c58161b42a5", + "x-ms-correlation-request-id": "b2e9e759-381a-4150-8ad3-f1010575d40a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "51fa82b5-4276-449b-8216-4cab561a78b4", + "x-ms-routing-request-id": "EASTUS:20230615T203811Z:b2e9e759-381a-4150-8ad3-f1010575d40a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T03:54:32.223168\u002B00:00", - "endTime": "2023-03-21T04:00:36.2665253\u002B00:00", - "status": "Succeeded", - "properties": { - "output": "success" - }, - "name": "5d1f0b79-6622-4991-9468-fc9bb6426a37" + "startTime": "2023-06-15T20:38:01.4611777\u002B00:00", + "status": "InProgress", + "name": "42709979-e1c9-47a6-938d-5b4d80d73649" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg7534/providers/Microsoft.StorageCache/caches/testsc6065/upgrade?api-version=2023-01-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/42709979-e1c9-47a6-938d-5b4d80d73649?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-2f6d096d7a2b284bbdcfaef57c704f6d-911231ca79e45d4c-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d12620cc1630150801db1c69fa7e9d7a", + "traceparent": "00-2b156376f82e4046b7a7d78705947a5b-4c131f2667522b42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c2a29807d649ab029fc4671743c0fdc7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 204, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Date": "Tue, 21 Mar 2023 04:01:06 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:38:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14471,36 +14640,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d12620cc1630150801db1c69fa7e9d7a", - "x-ms-correlation-request-id": "420d187d-6172-4a08-99f8-e4fde7366985", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateFirmware1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "bd418a17-4248-4407-b93b-1b0a3318c58b", - "x-ms-routing-request-id": "JAPANEAST:20230321T040107Z:420d187d-6172-4a08-99f8-e4fde7366985", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "c2a29807d649ab029fc4671743c0fdc7", + "x-ms-correlation-request-id": "2007afe2-31aa-4dff-a099-54ad71c7c4fc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "c29eb48a-30cf-4527-9062-634328e2b758", + "x-ms-routing-request-id": "EASTUS:20230615T203819Z:2007afe2-31aa-4dff-a099-54ad71c7c4fc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T20:38:01.4611777\u002B00:00", + "status": "InProgress", + "name": "42709979-e1c9-47a6-938d-5b4d80d73649" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg7534/providers/Microsoft.StorageCache/caches/testsc6065?api-version=2023-01-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/42709979-e1c9-47a6-938d-5b4d80d73649?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f9bb7efff4bd4d46bcec6c7e38e2fd4a-7a34896c8bee2248-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8a585f8c74e95ed4ae4f7f24434b2791", + "traceparent": "00-2b156376f82e4046b7a7d78705947a5b-d8b621e95920a049-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a9de67e4660b114e0eec86f7d0ff6118", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/76eba825-ea26-4de4-9899-412371b98c26?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 04:01:07 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:38:34 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/76eba825-ea26-4de4-9899-412371b98c26?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -14508,24 +14679,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a585f8c74e95ed4ae4f7f24434b2791", - "x-ms-correlation-request-id": "93add1fd-be04-492c-a2ed-d032c0308204", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "76eba825-ea26-4de4-9899-412371b98c26", - "x-ms-routing-request-id": "JAPANEAST:20230321T040108Z:93add1fd-be04-492c-a2ed-d032c0308204", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "a9de67e4660b114e0eec86f7d0ff6118", + "x-ms-correlation-request-id": "737c7f62-c6af-4b6b-a585-bffee88f0f92", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "da038ae2-38c4-43b9-877e-7fb32cfff5a9", + "x-ms-routing-request-id": "EASTUS:20230615T203835Z:737c7f62-c6af-4b6b-a585-bffee88f0f92", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T20:38:01.4611777\u002B00:00", + "status": "InProgress", + "name": "42709979-e1c9-47a6-938d-5b4d80d73649" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/76eba825-ea26-4de4-9899-412371b98c26?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/42709979-e1c9-47a6-938d-5b4d80d73649?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9bb7efff4bd4d46bcec6c7e38e2fd4a-3ee434b9f56a1844-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9bdd0975132547900e3e57cffcb9d43d", + "traceparent": "00-2b156376f82e4046b7a7d78705947a5b-1b4deb4aff890a41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3335d360d77f4dae482352541e7b533f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14534,7 +14709,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:01:07 GMT", + "Date": "Thu, 15 Jun 2023 20:39:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14543,28 +14718,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9bdd0975132547900e3e57cffcb9d43d", - "x-ms-correlation-request-id": "d975e2d9-e92b-4ea6-a0eb-5ef440d8762d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "91f26d04-65f3-4023-8991-0b4d6a61e74f", - "x-ms-routing-request-id": "JAPANEAST:20230321T040108Z:d975e2d9-e92b-4ea6-a0eb-5ef440d8762d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "3335d360d77f4dae482352541e7b533f", + "x-ms-correlation-request-id": "7f88e912-7549-4ee1-9b19-a1bfe130c496", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "552d3957-8ee9-40d2-a2a2-8dcc2e480e8c", + "x-ms-routing-request-id": "EASTUS:20230615T203907Z:7f88e912-7549-4ee1-9b19-a1bfe130c496", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:01:07.9805725\u002B00:00", + "startTime": "2023-06-15T20:38:01.4611777\u002B00:00", "status": "InProgress", - "name": "76eba825-ea26-4de4-9899-412371b98c26" + "name": "42709979-e1c9-47a6-938d-5b4d80d73649" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/76eba825-ea26-4de4-9899-412371b98c26?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/42709979-e1c9-47a6-938d-5b4d80d73649?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9bb7efff4bd4d46bcec6c7e38e2fd4a-16ee71f98fea7e43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "639e8f949b7e9286d30848db2c606859", + "traceparent": "00-2b156376f82e4046b7a7d78705947a5b-d667bf274fcb0c4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ae74c48c983da19a4991b35d500bdba0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14573,7 +14748,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:01:08 GMT", + "Date": "Thu, 15 Jun 2023 20:39:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14582,28 +14757,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "639e8f949b7e9286d30848db2c606859", - "x-ms-correlation-request-id": "2876fc49-6a7b-4200-941a-e31454a56952", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "3567d211-111c-4d50-86e6-5fff8e8f1dfd", - "x-ms-routing-request-id": "JAPANEAST:20230321T040109Z:2876fc49-6a7b-4200-941a-e31454a56952", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "ae74c48c983da19a4991b35d500bdba0", + "x-ms-correlation-request-id": "da979e08-646d-49a9-8b44-3698f9a65cdd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "7bc306fb-816a-4595-8f8f-b1c57cd85226", + "x-ms-routing-request-id": "EASTUS:20230615T203939Z:da979e08-646d-49a9-8b44-3698f9a65cdd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:01:07.9805725\u002B00:00", + "startTime": "2023-06-15T20:38:01.4611777\u002B00:00", "status": "InProgress", - "name": "76eba825-ea26-4de4-9899-412371b98c26" + "name": "42709979-e1c9-47a6-938d-5b4d80d73649" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/76eba825-ea26-4de4-9899-412371b98c26?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/42709979-e1c9-47a6-938d-5b4d80d73649?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9bb7efff4bd4d46bcec6c7e38e2fd4a-dd0373a7dd8b6e43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "39af757a8c6e016b4d30bb4da1bd5387", + "traceparent": "00-2b156376f82e4046b7a7d78705947a5b-b325722cec33d44e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6fb74f63ca8a0c48b89060e713f9f293", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14612,7 +14787,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:01:10 GMT", + "Date": "Thu, 15 Jun 2023 20:40:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14621,28 +14796,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "39af757a8c6e016b4d30bb4da1bd5387", - "x-ms-correlation-request-id": "7a2ecea6-ce5d-4905-a07b-2fdb60608528", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "24e4b35f-4b58-4b3e-9630-22287dfb11cb", - "x-ms-routing-request-id": "JAPANEAST:20230321T040110Z:7a2ecea6-ce5d-4905-a07b-2fdb60608528", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "6fb74f63ca8a0c48b89060e713f9f293", + "x-ms-correlation-request-id": "35da9327-55cb-4d0f-84a0-084b9a034fd6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "8c92ccd3-516b-4191-bf8d-7855bba886da", + "x-ms-routing-request-id": "EASTUS:20230615T204011Z:35da9327-55cb-4d0f-84a0-084b9a034fd6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:01:07.9805725\u002B00:00", + "startTime": "2023-06-15T20:38:01.4611777\u002B00:00", "status": "InProgress", - "name": "76eba825-ea26-4de4-9899-412371b98c26" + "name": "42709979-e1c9-47a6-938d-5b4d80d73649" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/76eba825-ea26-4de4-9899-412371b98c26?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/42709979-e1c9-47a6-938d-5b4d80d73649?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9bb7efff4bd4d46bcec6c7e38e2fd4a-163aa89a0c1dff40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "65de0a3971b6d98b824ac81dcab51bad", + "traceparent": "00-2b156376f82e4046b7a7d78705947a5b-0c8b9274be43d043-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0b6b4798b28ac7db3894eaee2451fd3c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14651,7 +14826,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:01:11 GMT", + "Date": "Thu, 15 Jun 2023 20:40:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14660,28 +14835,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65de0a3971b6d98b824ac81dcab51bad", - "x-ms-correlation-request-id": "508f5413-8417-4c00-aba0-b85254fe522f", + "x-ms-client-request-id": "0b6b4798b28ac7db3894eaee2451fd3c", + "x-ms-correlation-request-id": "028e414a-9fe8-40e5-8e31-79a788b71892", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "36e5b08f-3551-42de-bddc-374efb1a194b", - "x-ms-routing-request-id": "JAPANEAST:20230321T040112Z:508f5413-8417-4c00-aba0-b85254fe522f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "d4c36064-0a64-4a83-a2be-49a633c573d4", + "x-ms-routing-request-id": "EASTUS:20230615T204043Z:028e414a-9fe8-40e5-8e31-79a788b71892", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:01:07.9805725\u002B00:00", + "startTime": "2023-06-15T20:38:01.4611777\u002B00:00", "status": "InProgress", - "name": "76eba825-ea26-4de4-9899-412371b98c26" + "name": "42709979-e1c9-47a6-938d-5b4d80d73649" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/76eba825-ea26-4de4-9899-412371b98c26?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/42709979-e1c9-47a6-938d-5b4d80d73649?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9bb7efff4bd4d46bcec6c7e38e2fd4a-e42fa582c2140241-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8654fdd59b0a08cf239d154ee039f116", + "traceparent": "00-2b156376f82e4046b7a7d78705947a5b-39c9d072fe2b0844-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cff1b248e3c3c2b47b68f6ac37b38d4f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14690,7 +14865,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:01:13 GMT", + "Date": "Thu, 15 Jun 2023 20:41:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14699,28 +14874,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8654fdd59b0a08cf239d154ee039f116", - "x-ms-correlation-request-id": "3c195ebd-fdb1-4685-87f4-d8a87b683197", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "9cc874f0-bca2-4f33-b819-b2084a0571f1", - "x-ms-routing-request-id": "JAPANEAST:20230321T040114Z:3c195ebd-fdb1-4685-87f4-d8a87b683197", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "cff1b248e3c3c2b47b68f6ac37b38d4f", + "x-ms-correlation-request-id": "b624d766-9166-4b1d-849f-5bcf1f10492f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "d16e29d2-4543-418c-a06d-dcb614c17b9d", + "x-ms-routing-request-id": "EASTUS:20230615T204115Z:b624d766-9166-4b1d-849f-5bcf1f10492f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:01:07.9805725\u002B00:00", + "startTime": "2023-06-15T20:38:01.4611777\u002B00:00", "status": "InProgress", - "name": "76eba825-ea26-4de4-9899-412371b98c26" + "name": "42709979-e1c9-47a6-938d-5b4d80d73649" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/76eba825-ea26-4de4-9899-412371b98c26?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/42709979-e1c9-47a6-938d-5b4d80d73649?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9bb7efff4bd4d46bcec6c7e38e2fd4a-75144fe751c7014c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "21a1c0b5038109a3ead6b723c44e3797", + "traceparent": "00-2b156376f82e4046b7a7d78705947a5b-57f878f29a4a904b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "09c41f9ecfa0b11573f037f6df5ae767", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14729,7 +14904,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:01:18 GMT", + "Date": "Thu, 15 Jun 2023 20:41:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14738,28 +14913,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21a1c0b5038109a3ead6b723c44e3797", - "x-ms-correlation-request-id": "f4669c51-81c4-44bb-aa20-1ab9f6c7a511", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "74cd3aee-0e84-4d7c-8ed6-7a7bd20909ab", - "x-ms-routing-request-id": "JAPANEAST:20230321T040118Z:f4669c51-81c4-44bb-aa20-1ab9f6c7a511", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "09c41f9ecfa0b11573f037f6df5ae767", + "x-ms-correlation-request-id": "a4713391-f9e8-4b2d-9c5d-7db17070412f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "580f30d3-a014-4498-8e94-fcd98eefb5fc", + "x-ms-routing-request-id": "EASTUS:20230615T204147Z:a4713391-f9e8-4b2d-9c5d-7db17070412f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:01:07.9805725\u002B00:00", + "startTime": "2023-06-15T20:38:01.4611777\u002B00:00", "status": "InProgress", - "name": "76eba825-ea26-4de4-9899-412371b98c26" + "name": "42709979-e1c9-47a6-938d-5b4d80d73649" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/76eba825-ea26-4de4-9899-412371b98c26?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/42709979-e1c9-47a6-938d-5b4d80d73649?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9bb7efff4bd4d46bcec6c7e38e2fd4a-225625c477c3c244-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a3780e15cc689e7d3bd642185b3cf849", + "traceparent": "00-2b156376f82e4046b7a7d78705947a5b-ac2b200511181145-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "619e23932308b5cf92a88f22bc2f8f85", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14768,7 +14943,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:01:26 GMT", + "Date": "Thu, 15 Jun 2023 20:42:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14777,28 +14952,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a3780e15cc689e7d3bd642185b3cf849", - "x-ms-correlation-request-id": "599a5c57-3c0d-4f10-a703-bfc84a96e1b2", + "x-ms-client-request-id": "619e23932308b5cf92a88f22bc2f8f85", + "x-ms-correlation-request-id": "7dfe639e-ce69-4c3c-959a-8701fa6a998e", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "2437e674-870f-4a63-a948-d24da237c48f", - "x-ms-routing-request-id": "JAPANEAST:20230321T040127Z:599a5c57-3c0d-4f10-a703-bfc84a96e1b2", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "18498a3c-bd08-4ba2-85d6-7e18de91a115", + "x-ms-routing-request-id": "EASTUS:20230615T204219Z:7dfe639e-ce69-4c3c-959a-8701fa6a998e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:01:07.9805725\u002B00:00", + "startTime": "2023-06-15T20:38:01.4611777\u002B00:00", "status": "InProgress", - "name": "76eba825-ea26-4de4-9899-412371b98c26" + "name": "42709979-e1c9-47a6-938d-5b4d80d73649" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/76eba825-ea26-4de4-9899-412371b98c26?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/42709979-e1c9-47a6-938d-5b4d80d73649?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9bb7efff4bd4d46bcec6c7e38e2fd4a-09f2c11c3aeaaf41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0967b258f913d22b5a4a9b33e4ab44d5", + "traceparent": "00-2b156376f82e4046b7a7d78705947a5b-a62abec15820f345-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "044f9a06f48c789c9c3f5bd3acbee221", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14807,7 +14982,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:01:43 GMT", + "Date": "Thu, 15 Jun 2023 20:42:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14816,37 +14991,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0967b258f913d22b5a4a9b33e4ab44d5", - "x-ms-correlation-request-id": "43202d2e-8156-4d34-88ef-2dc7d5b1e46b", + "x-ms-client-request-id": "044f9a06f48c789c9c3f5bd3acbee221", + "x-ms-correlation-request-id": "3013098b-f9fd-44fc-b2b2-bf016bee0aac", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "7a563b94-33b4-4110-b008-e253c5444a92", - "x-ms-routing-request-id": "JAPANEAST:20230321T040143Z:43202d2e-8156-4d34-88ef-2dc7d5b1e46b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "475c2bc9-323d-42c1-8ad4-5e926ebdf9c8", + "x-ms-routing-request-id": "EASTUS:20230615T204251Z:3013098b-f9fd-44fc-b2b2-bf016bee0aac", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:01:07.9805725\u002B00:00", + "startTime": "2023-06-15T20:38:01.4611777\u002B00:00", "status": "InProgress", - "name": "76eba825-ea26-4de4-9899-412371b98c26" + "name": "42709979-e1c9-47a6-938d-5b4d80d73649" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/76eba825-ea26-4de4-9899-412371b98c26?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/42709979-e1c9-47a6-938d-5b4d80d73649?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9bb7efff4bd4d46bcec6c7e38e2fd4a-b9d75b716e673248-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d2387d654ec0e9ad4302e6abc08aaead", + "Connection": "close", + "traceparent": "00-2b156376f82e4046b7a7d78705947a5b-06d100c586ac004a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "13198f802c147a46500f76f73ff2f544", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Connection": "close", + "Content-Length": "234", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:02:15 GMT", + "Date": "Thu, 15 Jun 2023 20:43:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14855,37 +15032,41 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2387d654ec0e9ad4302e6abc08aaead", - "x-ms-correlation-request-id": "6e787963-71b5-4b5f-acbb-b53c0a2a2d39", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "5cad0cc3-d340-4408-b9ba-ae970c95c924", - "x-ms-routing-request-id": "JAPANEAST:20230321T040215Z:6e787963-71b5-4b5f-acbb-b53c0a2a2d39", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "13198f802c147a46500f76f73ff2f544", + "x-ms-correlation-request-id": "9bf0d3d9-e077-47e5-8f4e-cc3b2543867c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "ea5ab359-e9ec-4efd-9579-121b2d265607", + "x-ms-routing-request-id": "EASTUS:20230615T204323Z:9bf0d3d9-e077-47e5-8f4e-cc3b2543867c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:01:07.9805725\u002B00:00", - "status": "InProgress", - "name": "76eba825-ea26-4de4-9899-412371b98c26" + "startTime": "2023-06-15T20:38:01.4611777\u002B00:00", + "endTime": "2023-06-15T20:43:20.5675761\u002B00:00", + "status": "Succeeded", + "properties": { + "output": "success" + }, + "name": "42709979-e1c9-47a6-938d-5b4d80d73649" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/76eba825-ea26-4de4-9899-412371b98c26?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7094/upgrade?api-version=2023-05-01", + "RequestMethod": "POST", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f9bb7efff4bd4d46bcec6c7e38e2fd4a-9b71320102366e40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "12cb6edd2de61c83e2a6491d3049ba90", + "Content-Length": "0", + "traceparent": "00-117560dd5023da4383de55f09400867b-fc662d88cfa7674e-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "45f0b160e30b9eda8725c4c9c8fb08d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:02:47 GMT", + "Date": "Thu, 15 Jun 2023 20:43:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14894,38 +15075,36 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "12cb6edd2de61c83e2a6491d3049ba90", - "x-ms-correlation-request-id": "cdbde1f7-c8b2-45f0-8b5d-464cd7db6341", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "451c5832-0f85-4bb4-adf0-6c3323bcc568", - "x-ms-routing-request-id": "JAPANEAST:20230321T040248Z:cdbde1f7-c8b2-45f0-8b5d-464cd7db6341", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "45f0b160e30b9eda8725c4c9c8fb08d4", + "x-ms-correlation-request-id": "35505e09-3543-4752-856e-be11ea3518fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateFirmware1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "c1845d5c-4735-465b-b9c7-ce5b36fdaf47", + "x-ms-routing-request-id": "EASTUS:20230615T204324Z:35505e09-3543-4752-856e-be11ea3518fb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": { - "startTime": "2023-03-21T04:01:07.9805725\u002B00:00", - "status": "InProgress", - "name": "76eba825-ea26-4de4-9899-412371b98c26" - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/76eba825-ea26-4de4-9899-412371b98c26?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7094?api-version=2023-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f9bb7efff4bd4d46bcec6c7e38e2fd4a-27d9019f80c83246-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ddb26c9226040a88047ec611128011cf", + "traceparent": "00-7d089e419eeda64fa83750663a427406-0eca9ba66b439647-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fa72164a9ccd9c16b47a8cef677db254", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b0742278-830b-4de7-b5b1-2bafdb7fa2a6?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:03:19 GMT", + "Content-Length": "0", + "Date": "Thu, 15 Jun 2023 20:43:24 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b0742278-830b-4de7-b5b1-2bafdb7fa2a6?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -14933,28 +15112,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ddb26c9226040a88047ec611128011cf", - "x-ms-correlation-request-id": "b01b4530-cc1e-4175-8a2c-9b36c55f0a61", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "2e750692-23dd-4d28-8cd2-fcf862d7ab9f", - "x-ms-routing-request-id": "JAPANEAST:20230321T040320Z:b01b4530-cc1e-4175-8a2c-9b36c55f0a61", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "fa72164a9ccd9c16b47a8cef677db254", + "x-ms-correlation-request-id": "88a0cce6-6c18-4685-8f31-2ba5dca02956", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "b0742278-830b-4de7-b5b1-2bafdb7fa2a6", + "x-ms-routing-request-id": "EASTUS:20230615T204324Z:88a0cce6-6c18-4685-8f31-2ba5dca02956", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": { - "startTime": "2023-03-21T04:01:07.9805725\u002B00:00", - "status": "InProgress", - "name": "76eba825-ea26-4de4-9899-412371b98c26" - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/76eba825-ea26-4de4-9899-412371b98c26?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b0742278-830b-4de7-b5b1-2bafdb7fa2a6?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9bb7efff4bd4d46bcec6c7e38e2fd4a-f44a28982d03e544-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7556ee9c32e038eef91cef1a048fb8f9", + "traceparent": "00-7d089e419eeda64fa83750663a427406-54f912b74002904c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b17e1bec0d8929065805789bef8173d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14963,7 +15138,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:03:52 GMT", + "Date": "Thu, 15 Jun 2023 20:43:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14972,39 +15147,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7556ee9c32e038eef91cef1a048fb8f9", - "x-ms-correlation-request-id": "fe31b9dd-bc35-4d0c-a1c5-b2154ad8a6a9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "6f949931-0cb7-4edd-81be-f40b4ee5f681", - "x-ms-routing-request-id": "JAPANEAST:20230321T040352Z:fe31b9dd-bc35-4d0c-a1c5-b2154ad8a6a9", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "b17e1bec0d8929065805789bef8173d6", + "x-ms-correlation-request-id": "543e453e-3b4b-47fe-833e-974bc22831de", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "3125acc8-99db-48cf-b412-c08df0b6227e", + "x-ms-routing-request-id": "EASTUS:20230615T204324Z:543e453e-3b4b-47fe-833e-974bc22831de", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:01:07.9805725\u002B00:00", + "startTime": "2023-06-15T20:43:24.5363822\u002B00:00", "status": "InProgress", - "name": "76eba825-ea26-4de4-9899-412371b98c26" + "name": "b0742278-830b-4de7-b5b1-2bafdb7fa2a6" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/76eba825-ea26-4de4-9899-412371b98c26?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b0742278-830b-4de7-b5b1-2bafdb7fa2a6?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-f9bb7efff4bd4d46bcec6c7e38e2fd4a-2c0ecef1e953b14a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "54195648d0d8b6a9e6c00d6867720961", + "traceparent": "00-7d089e419eeda64fa83750663a427406-a0022819660f264f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "da765f2268738258e88db9b7abdf6d58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:04:25 GMT", + "Date": "Thu, 15 Jun 2023 20:43:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -15013,37 +15186,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "54195648d0d8b6a9e6c00d6867720961", - "x-ms-correlation-request-id": "ac00c89a-0ed7-4d77-bf23-6a9e3ca552d7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "63aca747-ea1b-4f74-939d-a615ca9f1403", - "x-ms-routing-request-id": "JAPANEAST:20230321T040425Z:ac00c89a-0ed7-4d77-bf23-6a9e3ca552d7", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "da765f2268738258e88db9b7abdf6d58", + "x-ms-correlation-request-id": "2c428491-17da-4d0c-ac8f-5a2370f13189", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "3b7b9d8b-9c13-4f56-98e9-f7babcebc44e", + "x-ms-routing-request-id": "EASTUS:20230615T204325Z:2c428491-17da-4d0c-ac8f-5a2370f13189", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:01:07.9805725\u002B00:00", + "startTime": "2023-06-15T20:43:24.5363822\u002B00:00", "status": "InProgress", - "name": "76eba825-ea26-4de4-9899-412371b98c26" + "name": "b0742278-830b-4de7-b5b1-2bafdb7fa2a6" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/76eba825-ea26-4de4-9899-412371b98c26?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b0742278-830b-4de7-b5b1-2bafdb7fa2a6?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9bb7efff4bd4d46bcec6c7e38e2fd4a-28716541fb56544b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "42807a9444f360b07e7ae3e7366d0574", + "traceparent": "00-7d089e419eeda64fa83750663a427406-e01ab35be549ec42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4b02a95901fff9cb9c07784b4f92f6c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:04:59 GMT", + "Date": "Thu, 15 Jun 2023 20:43:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -15052,315 +15225,416 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42807a9444f360b07e7ae3e7366d0574", - "x-ms-correlation-request-id": "1515f5de-c0e0-4f37-b4fc-4e31cb64ca8f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "8ae725db-3c8c-4daa-a7e7-f2fbfccb1082", - "x-ms-routing-request-id": "JAPANEAST:20230321T040459Z:1515f5de-c0e0-4f37-b4fc-4e31cb64ca8f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "4b02a95901fff9cb9c07784b4f92f6c0", + "x-ms-correlation-request-id": "6da605f6-629d-4763-8452-163149b615a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "5a4c694f-1a29-4bd5-ab7d-198f51b1509b", + "x-ms-routing-request-id": "EASTUS:20230615T204326Z:6da605f6-629d-4763-8452-163149b615a5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:01:07.9805725\u002B00:00", - "endTime": "2023-03-21T04:04:35.1656593\u002B00:00", - "status": "Succeeded", - "name": "76eba825-ea26-4de4-9899-412371b98c26" + "startTime": "2023-06-15T20:43:24.5363822\u002B00:00", + "status": "InProgress", + "name": "b0742278-830b-4de7-b5b1-2bafdb7fa2a6" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg7534?api-version=**", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b0742278-830b-4de7-b5b1-2bafdb7fa2a6?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-fcdff7ecc848104ebda37ddf62bc3067-dd453e7b0ab0994d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bcc8ccc5bd67ccf6449f8f1f2486d087", + "traceparent": "00-7d089e419eeda64fa83750663a427406-5e5ec8fb9402f44f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cf131ba246e6846fc2fbc8fb544f7e78", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 04:05:02 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:43:27 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "008ceb8f-b9d3-4434-a7d4-016e917ed194", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "008ceb8f-b9d3-4434-a7d4-016e917ed194", - "x-ms-routing-request-id": "JAPANEAST:20230321T040502Z:008ceb8f-b9d3-4434-a7d4-016e917ed194" + "x-ms-client-request-id": "cf131ba246e6846fc2fbc8fb544f7e78", + "x-ms-correlation-request-id": "e90f2088-a5c9-41a7-b534-0b562b7aeaea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "4e0b7dec-da1c-4106-9ddc-3698c7f364b0", + "x-ms-routing-request-id": "EASTUS:20230615T204327Z:e90f2088-a5c9-41a7-b534-0b562b7aeaea", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T20:43:24.5363822\u002B00:00", + "status": "InProgress", + "name": "b0742278-830b-4de7-b5b1-2bafdb7fa2a6" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b0742278-830b-4de7-b5b1-2bafdb7fa2a6?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fcdff7ecc848104ebda37ddf62bc3067-00c6cb53f472634a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9aa298bb4caad7fa83b4fe54b4903bf8", + "traceparent": "00-7d089e419eeda64fa83750663a427406-143855e49913b841-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "45421f97277e21d6947d3e6cef0d3355", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 04:05:03 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:43:29 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6df6c74-fe00-4daf-8b2b-971a1a348044", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "b6df6c74-fe00-4daf-8b2b-971a1a348044", - "x-ms-routing-request-id": "JAPANEAST:20230321T040503Z:b6df6c74-fe00-4daf-8b2b-971a1a348044" + "x-ms-client-request-id": "45421f97277e21d6947d3e6cef0d3355", + "x-ms-correlation-request-id": "acb547bf-31fe-4602-b44a-6964d7cb0745", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "ef270d7f-b28a-443d-843e-127e0c6f3a94", + "x-ms-routing-request-id": "EASTUS:20230615T204329Z:acb547bf-31fe-4602-b44a-6964d7cb0745", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T20:43:24.5363822\u002B00:00", + "status": "InProgress", + "name": "b0742278-830b-4de7-b5b1-2bafdb7fa2a6" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b0742278-830b-4de7-b5b1-2bafdb7fa2a6?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fcdff7ecc848104ebda37ddf62bc3067-6efa86ff96283240-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a8d45caa7be64f65c7c416aee799df82", + "traceparent": "00-7d089e419eeda64fa83750663a427406-e0e2006845024743-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8f14f9969ecc12723a7e890338cfa54d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 04:05:18 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:43:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99a9a809-5dbd-4720-88fa-7e562cf3a190", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "99a9a809-5dbd-4720-88fa-7e562cf3a190", - "x-ms-routing-request-id": "JAPANEAST:20230321T040518Z:99a9a809-5dbd-4720-88fa-7e562cf3a190" + "x-ms-client-request-id": "8f14f9969ecc12723a7e890338cfa54d", + "x-ms-correlation-request-id": "3487553a-d2e8-4f46-a281-cd907ffe2ae7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "7beb0c57-664d-4a3d-adc9-9f6b83d7c898", + "x-ms-routing-request-id": "EASTUS:20230615T204333Z:3487553a-d2e8-4f46-a281-cd907ffe2ae7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T20:43:24.5363822\u002B00:00", + "status": "InProgress", + "name": "b0742278-830b-4de7-b5b1-2bafdb7fa2a6" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b0742278-830b-4de7-b5b1-2bafdb7fa2a6?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fcdff7ecc848104ebda37ddf62bc3067-46cd1a03bba1454c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8c64161f35e3c6dc93af075a78b14f15", + "traceparent": "00-7d089e419eeda64fa83750663a427406-85a236a1b4807a45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2fb3ff89b1507b4144f23b68070294b4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 04:05:33 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:43:41 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "34f7b174-c1ee-4eaf-86d2-6adbade84a0b", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "34f7b174-c1ee-4eaf-86d2-6adbade84a0b", - "x-ms-routing-request-id": "JAPANEAST:20230321T040534Z:34f7b174-c1ee-4eaf-86d2-6adbade84a0b" + "x-ms-client-request-id": "2fb3ff89b1507b4144f23b68070294b4", + "x-ms-correlation-request-id": "e3d8da58-d4c3-4b87-bfc8-219e8064b7c7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "07b51474-e20a-42ba-b726-9beaed0fd9f1", + "x-ms-routing-request-id": "EASTUS:20230615T204341Z:e3d8da58-d4c3-4b87-bfc8-219e8064b7c7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T20:43:24.5363822\u002B00:00", + "status": "InProgress", + "name": "b0742278-830b-4de7-b5b1-2bafdb7fa2a6" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b0742278-830b-4de7-b5b1-2bafdb7fa2a6?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fcdff7ecc848104ebda37ddf62bc3067-2e9f4e3e70e11c4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "90b3dd7dd7ed3f923353d3e5364cefe9", + "traceparent": "00-7d089e419eeda64fa83750663a427406-c06044c999779d4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5a6473c8ee3af9acad2f0aff9dd2e8c4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 04:05:48 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:43:57 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d628fb59-685d-4038-a6a0-2cc3711abaa1", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "d628fb59-685d-4038-a6a0-2cc3711abaa1", - "x-ms-routing-request-id": "JAPANEAST:20230321T040549Z:d628fb59-685d-4038-a6a0-2cc3711abaa1" + "x-ms-client-request-id": "5a6473c8ee3af9acad2f0aff9dd2e8c4", + "x-ms-correlation-request-id": "76ecb78e-5e6e-43d5-af34-419132bc1f82", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "c0ff579d-790e-48eb-bd97-0850b2662340", + "x-ms-routing-request-id": "EASTUS:20230615T204358Z:76ecb78e-5e6e-43d5-af34-419132bc1f82", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T20:43:24.5363822\u002B00:00", + "status": "InProgress", + "name": "b0742278-830b-4de7-b5b1-2bafdb7fa2a6" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b0742278-830b-4de7-b5b1-2bafdb7fa2a6?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fcdff7ecc848104ebda37ddf62bc3067-1435007178f2a640-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9d347bd4af2c74147f0e1437740ad615", + "traceparent": "00-7d089e419eeda64fa83750663a427406-f6003a008a16584a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f0e3f1d70359e505b7994ad962090b37", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 04:06:05 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:44:29 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16019a13-0c72-4384-b0ef-0641b194ee2a", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "16019a13-0c72-4384-b0ef-0641b194ee2a", - "x-ms-routing-request-id": "JAPANEAST:20230321T040605Z:16019a13-0c72-4384-b0ef-0641b194ee2a" + "x-ms-client-request-id": "f0e3f1d70359e505b7994ad962090b37", + "x-ms-correlation-request-id": "35329567-39ac-4811-85e4-d6f3a89822b5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "17d6f4da-e72c-4123-bb1f-2c6dae70a941", + "x-ms-routing-request-id": "EASTUS:20230615T204430Z:35329567-39ac-4811-85e4-d6f3a89822b5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T20:43:24.5363822\u002B00:00", + "status": "InProgress", + "name": "b0742278-830b-4de7-b5b1-2bafdb7fa2a6" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b0742278-830b-4de7-b5b1-2bafdb7fa2a6?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fcdff7ecc848104ebda37ddf62bc3067-e96b71eedf904046-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0a3000754ee648958424598f62f79047", + "traceparent": "00-7d089e419eeda64fa83750663a427406-c408ae7882ccf640-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c53bd4ea4a6a9a1252ba8120a641dd71", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 04:06:32 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:45:01 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78006f2a-a60e-47ce-81ea-41ae281a32d6", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "78006f2a-a60e-47ce-81ea-41ae281a32d6", - "x-ms-routing-request-id": "JAPANEAST:20230321T040633Z:78006f2a-a60e-47ce-81ea-41ae281a32d6" + "x-ms-client-request-id": "c53bd4ea4a6a9a1252ba8120a641dd71", + "x-ms-correlation-request-id": "2f3da3a5-00de-4276-89e7-3f0b44368b8d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "0c7bcaf2-ead3-4e40-9c09-403f1751d710", + "x-ms-routing-request-id": "EASTUS:20230615T204502Z:2f3da3a5-00de-4276-89e7-3f0b44368b8d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T20:43:24.5363822\u002B00:00", + "status": "InProgress", + "name": "b0742278-830b-4de7-b5b1-2bafdb7fa2a6" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b0742278-830b-4de7-b5b1-2bafdb7fa2a6?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fcdff7ecc848104ebda37ddf62bc3067-4073c24cac19bb49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fd851dbfb17ccee9c83f11dec25acb28", + "traceparent": "00-7d089e419eeda64fa83750663a427406-dd79e5a9e1a66840-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "15907609a41fc45b6d7fa2a1a3d396a4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 04:06:47 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:46:01 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "122fa02c-0a11-46ee-bc90-5da55696b89b", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "122fa02c-0a11-46ee-bc90-5da55696b89b", - "x-ms-routing-request-id": "JAPANEAST:20230321T040648Z:122fa02c-0a11-46ee-bc90-5da55696b89b" + "x-ms-client-request-id": "15907609a41fc45b6d7fa2a1a3d396a4", + "x-ms-correlation-request-id": "a3ae0112-bfc1-4072-b2f1-63ea059517d4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "08b4534f-63b2-4b5f-8223-44043567e355", + "x-ms-routing-request-id": "EASTUS:20230615T204601Z:a3ae0112-bfc1-4072-b2f1-63ea059517d4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T20:43:24.5363822\u002B00:00", + "status": "InProgress", + "name": "b0742278-830b-4de7-b5b1-2bafdb7fa2a6" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b0742278-830b-4de7-b5b1-2bafdb7fa2a6?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fcdff7ecc848104ebda37ddf62bc3067-9841cd5c24ad0a4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3570be7ce51b8603e5ec180756851187", + "traceparent": "00-7d089e419eeda64fa83750663a427406-2f7a398ad6454042-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c915d22423978d5adf489d9f82e53f76", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 04:07:04 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:46:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e55d5828-86e2-4aa3-b832-a4d0062463c4", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "e55d5828-86e2-4aa3-b832-a4d0062463c4", - "x-ms-routing-request-id": "JAPANEAST:20230321T040705Z:e55d5828-86e2-4aa3-b832-a4d0062463c4" + "x-ms-client-request-id": "c915d22423978d5adf489d9f82e53f76", + "x-ms-correlation-request-id": "7a47bae0-d265-4254-a6d4-d463fea9b032", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "e2220c18-aed6-47b0-bf09-de2b486024b9", + "x-ms-routing-request-id": "EASTUS:20230615T204633Z:7a47bae0-d265-4254-a6d4-d463fea9b032", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T20:43:24.5363822\u002B00:00", + "status": "InProgress", + "name": "b0742278-830b-4de7-b5b1-2bafdb7fa2a6" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NTM0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b0742278-830b-4de7-b5b1-2bafdb7fa2a6?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-fcdff7ecc848104ebda37ddf62bc3067-195d0dd2d5fbb645-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5678cc7dd984c399176141a73db6852a", + "traceparent": "00-7d089e419eeda64fa83750663a427406-822330bccd3c8e44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "eccfd9bbf6784618797757eba871f77f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 04:07:37 GMT", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:47:05 GMT", "Expires": "-1", "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "11d70ea9-955f-49ab-b687-b38cf7f87d18", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "11d70ea9-955f-49ab-b687-b38cf7f87d18", - "x-ms-routing-request-id": "JAPANEAST:20230321T040737Z:11d70ea9-955f-49ab-b687-b38cf7f87d18" + "x-ms-client-request-id": "eccfd9bbf6784618797757eba871f77f", + "x-ms-correlation-request-id": "24e423ca-b52c-4c89-8b87-65a31d1f67e7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "40a03bbc-bf37-41c7-8b73-89905c035c89", + "x-ms-routing-request-id": "EASTUS:20230615T204705Z:24e423ca-b52c-4c89-8b87-65a31d1f67e7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T20:43:24.5363822\u002B00:00", + "endTime": "2023-06-15T20:46:52.2684994\u002B00:00", + "status": "Succeeded", + "name": "b0742278-830b-4de7-b5b1-2bafdb7fa2a6" + } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "569923106", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1348637698", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/OtherCacheOperations()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/OtherCacheOperations()Async.json index 8541acb46529..076ea18e6ebd 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/OtherCacheOperations()Async.json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/OtherCacheOperations()Async.json @@ -1,52 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-5ee098682273444da248b0b9af11e5e8-63057ece1a183741-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9ad2581cbaba431f03525253f03e25f6", + "traceparent": "00-22aee03c12f4584baee11e46a60e4ef0-387411632e8cbd42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5795c36b467a2d49ae829e05a78a5c18", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:49:50 GMT", + "Date": "Thu, 15 Jun 2023 21:45:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ae1e7f1-4a83-4d48-b254-4ced2cc1afe6", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "4ae1e7f1-4a83-4d48-b254-4ced2cc1afe6", - "x-ms-routing-request-id": "JAPANEAST:20230321T044950Z:4ae1e7f1-4a83-4d48-b254-4ced2cc1afe6" + "x-ms-correlation-request-id": "ad7120d2-b014-4567-b4f0-cb3329db77be", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "ad7120d2-b014-4567-b4f0-cb3329db77be", + "x-ms-routing-request-id": "EASTUS:20230615T214503Z:ad7120d2-b014-4567-b4f0-cb3329db77be" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,75 +43,76 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6568?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-78f09efee65fe64099d9c612e8802db4-df8a3c27e9305146-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "94b65ae1ef67dc430da45d0677a9e7a5", + "traceparent": "00-bdfe8c938878d74d9e5087f34380aea1-745dad400d5edb45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "40c5d78f31c9bd5d68f24585736020ff", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:49:52 GMT", + "Date": "Thu, 15 Jun 2023 21:45:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d12c4e9-3e21-46bf-b7a4-957ee23fc041", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "7d12c4e9-3e21-46bf-b7a4-957ee23fc041", - "x-ms-routing-request-id": "JAPANEAST:20230321T044953Z:7d12c4e9-3e21-46bf-b7a4-957ee23fc041" + "x-ms-correlation-request-id": "e563dc5b-ebaf-468f-a978-a748ab8f8652", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "e563dc5b-ebaf-468f-a978-a748ab8f8652", + "x-ms-routing-request-id": "EASTUS:20230615T214503Z:e563dc5b-ebaf-468f-a978-a748ab8f8652" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6568", - "name": "storagecachetestrg6568", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-04488e356c2ba64bb637ce49e0bfba4c-234c9942cb86ad43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0054a4f3eb4f511e9c138cb4490e3a5b", + "traceparent": "00-9291c16642c84b45bacb0fa23617ee01-28b20c09b7181643-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2d9f5b9a9d940509c0da063b2f43183e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "146015", + "Content-Length": "156364", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:49:53 GMT", + "Date": "Thu, 15 Jun 2023 21:45:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d596d37-2b34-4e21-a915-384d4e10ca08", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "3d596d37-2b34-4e21-a915-384d4e10ca08", - "x-ms-routing-request-id": "JAPANEAST:20230321T044954Z:3d596d37-2b34-4e21-a915-384d4e10ca08" + "x-ms-correlation-request-id": "88af502d-490a-4c05-8c5c-3dc263a67763", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "88af502d-490a-4c05-8c5c-3dc263a67763", + "x-ms-routing-request-id": "EASTUS:20230615T214504Z:88af502d-490a-4c05-8c5c-3dc263a67763" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -174,6 +162,10 @@ { "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" } ], "resourceTypes": [ @@ -216,9 +208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -334,9 +331,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -452,9 +454,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -492,97 +499,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -592,89 +614,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -684,17 +706,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -739,9 +769,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -820,97 +855,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -920,89 +970,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1012,17 +1062,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1067,9 +1125,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1117,9 +1180,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1143,97 +1211,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1243,89 +1326,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1335,17 +1418,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1390,9 +1481,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1508,9 +1604,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1571,9 +1672,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1646,9 +1752,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1720,9 +1831,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1792,9 +1908,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1910,9 +2031,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2028,9 +2154,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2127,9 +2258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2213,9 +2349,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2296,9 +2437,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2414,9 +2560,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2457,97 +2608,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2557,89 +2723,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2649,17 +2815,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -2704,9 +2878,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2808,9 +2987,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2897,9 +3081,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2986,9 +3175,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3075,9 +3269,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3193,9 +3392,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3311,9 +3515,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3429,9 +3638,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3496,97 +3710,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3596,89 +3825,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3688,17 +3917,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -3743,9 +3980,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3784,6 +4026,8 @@ "resourceType": "locations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3898,9 +4142,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4015,9 +4264,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4132,9 +4386,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4235,9 +4494,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4298,9 +4562,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4347,9 +4616,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4464,9 +4738,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4555,9 +4834,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4637,9 +4921,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4686,9 +4975,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4760,9 +5054,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4834,9 +5133,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4904,9 +5208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4977,9 +5286,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5050,9 +5364,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5115,9 +5434,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5180,9 +5504,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5262,9 +5591,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5322,9 +5656,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5372,9 +5711,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5432,9 +5776,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5514,9 +5863,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5596,9 +5950,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5678,9 +6037,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5760,9 +6124,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6336,7 +6705,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6378,7 +6750,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6420,7 +6795,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6462,7 +6840,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6504,7 +6885,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6546,7 +6930,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6588,7 +6975,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6630,7 +7020,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6665,7 +7058,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6685,6 +7080,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6700,7 +7096,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6719,7 +7117,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6738,7 +7138,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6757,7 +7159,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6770,6 +7174,17 @@ "defaultApiVersion": "2018-08-01", "capabilities": "None" }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, { "resourceType": "trafficManagerUserMetricsKeys", "locations": [ @@ -6777,6 +7192,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2017-09-01-preview" @@ -6790,7 +7206,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6840,9 +7258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6944,9 +7367,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7047,9 +7475,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7139,9 +7572,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7229,9 +7667,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7305,9 +7748,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7381,9 +7829,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7457,9 +7910,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7561,9 +8019,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7654,9 +8117,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7743,9 +8211,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7830,9 +8303,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7901,9 +8379,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7990,9 +8473,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8079,9 +8567,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8158,9 +8651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8237,9 +8735,13 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8287,9 +8789,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8365,9 +8872,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8410,6 +8922,7 @@ "resourceType": "firewallPolicies", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8453,9 +8966,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8491,6 +9008,7 @@ "resourceType": "ipGroups", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8534,9 +9052,13 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8572,6 +9094,8 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8595,6 +9119,8 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8645,6 +9171,8 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8730,9 +9258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8797,9 +9330,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8843,97 +9381,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -8943,89 +9496,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -9035,17 +9588,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -9090,9 +9651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9168,9 +9734,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9247,9 +9818,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9326,9 +9902,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9391,9 +9972,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9482,9 +10068,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9525,30 +10116,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2022-05-01", - "2021-06-01", - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -9583,7 +10150,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -9603,179 +10170,19 @@ "Australia Southeast" ], "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", + "2022-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", + "West US", "East US", "North Europe", "West Europe", @@ -9811,9 +10218,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9890,9 +10302,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9933,6 +10350,7 @@ "resourceType": "virtualRouters", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -9976,9 +10394,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10014,6 +10436,7 @@ "resourceType": "networkVirtualAppliances", "locations": [ "Qatar Central", + "Poland Central", "Brazil Southeast", "West US 3", "Jio India West", @@ -10057,9 +10480,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10125,9 +10552,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10200,10 +10632,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10219,7 +10656,9 @@ "resourceType": "networkManagerConnections", "locations": [], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10278,7 +10717,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-02-01-preview", @@ -10335,10 +10777,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10397,10 +10844,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10459,7 +10911,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-06-01-preview" @@ -10514,10 +10969,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10575,10 +11035,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10587,147 +11052,408 @@ "2022-04-01-preview", "2022-01-01" ], - "capabilities": "None" - }, - { - "resourceType": "networkVirtualApplianceSkus", - "locations": [], + "capabilities": "None" + }, + { + "resourceType": "networkVirtualApplianceSkus", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "None" + }, + { + "resourceType": "locations/serviceTagDetails", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/dataTasks", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], "apiVersions": [ - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", "2020-07-01", - "2020-06-01", "2020-05-01", "2020-04-01", - "2020-03-01" + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" ], - "defaultApiVersion": "2020-04-01", + "defaultApiVersion": "2020-07-01", "capabilities": "None" }, { - "resourceType": "locations/serviceTagDetails", + "resourceType": "frontdoorWebApplicationFirewallPolicies", "locations": [ - "West US", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West", - "Sweden Central", - "Qatar Central" + "Australia Southeast" ], "apiVersions": [ - "2022-11-01", - "2022-09-01", - "2022-07-01", "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01" + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" ], - "capabilities": "None" + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "locations/dataTasks", + "resourceType": "networkExperimentProfiles", "locations": [ - "West US", + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", "North Europe", "West Europe", "East Asia", "Southeast Asia", - "North Central US", - "South Central US", - "Central US", - "East US 2", "Japan East", "Japan West", "Brazil South", "Australia East", - "Australia Southeast", - "Central India", - "South India", - "West India", - "Canada Central", - "Canada East", - "West Central US", - "West US 2", - "UK West", - "UK South", - "Korea Central", - "Korea South", - "France Central", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Jio India West", - "Sweden Central", - "Qatar Central" + "Australia Southeast" ], "apiVersions": [ - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01" + "2019-11-01" ], - "capabilities": "None" + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" } ], "registrationState": "Registered", @@ -10735,16 +11461,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6568/providers/Microsoft.Network/virtualNetworks/scTestVNet-8455?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6429?api-version=2023-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "173", "Content-Type": "application/json", - "traceparent": "00-04488e356c2ba64bb637ce49e0bfba4c-1d736a6bebd0e140-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b51cb38b8e69adbe15c13c8ca96bad67", + "traceparent": "00-9291c16642c84b45bacb0fa23617ee01-f58d4f388020d34a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6efec0f76539eed88701c4b94e619e58", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -10756,7 +11482,7 @@ }, "subnets": [ { - "name": "scTestSubnet-4636", + "name": "scTestSubnet-7251", "properties": { "addressPrefix": "10.0.0.0/16" } @@ -10768,11 +11494,11 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d1fd31fd-2ef2-4017-abb9-53d67a51b516?api-version=2022-11-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/a84c2687-f3a5-40b9-94bf-31617d28adf7?api-version=2023-04-01", "Cache-Control": "no-cache", - "Content-Length": "1279", + "Content-Length": "1016", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:49:59 GMT", + "Date": "Thu, 15 Jun 2023 21:45:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "3", @@ -10782,22 +11508,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bb305633-9244-4d85-aec4-7715424b0a09", - "x-ms-client-request-id": "b51cb38b8e69adbe15c13c8ca96bad67", - "x-ms-correlation-request-id": "cb731c27-688d-4eba-b5ed-e66823c8ce22", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "d1fd31fd-2ef2-4017-abb9-53d67a51b516", - "x-ms-routing-request-id": "JAPANEAST:20230321T044959Z:cb731c27-688d-4eba-b5ed-e66823c8ce22" + "x-ms-arm-service-request-id": "f5475f13-eb39-4b4a-ab81-455dcdd139f6", + "x-ms-client-request-id": "6efec0f76539eed88701c4b94e619e58", + "x-ms-correlation-request-id": "c19d338c-dd82-402d-a946-609e1bf1e5e3", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "a84c2687-f3a5-40b9-94bf-31617d28adf7", + "x-ms-routing-request-id": "EASTUS:20230615T214505Z:c19d338c-dd82-402d-a946-609e1bf1e5e3" }, "ResponseBody": { - "name": "scTestVNet-8455", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6568/providers/Microsoft.Network/virtualNetworks/scTestVNet-8455", - "etag": "W/\u00220eb42f5d-3dec-4a75-90e5-eec7442a4a2e\u0022", + "name": "scTestVNet-6429", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6429", + "etag": "W/\u002253b6a69c-e563-4559-8d6a-31904bc4befa\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Updating", - "resourceGuid": "0a13ca62-44d9-451f-a1a7-2dd038546603", + "resourceGuid": "ce491559-c198-4e65-bfec-0eee59ff49fa", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -10805,9 +11531,9 @@ }, "subnets": [ { - "name": "scTestSubnet-4636", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6568/providers/Microsoft.Network/virtualNetworks/scTestVNet-8455/subnets/scTestSubnet-4636", - "etag": "W/\u00220eb42f5d-3dec-4a75-90e5-eec7442a4a2e\u0022", + "name": "scTestSubnet-7251", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6429/subnets/scTestSubnet-7251", + "etag": "W/\u002253b6a69c-e563-4559-8d6a-31904bc4befa\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/16", @@ -10824,22 +11550,22 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d1fd31fd-2ef2-4017-abb9-53d67a51b516?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/a84c2687-f3a5-40b9-94bf-31617d28adf7?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-04488e356c2ba64bb637ce49e0bfba4c-79ae68a30e20ef4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f25c4e3d566d64cae6a6eb8dae92a831", + "traceparent": "00-9291c16642c84b45bacb0fa23617ee01-1588ebb50bd1904a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3f28225a24ae348482b1a593d950b75f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "30", + "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:49:59 GMT", + "Date": "Thu, 15 Jun 2023 21:45:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -10849,34 +11575,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f4305ed6-ef07-4fc4-bb67-5624e002343a", - "x-ms-client-request-id": "f25c4e3d566d64cae6a6eb8dae92a831", - "x-ms-correlation-request-id": "14093fee-f943-458c-8b38-3ddc9510e2b3", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "75f7ce33-8cc9-4b56-ae73-7b995fe20176", - "x-ms-routing-request-id": "JAPANEAST:20230321T044959Z:14093fee-f943-458c-8b38-3ddc9510e2b3" + "x-ms-arm-service-request-id": "96e126f5-269e-44d7-9199-76c225c6a896", + "x-ms-client-request-id": "3f28225a24ae348482b1a593d950b75f", + "x-ms-correlation-request-id": "4d5836e1-2baf-4687-bf35-61c32ca0957b", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "078f60f2-6248-42ae-9187-a9e65212e818", + "x-ms-routing-request-id": "EASTUS:20230615T214505Z:4d5836e1-2baf-4687-bf35-61c32ca0957b" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d1fd31fd-2ef2-4017-abb9-53d67a51b516?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/a84c2687-f3a5-40b9-94bf-31617d28adf7?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-04488e356c2ba64bb637ce49e0bfba4c-cc5118bc357fa448-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "57822566c30b31cd4c736bcbe7f52d25", + "traceparent": "00-9291c16642c84b45bacb0fa23617ee01-98e2a15588d3b141-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6327ae3b5c814d4e8f5baf0dc8f58cd0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:50:09 GMT", + "Date": "Thu, 15 Jun 2023 21:45:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10885,35 +11611,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6d4be0b3-bde2-43b2-9dd6-ed40075a249d", - "x-ms-client-request-id": "57822566c30b31cd4c736bcbe7f52d25", - "x-ms-correlation-request-id": "bd8b88e4-ed5a-4d50-999f-56bf779b1783", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "278052f8-1561-4f47-9163-add8c4f033b4", - "x-ms-routing-request-id": "JAPANEAST:20230321T045010Z:bd8b88e4-ed5a-4d50-999f-56bf779b1783" + "x-ms-arm-service-request-id": "ec0c3fbb-b32f-4f10-9300-11dfa6e9b014", + "x-ms-client-request-id": "6327ae3b5c814d4e8f5baf0dc8f58cd0", + "x-ms-correlation-request-id": "ce9916c7-8900-4747-b33e-779403f445c8", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "af7aa24c-b119-4cab-973e-9d2725daece4", + "x-ms-routing-request-id": "EASTUS:20230615T214515Z:ce9916c7-8900-4747-b33e-779403f445c8" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6568/providers/Microsoft.Network/virtualNetworks/scTestVNet-8455?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6429?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-04488e356c2ba64bb637ce49e0bfba4c-7f551f1145030e47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5a4e44acba0fdcf9279d90e66ed9f9b6", + "traceparent": "00-9291c16642c84b45bacb0fa23617ee01-d19b9f4b1fb2064c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2b5f82eb5e38efa9478c393e059dc96f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1281", + "Content-Length": "1018", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:50:10 GMT", - "ETag": "W/\u0022ee791988-ecf5-4818-9688-0c322b66d1f7\u0022", + "Date": "Thu, 15 Jun 2023 21:45:15 GMT", + "ETag": "W/\u002207c32d66-d614-472c-b22e-3a2acc7927e1\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10922,22 +11648,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a2715781-d7cd-4e9f-bf6c-e2eb773e2934", - "x-ms-client-request-id": "5a4e44acba0fdcf9279d90e66ed9f9b6", - "x-ms-correlation-request-id": "6d2e9965-a3f3-421a-98dd-5ac9396a3400", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "705e9684-20ed-4e32-992b-f1487e55361e", - "x-ms-routing-request-id": "JAPANEAST:20230321T045010Z:6d2e9965-a3f3-421a-98dd-5ac9396a3400" + "x-ms-arm-service-request-id": "7a7f6048-28c1-4a03-ac55-3dffa31557d5", + "x-ms-client-request-id": "2b5f82eb5e38efa9478c393e059dc96f", + "x-ms-correlation-request-id": "7bf1bc16-0943-48ce-ac19-65554e8f2078", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "3ae48022-60d4-4a9f-a116-6fc47d5d9ed5", + "x-ms-routing-request-id": "EASTUS:20230615T214515Z:7bf1bc16-0943-48ce-ac19-65554e8f2078" }, "ResponseBody": { - "name": "scTestVNet-8455", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6568/providers/Microsoft.Network/virtualNetworks/scTestVNet-8455", - "etag": "W/\u0022ee791988-ecf5-4818-9688-0c322b66d1f7\u0022", + "name": "scTestVNet-6429", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6429", + "etag": "W/\u002207c32d66-d614-472c-b22e-3a2acc7927e1\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "0a13ca62-44d9-451f-a1a7-2dd038546603", + "resourceGuid": "ce491559-c198-4e65-bfec-0eee59ff49fa", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -10945,9 +11671,9 @@ }, "subnets": [ { - "name": "scTestSubnet-4636", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6568/providers/Microsoft.Network/virtualNetworks/scTestVNet-8455/subnets/scTestSubnet-4636", - "etag": "W/\u0022ee791988-ecf5-4818-9688-0c322b66d1f7\u0022", + "name": "scTestSubnet-7251", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6429/subnets/scTestSubnet-7251", + "etag": "W/\u002207c32d66-d614-472c-b22e-3a2acc7927e1\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/16", @@ -10964,16 +11690,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6568/providers/Microsoft.StorageCache/caches/testsc5330?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc958?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "295", "Content-Type": "application/json", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-597f36cef0574d49-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5a6275f4bd6d79ec802aa6f9eafe7cf1", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-5382342f130f6d44-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b3a73d75b190fec0d3dbb05375776c8c", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -10984,7 +11710,7 @@ "location": "eastus", "properties": { "cacheSizeGB": 3072, - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6568/providers/Microsoft.Network/virtualNetworks/scTestVNet-8455/subnets/scTestSubnet-4636", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6429/subnets/scTestSubnet-7251", "zones": [ "1" ] @@ -10992,11 +11718,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "1995", + "Content-Length": "1966", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:50:14 GMT", + "Date": "Thu, 15 Jun 2023 21:45:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11005,17 +11731,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a6275f4bd6d79ec802aa6f9eafe7cf1", - "x-ms-correlation-request-id": "571844f6-e390-4449-a627-a93ce885a348", + "x-ms-client-request-id": "b3a73d75b190fec0d3dbb05375776c8c", + "x-ms-correlation-request-id": "2d09b6fc-2f31-460e-bd56-0b9851cfc898", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "983be54d-1540-47cd-818a-f36b23c579e8", - "x-ms-routing-request-id": "JAPANEAST:20230321T045014Z:571844f6-e390-4449-a627-a93ce885a348", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "24a18727-ee25-4963-b0f2-474ef78f9772", + "x-ms-routing-request-id": "EASTUS:20230615T214517Z:2d09b6fc-2f31-460e-bd56-0b9851cfc898", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc5330", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6568/providers/Microsoft.StorageCache/caches/testsc5330", + "name": "testsc958", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc958", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -11047,19 +11773,18 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Transitioning", "statusDescription": "The cache is being allocated." }, "provisioningState": "Creating", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6568/providers/Microsoft.Network/virtualNetworks/scTestVNet-8455/subnets/scTestSubnet-4636", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6429/subnets/scTestSubnet-7251", "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T04:50:13.3076645Z", + "lastFirmwareUpdate": "2023-06-15T21:45:16.8350857Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -11068,23 +11793,23 @@ } }, "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-21T04:50:12.3080823Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdAt": "2023-06-15T21:45:16.5873017Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T04:50:12.3080823Z" + "lastModifiedAt": "2023-06-15T21:45:16.5873017Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-6c3c5536d0e5a540-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "72d6b579d293efb757d5dae41400f129", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-9771707c527c7841-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8a973f91d94e3a3fc160575dad5579cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11093,7 +11818,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:50:15 GMT", + "Date": "Thu, 15 Jun 2023 21:45:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11102,28 +11827,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "72d6b579d293efb757d5dae41400f129", - "x-ms-correlation-request-id": "5241a786-b48f-4814-b4de-da56b393ca66", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "d68fc04f-cb35-428b-84e4-2063745ca4dd", - "x-ms-routing-request-id": "JAPANEAST:20230321T045015Z:5241a786-b48f-4814-b4de-da56b393ca66", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8a973f91d94e3a3fc160575dad5579cf", + "x-ms-correlation-request-id": "98ed4cc2-5d99-4bf9-9d81-acbac6dabfd8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "71dfec64-cf53-4647-bb98-0e4adfe44f95", + "x-ms-routing-request-id": "EASTUS:20230615T214517Z:98ed4cc2-5d99-4bf9-9d81-acbac6dabfd8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-148542547f407744-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a86d9f2090f8a77353b72ec78d7f4699", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-d3d9d4de46c97a4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3019ac2072f5e97e17c9ae5894cbdcc2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11132,7 +11857,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:50:16 GMT", + "Date": "Thu, 15 Jun 2023 21:45:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11141,28 +11866,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a86d9f2090f8a77353b72ec78d7f4699", - "x-ms-correlation-request-id": "6b12a674-5ef4-4661-b557-891a912ed240", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "46fd4f9b-5dbf-4ca4-a7e7-55ead88e48ba", - "x-ms-routing-request-id": "JAPANEAST:20230321T045017Z:6b12a674-5ef4-4661-b557-891a912ed240", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "3019ac2072f5e97e17c9ae5894cbdcc2", + "x-ms-correlation-request-id": "d5ea54eb-6912-40da-9d57-725808c54fef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "c8e59c41-dd3d-4a7e-adfa-4318a02873e3", + "x-ms-routing-request-id": "EASTUS:20230615T214519Z:d5ea54eb-6912-40da-9d57-725808c54fef", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-8f1913fcb6082e4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "357f33680a27a65e0ef1126e733d962b", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-73c6687796684843-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "36c1bf93e1df4b3e956d968f33c82faf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11171,7 +11896,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:50:17 GMT", + "Date": "Thu, 15 Jun 2023 21:45:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11180,28 +11905,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "357f33680a27a65e0ef1126e733d962b", - "x-ms-correlation-request-id": "c8de2b23-18ef-4106-ad02-1069ac877fc4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "a9f55a9b-da65-40d4-b16a-a263eb671c24", - "x-ms-routing-request-id": "JAPANEAST:20230321T045018Z:c8de2b23-18ef-4106-ad02-1069ac877fc4", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "36c1bf93e1df4b3e956d968f33c82faf", + "x-ms-correlation-request-id": "6f1ddea0-9b5c-4898-ad19-fb6e0df897a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "15629734-0f6f-4560-b200-18cd905216a4", + "x-ms-routing-request-id": "EASTUS:20230615T214520Z:6f1ddea0-9b5c-4898-ad19-fb6e0df897a0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-071382fe4ee7e541-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "934c06b41a79e979422f1edba4f061d8", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-f91f64fcb7125c40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "75d44cbe16f71ffbc0ae73852be7a5f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11210,7 +11935,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:50:19 GMT", + "Date": "Thu, 15 Jun 2023 21:45:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11219,28 +11944,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "934c06b41a79e979422f1edba4f061d8", - "x-ms-correlation-request-id": "fb396509-1b10-4345-9602-ce85270e4397", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "68c32beb-49c8-43ae-98a2-c49ea63e1079", - "x-ms-routing-request-id": "JAPANEAST:20230321T045019Z:fb396509-1b10-4345-9602-ce85270e4397", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "75d44cbe16f71ffbc0ae73852be7a5f5", + "x-ms-correlation-request-id": "ef7115bd-ca11-4aee-956a-f9e3574b3cd5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "2bed481b-371c-4fc4-8e36-d77332c8da9d", + "x-ms-routing-request-id": "EASTUS:20230615T214521Z:ef7115bd-ca11-4aee-956a-f9e3574b3cd5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-e1c9c6c3f579b04a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e07b408ebb80160241c79a077d053315", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-ecedadf479aa7e46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "eec9948443933ff06ecd9b88dcefb54e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11249,7 +11974,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:50:21 GMT", + "Date": "Thu, 15 Jun 2023 21:45:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11258,28 +11983,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e07b408ebb80160241c79a077d053315", - "x-ms-correlation-request-id": "ac8c306d-a2e7-49cd-b3e6-faef6338ba65", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "b7fd739a-76d4-4af0-a5f2-c9bf82f25117", - "x-ms-routing-request-id": "JAPANEAST:20230321T045022Z:ac8c306d-a2e7-49cd-b3e6-faef6338ba65", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "eec9948443933ff06ecd9b88dcefb54e", + "x-ms-correlation-request-id": "1636c36e-8d38-4eb7-b8e1-ac345e77d716", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "501dda6c-d2c8-4d87-bf78-9479230e8040", + "x-ms-routing-request-id": "EASTUS:20230615T214523Z:1636c36e-8d38-4eb7-b8e1-ac345e77d716", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-a2635cb6a066c84d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "87130220b3324e20b996f3f7eb82011d", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-b59e84b748790c45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4899fe9967f77ccbc4a275316db820ad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11288,7 +12013,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:50:25 GMT", + "Date": "Thu, 15 Jun 2023 21:45:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11297,28 +12022,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "87130220b3324e20b996f3f7eb82011d", - "x-ms-correlation-request-id": "c6199d89-4532-4918-ab40-17d8610a0828", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "944a7508-6655-4e47-88dc-84459caf87f6", - "x-ms-routing-request-id": "JAPANEAST:20230321T045026Z:c6199d89-4532-4918-ab40-17d8610a0828", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "4899fe9967f77ccbc4a275316db820ad", + "x-ms-correlation-request-id": "20fd3f44-c819-4629-937b-65fd4b8fdc25", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "00026c77-4e1f-4d37-8c46-8bc84b62bbcd", + "x-ms-routing-request-id": "EASTUS:20230615T214527Z:20fd3f44-c819-4629-937b-65fd4b8fdc25", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-be6add8e29c7d24b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "33df398fb6c2f8ab033652b17f726b3c", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-17f95fd1b88fc74f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9e0ba0c841ff7b1b5c9506297b7243d1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11327,7 +12052,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:50:33 GMT", + "Date": "Thu, 15 Jun 2023 21:45:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11336,28 +12061,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "33df398fb6c2f8ab033652b17f726b3c", - "x-ms-correlation-request-id": "f70ebed2-8da9-4460-b41d-459df5fbbf88", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "26c146a4-8716-48be-8f3c-6b91b25bba85", - "x-ms-routing-request-id": "JAPANEAST:20230321T045034Z:f70ebed2-8da9-4460-b41d-459df5fbbf88", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "9e0ba0c841ff7b1b5c9506297b7243d1", + "x-ms-correlation-request-id": "7629005e-502e-4ad7-bc50-13ccc7d257fd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "b33591fb-f803-48f1-a34c-4c614993fde0", + "x-ms-routing-request-id": "EASTUS:20230615T214535Z:7629005e-502e-4ad7-bc50-13ccc7d257fd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-e7fadd707c2de249-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a1bb09fbdadcdba61f2d26e9c80a2abf", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-b4238a755288ec44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2ceb24f85d4d1dfec94c29f1cebed1b5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11366,7 +12091,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:50:50 GMT", + "Date": "Thu, 15 Jun 2023 21:45:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11375,28 +12100,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a1bb09fbdadcdba61f2d26e9c80a2abf", - "x-ms-correlation-request-id": "886ff5e0-71c9-4cd2-8784-ed8f85aad8ee", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "b63a5a93-a82b-4b00-aa09-3a828c380330", - "x-ms-routing-request-id": "JAPANEAST:20230321T045050Z:886ff5e0-71c9-4cd2-8784-ed8f85aad8ee", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "2ceb24f85d4d1dfec94c29f1cebed1b5", + "x-ms-correlation-request-id": "03277591-7d20-4965-9f81-78e46ddd1990", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "0eae7224-6e0a-44a3-a887-ed6f6ce2ba3b", + "x-ms-routing-request-id": "EASTUS:20230615T214551Z:03277591-7d20-4965-9f81-78e46ddd1990", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-4098fbb443df2d40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "44777cc500256953571a83fc606fce46", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-d9ed7c18b95f024f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3bc0edad16e3574fe31deb6160a10151", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11405,7 +12130,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:51:22 GMT", + "Date": "Thu, 15 Jun 2023 21:46:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11414,28 +12139,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44777cc500256953571a83fc606fce46", - "x-ms-correlation-request-id": "accd843e-a58b-4035-ac3c-917507762ccf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "1093db82-38fd-493e-8f3e-81710f77e45b", - "x-ms-routing-request-id": "JAPANEAST:20230321T045123Z:accd843e-a58b-4035-ac3c-917507762ccf", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "3bc0edad16e3574fe31deb6160a10151", + "x-ms-correlation-request-id": "a0e2e5f9-5389-46aa-b7aa-b6e2702c93cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "547a5e25-57d1-4e8f-b335-f094020d6684", + "x-ms-routing-request-id": "EASTUS:20230615T214623Z:a0e2e5f9-5389-46aa-b7aa-b6e2702c93cc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-749d5444e0ccbe43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e2fbb62a60c6b541930413948fc130f9", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-1692ea1a434d8145-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4938a35ef4cd6a5fa1edd5b21829ad9e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11444,7 +12169,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:51:54 GMT", + "Date": "Thu, 15 Jun 2023 21:46:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11453,28 +12178,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e2fbb62a60c6b541930413948fc130f9", - "x-ms-correlation-request-id": "a7b67028-c7f9-4119-b569-40202fb1d7ac", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "4c8cef45-edc2-451c-8028-3689f92baddd", - "x-ms-routing-request-id": "JAPANEAST:20230321T045155Z:a7b67028-c7f9-4119-b569-40202fb1d7ac", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "4938a35ef4cd6a5fa1edd5b21829ad9e", + "x-ms-correlation-request-id": "57da7627-ec22-4df8-8549-3960cdecef99", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "d2ae2236-e699-47ed-907f-03237b9648e6", + "x-ms-routing-request-id": "EASTUS:20230615T214655Z:57da7627-ec22-4df8-8549-3960cdecef99", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-70a6d9bff74d114e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "02eb930b27fbfb17b5514ac256aa7ab0", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-30cc32ff20147c4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8d7c50c308b2e1edd5944830729cbc27", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11483,7 +12208,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:52:27 GMT", + "Date": "Thu, 15 Jun 2023 21:47:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11492,28 +12217,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02eb930b27fbfb17b5514ac256aa7ab0", - "x-ms-correlation-request-id": "2492659e-095a-4adb-b55e-63557718c5f9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "be40759e-fa97-4c63-9f07-44bb3233e341", - "x-ms-routing-request-id": "JAPANEAST:20230321T045227Z:2492659e-095a-4adb-b55e-63557718c5f9", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8d7c50c308b2e1edd5944830729cbc27", + "x-ms-correlation-request-id": "64b50e53-21bf-4a8a-ad12-90fa26b37e85", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "6b7ddd21-c129-41a9-89a8-13a696ce7ef0", + "x-ms-routing-request-id": "EASTUS:20230615T214727Z:64b50e53-21bf-4a8a-ad12-90fa26b37e85", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-cc3c55810d1cfd47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "12bfdf5e480e65f83bc2b121ecbeda95", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-7ff2992135021646-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2a93d84b8886b8e88d5599f6419c3fb9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11522,7 +12247,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:52:59 GMT", + "Date": "Thu, 15 Jun 2023 21:47:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11531,28 +12256,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "12bfdf5e480e65f83bc2b121ecbeda95", - "x-ms-correlation-request-id": "8718bc73-12f6-45b6-88e0-f8afd508ea46", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "f01713a6-f44a-449e-bda6-b6314816ae72", - "x-ms-routing-request-id": "JAPANEAST:20230321T045300Z:8718bc73-12f6-45b6-88e0-f8afd508ea46", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "2a93d84b8886b8e88d5599f6419c3fb9", + "x-ms-correlation-request-id": "df9c1158-dafc-43c4-a25b-831b2a757634", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "c9ae6f36-a197-40ab-ad41-804a47a184e3", + "x-ms-routing-request-id": "EASTUS:20230615T214759Z:df9c1158-dafc-43c4-a25b-831b2a757634", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-d39961865a32104f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cdf08aeacc83034b9f002c74157e5ee9", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-ee3174c66d217c48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "109d4d707324569fb5567338ab2ff805", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11561,7 +12286,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:53:31 GMT", + "Date": "Thu, 15 Jun 2023 21:48:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11570,28 +12295,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cdf08aeacc83034b9f002c74157e5ee9", - "x-ms-correlation-request-id": "ef4c7126-7ed0-47a5-8f5e-5d6ad14fcd1f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "5b819629-c53f-4440-a2b5-bf01c4f5e6c8", - "x-ms-routing-request-id": "JAPANEAST:20230321T045332Z:ef4c7126-7ed0-47a5-8f5e-5d6ad14fcd1f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "109d4d707324569fb5567338ab2ff805", + "x-ms-correlation-request-id": "5ec37ee6-14ae-4481-addb-316be15c029d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "6e06fe6f-a0d4-466e-a46f-29557f82205a", + "x-ms-routing-request-id": "EASTUS:20230615T214831Z:5ec37ee6-14ae-4481-addb-316be15c029d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-a822f6077505e443-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "af3562891e02c3ea9a85c73975f50ef7", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-29f0c6fda2101543-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3f67ad3082963b1767c4005c6ef7a038", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11600,7 +12325,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:54:03 GMT", + "Date": "Thu, 15 Jun 2023 21:49:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11609,28 +12334,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af3562891e02c3ea9a85c73975f50ef7", - "x-ms-correlation-request-id": "a1cfa62e-0009-4d8f-87c6-9448286d995c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "e839c308-3353-421e-b72d-e5f10f3686c7", - "x-ms-routing-request-id": "JAPANEAST:20230321T045404Z:a1cfa62e-0009-4d8f-87c6-9448286d995c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "3f67ad3082963b1767c4005c6ef7a038", + "x-ms-correlation-request-id": "9c59ed6b-915c-4b9e-8a49-628d230e64da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "b2fdf836-e7cd-4310-8a24-6a586ff13613", + "x-ms-routing-request-id": "EASTUS:20230615T214903Z:9c59ed6b-915c-4b9e-8a49-628d230e64da", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-e4eb2c86228a5b42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ccd8b477adba922d94bb720e1b834fbc", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-bc8e82592a5fbb49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "24bf8e54acffd702393c752f14af0c5e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11639,7 +12364,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:54:36 GMT", + "Date": "Thu, 15 Jun 2023 21:49:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11648,29 +12373,29 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ccd8b477adba922d94bb720e1b834fbc", - "x-ms-correlation-request-id": "6d59a477-dde1-428e-8304-465a5ac4fe7d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "d60fda40-87eb-4ec5-b13d-626b15cce34b", - "x-ms-routing-request-id": "JAPANEAST:20230321T045437Z:6d59a477-dde1-428e-8304-465a5ac4fe7d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "24bf8e54acffd702393c752f14af0c5e", + "x-ms-correlation-request-id": "4d10ec98-dfdf-4a40-844b-58c52ced69ff", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "9680ea01-41e1-4fd4-8c65-7d31068e8dd5", + "x-ms-routing-request-id": "EASTUS:20230615T214935Z:4d10ec98-dfdf-4a40-844b-58c52ced69ff", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "Connection": "close", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-fbdb6cbcb96c6249-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8998c8632a88cb939f2c32fd04128da9", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-8bee578854447f45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "93c5945cff35ed233562a8607342e7bd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11680,7 +12405,7 @@ "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:55:08 GMT", + "Date": "Thu, 15 Jun 2023 21:50:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11689,29 +12414,29 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8998c8632a88cb939f2c32fd04128da9", - "x-ms-correlation-request-id": "69d530cf-3940-4af7-81f3-5f28ec3800a3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "67b5ea60-e3c8-4bd0-bcb2-e7ff90ec8c15", - "x-ms-routing-request-id": "JAPANEAST:20230321T045509Z:69d530cf-3940-4af7-81f3-5f28ec3800a3", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "93c5945cff35ed233562a8607342e7bd", + "x-ms-correlation-request-id": "7d2b695c-a488-48db-9290-88e4f5cfe0c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "cd7caabd-2394-4b53-b52e-19c3e6b9382d", + "x-ms-routing-request-id": "EASTUS:20230615T215007Z:7d2b695c-a488-48db-9290-88e4f5cfe0c4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "Connection": "close", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-8c8c2b4938036d46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "60fd35f192a6db2e35a31b46abdba817", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-d2898859beaf6246-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1de43bb6d3708405aa8f06590de827b8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11721,7 +12446,7 @@ "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:55:42 GMT", + "Date": "Thu, 15 Jun 2023 21:50:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11730,28 +12455,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60fd35f192a6db2e35a31b46abdba817", - "x-ms-correlation-request-id": "55dbad93-3aab-4979-9fd3-e0d2b50d35f2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "1de43bb6d3708405aa8f06590de827b8", + "x-ms-correlation-request-id": "635d14f0-2792-46ef-bcf5-dd8632169cb7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "fabcc76c-98e0-40f1-8384-1192b1809797", - "x-ms-routing-request-id": "JAPANEAST:20230321T045542Z:55dbad93-3aab-4979-9fd3-e0d2b50d35f2", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "1aa1c1be-97dd-4f9b-aa9f-74e13ac02021", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T215040Z:635d14f0-2792-46ef-bcf5-dd8632169cb7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-4909dc19eaa4044a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "add50a36845d4c6e210c2c8e7a2f8d81", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-6672b1681c792648-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "da00a1b70d3254026ad1ef9c04a264f7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11760,7 +12485,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:56:16 GMT", + "Date": "Thu, 15 Jun 2023 21:51:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11769,28 +12494,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "add50a36845d4c6e210c2c8e7a2f8d81", - "x-ms-correlation-request-id": "aa2cd7b9-c70d-430d-a640-7ec664dec4b4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "da00a1b70d3254026ad1ef9c04a264f7", + "x-ms-correlation-request-id": "df49daf7-2dbe-4f94-bee4-c3e6da7236ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "1cf59744-c343-404c-a25d-b0af0af05478", - "x-ms-routing-request-id": "JAPANEAST:20230321T045616Z:aa2cd7b9-c70d-430d-a640-7ec664dec4b4", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "6475fb04-c2d1-4f44-8387-cab7a542bd74", + "x-ms-routing-request-id": "EASTUS:20230615T215112Z:df49daf7-2dbe-4f94-bee4-c3e6da7236ef", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-145050ff8c0b1848-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e61dc92eee85d11699bc54e50e4c20c4", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-48678524dfbe9b42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d878b754efcb88ed8e41e8a6f9cae04c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11799,7 +12524,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:56:48 GMT", + "Date": "Thu, 15 Jun 2023 21:51:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11808,28 +12533,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e61dc92eee85d11699bc54e50e4c20c4", - "x-ms-correlation-request-id": "b73303f2-fb81-467b-9d66-5a1052ba0a1e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "d878b754efcb88ed8e41e8a6f9cae04c", + "x-ms-correlation-request-id": "781def6f-bd96-4a57-9bd7-05814a2e06cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "38930178-9f25-4179-a4e2-168e381eeec4", - "x-ms-routing-request-id": "JAPANEAST:20230321T045648Z:b73303f2-fb81-467b-9d66-5a1052ba0a1e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "7161acd0-72a3-4ff0-a17e-2d08c759021e", + "x-ms-routing-request-id": "EASTUS:20230615T215144Z:781def6f-bd96-4a57-9bd7-05814a2e06cd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-11173ecc47ecc94d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fac71b83df3c6c4bc7b03f9966a06005", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-1c1bf20f7228c64d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d1a9f03b0d42a98b388fb29ee3697f08", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11838,7 +12563,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:57:20 GMT", + "Date": "Thu, 15 Jun 2023 21:52:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11847,28 +12572,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fac71b83df3c6c4bc7b03f9966a06005", - "x-ms-correlation-request-id": "601cc450-7e9b-4f32-baaf-7cbe0866cef2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", + "x-ms-client-request-id": "d1a9f03b0d42a98b388fb29ee3697f08", + "x-ms-correlation-request-id": "87df0c8d-b435-41a2-971b-82a4999361ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "cf144412-3497-42c1-8f65-913fa941d35d", - "x-ms-routing-request-id": "JAPANEAST:20230321T045721Z:601cc450-7e9b-4f32-baaf-7cbe0866cef2", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "394c576d-709d-463b-bca2-380939be7252", + "x-ms-routing-request-id": "EASTUS:20230615T215216Z:87df0c8d-b435-41a2-971b-82a4999361ea", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-797f467543241340-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e1179a15c2bd4791f30414a130883ed5", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-76a7c3fa79d9f54c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "55040e2a4e6fc7ecb4774bf0245c5aa0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11877,7 +12602,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:57:52 GMT", + "Date": "Thu, 15 Jun 2023 21:52:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11886,28 +12611,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1179a15c2bd4791f30414a130883ed5", - "x-ms-correlation-request-id": "cd0a15d5-20bc-4da5-a418-a0a7b2f0208b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "55040e2a4e6fc7ecb4774bf0245c5aa0", + "x-ms-correlation-request-id": "bc974d3b-ccc2-408b-837b-c855674b9546", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "eda87525-3fdb-446a-a670-fdc996e3cb0e", - "x-ms-routing-request-id": "JAPANEAST:20230321T045753Z:cd0a15d5-20bc-4da5-a418-a0a7b2f0208b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "ca8b6d0e-f284-4126-a13b-3e586bd37e99", + "x-ms-routing-request-id": "EASTUS:20230615T215248Z:bc974d3b-ccc2-408b-837b-c855674b9546", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-1bd08e631597c743-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5f0a67eb93684e457eb11fd5af7c6af8", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-289cf3c2834ad642-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1361a3f193f847b52ccf9f3b3d4fa425", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11916,7 +12641,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:58:25 GMT", + "Date": "Thu, 15 Jun 2023 21:53:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11925,28 +12650,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f0a67eb93684e457eb11fd5af7c6af8", - "x-ms-correlation-request-id": "9b0e578d-4804-44b2-a842-48efdd056dc8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "1361a3f193f847b52ccf9f3b3d4fa425", + "x-ms-correlation-request-id": "9d98711b-fec4-4d2d-83f4-53b6d76f3e27", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "cd8b3f87-c38e-461b-a97f-6571977c06d1", - "x-ms-routing-request-id": "JAPANEAST:20230321T045825Z:9b0e578d-4804-44b2-a842-48efdd056dc8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "876604da-aa81-4d28-9ab7-891843b3223f", + "x-ms-routing-request-id": "EASTUS:20230615T215320Z:9d98711b-fec4-4d2d-83f4-53b6d76f3e27", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-ec37eccd460d0d46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "74d04e5b3f34c1078a800638cbaa3c3e", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-03244a03a5d93942-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ea7bdfc18ac5ecdc03e11dcac19a84dc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11955,7 +12680,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:58:57 GMT", + "Date": "Thu, 15 Jun 2023 21:53:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11964,28 +12689,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "74d04e5b3f34c1078a800638cbaa3c3e", - "x-ms-correlation-request-id": "7744c63e-4d1d-440c-bdbe-9167a595a79b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "ea7bdfc18ac5ecdc03e11dcac19a84dc", + "x-ms-correlation-request-id": "faa2d7a8-95ae-4f20-a62e-d04d091326d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "c68bcb9e-7abe-49ca-8d42-bab5e5d300b4", - "x-ms-routing-request-id": "JAPANEAST:20230321T045858Z:7744c63e-4d1d-440c-bdbe-9167a595a79b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "b58afce2-d96d-4379-97df-82e6f18b7778", + "x-ms-routing-request-id": "EASTUS:20230615T215353Z:faa2d7a8-95ae-4f20-a62e-d04d091326d9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-4f7a84993629f542-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fead69720196819d55c8620ca2bb9777", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-0198e3d735825f49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "40ad11346b07970f59bd29a0aeb18a64", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11994,7 +12719,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 04:59:29 GMT", + "Date": "Thu, 15 Jun 2023 21:54:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12003,28 +12728,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fead69720196819d55c8620ca2bb9777", - "x-ms-correlation-request-id": "c1143053-2360-4b4d-9fff-d70797e6395b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "40ad11346b07970f59bd29a0aeb18a64", + "x-ms-correlation-request-id": "4c788501-1d5b-4079-8797-2975d56b56b8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "ee037d95-dddf-437e-b5ee-2725d18f7dea", - "x-ms-routing-request-id": "JAPANEAST:20230321T045930Z:c1143053-2360-4b4d-9fff-d70797e6395b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "1bf97046-ec3c-4ba6-a9a2-ccc169e9c2d9", + "x-ms-routing-request-id": "EASTUS:20230615T215425Z:4c788501-1d5b-4079-8797-2975d56b56b8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-f1ae23a9aa83b549-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e1451c99cab8aca06048d5e88d0d83d4", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-2d75dc6dcbeb304a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "442e26d26fe066dbc774101775ea8591", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12033,7 +12758,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:00:01 GMT", + "Date": "Thu, 15 Jun 2023 21:54:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12042,28 +12767,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1451c99cab8aca06048d5e88d0d83d4", - "x-ms-correlation-request-id": "2ae18441-83f4-44cd-9fce-a9782db2ecc0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "442e26d26fe066dbc774101775ea8591", + "x-ms-correlation-request-id": "1578cac3-1258-4f84-8ac3-ab1e556c77cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "8865b8a5-fcce-45da-967b-3216638ae96a", - "x-ms-routing-request-id": "JAPANEAST:20230321T050002Z:2ae18441-83f4-44cd-9fce-a9782db2ecc0", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "9eba19bd-bf0a-4499-8261-b2304895979b", + "x-ms-routing-request-id": "EASTUS:20230615T215457Z:1578cac3-1258-4f84-8ac3-ab1e556c77cf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-104ea37df2531844-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4562e0756cce5a61b14e1f6bdcfa1ece", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-1361701bb680b040-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2b06c34a64a1551ed0e49108613c3e52", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12072,7 +12797,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:00:34 GMT", + "Date": "Thu, 15 Jun 2023 21:55:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12081,28 +12806,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4562e0756cce5a61b14e1f6bdcfa1ece", - "x-ms-correlation-request-id": "a229374a-247d-4b46-9383-9a5717ba28e6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "2b06c34a64a1551ed0e49108613c3e52", + "x-ms-correlation-request-id": "0ff3690c-df3c-471a-8df4-03145e09ef6d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "f74c670d-ecdc-4a46-85de-5c34766b74df", - "x-ms-routing-request-id": "JAPANEAST:20230321T050034Z:a229374a-247d-4b46-9383-9a5717ba28e6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "62d73dd6-b426-42e0-a078-d5f1971281b3", + "x-ms-routing-request-id": "EASTUS:20230615T215529Z:0ff3690c-df3c-471a-8df4-03145e09ef6d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-af4393b70cab664f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "af9e8fe85a64a886c9019d4e2cb5f448", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-2a78fbf56eac314f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9bf8b857406bc5fc354779925bf8216f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12111,7 +12836,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:01:07 GMT", + "Date": "Thu, 15 Jun 2023 21:56:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12120,29 +12845,29 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af9e8fe85a64a886c9019d4e2cb5f448", - "x-ms-correlation-request-id": "ead70129-ad64-4f9f-88c2-f9a026dabd72", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "9bf8b857406bc5fc354779925bf8216f", + "x-ms-correlation-request-id": "f04bd6a4-6b2a-4a20-a8a6-37b22fdc0d22", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "7d74d88a-8ab5-4a54-b1ef-9d9feecdbfe4", - "x-ms-routing-request-id": "JAPANEAST:20230321T050108Z:ead70129-ad64-4f9f-88c2-f9a026dabd72", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "110f09bb-bbf1-4a93-a26b-84983b69d1b9", + "x-ms-routing-request-id": "EASTUS:20230615T215601Z:f04bd6a4-6b2a-4a20-a8a6-37b22fdc0d22", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "Connection": "close", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-a246142c30d79e48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c2978e4551582da8baea306aaa34d065", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-d0a8d93c5f1df84e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ea5597385eaa6dc308d974fbded3048a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12152,7 +12877,7 @@ "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:01:40 GMT", + "Date": "Thu, 15 Jun 2023 21:56:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12161,28 +12886,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c2978e4551582da8baea306aaa34d065", - "x-ms-correlation-request-id": "d1c5df6e-491a-4f36-9973-855232b76dcf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "ea5597385eaa6dc308d974fbded3048a", + "x-ms-correlation-request-id": "10f5db1e-b112-43ee-bc26-5e85c2482e60", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "6e90c505-2aca-473d-8649-3dce1fde3652", - "x-ms-routing-request-id": "JAPANEAST:20230321T050140Z:d1c5df6e-491a-4f36-9973-855232b76dcf", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "dd3d7f43-2d72-4341-9ee5-04ca5e121c30", + "x-ms-routing-request-id": "EASTUS:20230615T215633Z:10f5db1e-b112-43ee-bc26-5e85c2482e60", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-c3061a43baf13a42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "feff0629d46e1a6f5aba7ccdce132efc", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-0c053b9799e87f4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bcc0bd36e9f10a26c641f55aeb8bfad7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12191,7 +12916,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:02:14 GMT", + "Date": "Thu, 15 Jun 2023 21:57:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12200,28 +12925,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "feff0629d46e1a6f5aba7ccdce132efc", - "x-ms-correlation-request-id": "41b41d2e-cb3f-48c5-9449-60fb5dbf4e4d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "97682c1d-1379-4732-93f2-5114ca92984c", - "x-ms-routing-request-id": "JAPANEAST:20230321T050215Z:41b41d2e-cb3f-48c5-9449-60fb5dbf4e4d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "bcc0bd36e9f10a26c641f55aeb8bfad7", + "x-ms-correlation-request-id": "057cf128-e71b-4a49-a1a5-97747f64a03a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "33fba859-0d96-45aa-8ae7-93e87dac640a", + "x-ms-routing-request-id": "EASTUS:20230615T215705Z:057cf128-e71b-4a49-a1a5-97747f64a03a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-de168bce115a5240-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4e26d7595c639775e671f4792a1cfd94", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-b1d233fcb29ea546-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cad021c253e6f8a8f58a9392cc00e662", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12230,7 +12955,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:02:46 GMT", + "Date": "Thu, 15 Jun 2023 21:57:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12239,28 +12964,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4e26d7595c639775e671f4792a1cfd94", - "x-ms-correlation-request-id": "edb70153-9fc7-47b2-9296-58c846268881", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "f5e70df3-937c-4881-8585-85d5d730db97", - "x-ms-routing-request-id": "JAPANEAST:20230321T050247Z:edb70153-9fc7-47b2-9296-58c846268881", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "cad021c253e6f8a8f58a9392cc00e662", + "x-ms-correlation-request-id": "d11fe532-ba71-4b51-a5cb-4356eefe7fbe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "48d26348-15fb-496f-8556-4ca9fae9f93f", + "x-ms-routing-request-id": "EASTUS:20230615T215737Z:d11fe532-ba71-4b51-a5cb-4356eefe7fbe", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", "status": "InProgress", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/983be54d-1540-47cd-818a-f36b23c579e8?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/24a18727-ee25-4963-b0f2-474ef78f9772?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-9077b07c398e144a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "25243731f6b570d91e7c689ed5da5ea6", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-beeabc3fbdda1c4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9d5cee4264384e7e714b23686868827c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12269,7 +12994,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:03:19 GMT", + "Date": "Thu, 15 Jun 2023 21:58:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12278,38 +13003,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "25243731f6b570d91e7c689ed5da5ea6", - "x-ms-correlation-request-id": "56bb66fd-4274-4bc6-a242-b8ee7dd90dc6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "bd01ef0c-371f-417a-bbfc-ea804fbcd01e", - "x-ms-routing-request-id": "JAPANEAST:20230321T050319Z:56bb66fd-4274-4bc6-a242-b8ee7dd90dc6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "9d5cee4264384e7e714b23686868827c", + "x-ms-correlation-request-id": "6509acf0-31a3-4e62-a05d-899420ff4ebf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "0da0c1e2-f9a9-491e-aee5-b56466adeb93", + "x-ms-routing-request-id": "EASTUS:20230615T215809Z:6509acf0-31a3-4e62-a05d-899420ff4ebf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T04:50:13.1983202\u002B00:00", - "endTime": "2023-03-21T05:03:09.9757496\u002B00:00", + "startTime": "2023-06-15T21:45:16.6632746\u002B00:00", + "endTime": "2023-06-15T21:57:39.1534553\u002B00:00", "status": "Succeeded", - "name": "983be54d-1540-47cd-818a-f36b23c579e8" + "name": "24a18727-ee25-4963-b0f2-474ef78f9772" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6568/providers/Microsoft.StorageCache/caches/testsc5330?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc958?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3a5644a29cb92743955261c2e0376437-1a7a560aaa62f941-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d31034bc810dcd02916817fddff6f03d", + "traceparent": "00-a28cfdba9684324fa7be3bc8e831c54b-b015bb158a78f143-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bd399dde3a03e2a415c7c76656933ec6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2208", + "Content-Length": "2179", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:03:20 GMT", + "Date": "Thu, 15 Jun 2023 21:58:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12318,17 +13043,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d31034bc810dcd02916817fddff6f03d", - "x-ms-correlation-request-id": "40e58bc4-bddf-410b-bb1f-30097f5dead7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;118", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "aae57a6b-c923-4922-8b84-d786e3978a8f", - "x-ms-routing-request-id": "JAPANEAST:20230321T050321Z:40e58bc4-bddf-410b-bb1f-30097f5dead7", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "bd399dde3a03e2a415c7c76656933ec6", + "x-ms-correlation-request-id": "0610e046-609a-4921-9a08-23b23e0498ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "3c97c11e-9dd6-4c65-bdb0-47cd5fe6963b", + "x-ms-routing-request-id": "EASTUS:20230615T215810Z:0610e046-609a-4921-9a08-23b23e0498ab", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc5330", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6568/providers/Microsoft.StorageCache/caches/testsc5330", + "name": "testsc958", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc958", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12339,9 +13064,9 @@ "networkSettings": { "mtu": 1500, "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" ], "ntpServer": "time.windows.com" }, @@ -12365,7 +13090,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12373,17 +13097,17 @@ "conditions": [] }, "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6568/providers/Microsoft.Network/virtualNetworks/scTestVNet-8455/subnets/scTestSubnet-4636", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6429/subnets/scTestSubnet-7251", "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T04:50:13.3076645Z", + "lastFirmwareUpdate": "2023-06-15T21:45:16.8350857Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -12392,36 +13116,36 @@ } }, "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-21T04:50:12.3080823Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdAt": "2023-06-15T21:45:16.5873017Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T04:50:12.3080823Z" + "lastModifiedAt": "2023-06-15T21:45:16.5873017Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6568/providers/Microsoft.StorageCache/caches/testsc5330/debugInfo?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc958/debugInfo?api-version=2023-05-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "traceparent": "00-d2bea01c7268a84a9bab5ffe425d9eef-871496c975640648-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "969ce7bd09ee6246feb630e7f4d7c10b", + "traceparent": "00-8a95120c030d6d4ea2451484f04171b7-04485f6b437c574e-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fc17935b5c2f5d9ea381589a2f3f8f8c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48088ffa-683d-466e-87db-7b8da7e1ab4d?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c32c4847-74df-4d65-9803-83ff0f7d3b4c?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 05:03:21 GMT", + "Date": "Thu, 15 Jun 2023 21:58:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48088ffa-683d-466e-87db-7b8da7e1ab4d?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c32c4847-74df-4d65-9803-83ff0f7d3b4c?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -12429,63 +13153,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "969ce7bd09ee6246feb630e7f4d7c10b", - "x-ms-correlation-request-id": "60eb92e4-45be-4457-bfda-4e9dde3951e7", + "x-ms-client-request-id": "fc17935b5c2f5d9ea381589a2f3f8f8c", + "x-ms-correlation-request-id": "a4479b36-f8ab-4fdc-b1b5-14128430a699", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DebugCache5Min;59", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "48088ffa-683d-466e-87db-7b8da7e1ab4d", - "x-ms-routing-request-id": "JAPANEAST:20230321T050321Z:60eb92e4-45be-4457-bfda-4e9dde3951e7", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "c32c4847-74df-4d65-9803-83ff0f7d3b4c", + "x-ms-routing-request-id": "EASTUS:20230615T215810Z:a4479b36-f8ab-4fdc-b1b5-14128430a699", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48088ffa-683d-466e-87db-7b8da7e1ab4d?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d2bea01c7268a84a9bab5ffe425d9eef-d2ef5bc6ba11b74b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ede12a8bc73eb2b8eeadd557511ad9ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:03:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ede12a8bc73eb2b8eeadd557511ad9ba", - "x-ms-correlation-request-id": "5a68fd3d-1f42-4874-93c5-df3222764fed", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "786bb422-05cf-461b-8ea7-eee31ba8d8d0", - "x-ms-routing-request-id": "JAPANEAST:20230321T050321Z:5a68fd3d-1f42-4874-93c5-df3222764fed", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T05:03:21.4290052\u002B00:00", - "status": "InProgress", - "name": "48088ffa-683d-466e-87db-7b8da7e1ab4d" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48088ffa-683d-466e-87db-7b8da7e1ab4d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c32c4847-74df-4d65-9803-83ff0f7d3b4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2bea01c7268a84a9bab5ffe425d9eef-20bc1a714f52ba4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "91eb0ba6fa38923160ed619776f88322", + "traceparent": "00-8a95120c030d6d4ea2451484f04171b7-61f25e578dd66843-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d50d5d0d8651814dfedb1981e109b2d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12494,7 +13179,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:03:22 GMT", + "Date": "Thu, 15 Jun 2023 21:58:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12503,28 +13188,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "91eb0ba6fa38923160ed619776f88322", - "x-ms-correlation-request-id": "13df5dc8-87dc-4781-b996-b179ba505b3c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "c49a6943-e75c-4f7c-bdae-45bfe8b07313", - "x-ms-routing-request-id": "JAPANEAST:20230321T050323Z:13df5dc8-87dc-4781-b996-b179ba505b3c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "d50d5d0d8651814dfedb1981e109b2d5", + "x-ms-correlation-request-id": "b787e155-bf7f-46e9-9813-7a5aa06c02f5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "a4a258dc-7226-4d1c-874b-16f7fb58a3b4", + "x-ms-routing-request-id": "EASTUS:20230615T215810Z:b787e155-bf7f-46e9-9813-7a5aa06c02f5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:03:21.4290052\u002B00:00", + "startTime": "2023-06-15T21:58:10.5961043\u002B00:00", "status": "InProgress", - "name": "48088ffa-683d-466e-87db-7b8da7e1ab4d" + "name": "c32c4847-74df-4d65-9803-83ff0f7d3b4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48088ffa-683d-466e-87db-7b8da7e1ab4d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c32c4847-74df-4d65-9803-83ff0f7d3b4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2bea01c7268a84a9bab5ffe425d9eef-43436cd047990944-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c95b0825d4f54acd950a085e542f5d1a", + "traceparent": "00-8a95120c030d6d4ea2451484f04171b7-8c294ad49f526444-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3e5f3a370fdf32fe340eb2b4d42dc08c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12533,7 +13218,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:03:24 GMT", + "Date": "Thu, 15 Jun 2023 21:58:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12542,28 +13227,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c95b0825d4f54acd950a085e542f5d1a", - "x-ms-correlation-request-id": "c1eea5fb-e550-4951-a23a-05cdc2a266bb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "35a656b8-41e5-4372-ada2-d85f5b5d3eb8", - "x-ms-routing-request-id": "JAPANEAST:20230321T050324Z:c1eea5fb-e550-4951-a23a-05cdc2a266bb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "3e5f3a370fdf32fe340eb2b4d42dc08c", + "x-ms-correlation-request-id": "1e367c1c-dbdc-4ef6-8205-531fae189acf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "d814f1ee-4a25-4ddb-8b69-386d8c09e1da", + "x-ms-routing-request-id": "EASTUS:20230615T215811Z:1e367c1c-dbdc-4ef6-8205-531fae189acf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:03:21.4290052\u002B00:00", + "startTime": "2023-06-15T21:58:10.5961043\u002B00:00", "status": "InProgress", - "name": "48088ffa-683d-466e-87db-7b8da7e1ab4d" + "name": "c32c4847-74df-4d65-9803-83ff0f7d3b4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48088ffa-683d-466e-87db-7b8da7e1ab4d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c32c4847-74df-4d65-9803-83ff0f7d3b4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2bea01c7268a84a9bab5ffe425d9eef-43b4aeff9ed4ce40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d3a7d87efef091eff84e8c5166213cf5", + "traceparent": "00-8a95120c030d6d4ea2451484f04171b7-35840b076c4c1244-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d28c7a89ba32813bca3230eb0fdd2740", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12572,7 +13257,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:03:25 GMT", + "Date": "Thu, 15 Jun 2023 21:58:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12581,28 +13266,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d3a7d87efef091eff84e8c5166213cf5", - "x-ms-correlation-request-id": "c8be03f7-1836-46b5-a420-d8f50316dcbf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "b5690045-3752-40f2-8d48-b02d3cd732e8", - "x-ms-routing-request-id": "JAPANEAST:20230321T050325Z:c8be03f7-1836-46b5-a420-d8f50316dcbf", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "d28c7a89ba32813bca3230eb0fdd2740", + "x-ms-correlation-request-id": "29f18d0c-d792-4233-a5fb-e4754daae3ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "9b8d9eb3-5ae2-4926-beb1-f2d36587cddf", + "x-ms-routing-request-id": "EASTUS:20230615T215812Z:29f18d0c-d792-4233-a5fb-e4754daae3ee", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:03:21.4290052\u002B00:00", + "startTime": "2023-06-15T21:58:10.5961043\u002B00:00", "status": "InProgress", - "name": "48088ffa-683d-466e-87db-7b8da7e1ab4d" + "name": "c32c4847-74df-4d65-9803-83ff0f7d3b4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48088ffa-683d-466e-87db-7b8da7e1ab4d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c32c4847-74df-4d65-9803-83ff0f7d3b4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2bea01c7268a84a9bab5ffe425d9eef-5c0e0ffcebe29f4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4932b3290fbfd2c43da0fc2ef2d33e31", + "traceparent": "00-8a95120c030d6d4ea2451484f04171b7-411cbac3127e6446-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6339b2c7b9b7fefe5edaa042d498add0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12611,7 +13296,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:03:27 GMT", + "Date": "Thu, 15 Jun 2023 21:58:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12620,28 +13305,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4932b3290fbfd2c43da0fc2ef2d33e31", - "x-ms-correlation-request-id": "1c9981a2-538f-4aaf-8259-a0f0002d51fa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "4c7321ba-75f6-4a9d-86e9-37e750734667", - "x-ms-routing-request-id": "JAPANEAST:20230321T050328Z:1c9981a2-538f-4aaf-8259-a0f0002d51fa", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "6339b2c7b9b7fefe5edaa042d498add0", + "x-ms-correlation-request-id": "c12a5576-4e55-421c-8714-a347000cce98", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "91351937-5d02-4f56-a6cd-7dae51d15b07", + "x-ms-routing-request-id": "EASTUS:20230615T215814Z:c12a5576-4e55-421c-8714-a347000cce98", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:03:21.4290052\u002B00:00", + "startTime": "2023-06-15T21:58:10.5961043\u002B00:00", "status": "InProgress", - "name": "48088ffa-683d-466e-87db-7b8da7e1ab4d" + "name": "c32c4847-74df-4d65-9803-83ff0f7d3b4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48088ffa-683d-466e-87db-7b8da7e1ab4d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c32c4847-74df-4d65-9803-83ff0f7d3b4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2bea01c7268a84a9bab5ffe425d9eef-02361308f48e3f4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9d18468faf51263118c9d0a7477ce474", + "traceparent": "00-8a95120c030d6d4ea2451484f04171b7-45744aa19e16644d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "66f88d1be07c7ca2fedd74acde132357", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12650,7 +13335,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:03:31 GMT", + "Date": "Thu, 15 Jun 2023 21:58:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12659,28 +13344,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9d18468faf51263118c9d0a7477ce474", - "x-ms-correlation-request-id": "691e8527-e668-4ce0-bc73-3b367cb0cf33", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "a8b1bfc5-0da7-43e1-b4c3-9fa8494fedc8", - "x-ms-routing-request-id": "JAPANEAST:20230321T050332Z:691e8527-e668-4ce0-bc73-3b367cb0cf33", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "66f88d1be07c7ca2fedd74acde132357", + "x-ms-correlation-request-id": "02725ed0-03e7-42c7-a7c2-f12ea55d3724", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "8189a06a-dfe2-43b9-b452-8d029a669cdb", + "x-ms-routing-request-id": "EASTUS:20230615T215816Z:02725ed0-03e7-42c7-a7c2-f12ea55d3724", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:03:21.4290052\u002B00:00", + "startTime": "2023-06-15T21:58:10.5961043\u002B00:00", "status": "InProgress", - "name": "48088ffa-683d-466e-87db-7b8da7e1ab4d" + "name": "c32c4847-74df-4d65-9803-83ff0f7d3b4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48088ffa-683d-466e-87db-7b8da7e1ab4d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c32c4847-74df-4d65-9803-83ff0f7d3b4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2bea01c7268a84a9bab5ffe425d9eef-c2c0aa10a38d4f46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a13412cd14fd6e5b14d5965002c19f25", + "traceparent": "00-8a95120c030d6d4ea2451484f04171b7-f88d596af7c0624e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "21ed72e75cf3d0d47b8e73581af9ad32", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12689,7 +13374,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:03:40 GMT", + "Date": "Thu, 15 Jun 2023 21:58:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12698,28 +13383,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a13412cd14fd6e5b14d5965002c19f25", - "x-ms-correlation-request-id": "634a38f3-288a-4530-9141-2ce44c993af6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "6a5a9a04-449a-4837-b6a6-83c6cccdcc4b", - "x-ms-routing-request-id": "JAPANEAST:20230321T050340Z:634a38f3-288a-4530-9141-2ce44c993af6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "21ed72e75cf3d0d47b8e73581af9ad32", + "x-ms-correlation-request-id": "d78534bb-53f7-4441-8cf9-2b38c5709da5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "9c6f70d2-8c78-4f97-b207-9dfffb9c9bf3", + "x-ms-routing-request-id": "EASTUS:20230615T215820Z:d78534bb-53f7-4441-8cf9-2b38c5709da5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:03:21.4290052\u002B00:00", + "startTime": "2023-06-15T21:58:10.5961043\u002B00:00", "status": "InProgress", - "name": "48088ffa-683d-466e-87db-7b8da7e1ab4d" + "name": "c32c4847-74df-4d65-9803-83ff0f7d3b4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48088ffa-683d-466e-87db-7b8da7e1ab4d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c32c4847-74df-4d65-9803-83ff0f7d3b4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2bea01c7268a84a9bab5ffe425d9eef-eefacfa2f46f5b42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "20c25b109f087aa4810b30f53f1c8ac1", + "traceparent": "00-8a95120c030d6d4ea2451484f04171b7-231ee79b5b62114d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "81d05f84c0e5e7c310bc64da44511f4b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12728,7 +13413,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:03:56 GMT", + "Date": "Thu, 15 Jun 2023 21:58:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12737,28 +13422,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "20c25b109f087aa4810b30f53f1c8ac1", - "x-ms-correlation-request-id": "60139b86-363b-46a3-b63b-6dfe98810f74", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "6b6f1f64-6435-46c1-8c00-2f543ba396e5", - "x-ms-routing-request-id": "JAPANEAST:20230321T050357Z:60139b86-363b-46a3-b63b-6dfe98810f74", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "81d05f84c0e5e7c310bc64da44511f4b", + "x-ms-correlation-request-id": "ad8121ea-2668-4535-8c72-616c84842b9a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;213", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "301fce56-42f8-4b28-882e-1358f7ea13d1", + "x-ms-routing-request-id": "EASTUS:20230615T215828Z:ad8121ea-2668-4535-8c72-616c84842b9a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:03:21.4290052\u002B00:00", + "startTime": "2023-06-15T21:58:10.5961043\u002B00:00", "status": "InProgress", - "name": "48088ffa-683d-466e-87db-7b8da7e1ab4d" + "name": "c32c4847-74df-4d65-9803-83ff0f7d3b4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48088ffa-683d-466e-87db-7b8da7e1ab4d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c32c4847-74df-4d65-9803-83ff0f7d3b4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2bea01c7268a84a9bab5ffe425d9eef-1be6a23ce4391b40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "df6088bb9c9f7b33eaa9897b19e12457", + "traceparent": "00-8a95120c030d6d4ea2451484f04171b7-c8355ecba7cd4a4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "615b49b78cabbedcb828eaee6c4a6205", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12767,7 +13452,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:04:29 GMT", + "Date": "Thu, 15 Jun 2023 21:58:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12776,28 +13461,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df6088bb9c9f7b33eaa9897b19e12457", - "x-ms-correlation-request-id": "3eb501d0-0634-4ef4-ba33-7ba05049617d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "33eb3268-d230-4a47-9c9b-dbbfeded9900", - "x-ms-routing-request-id": "JAPANEAST:20230321T050429Z:3eb501d0-0634-4ef4-ba33-7ba05049617d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "615b49b78cabbedcb828eaee6c4a6205", + "x-ms-correlation-request-id": "b96084c1-8f0e-4c81-90ef-e9099a4fb25e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "317cc079-e11d-4b7a-bffc-5352509913d0", + "x-ms-routing-request-id": "EASTUS:20230615T215844Z:b96084c1-8f0e-4c81-90ef-e9099a4fb25e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:03:21.4290052\u002B00:00", + "startTime": "2023-06-15T21:58:10.5961043\u002B00:00", "status": "InProgress", - "name": "48088ffa-683d-466e-87db-7b8da7e1ab4d" + "name": "c32c4847-74df-4d65-9803-83ff0f7d3b4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48088ffa-683d-466e-87db-7b8da7e1ab4d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c32c4847-74df-4d65-9803-83ff0f7d3b4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2bea01c7268a84a9bab5ffe425d9eef-ba0c295ab7ad7949-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ec97ab2ac4ba2d6b6dba20f2e3652ff7", + "traceparent": "00-8a95120c030d6d4ea2451484f04171b7-8227e14b4f70ad47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7f284230a1422671ae051137f8fa8b29", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12806,7 +13491,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:05:01 GMT", + "Date": "Thu, 15 Jun 2023 21:59:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12815,28 +13500,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ec97ab2ac4ba2d6b6dba20f2e3652ff7", - "x-ms-correlation-request-id": "21d37556-bbf6-414d-9367-24a55daf9412", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "4b285f8b-c944-4168-ac19-da9480547d93", - "x-ms-routing-request-id": "JAPANEAST:20230321T050501Z:21d37556-bbf6-414d-9367-24a55daf9412", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "7f284230a1422671ae051137f8fa8b29", + "x-ms-correlation-request-id": "7fb6e869-634e-46bb-b476-784244560daf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "365ef3be-3b2e-4b56-bd1a-5d5f8bad61f7", + "x-ms-routing-request-id": "EASTUS:20230615T215916Z:7fb6e869-634e-46bb-b476-784244560daf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:03:21.4290052\u002B00:00", + "startTime": "2023-06-15T21:58:10.5961043\u002B00:00", "status": "InProgress", - "name": "48088ffa-683d-466e-87db-7b8da7e1ab4d" + "name": "c32c4847-74df-4d65-9803-83ff0f7d3b4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48088ffa-683d-466e-87db-7b8da7e1ab4d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c32c4847-74df-4d65-9803-83ff0f7d3b4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2bea01c7268a84a9bab5ffe425d9eef-9e98331ae9198646-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7a94d44abf6073852746355e1628609f", + "traceparent": "00-8a95120c030d6d4ea2451484f04171b7-6ed7a7cda64f1d4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d0a0276e4b9ef8868212c8bdd5d47bc5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12845,7 +13530,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:05:33 GMT", + "Date": "Thu, 15 Jun 2023 21:59:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12854,28 +13539,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a94d44abf6073852746355e1628609f", - "x-ms-correlation-request-id": "d427a068-b5dd-4ce9-9452-84702f12e6ed", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "c4b2ab68-b583-44e6-b536-1f99aa5f88c4", - "x-ms-routing-request-id": "JAPANEAST:20230321T050534Z:d427a068-b5dd-4ce9-9452-84702f12e6ed", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "d0a0276e4b9ef8868212c8bdd5d47bc5", + "x-ms-correlation-request-id": "9bbb4589-12f0-450c-8928-2f1c4ec818a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "9d346726-4527-4f89-bfc1-199916536a84", + "x-ms-routing-request-id": "EASTUS:20230615T215948Z:9bbb4589-12f0-450c-8928-2f1c4ec818a7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:03:21.4290052\u002B00:00", + "startTime": "2023-06-15T21:58:10.5961043\u002B00:00", "status": "InProgress", - "name": "48088ffa-683d-466e-87db-7b8da7e1ab4d" + "name": "c32c4847-74df-4d65-9803-83ff0f7d3b4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48088ffa-683d-466e-87db-7b8da7e1ab4d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c32c4847-74df-4d65-9803-83ff0f7d3b4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2bea01c7268a84a9bab5ffe425d9eef-8725feb7e1c2c945-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "93cbd9e69e85f7071c3272e57b419784", + "traceparent": "00-8a95120c030d6d4ea2451484f04171b7-d4b639f799fced4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "02a95f59a0291609d734b3a57ba5c6be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12884,7 +13569,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:06:06 GMT", + "Date": "Thu, 15 Jun 2023 22:00:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12893,28 +13578,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "93cbd9e69e85f7071c3272e57b419784", - "x-ms-correlation-request-id": "9db07dbe-eed5-47a9-9ba3-9e58236e03aa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "112541ef-3bdd-4912-8779-1c3ef79b3d89", - "x-ms-routing-request-id": "JAPANEAST:20230321T050606Z:9db07dbe-eed5-47a9-9ba3-9e58236e03aa", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "02a95f59a0291609d734b3a57ba5c6be", + "x-ms-correlation-request-id": "136b686c-7ebb-4130-ae36-69f0f3126244", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "81eed2a5-1642-46a8-9b88-6d584bbb7e39", + "x-ms-routing-request-id": "EASTUS:20230615T220020Z:136b686c-7ebb-4130-ae36-69f0f3126244", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:03:21.4290052\u002B00:00", + "startTime": "2023-06-15T21:58:10.5961043\u002B00:00", "status": "InProgress", - "name": "48088ffa-683d-466e-87db-7b8da7e1ab4d" + "name": "c32c4847-74df-4d65-9803-83ff0f7d3b4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48088ffa-683d-466e-87db-7b8da7e1ab4d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c32c4847-74df-4d65-9803-83ff0f7d3b4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d2bea01c7268a84a9bab5ffe425d9eef-696a99a4c718794f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4531917aaa4c6af62524c4738f0c1745", + "traceparent": "00-8a95120c030d6d4ea2451484f04171b7-3283f89cba448044-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4480c19c92aae467bb30fc2fd8b451d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12923,7 +13608,7 @@ "Cache-Control": "no-cache", "Content-Length": "234", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:06:38 GMT", + "Date": "Thu, 15 Jun 2023 22:00:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12932,45 +13617,45 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4531917aaa4c6af62524c4738f0c1745", - "x-ms-correlation-request-id": "cf7c5ddf-3eb8-4bc1-84e5-f7bc761a2ab5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "39cd9ec2-d445-449c-80a5-5c058fa8a29a", - "x-ms-routing-request-id": "JAPANEAST:20230321T050638Z:cf7c5ddf-3eb8-4bc1-84e5-f7bc761a2ab5", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "4480c19c92aae467bb30fc2fd8b451d9", + "x-ms-correlation-request-id": "7796c3db-f6c7-4876-8f47-25eedb33f73d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "2cc77851-b099-4d6f-ba40-77e47ad2fb8b", + "x-ms-routing-request-id": "EASTUS:20230615T220052Z:7796c3db-f6c7-4876-8f47-25eedb33f73d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:03:21.4290052\u002B00:00", - "endTime": "2023-03-21T05:06:21.5367028\u002B00:00", + "startTime": "2023-06-15T21:58:10.5961043\u002B00:00", + "endTime": "2023-06-15T22:00:39.3193672\u002B00:00", "status": "Succeeded", "properties": { "output": "success" }, - "name": "48088ffa-683d-466e-87db-7b8da7e1ab4d" + "name": "c32c4847-74df-4d65-9803-83ff0f7d3b4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6568/providers/Microsoft.StorageCache/caches/testsc5330/flush?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc958/flush?api-version=2023-05-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "traceparent": "00-e0a90984a867dc4f9a136b9e28444668-093a1e2fd1c3f44e-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "090b80599b9aac72cc9d5d2d4da0f7e5", + "traceparent": "00-7ba335f3ca52ee4484b0c3752213e71b-ce446af9f46f2845-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "98dd4b898950cd001e8af86998e17ddc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/204580af-dd13-462d-939c-b2903c18566e?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bc1f4dd5-9d97-48f3-aecc-9fe46a3b3409?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 05:06:39 GMT", + "Date": "Thu, 15 Jun 2023 22:00:52 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/204580af-dd13-462d-939c-b2903c18566e?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bc1f4dd5-9d97-48f3-aecc-9fe46a3b3409?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -12978,24 +13663,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "090b80599b9aac72cc9d5d2d4da0f7e5", - "x-ms-correlation-request-id": "24e7d1c0-2688-4927-9528-2b7e52c53874", + "x-ms-client-request-id": "98dd4b898950cd001e8af86998e17ddc", + "x-ms-correlation-request-id": "16b74d66-7829-4b9f-a8d2-7e387c1742a6", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/FlushCache5Min;59", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "204580af-dd13-462d-939c-b2903c18566e", - "x-ms-routing-request-id": "JAPANEAST:20230321T050639Z:24e7d1c0-2688-4927-9528-2b7e52c53874", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "bc1f4dd5-9d97-48f3-aecc-9fe46a3b3409", + "x-ms-routing-request-id": "EASTUS:20230615T220053Z:16b74d66-7829-4b9f-a8d2-7e387c1742a6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/204580af-dd13-462d-939c-b2903c18566e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bc1f4dd5-9d97-48f3-aecc-9fe46a3b3409?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e0a90984a867dc4f9a136b9e28444668-f9e53bc0f00a6c47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fb8b2d1b8e36deea1f8478af4cc81d85", + "traceparent": "00-7ba335f3ca52ee4484b0c3752213e71b-9e4e5c3172630242-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2f1cd9e32dc8136dc0b2262099fd4cda", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13004,7 +13689,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:06:39 GMT", + "Date": "Thu, 15 Jun 2023 22:00:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13013,28 +13698,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fb8b2d1b8e36deea1f8478af4cc81d85", - "x-ms-correlation-request-id": "4cf1199d-5ce8-400e-ba30-e1a274c88054", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "344b6ef9-f13c-4b02-ae86-c3dbd3b598cb", - "x-ms-routing-request-id": "JAPANEAST:20230321T050640Z:4cf1199d-5ce8-400e-ba30-e1a274c88054", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "2f1cd9e32dc8136dc0b2262099fd4cda", + "x-ms-correlation-request-id": "2588c852-a75b-4bb4-ad1f-5ccfc37d905d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "aad91d54-3d30-449a-8cda-958ed47812bb", + "x-ms-routing-request-id": "EASTUS:20230615T220053Z:2588c852-a75b-4bb4-ad1f-5ccfc37d905d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:06:39.8142984\u002B00:00", + "startTime": "2023-06-15T22:00:52.9624955\u002B00:00", "status": "InProgress", - "name": "204580af-dd13-462d-939c-b2903c18566e" + "name": "bc1f4dd5-9d97-48f3-aecc-9fe46a3b3409" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/204580af-dd13-462d-939c-b2903c18566e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bc1f4dd5-9d97-48f3-aecc-9fe46a3b3409?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e0a90984a867dc4f9a136b9e28444668-a8d6007bb8e2b04a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dfc4de2c92283e4d2dce263a2d10d338", + "traceparent": "00-7ba335f3ca52ee4484b0c3752213e71b-1e0d7108d2a3c34e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cee31fb33c9453843015a08c42072944", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13043,7 +13728,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:06:41 GMT", + "Date": "Thu, 15 Jun 2023 22:00:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13052,28 +13737,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dfc4de2c92283e4d2dce263a2d10d338", - "x-ms-correlation-request-id": "dc56b634-3073-4669-a797-5aff323e483c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "1bfe557e-45b1-4bf1-b252-a0dd9de13cdf", - "x-ms-routing-request-id": "JAPANEAST:20230321T050641Z:dc56b634-3073-4669-a797-5aff323e483c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "cee31fb33c9453843015a08c42072944", + "x-ms-correlation-request-id": "d5439d04-c557-420c-bb46-d9d7d74f4153", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "3f6ff9ae-cdfd-4eaf-9f66-f04613a65c09", + "x-ms-routing-request-id": "EASTUS:20230615T220054Z:d5439d04-c557-420c-bb46-d9d7d74f4153", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:06:39.8142984\u002B00:00", + "startTime": "2023-06-15T22:00:52.9624955\u002B00:00", "status": "InProgress", - "name": "204580af-dd13-462d-939c-b2903c18566e" + "name": "bc1f4dd5-9d97-48f3-aecc-9fe46a3b3409" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/204580af-dd13-462d-939c-b2903c18566e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bc1f4dd5-9d97-48f3-aecc-9fe46a3b3409?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e0a90984a867dc4f9a136b9e28444668-4499d089cded4f4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "20124e34fc1420afc5056572a2a3f01a", + "traceparent": "00-7ba335f3ca52ee4484b0c3752213e71b-b8c4f673a67e5b41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "be86d54c4dc41f149c0c53a210fb2dfa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13082,7 +13767,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:06:42 GMT", + "Date": "Thu, 15 Jun 2023 22:00:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13091,28 +13776,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "20124e34fc1420afc5056572a2a3f01a", - "x-ms-correlation-request-id": "310eef01-f474-430e-9e3d-16369ae68b92", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "5356d13d-b6c5-4808-bad7-f9fbc998418f", - "x-ms-routing-request-id": "JAPANEAST:20230321T050642Z:310eef01-f474-430e-9e3d-16369ae68b92", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "be86d54c4dc41f149c0c53a210fb2dfa", + "x-ms-correlation-request-id": "f12b6584-6153-421b-8502-3a2a2ee024fb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "c5ce6926-74c8-4d03-afcf-b54991f76c42", + "x-ms-routing-request-id": "EASTUS:20230615T220055Z:f12b6584-6153-421b-8502-3a2a2ee024fb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:06:39.8142984\u002B00:00", + "startTime": "2023-06-15T22:00:52.9624955\u002B00:00", "status": "InProgress", - "name": "204580af-dd13-462d-939c-b2903c18566e" + "name": "bc1f4dd5-9d97-48f3-aecc-9fe46a3b3409" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/204580af-dd13-462d-939c-b2903c18566e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bc1f4dd5-9d97-48f3-aecc-9fe46a3b3409?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e0a90984a867dc4f9a136b9e28444668-290fa870ae61354b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fa35e84289cf89e6df4dcd6767afb10e", + "traceparent": "00-7ba335f3ca52ee4484b0c3752213e71b-2c8622e429cfe247-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "84466b776ff6a68e54c9feb28ce1d0b9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13121,7 +13806,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:06:43 GMT", + "Date": "Thu, 15 Jun 2023 22:00:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13130,28 +13815,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa35e84289cf89e6df4dcd6767afb10e", - "x-ms-correlation-request-id": "da279a9f-d1ac-4d22-a57a-408168388d4d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "d217d38d-42aa-4fb4-882b-7249718e1f16", - "x-ms-routing-request-id": "JAPANEAST:20230321T050644Z:da279a9f-d1ac-4d22-a57a-408168388d4d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "84466b776ff6a68e54c9feb28ce1d0b9", + "x-ms-correlation-request-id": "44b7d47d-6348-4eb4-826c-7e3ffeb75f38", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "e2bf0ab9-6815-485c-95a9-926262a3fd2c", + "x-ms-routing-request-id": "EASTUS:20230615T220056Z:44b7d47d-6348-4eb4-826c-7e3ffeb75f38", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:06:39.8142984\u002B00:00", + "startTime": "2023-06-15T22:00:52.9624955\u002B00:00", "status": "InProgress", - "name": "204580af-dd13-462d-939c-b2903c18566e" + "name": "bc1f4dd5-9d97-48f3-aecc-9fe46a3b3409" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/204580af-dd13-462d-939c-b2903c18566e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bc1f4dd5-9d97-48f3-aecc-9fe46a3b3409?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e0a90984a867dc4f9a136b9e28444668-4e169a369f641248-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fe7a3fb1fdb62f702fa319232dda9b8a", + "traceparent": "00-7ba335f3ca52ee4484b0c3752213e71b-6cafeb8119dd9a4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c4d3e1898e7765150bc43187e8e24235", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13160,7 +13845,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:06:46 GMT", + "Date": "Thu, 15 Jun 2023 22:00:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13169,28 +13854,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe7a3fb1fdb62f702fa319232dda9b8a", - "x-ms-correlation-request-id": "77cb405d-d979-441b-be3b-8f53a9ef5b91", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "dd43511d-efec-4983-8995-2932f2eee80b", - "x-ms-routing-request-id": "JAPANEAST:20230321T050646Z:77cb405d-d979-441b-be3b-8f53a9ef5b91", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "c4d3e1898e7765150bc43187e8e24235", + "x-ms-correlation-request-id": "d574d41b-31b8-4add-b1a6-9221864137e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "471a8e31-0964-4209-ae27-b5e1dd1759ba", + "x-ms-routing-request-id": "EASTUS:20230615T220058Z:d574d41b-31b8-4add-b1a6-9221864137e1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:06:39.8142984\u002B00:00", + "startTime": "2023-06-15T22:00:52.9624955\u002B00:00", "status": "InProgress", - "name": "204580af-dd13-462d-939c-b2903c18566e" + "name": "bc1f4dd5-9d97-48f3-aecc-9fe46a3b3409" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/204580af-dd13-462d-939c-b2903c18566e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bc1f4dd5-9d97-48f3-aecc-9fe46a3b3409?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e0a90984a867dc4f9a136b9e28444668-e41dfb6b3a20094d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "44f80cded8dbab68678940c72f47b816", + "traceparent": "00-7ba335f3ca52ee4484b0c3752213e71b-415a1f424baf8243-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d714a6e8a4c0dc4e46df69fb4e6292bb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13199,7 +13884,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:06:50 GMT", + "Date": "Thu, 15 Jun 2023 22:01:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13208,28 +13893,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44f80cded8dbab68678940c72f47b816", - "x-ms-correlation-request-id": "10b01464-742f-4e5a-bbef-5db4d3b6e41b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "079b16bd-9cf5-49e0-90d4-ac6d44dd1f63", - "x-ms-routing-request-id": "JAPANEAST:20230321T050650Z:10b01464-742f-4e5a-bbef-5db4d3b6e41b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "d714a6e8a4c0dc4e46df69fb4e6292bb", + "x-ms-correlation-request-id": "4e7466fd-9462-455a-a4e3-f5a534d5912a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "2f4d4f02-8a6d-47f0-a115-4306e3f47bd4", + "x-ms-routing-request-id": "EASTUS:20230615T220102Z:4e7466fd-9462-455a-a4e3-f5a534d5912a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:06:39.8142984\u002B00:00", + "startTime": "2023-06-15T22:00:52.9624955\u002B00:00", "status": "InProgress", - "name": "204580af-dd13-462d-939c-b2903c18566e" + "name": "bc1f4dd5-9d97-48f3-aecc-9fe46a3b3409" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/204580af-dd13-462d-939c-b2903c18566e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bc1f4dd5-9d97-48f3-aecc-9fe46a3b3409?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e0a90984a867dc4f9a136b9e28444668-f1222db85fbdd645-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "63c15653f12844637806cb2c6fc35b04", + "traceparent": "00-7ba335f3ca52ee4484b0c3752213e71b-8cee3cc2a5754c49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2f189a3c6827e98355e079323e06be72", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13238,7 +13923,7 @@ "Cache-Control": "no-cache", "Content-Length": "234", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:06:58 GMT", + "Date": "Thu, 15 Jun 2023 22:01:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13247,45 +13932,45 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63c15653f12844637806cb2c6fc35b04", - "x-ms-correlation-request-id": "f4ed5bec-f96b-4f8f-9a8c-bb398696e816", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "e66d207d-e497-4a07-8d18-7a187a0063d3", - "x-ms-routing-request-id": "JAPANEAST:20230321T050659Z:f4ed5bec-f96b-4f8f-9a8c-bb398696e816", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "2f189a3c6827e98355e079323e06be72", + "x-ms-correlation-request-id": "99a75dca-a41f-48bb-8a96-e78a90b4c00b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "1d361880-8a47-4d9a-880d-2ceef59524c2", + "x-ms-routing-request-id": "EASTUS:20230615T220110Z:99a75dca-a41f-48bb-8a96-e78a90b4c00b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:06:39.8142984\u002B00:00", - "endTime": "2023-03-21T05:06:51.1270232\u002B00:00", + "startTime": "2023-06-15T22:00:52.9624955\u002B00:00", + "endTime": "2023-06-15T22:01:03.7653726\u002B00:00", "status": "Succeeded", "properties": { "output": "success" }, - "name": "204580af-dd13-462d-939c-b2903c18566e" + "name": "bc1f4dd5-9d97-48f3-aecc-9fe46a3b3409" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6568/providers/Microsoft.StorageCache/caches/testsc5330/stop?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc958/stop?api-version=2023-05-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "traceparent": "00-4dc95c0bea493043b02dab37941bd1aa-316cae4fb2af3b49-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5b8943b16db7d833d6ce962dbda8ffe7", + "traceparent": "00-83244a36f33a15438d652eb03e01b4b5-67b5fd72ff19564e-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e6c9c986f9cce5f892f67d97241917a8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f52f297-b544-4658-9089-fdd442a6b7db?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 05:06:58 GMT", + "Date": "Thu, 15 Jun 2023 22:01:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f52f297-b544-4658-9089-fdd442a6b7db?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -13293,24 +13978,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b8943b16db7d833d6ce962dbda8ffe7", - "x-ms-correlation-request-id": "66be904c-6578-4dc4-abd9-baf76e45b553", + "x-ms-client-request-id": "e6c9c986f9cce5f892f67d97241917a8", + "x-ms-correlation-request-id": "a2c4107c-273b-4268-bba6-1218120f8fa4", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/StartOrStopCache1Min;59", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1", - "x-ms-routing-request-id": "JAPANEAST:20230321T050659Z:66be904c-6578-4dc4-abd9-baf76e45b553", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "7f52f297-b544-4658-9089-fdd442a6b7db", + "x-ms-routing-request-id": "EASTUS:20230615T220110Z:a2c4107c-273b-4268-bba6-1218120f8fa4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f52f297-b544-4658-9089-fdd442a6b7db?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4dc95c0bea493043b02dab37941bd1aa-7867eb182f9e0141-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ec163b2d5dbee65e22e88c5a5b3587cf", + "traceparent": "00-83244a36f33a15438d652eb03e01b4b5-82396dd42ec45140-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8575f721ac9842eea1339c30eaebc43b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13319,7 +14004,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:06:59 GMT", + "Date": "Thu, 15 Jun 2023 22:01:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13328,28 +14013,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ec163b2d5dbee65e22e88c5a5b3587cf", - "x-ms-correlation-request-id": "8b70428b-46a6-4a99-8c41-4b43cc0c3f91", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "32bc738a-5b4f-4853-99a7-30908f966b17", - "x-ms-routing-request-id": "JAPANEAST:20230321T050659Z:8b70428b-46a6-4a99-8c41-4b43cc0c3f91", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8575f721ac9842eea1339c30eaebc43b", + "x-ms-correlation-request-id": "84337e8f-178d-4108-b8c2-a796afbd9432", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;213", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "d4118b03-62a4-4653-a840-e319711ba690", + "x-ms-routing-request-id": "EASTUS:20230615T220110Z:84337e8f-178d-4108-b8c2-a796afbd9432", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:06:59.5020827\u002B00:00", + "startTime": "2023-06-15T22:01:10.7662672\u002B00:00", "status": "InProgress", - "name": "9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1" + "name": "7f52f297-b544-4658-9089-fdd442a6b7db" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f52f297-b544-4658-9089-fdd442a6b7db?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4dc95c0bea493043b02dab37941bd1aa-5e8c767cd11ad446-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6d41e30684f479ebe19cb104a15dcb9a", + "traceparent": "00-83244a36f33a15438d652eb03e01b4b5-9d1ab6ee05c6ab4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c800d0c96fbb73a8bb4ac2a17718ba76", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13358,7 +14043,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:07:00 GMT", + "Date": "Thu, 15 Jun 2023 22:01:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13367,28 +14052,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6d41e30684f479ebe19cb104a15dcb9a", - "x-ms-correlation-request-id": "4190270f-34c5-4120-b064-ed8db3b245a8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "2f7eada5-f08b-4485-94f0-0241313a1dcf", - "x-ms-routing-request-id": "JAPANEAST:20230321T050701Z:4190270f-34c5-4120-b064-ed8db3b245a8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "c800d0c96fbb73a8bb4ac2a17718ba76", + "x-ms-correlation-request-id": "de0628a8-b209-4644-b0cc-78ab4c3deecf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;212", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "98451881-1054-467f-9c52-bb7705f6ce45", + "x-ms-routing-request-id": "EASTUS:20230615T220111Z:de0628a8-b209-4644-b0cc-78ab4c3deecf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:06:59.5020827\u002B00:00", + "startTime": "2023-06-15T22:01:10.7662672\u002B00:00", "status": "InProgress", - "name": "9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1" + "name": "7f52f297-b544-4658-9089-fdd442a6b7db" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f52f297-b544-4658-9089-fdd442a6b7db?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4dc95c0bea493043b02dab37941bd1aa-033f8ad18ac2de47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8100f29212928d29a3e9b430ab079173", + "traceparent": "00-83244a36f33a15438d652eb03e01b4b5-b18edf8bb1ae1749-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2d753e5791a484108708ac9576dd9437", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13397,7 +14082,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:07:01 GMT", + "Date": "Thu, 15 Jun 2023 22:01:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13406,28 +14091,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8100f29212928d29a3e9b430ab079173", - "x-ms-correlation-request-id": "8430339f-87cb-4470-933a-0ed0ae31d8e8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "4cfa9ac4-a978-4b3e-a985-3c10fb84c2a5", - "x-ms-routing-request-id": "JAPANEAST:20230321T050702Z:8430339f-87cb-4470-933a-0ed0ae31d8e8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "2d753e5791a484108708ac9576dd9437", + "x-ms-correlation-request-id": "6f612edd-f692-407a-80b0-14b535c92893", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "70e23c04-83a7-439a-94c7-c818af3b63b4", + "x-ms-routing-request-id": "EASTUS:20230615T220113Z:6f612edd-f692-407a-80b0-14b535c92893", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:06:59.5020827\u002B00:00", + "startTime": "2023-06-15T22:01:10.7662672\u002B00:00", "status": "InProgress", - "name": "9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1" + "name": "7f52f297-b544-4658-9089-fdd442a6b7db" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f52f297-b544-4658-9089-fdd442a6b7db?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4dc95c0bea493043b02dab37941bd1aa-db96dbce04b9b344-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "29cefc2bcefba8af509d0a21ab5a45c5", + "traceparent": "00-83244a36f33a15438d652eb03e01b4b5-289b0a56d49ae646-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "59164566d61bb1844e01c94ee94ccb88", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13436,7 +14121,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:07:02 GMT", + "Date": "Thu, 15 Jun 2023 22:01:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13445,28 +14130,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29cefc2bcefba8af509d0a21ab5a45c5", - "x-ms-correlation-request-id": "98a04d2f-c390-43b0-b942-a050f5c1a1bb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "c3743839-12cd-4088-8b4f-f883c5441019", - "x-ms-routing-request-id": "JAPANEAST:20230321T050703Z:98a04d2f-c390-43b0-b942-a050f5c1a1bb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "59164566d61bb1844e01c94ee94ccb88", + "x-ms-correlation-request-id": "b86a6959-9628-464c-b215-1c6a6cd22db4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;210", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "3b161894-5f35-488a-9e12-4f550620b7cb", + "x-ms-routing-request-id": "EASTUS:20230615T220114Z:b86a6959-9628-464c-b215-1c6a6cd22db4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:06:59.5020827\u002B00:00", + "startTime": "2023-06-15T22:01:10.7662672\u002B00:00", "status": "InProgress", - "name": "9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1" + "name": "7f52f297-b544-4658-9089-fdd442a6b7db" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f52f297-b544-4658-9089-fdd442a6b7db?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4dc95c0bea493043b02dab37941bd1aa-411337d421e44d4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "68c7f21d0635f33db9b3c90ad0bbcdda", + "traceparent": "00-83244a36f33a15438d652eb03e01b4b5-40fb75310d009e43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "acd8267997763797c07b41b2c313fddd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13475,7 +14160,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:07:05 GMT", + "Date": "Thu, 15 Jun 2023 22:01:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13484,28 +14169,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "68c7f21d0635f33db9b3c90ad0bbcdda", - "x-ms-correlation-request-id": "cce14c6d-5fa5-4054-82cf-9fd85adfab89", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "abe5868e-5130-43dd-b6f4-dedb10ef2a3c", - "x-ms-routing-request-id": "JAPANEAST:20230321T050706Z:cce14c6d-5fa5-4054-82cf-9fd85adfab89", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "acd8267997763797c07b41b2c313fddd", + "x-ms-correlation-request-id": "829becd7-babd-4850-be37-6bf81cff7714", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "bd02ff84-5eb1-438b-86b3-25f1d1659588", + "x-ms-routing-request-id": "EASTUS:20230615T220116Z:829becd7-babd-4850-be37-6bf81cff7714", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:06:59.5020827\u002B00:00", + "startTime": "2023-06-15T22:01:10.7662672\u002B00:00", "status": "InProgress", - "name": "9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1" + "name": "7f52f297-b544-4658-9089-fdd442a6b7db" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f52f297-b544-4658-9089-fdd442a6b7db?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4dc95c0bea493043b02dab37941bd1aa-5b845a99e1f40145-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a4d83e0ba18ec39e435730f50807e149", + "traceparent": "00-83244a36f33a15438d652eb03e01b4b5-5fd560156e2a2c4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "323b8bb56002815abac3dea3c8c19b3a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13514,7 +14199,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:07:09 GMT", + "Date": "Thu, 15 Jun 2023 22:01:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13523,39 +14208,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a4d83e0ba18ec39e435730f50807e149", - "x-ms-correlation-request-id": "8b87e690-e42f-4f92-a9ba-8c00cf242eca", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "4e040afd-4503-4177-b184-3a0adb8590c1", - "x-ms-routing-request-id": "JAPANEAST:20230321T050710Z:8b87e690-e42f-4f92-a9ba-8c00cf242eca", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "323b8bb56002815abac3dea3c8c19b3a", + "x-ms-correlation-request-id": "84676b58-40b3-4e03-bfa3-14b376998f4a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "81d93543-f30e-4434-b90b-97f184547d43", + "x-ms-routing-request-id": "EASTUS:20230615T220120Z:84676b58-40b3-4e03-bfa3-14b376998f4a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:06:59.5020827\u002B00:00", + "startTime": "2023-06-15T22:01:10.7662672\u002B00:00", "status": "InProgress", - "name": "9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1" + "name": "7f52f297-b544-4658-9089-fdd442a6b7db" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f52f297-b544-4658-9089-fdd442a6b7db?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-4dc95c0bea493043b02dab37941bd1aa-21d531e65ab5fc48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b912efa32840243ebedb704705a4d895", + "traceparent": "00-83244a36f33a15438d652eb03e01b4b5-2dba30d915858140-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4f1c243de804cec1aede99a095d1ee3b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:07:17 GMT", + "Date": "Thu, 15 Jun 2023 22:01:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13564,28 +14247,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b912efa32840243ebedb704705a4d895", - "x-ms-correlation-request-id": "901bfcb6-b609-4be4-ad0b-65b7ed131acd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "47698a86-7dd4-410b-a009-dd0d60478e57", - "x-ms-routing-request-id": "JAPANEAST:20230321T050718Z:901bfcb6-b609-4be4-ad0b-65b7ed131acd", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "4f1c243de804cec1aede99a095d1ee3b", + "x-ms-correlation-request-id": "ec65a76e-cdb8-43c2-a2ff-a936b4f3df00", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;208", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "592144db-e5b6-4bea-9ca2-88bfa4698e2e", + "x-ms-routing-request-id": "EASTUS:20230615T220128Z:ec65a76e-cdb8-43c2-a2ff-a936b4f3df00", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:06:59.5020827\u002B00:00", + "startTime": "2023-06-15T22:01:10.7662672\u002B00:00", "status": "InProgress", - "name": "9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1" + "name": "7f52f297-b544-4658-9089-fdd442a6b7db" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f52f297-b544-4658-9089-fdd442a6b7db?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4dc95c0bea493043b02dab37941bd1aa-f4ad1c29c7dcbd4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6d1630cfa0817c36530325ddd548ebb2", + "traceparent": "00-83244a36f33a15438d652eb03e01b4b5-0270e0086bc3c742-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5e99ec0399111885cc57f2b2b8f46ffe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13594,7 +14277,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:07:36 GMT", + "Date": "Thu, 15 Jun 2023 22:01:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13603,37 +14286,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6d1630cfa0817c36530325ddd548ebb2", - "x-ms-correlation-request-id": "3551903f-b41a-4a8a-92db-d829b33cee18", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "e3233aec-a1c7-4be9-83f3-a833a3ee7795", - "x-ms-routing-request-id": "JAPANEAST:20230321T050736Z:3551903f-b41a-4a8a-92db-d829b33cee18", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "5e99ec0399111885cc57f2b2b8f46ffe", + "x-ms-correlation-request-id": "f6bc9a7e-d46c-4e96-aa9f-353d9b3e6a98", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;207", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "35ccf03f-8679-4043-88bd-2152f9435cc0", + "x-ms-routing-request-id": "EASTUS:20230615T220144Z:f6bc9a7e-d46c-4e96-aa9f-353d9b3e6a98", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:06:59.5020827\u002B00:00", + "startTime": "2023-06-15T22:01:10.7662672\u002B00:00", "status": "InProgress", - "name": "9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1" + "name": "7f52f297-b544-4658-9089-fdd442a6b7db" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f52f297-b544-4658-9089-fdd442a6b7db?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4dc95c0bea493043b02dab37941bd1aa-47604d6619a76f44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e16780d113a8e29affb4e6b33156be9e", + "Connection": "close", + "traceparent": "00-83244a36f33a15438d652eb03e01b4b5-f5399cebd1d1494f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9f7507e0aef6cdd8c96d8324c7baece8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:08:07 GMT", + "Date": "Thu, 15 Jun 2023 22:02:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13642,28 +14327,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e16780d113a8e29affb4e6b33156be9e", - "x-ms-correlation-request-id": "3102f053-0228-40cc-963c-ca70e6b523ba", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "115daf3b-4d72-4b35-ba77-a3f11a92af49", - "x-ms-routing-request-id": "JAPANEAST:20230321T050808Z:3102f053-0228-40cc-963c-ca70e6b523ba", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "9f7507e0aef6cdd8c96d8324c7baece8", + "x-ms-correlation-request-id": "f22f82e4-1ecb-4e5c-a59e-98519c390b67", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "011cb11e-5a13-4f00-907f-f90a6955731c", + "x-ms-routing-request-id": "EASTUS:20230615T220216Z:f22f82e4-1ecb-4e5c-a59e-98519c390b67", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:06:59.5020827\u002B00:00", + "startTime": "2023-06-15T22:01:10.7662672\u002B00:00", "status": "InProgress", - "name": "9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1" + "name": "7f52f297-b544-4658-9089-fdd442a6b7db" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f52f297-b544-4658-9089-fdd442a6b7db?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4dc95c0bea493043b02dab37941bd1aa-97fa671e0bd99440-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d8259b7f74f103c7b896663c03614e76", + "traceparent": "00-83244a36f33a15438d652eb03e01b4b5-b430bac041ad7e4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dc9fa3d43c28a4299e0483adf50e16b9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13672,7 +14357,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:08:40 GMT", + "Date": "Thu, 15 Jun 2023 22:02:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13681,28 +14366,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8259b7f74f103c7b896663c03614e76", - "x-ms-correlation-request-id": "01c0fb17-44b9-44d1-8f35-e8d7a55a01c5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "a52dae15-3e37-4b76-8fbc-5df6ff201405", - "x-ms-routing-request-id": "JAPANEAST:20230321T050840Z:01c0fb17-44b9-44d1-8f35-e8d7a55a01c5", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "dc9fa3d43c28a4299e0483adf50e16b9", + "x-ms-correlation-request-id": "8a5cbc5b-a4d3-432d-b829-3c914ef995e7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "087fce06-b8f3-4874-a234-ec5a2b1a152d", + "x-ms-routing-request-id": "EASTUS:20230615T220248Z:8a5cbc5b-a4d3-432d-b829-3c914ef995e7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:06:59.5020827\u002B00:00", + "startTime": "2023-06-15T22:01:10.7662672\u002B00:00", "status": "InProgress", - "name": "9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1" + "name": "7f52f297-b544-4658-9089-fdd442a6b7db" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f52f297-b544-4658-9089-fdd442a6b7db?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4dc95c0bea493043b02dab37941bd1aa-3fbf7661e4e9ef43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8476bdeff73dbcec95336dcdba824afc", + "traceparent": "00-83244a36f33a15438d652eb03e01b4b5-3f423f6ca6def146-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8ebf9a6e4f5b554413cb94a315615011", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13711,7 +14396,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:09:12 GMT", + "Date": "Thu, 15 Jun 2023 22:03:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13720,28 +14405,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8476bdeff73dbcec95336dcdba824afc", - "x-ms-correlation-request-id": "c1cfadca-ec4d-4d9d-8f0c-952795647bfb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "38f3daec-5a27-46dc-8949-73ce2ba8623d", - "x-ms-routing-request-id": "JAPANEAST:20230321T050913Z:c1cfadca-ec4d-4d9d-8f0c-952795647bfb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8ebf9a6e4f5b554413cb94a315615011", + "x-ms-correlation-request-id": "13a6dd45-4d2e-45bb-81b0-1745850cda02", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "dea89b43-5323-4821-94c0-fd1d12d2e548", + "x-ms-routing-request-id": "EASTUS:20230615T220320Z:13a6dd45-4d2e-45bb-81b0-1745850cda02", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:06:59.5020827\u002B00:00", + "startTime": "2023-06-15T22:01:10.7662672\u002B00:00", "status": "InProgress", - "name": "9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1" + "name": "7f52f297-b544-4658-9089-fdd442a6b7db" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7f52f297-b544-4658-9089-fdd442a6b7db?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4dc95c0bea493043b02dab37941bd1aa-76e4576f790fd742-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "395d864413235cc0b9632811ad5dde9e", + "traceparent": "00-83244a36f33a15438d652eb03e01b4b5-4d1cc90e0877e948-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "14dd096a9354a4d5ddd101f22b2bd7ba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13750,7 +14435,7 @@ "Cache-Control": "no-cache", "Content-Length": "234", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:09:45 GMT", + "Date": "Thu, 15 Jun 2023 22:03:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13759,45 +14444,45 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "395d864413235cc0b9632811ad5dde9e", - "x-ms-correlation-request-id": "6966d23f-5339-4cad-a5b2-aef1b0d2d67a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "4ed19c58-ec5d-449f-8cb6-758d37f997a3", - "x-ms-routing-request-id": "JAPANEAST:20230321T050945Z:6966d23f-5339-4cad-a5b2-aef1b0d2d67a", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "14dd096a9354a4d5ddd101f22b2bd7ba", + "x-ms-correlation-request-id": "3cf5765e-dbde-4d7e-93af-e0456202c70b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "7b51c4e1-af35-4c4c-a572-8ed36ea5cb1c", + "x-ms-routing-request-id": "EASTUS:20230615T220352Z:3cf5765e-dbde-4d7e-93af-e0456202c70b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:06:59.5020827\u002B00:00", - "endTime": "2023-03-21T05:09:21.5481141\u002B00:00", + "startTime": "2023-06-15T22:01:10.7662672\u002B00:00", + "endTime": "2023-06-15T22:03:31.8293736\u002B00:00", "status": "Succeeded", "properties": { "output": "success" }, - "name": "9284e0aa-6f9b-4969-8c2e-38e2f0b14cb1" + "name": "7f52f297-b544-4658-9089-fdd442a6b7db" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6568/providers/Microsoft.StorageCache/caches/testsc5330/start?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc958/start?api-version=2023-05-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-7bae31de7133d840-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "73c36f6539e08860af6942bd07f94935", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-6da3b9e9392e8845-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2db5c9575efa858c5e49c85ca7858e3c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 05:09:46 GMT", + "Date": "Thu, 15 Jun 2023 22:03:52 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -13805,24 +14490,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "73c36f6539e08860af6942bd07f94935", - "x-ms-correlation-request-id": "a2c0052f-1bd2-416e-9798-519fd15053b5", + "x-ms-client-request-id": "2db5c9575efa858c5e49c85ca7858e3c", + "x-ms-correlation-request-id": "b598667a-22db-4ac1-80ad-055ef3d0af95", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/StartOrStopCache1Min;59", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "ae1b792d-c885-4f9e-8aa8-cefa37939295", - "x-ms-routing-request-id": "JAPANEAST:20230321T050946Z:a2c0052f-1bd2-416e-9798-519fd15053b5", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "0924a044-19e0-4484-989b-fc00b2df1d3d", + "x-ms-routing-request-id": "EASTUS:20230615T220353Z:b598667a-22db-4ac1-80ad-055ef3d0af95", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-f796702e375be74b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4a67ce55d7be0a1b25d58abad00355bf", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-5637c17da9c7c345-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4b4cd9f423ab0c167d58b60aca78fc58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13831,7 +14516,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:09:47 GMT", + "Date": "Thu, 15 Jun 2023 22:03:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13840,28 +14525,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a67ce55d7be0a1b25d58abad00355bf", - "x-ms-correlation-request-id": "41e8c892-a3f3-4fd6-95e0-28ea1e616283", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "d2fee00e-6604-466a-8632-60b6a8a3d573", - "x-ms-routing-request-id": "JAPANEAST:20230321T050947Z:41e8c892-a3f3-4fd6-95e0-28ea1e616283", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "4b4cd9f423ab0c167d58b60aca78fc58", + "x-ms-correlation-request-id": "5367a2fd-04f8-4b4b-a94a-fdd2684c61a2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "c6df071d-4627-4a77-8b8f-7744aea948c5", + "x-ms-routing-request-id": "EASTUS:20230615T220353Z:5367a2fd-04f8-4b4b-a94a-fdd2684c61a2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-5b1e6234c9b56841-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "44c5f2196165509a1ce776c76e86b9d4", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-cdb0c0f8d0f7f842-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b93ec442ebe8568964da68dfae02360c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13870,7 +14555,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:09:48 GMT", + "Date": "Thu, 15 Jun 2023 22:03:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13879,28 +14564,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44c5f2196165509a1ce776c76e86b9d4", - "x-ms-correlation-request-id": "2c61d232-ed26-4925-b84f-93ceebc03866", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "37958fdc-210e-4e40-bbd8-b50e57ed396b", - "x-ms-routing-request-id": "JAPANEAST:20230321T050948Z:2c61d232-ed26-4925-b84f-93ceebc03866", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "b93ec442ebe8568964da68dfae02360c", + "x-ms-correlation-request-id": "3c3d3cdf-60ed-4870-b1b0-f0e8939b8b96", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "342fb032-97f9-4e89-a87f-fff74e2ec67d", + "x-ms-routing-request-id": "EASTUS:20230615T220354Z:3c3d3cdf-60ed-4870-b1b0-f0e8939b8b96", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-deb110fa7f81f047-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "38680a5aff9175774ded572e8a980cfa", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-62fa39af1537eb4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cd68e01f433890905a366ed84b5a104c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13909,7 +14594,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:09:49 GMT", + "Date": "Thu, 15 Jun 2023 22:03:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13918,28 +14603,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "38680a5aff9175774ded572e8a980cfa", - "x-ms-correlation-request-id": "bf70eb1c-c91b-429b-a79e-924076e86c44", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "4dd55882-a3ae-4ae9-8333-7c744e0174e9", - "x-ms-routing-request-id": "JAPANEAST:20230321T050949Z:bf70eb1c-c91b-429b-a79e-924076e86c44", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "cd68e01f433890905a366ed84b5a104c", + "x-ms-correlation-request-id": "96bca7de-349e-4b1f-8d29-29ec8960150a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "86f810b4-4ede-4c17-86ad-1657bef40d2c", + "x-ms-routing-request-id": "EASTUS:20230615T220355Z:96bca7de-349e-4b1f-8d29-29ec8960150a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-f46f45ae0d693b49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dcc00cc3ca14f4d234172dd760549c9e", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-a9d8032b3880974d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8a47571e701408ff50f6e6d1ba375d7b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13948,7 +14633,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:09:51 GMT", + "Date": "Thu, 15 Jun 2023 22:03:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13957,28 +14642,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dcc00cc3ca14f4d234172dd760549c9e", - "x-ms-correlation-request-id": "5d37976a-4402-411f-b46d-cd146be29d52", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "9721bab6-6e90-4980-9279-a1dd9301c79f", - "x-ms-routing-request-id": "JAPANEAST:20230321T050951Z:5d37976a-4402-411f-b46d-cd146be29d52", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8a47571e701408ff50f6e6d1ba375d7b", + "x-ms-correlation-request-id": "e477b450-1f86-4ced-9f6d-6f13bd00f6e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "585faf0e-2359-4ff4-8ede-a6d357c2936c", + "x-ms-routing-request-id": "EASTUS:20230615T220356Z:e477b450-1f86-4ced-9f6d-6f13bd00f6e1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-07a2832bd655f54c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c55fb51b1d9a1a2d7b50f678096cc684", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-fb29e266c262bf47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e9eba9212e10ff2033ad5fb17db00b0a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13987,7 +14672,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:09:53 GMT", + "Date": "Thu, 15 Jun 2023 22:03:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13996,28 +14681,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c55fb51b1d9a1a2d7b50f678096cc684", - "x-ms-correlation-request-id": "220e5a64-1a33-4898-9544-87db295984d9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "c4bef4ed-42aa-47d0-9665-fa56b3962324", - "x-ms-routing-request-id": "JAPANEAST:20230321T050953Z:220e5a64-1a33-4898-9544-87db295984d9", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "e9eba9212e10ff2033ad5fb17db00b0a", + "x-ms-correlation-request-id": "f2857e29-2dc9-4d1f-8c5c-1bcbc9378890", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "14394069-2728-45b7-b302-3ce438eee8c3", + "x-ms-routing-request-id": "EASTUS:20230615T220358Z:f2857e29-2dc9-4d1f-8c5c-1bcbc9378890", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-b0970de10552264d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "61037bdbddc690c03874047ad19f14f9", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-5d4d2d7b5e598342-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "57c11ccaacbaaef7e15f7d415cbfd523", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14026,7 +14711,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:09:57 GMT", + "Date": "Thu, 15 Jun 2023 22:04:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14035,28 +14720,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "61037bdbddc690c03874047ad19f14f9", - "x-ms-correlation-request-id": "f685a28a-2fe1-491e-9a40-1d62373b2761", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "aee6569c-7b59-4b97-a781-27e3866095f2", - "x-ms-routing-request-id": "JAPANEAST:20230321T050957Z:f685a28a-2fe1-491e-9a40-1d62373b2761", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "57c11ccaacbaaef7e15f7d415cbfd523", + "x-ms-correlation-request-id": "e300d1c9-1993-4b58-ad14-3b07e8659bb3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "8266b20f-9585-47c8-ae47-a9a97274b917", + "x-ms-routing-request-id": "EASTUS:20230615T220402Z:e300d1c9-1993-4b58-ad14-3b07e8659bb3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-05ba8ffa48185a40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d413b8504639a65fdea560c3d359eac8", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-8a0ae6bbaca1b546-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a1b7f3d8266fef3b36485666114e8b9f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14065,7 +14750,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:10:05 GMT", + "Date": "Thu, 15 Jun 2023 22:04:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14074,28 +14759,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d413b8504639a65fdea560c3d359eac8", - "x-ms-correlation-request-id": "46ea1b6a-a39f-4173-bbe3-0f46e4685e21", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "d450a2bc-ebfe-41ec-8adf-b10647a21a37", - "x-ms-routing-request-id": "JAPANEAST:20230321T051006Z:46ea1b6a-a39f-4173-bbe3-0f46e4685e21", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "a1b7f3d8266fef3b36485666114e8b9f", + "x-ms-correlation-request-id": "6b90e548-5bf6-4362-b7b2-2e7b3a8bd944", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "35bcc4df-2aec-419b-b492-ec6e6398770f", + "x-ms-routing-request-id": "EASTUS:20230615T220410Z:6b90e548-5bf6-4362-b7b2-2e7b3a8bd944", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-a26d5ada6ced3d4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e4fca9513a503ed8f5cf8c2618b248db", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-313da8d40c5da047-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9e07dceb067575c1b13c08b0b1dea274", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14104,7 +14789,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:10:21 GMT", + "Date": "Thu, 15 Jun 2023 22:04:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14113,28 +14798,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e4fca9513a503ed8f5cf8c2618b248db", - "x-ms-correlation-request-id": "3bb715c5-5a9b-4c05-b277-f8e19be47326", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "aa62daa7-e2fd-4ec5-a181-f0fe5c9c12ac", - "x-ms-routing-request-id": "JAPANEAST:20230321T051022Z:3bb715c5-5a9b-4c05-b277-f8e19be47326", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "9e07dceb067575c1b13c08b0b1dea274", + "x-ms-correlation-request-id": "ef4453fc-2869-45aa-be16-2734abcf0f42", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "46b749c0-07c3-4f8a-9313-b62bce6fc603", + "x-ms-routing-request-id": "EASTUS:20230615T220426Z:ef4453fc-2869-45aa-be16-2734abcf0f42", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-b495cf9d4b1ded4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5027fd3cf158944a1c5d82217cfcbcdf", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-73e965ae03c99349-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8ad83cd869f9a39be0d2207156919d93", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14143,7 +14828,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:10:54 GMT", + "Date": "Thu, 15 Jun 2023 22:04:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14152,28 +14837,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5027fd3cf158944a1c5d82217cfcbcdf", - "x-ms-correlation-request-id": "41d896ef-c92c-44b0-b37f-fb2fd1998caa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "8a11ec8d-863e-407a-8b18-ada153469bc5", - "x-ms-routing-request-id": "JAPANEAST:20230321T051054Z:41d896ef-c92c-44b0-b37f-fb2fd1998caa", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8ad83cd869f9a39be0d2207156919d93", + "x-ms-correlation-request-id": "1e3c1dc4-8bd7-4012-9f86-ae1c14b521bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "64d53cde-63d3-4660-b357-3d8d6cbba6e9", + "x-ms-routing-request-id": "EASTUS:20230615T220458Z:1e3c1dc4-8bd7-4012-9f86-ae1c14b521bf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-c75dd670bafedd4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "28293c892fa216a8e0d4de6ab9388d2c", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-6d31ab7a4bcae746-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8055ddd436b7d1ad3242ef321d8b3d57", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14182,7 +14867,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:11:26 GMT", + "Date": "Thu, 15 Jun 2023 22:05:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14191,28 +14876,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "28293c892fa216a8e0d4de6ab9388d2c", - "x-ms-correlation-request-id": "0f8c10bd-c756-4dc0-81de-d9bc7e929c18", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "c5c64dfd-ab95-4091-b2cb-2c46044ee62d", - "x-ms-routing-request-id": "JAPANEAST:20230321T051127Z:0f8c10bd-c756-4dc0-81de-d9bc7e929c18", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8055ddd436b7d1ad3242ef321d8b3d57", + "x-ms-correlation-request-id": "02dce3e8-6196-4603-a2c7-0c8562d13669", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "8c3bd6b6-d719-47cd-b439-b6337d554da7", + "x-ms-routing-request-id": "EASTUS:20230615T220530Z:02dce3e8-6196-4603-a2c7-0c8562d13669", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-f93575469269b745-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d687845c99325f6f5e68c8f2b7b7c2f9", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-0c454994b24ff240-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d58ee1a5007581a64163bea3e64f1e20", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14221,7 +14906,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:11:59 GMT", + "Date": "Thu, 15 Jun 2023 22:06:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14230,28 +14915,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d687845c99325f6f5e68c8f2b7b7c2f9", - "x-ms-correlation-request-id": "a9950ddb-bd20-4b80-9d20-ae4284d6ca19", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "e9f944ea-4641-4891-ba39-69a9973ce195", - "x-ms-routing-request-id": "JAPANEAST:20230321T051200Z:a9950ddb-bd20-4b80-9d20-ae4284d6ca19", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "d58ee1a5007581a64163bea3e64f1e20", + "x-ms-correlation-request-id": "e4783bba-9c62-43b5-a2df-1af593447bac", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "4270cacb-00eb-4880-adcf-55bf27748865", + "x-ms-routing-request-id": "EASTUS:20230615T220602Z:e4783bba-9c62-43b5-a2df-1af593447bac", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-16357901223fbe4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dc9dad1220890d395411708413e0dae3", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-749436383918c446-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d3db759e2288a1bc8e0758b77a688554", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14260,7 +14945,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:12:32 GMT", + "Date": "Thu, 15 Jun 2023 22:06:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14269,39 +14954,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc9dad1220890d395411708413e0dae3", - "x-ms-correlation-request-id": "a39ea285-8d19-4c65-89ee-2df10ea5b7ea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "5046d5c7-6f0c-400f-878e-a7abca9386bc", - "x-ms-routing-request-id": "JAPANEAST:20230321T051232Z:a39ea285-8d19-4c65-89ee-2df10ea5b7ea", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "d3db759e2288a1bc8e0758b77a688554", + "x-ms-correlation-request-id": "7fda1962-78e9-41bc-9e9e-7bc4220e988d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "7a9b99ac-9296-46f7-8332-83d7d90b0c2f", + "x-ms-routing-request-id": "EASTUS:20230615T220634Z:7fda1962-78e9-41bc-9e9e-7bc4220e988d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-db95c5d961f60f49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f7c456cfe674efadcdc9ca3a66b55e29", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-a25950657c540345-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "74cbc894c803d31d37d43e54780aebe2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:13:04 GMT", + "Date": "Thu, 15 Jun 2023 22:07:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14310,28 +14993,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7c456cfe674efadcdc9ca3a66b55e29", - "x-ms-correlation-request-id": "7e88181c-40bd-493c-9e4f-bb40b15e1064", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "f35f5855-1b70-4756-a65c-03962632bbde", - "x-ms-routing-request-id": "JAPANEAST:20230321T051304Z:7e88181c-40bd-493c-9e4f-bb40b15e1064", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "74cbc894c803d31d37d43e54780aebe2", + "x-ms-correlation-request-id": "6a3ef66f-cfa3-4178-bd6f-3d5b2fe44a51", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "1d26fa3d-3c28-404c-89e9-6bd58af4feae", + "x-ms-routing-request-id": "EASTUS:20230615T220706Z:6a3ef66f-cfa3-4178-bd6f-3d5b2fe44a51", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-ad75f4d1df915545-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0b58e412b19b3ca24b79812029ea4c7e", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-509c34014c616c44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a794ce236aaf82cf25ec466ea8ef07d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14340,7 +15023,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:13:39 GMT", + "Date": "Thu, 15 Jun 2023 22:07:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14349,37 +15032,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b58e412b19b3ca24b79812029ea4c7e", - "x-ms-correlation-request-id": "eb710685-1442-41a2-9df3-cd910c2eb716", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "a00cf6ff-2fb3-433d-b0d9-7acbb6c6b66c", - "x-ms-routing-request-id": "JAPANEAST:20230321T051339Z:eb710685-1442-41a2-9df3-cd910c2eb716", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "a794ce236aaf82cf25ec466ea8ef07d9", + "x-ms-correlation-request-id": "71f68aef-0155-438d-9591-fd689d0c1acf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "7de09738-2818-46db-a03f-33431f635553", + "x-ms-routing-request-id": "EASTUS:20230615T220739Z:71f68aef-0155-438d-9591-fd689d0c1acf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-a2f70df73bc2a948-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6023e48dcbf22b8400ad0fc056fea69f", + "Connection": "close", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-6c9d62497b9ffb4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1e0f69ddaa83d61c57089cb4e4682984", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:14:11 GMT", + "Date": "Thu, 15 Jun 2023 22:08:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14388,28 +15073,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6023e48dcbf22b8400ad0fc056fea69f", - "x-ms-correlation-request-id": "dc91b440-2003-4829-8311-66f16bc3f2a1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "0049cd25-a959-4320-90ea-913e1e4df805", - "x-ms-routing-request-id": "JAPANEAST:20230321T051411Z:dc91b440-2003-4829-8311-66f16bc3f2a1", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "1e0f69ddaa83d61c57089cb4e4682984", + "x-ms-correlation-request-id": "803b2674-b808-4cdf-83f8-68fc908a6f05", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "4f6a8b96-9666-434d-85ea-6e8fef3f0881", + "x-ms-routing-request-id": "EASTUS:20230615T220811Z:803b2674-b808-4cdf-83f8-68fc908a6f05", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-735787b9a8e35d47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2e7247b3ce881e48b487abfb658cc6e2", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-5ad651222ea2e54d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ab93751bddd42aa5f9484f1681af2a48", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14418,7 +15103,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:14:43 GMT", + "Date": "Thu, 15 Jun 2023 22:08:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14427,28 +15112,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2e7247b3ce881e48b487abfb658cc6e2", - "x-ms-correlation-request-id": "ad264bbf-6880-4c5c-842a-9bd0e821528c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "9d298c39-b36a-49d3-bfa4-19b5f54949bf", - "x-ms-routing-request-id": "JAPANEAST:20230321T051444Z:ad264bbf-6880-4c5c-842a-9bd0e821528c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "ab93751bddd42aa5f9484f1681af2a48", + "x-ms-correlation-request-id": "5049e4bc-2f3a-4a14-b177-ea480b0b7363", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "4fa143ef-146a-4d3a-9e15-64ae26e6f725", + "x-ms-routing-request-id": "EASTUS:20230615T220843Z:5049e4bc-2f3a-4a14-b177-ea480b0b7363", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-874ac6085ec41249-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "82ad4c7cfd9247365f2c0beea2e1e64d", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-bbbd893da962e34f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0e7665cdcdfa795fb2bd50a7cd1a9ebd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14457,7 +15142,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:15:15 GMT", + "Date": "Thu, 15 Jun 2023 22:09:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14466,28 +15151,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82ad4c7cfd9247365f2c0beea2e1e64d", - "x-ms-correlation-request-id": "2b2be2d6-a0a0-443c-9966-fe8899d164cb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "ea953daa-ae6e-413d-8de5-b377d750b02a", - "x-ms-routing-request-id": "JAPANEAST:20230321T051516Z:2b2be2d6-a0a0-443c-9966-fe8899d164cb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "0e7665cdcdfa795fb2bd50a7cd1a9ebd", + "x-ms-correlation-request-id": "e29817ef-c6f5-43d0-81f1-fde762fd4db4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "6091ba5f-cf84-4e2f-b429-1be5679829a2", + "x-ms-routing-request-id": "EASTUS:20230615T220915Z:e29817ef-c6f5-43d0-81f1-fde762fd4db4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-82039b80680bc048-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e26de2d31e78bef59b05ab6b1f89c574", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-6dbb3d6c230f6d4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3352c2c35b5bff04c4e5243a5b0554a8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14496,7 +15181,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:15:48 GMT", + "Date": "Thu, 15 Jun 2023 22:09:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14505,28 +15190,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e26de2d31e78bef59b05ab6b1f89c574", - "x-ms-correlation-request-id": "736d0fba-3db5-4358-800b-8da8ca225509", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "08425a70-ab69-47f5-8421-89380c5f47f2", - "x-ms-routing-request-id": "JAPANEAST:20230321T051548Z:736d0fba-3db5-4358-800b-8da8ca225509", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "3352c2c35b5bff04c4e5243a5b0554a8", + "x-ms-correlation-request-id": "abb3b76e-9172-4ac5-ab27-8b4253b949db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "117c2fb5-531a-4f5e-bf51-3c205908b4fc", + "x-ms-routing-request-id": "EASTUS:20230615T220947Z:abb3b76e-9172-4ac5-ab27-8b4253b949db", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-0dc68aaea890c746-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0a442ce62451b50c102bce5bc35a7bd3", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-86e4dfceb242f74e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7ee753dd1bf14e89161af9168dfe5cde", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14535,7 +15220,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:16:20 GMT", + "Date": "Thu, 15 Jun 2023 22:10:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14544,143 +15229,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a442ce62451b50c102bce5bc35a7bd3", - "x-ms-correlation-request-id": "9fe5c04c-c399-4efd-ba1e-cd0f246662a6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "994d57c5-7db3-477a-a6f1-2ed9a18db5d4", - "x-ms-routing-request-id": "JAPANEAST:20230321T051621Z:9fe5c04c-c399-4efd-ba1e-cd0f246662a6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "7ee753dd1bf14e89161af9168dfe5cde", + "x-ms-correlation-request-id": "2b036d29-88ca-49eb-bc1e-4f5502b57371", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "c11da71c-298b-4e88-a634-8b53ac9875e1", + "x-ms-routing-request-id": "EASTUS:20230615T221019Z:2b036d29-88ca-49eb-bc1e-4f5502b57371", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ae1b792d-c885-4f9e-8aa8-cefa37939295?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b52aa5e5303c1745961ddc2b56aaf9d4-1b09225572d1054b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "83275da1e41f5e6956eee68c51cb27d5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "234", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:16:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "83275da1e41f5e6956eee68c51cb27d5", - "x-ms-correlation-request-id": "c6ed676e-a0e1-4adc-b6a2-e7bb7ec1011f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "92eb2d08-0471-4daa-97f6-910e5a18219d", - "x-ms-routing-request-id": "JAPANEAST:20230321T051653Z:c6ed676e-a0e1-4adc-b6a2-e7bb7ec1011f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T05:09:46.8608349\u002B00:00", - "endTime": "2023-03-21T05:16:38.6971906\u002B00:00", - "status": "Succeeded", - "properties": { - "output": "success" - }, - "name": "ae1b792d-c885-4f9e-8aa8-cefa37939295" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6568/providers/Microsoft.StorageCache/caches/testsc5330/upgrade?api-version=2023-01-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-369a2e99649a9c40983f9fd8ce4df08b-3e296049f7bf7a43-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "75079766dc9daffcd5b8d14d4f99fb41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Tue, 21 Mar 2023 05:16:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "75079766dc9daffcd5b8d14d4f99fb41", - "x-ms-correlation-request-id": "24a70a47-6fef-4174-8c70-50ace8700c87", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateFirmware1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "c78ce63b-a66c-4898-8910-4fb097eb4c6c", - "x-ms-routing-request-id": "JAPANEAST:20230321T051654Z:24a70a47-6fef-4174-8c70-50ace8700c87", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6568/providers/Microsoft.StorageCache/caches/testsc5330?api-version=2023-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-4daf0f184a58c342ba2b1e6f91b92733-befb23053f4d6649-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2cf5f8030652c4366178ae67131b0ebc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9e5fffd1-54a8-44db-8eef-6188c3085a6e?api-version=2023-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 05:16:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9e5fffd1-54a8-44db-8eef-6188c3085a6e?monitor=true\u0026api-version=2023-01-01", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2cf5f8030652c4366178ae67131b0ebc", - "x-ms-correlation-request-id": "70799511-50e0-4868-a06f-d6446619fa69", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "9e5fffd1-54a8-44db-8eef-6188c3085a6e", - "x-ms-routing-request-id": "JAPANEAST:20230321T051655Z:70799511-50e0-4868-a06f-d6446619fa69", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9e5fffd1-54a8-44db-8eef-6188c3085a6e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4daf0f184a58c342ba2b1e6f91b92733-9f982de62ca11343-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "996ff7d7ea7c9e4484d0ea4d547e9cc8", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-cc6ed8e6e5ba344d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bf5392a9f75c71ed60764a15a8241dac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14689,7 +15259,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:16:54 GMT", + "Date": "Thu, 15 Jun 2023 22:10:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14698,28 +15268,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "996ff7d7ea7c9e4484d0ea4d547e9cc8", - "x-ms-correlation-request-id": "1b7d9ef3-3d63-4e54-9f7c-2862439ad80e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "527db116-6a99-4a73-a1d2-5c90dc67b5f0", - "x-ms-routing-request-id": "JAPANEAST:20230321T051655Z:1b7d9ef3-3d63-4e54-9f7c-2862439ad80e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "bf5392a9f75c71ed60764a15a8241dac", + "x-ms-correlation-request-id": "afe078fe-1558-4be5-ac1d-e99c6993a3de", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "98922573-233b-4a14-a497-cdc4f26415e9", + "x-ms-routing-request-id": "EASTUS:20230615T221051Z:afe078fe-1558-4be5-ac1d-e99c6993a3de", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:16:55.4160685\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "9e5fffd1-54a8-44db-8eef-6188c3085a6e" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9e5fffd1-54a8-44db-8eef-6188c3085a6e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4daf0f184a58c342ba2b1e6f91b92733-c39b18909daeec4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "88125907b7d22417b680d6fc048a9054", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-e7af52bdb4a3284d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "79c9a7682032a7cb38041d4061ee71c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14728,7 +15298,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:16:56 GMT", + "Date": "Thu, 15 Jun 2023 22:11:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14737,28 +15307,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "88125907b7d22417b680d6fc048a9054", - "x-ms-correlation-request-id": "3ffcf063-83ef-4e48-bd8a-d7c5263e7fff", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "c93d488f-4e88-473a-aee9-c781c128f294", - "x-ms-routing-request-id": "JAPANEAST:20230321T051657Z:3ffcf063-83ef-4e48-bd8a-d7c5263e7fff", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "79c9a7682032a7cb38041d4061ee71c6", + "x-ms-correlation-request-id": "76964e82-9758-4747-94b9-bd35e05eb868", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "8f1ad006-1ae4-42b9-9b6e-f1ebb0b58bc3", + "x-ms-routing-request-id": "EASTUS:20230615T221123Z:76964e82-9758-4747-94b9-bd35e05eb868", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:16:55.4160685\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "9e5fffd1-54a8-44db-8eef-6188c3085a6e" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9e5fffd1-54a8-44db-8eef-6188c3085a6e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4daf0f184a58c342ba2b1e6f91b92733-86df640614fa7a49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "31e00a17d82a69d847aad2d4e4a12e24", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-3012d30b45ae084e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c990468895b1e64b66761d7ad174a5f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -14767,7 +15337,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:16:57 GMT", + "Date": "Thu, 15 Jun 2023 22:11:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14776,37 +15346,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31e00a17d82a69d847aad2d4e4a12e24", - "x-ms-correlation-request-id": "990a4d0a-0528-4933-af05-a4c1f7d29054", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "56024a05-de73-48ff-b88f-de52d689ed0f", - "x-ms-routing-request-id": "JAPANEAST:20230321T051658Z:990a4d0a-0528-4933-af05-a4c1f7d29054", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "c990468895b1e64b66761d7ad174a5f1", + "x-ms-correlation-request-id": "45b536ae-5bcf-498e-8835-d39e270f542a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "bcedb75e-49af-4e28-bf9e-8f6a8e546f31", + "x-ms-routing-request-id": "EASTUS:20230615T221155Z:45b536ae-5bcf-498e-8835-d39e270f542a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:16:55.4160685\u002B00:00", + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", "status": "InProgress", - "name": "9e5fffd1-54a8-44db-8eef-6188c3085a6e" + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9e5fffd1-54a8-44db-8eef-6188c3085a6e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0924a044-19e0-4484-989b-fc00b2df1d3d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4daf0f184a58c342ba2b1e6f91b92733-5a4bc596c8443947-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3ae1986866db20d5df4ae2fc13479afa", + "traceparent": "00-8627fd6774520c4c9066caa369ae96e9-6b8529c66ac99d43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e6ad4dfce23489acc6ac8658d9ac0f71", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "234", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:16:58 GMT", + "Date": "Thu, 15 Jun 2023 22:12:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14815,96 +15385,41 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3ae1986866db20d5df4ae2fc13479afa", - "x-ms-correlation-request-id": "3b1b8534-c7f4-448a-9630-8e8577fddc32", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "84b7de6c-5000-4d8a-b751-21a240f445c7", - "x-ms-routing-request-id": "JAPANEAST:20230321T051659Z:3b1b8534-c7f4-448a-9630-8e8577fddc32", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "e6ad4dfce23489acc6ac8658d9ac0f71", + "x-ms-correlation-request-id": "465e87e4-5727-403b-8a98-217dd243d44b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "923ecabe-9aa8-44b7-b395-d05e282442e4", + "x-ms-routing-request-id": "EASTUS:20230615T221227Z:465e87e4-5727-403b-8a98-217dd243d44b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T05:16:55.4160685\u002B00:00", - "status": "InProgress", - "name": "9e5fffd1-54a8-44db-8eef-6188c3085a6e" + "startTime": "2023-06-15T22:03:52.9707335\u002B00:00", + "endTime": "2023-06-15T22:12:21.3803265\u002B00:00", + "status": "Succeeded", + "properties": { + "output": "success" + }, + "name": "0924a044-19e0-4484-989b-fc00b2df1d3d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6568?api-version=**", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc958/upgrade?api-version=2023-05-01", + "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-3516757ce5f03e4bb6ab49d9ec557b42-6243c90a64553d42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7903a4f3650124734205b1b728997155", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 05:17:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NTY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53a9dc13-17e1-4347-aad7-876dc7d1289f", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "53a9dc13-17e1-4347-aad7-876dc7d1289f", - "x-ms-routing-request-id": "JAPANEAST:20230321T051700Z:53a9dc13-17e1-4347-aad7-876dc7d1289f" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NTY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3516757ce5f03e4bb6ab49d9ec557b42-7e4c32559f388d49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6c93b25156a8b17834c052e0f5dc55ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 05:17:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NTY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "201c21a9-fcfe-4940-990b-4e7c111c4c9c", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "201c21a9-fcfe-4940-990b-4e7c111c4c9c", - "x-ms-routing-request-id": "JAPANEAST:20230321T051701Z:201c21a9-fcfe-4940-990b-4e7c111c4c9c" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9e5fffd1-54a8-44db-8eef-6188c3085a6e?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4daf0f184a58c342ba2b1e6f91b92733-de7b29bb518c1e46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4e94d810e46bfe86fab2b93225ae3b9b", + "traceparent": "00-bdab2cd98953f74abefb304e5ff7581a-954d29fb7f9f8e4e-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "628c83045493d3fa5ce313bc0250d6c4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 204, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 05:17:02 GMT", + "Date": "Thu, 15 Jun 2023 22:12:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -14913,25 +15428,21 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4e94d810e46bfe86fab2b93225ae3b9b", - "x-ms-correlation-request-id": "9e2f8e80-899d-40b5-9e9f-ce295cd0d1a8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "1b01a953-a32e-4ac1-b7cb-437b3767cc15", - "x-ms-routing-request-id": "JAPANEAST:20230321T051702Z:9e2f8e80-899d-40b5-9e9f-ce295cd0d1a8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "628c83045493d3fa5ce313bc0250d6c4", + "x-ms-correlation-request-id": "c75def6b-75da-4237-b4d5-018dc04e4fca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateFirmware1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "a0a13b4f-0654-4045-8a3d-4d309f25fab1", + "x-ms-routing-request-id": "EASTUS:20230615T221227Z:c75def6b-75da-4237-b4d5-018dc04e4fca", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": { - "startTime": "2023-03-21T05:16:55.4160685\u002B00:00", - "status": "InProgress", - "name": "9e5fffd1-54a8-44db-8eef-6188c3085a6e" - } + "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1105405956", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1382231066", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/Update().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/Update().json index ac991fa646d7..c47e1e895998 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/Update().json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/Update().json @@ -1,53 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-39319d70090f824ebe93015f0c1b580b-b53379bb54e4fd48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "87df1cb55f0aa6889bbef14f805bbd35", + "traceparent": "00-23042e70bb1dae42a2fb31b1dd419aba-26a88b4ace336249-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cb2cccd3ab59e4ac6d66295c74570353", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:12:06 GMT", + "Date": "Thu, 15 Jun 2023 20:47:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "771b6c90-50b7-48a6-92e5-27c91c993c40", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "771b6c90-50b7-48a6-92e5-27c91c993c40", - "x-ms-routing-request-id": "JAPANEAST:20230321T061206Z:771b6c90-50b7-48a6-92e5-27c91c993c40" + "x-ms-correlation-request-id": "e61b8e6e-f87d-400f-a1bf-1f9de2b19f82", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "e61b8e6e-f87d-400f-a1bf-1f9de2b19f82", + "x-ms-routing-request-id": "EASTUS:20230615T204706Z:e61b8e6e-f87d-400f-a1bf-1f9de2b19f82" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -57,75 +43,76 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg5414?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-e18bf9e96bc75142a28eb097b3eef097-d22fd1028557fc4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fe789e75f518fd81043ca2b62e4e859a", + "traceparent": "00-2cd53e14bb98de41b6fb8c8d4cc95f04-2af44fd9fa95ed4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d72242ca569ce7aa10d1a3b471900651", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:12:10 GMT", + "Date": "Thu, 15 Jun 2023 20:47:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f824555-9c8d-4913-80ee-7c5ee6a1e1f7", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "3f824555-9c8d-4913-80ee-7c5ee6a1e1f7", - "x-ms-routing-request-id": "JAPANEAST:20230321T061210Z:3f824555-9c8d-4913-80ee-7c5ee6a1e1f7" + "x-ms-correlation-request-id": "2505abed-7207-41fd-9249-8efac0e9afeb", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "2505abed-7207-41fd-9249-8efac0e9afeb", + "x-ms-routing-request-id": "EASTUS:20230615T204706Z:2505abed-7207-41fd-9249-8efac0e9afeb" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5414", - "name": "storagecachetestrg5414", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-76922a821f4ddf489cd0b907b264c1dc-bd2eda24ded20540-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "953e8eedf94db1b5f029dbcd5b2af00b", + "traceparent": "00-c49931b9d31f5a4583bbc61c0941549a-b5b90e5452a7c147-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fcd6198f31f85bb999722a07ee95a917", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "146015", + "Content-Length": "156364", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:12:11 GMT", + "Date": "Thu, 15 Jun 2023 20:47:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d87186a8-5319-41ca-baf0-94802a771c5c", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "d87186a8-5319-41ca-baf0-94802a771c5c", - "x-ms-routing-request-id": "JAPANEAST:20230321T061211Z:d87186a8-5319-41ca-baf0-94802a771c5c" + "x-ms-correlation-request-id": "e18f4d1f-6c7c-431d-a82b-c90f9ff7a5f4", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "e18f4d1f-6c7c-431d-a82b-c90f9ff7a5f4", + "x-ms-routing-request-id": "EASTUS:20230615T204707Z:e18f4d1f-6c7c-431d-a82b-c90f9ff7a5f4" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -175,6 +162,10 @@ { "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" } ], "resourceTypes": [ @@ -217,9 +208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -335,9 +331,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -453,9 +454,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -493,97 +499,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -593,89 +614,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -685,17 +706,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -740,9 +769,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -821,97 +855,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -921,89 +970,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1013,17 +1062,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1068,9 +1125,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1118,9 +1180,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1144,97 +1211,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1244,89 +1326,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1336,17 +1418,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1391,9 +1481,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1509,9 +1604,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1572,9 +1672,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1647,9 +1752,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1721,9 +1831,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1793,9 +1908,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1911,9 +2031,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2029,9 +2154,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2128,9 +2258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2214,9 +2349,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2297,9 +2437,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2415,9 +2560,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2458,97 +2608,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2558,89 +2723,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2650,17 +2815,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -2705,9 +2878,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2809,9 +2987,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2898,9 +3081,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2987,9 +3175,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3076,9 +3269,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3194,9 +3392,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3312,9 +3515,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3430,9 +3638,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3497,97 +3710,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3597,89 +3825,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3689,17 +3917,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -3744,9 +3980,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3785,6 +4026,8 @@ "resourceType": "locations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3899,9 +4142,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4016,9 +4264,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4133,9 +4386,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4236,9 +4494,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4299,9 +4562,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4348,9 +4616,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4465,9 +4738,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4556,9 +4834,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4638,9 +4921,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4687,9 +4975,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4761,9 +5054,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4835,9 +5133,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4905,9 +5208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4978,9 +5286,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5051,9 +5364,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5116,9 +5434,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5181,9 +5504,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5263,9 +5591,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5323,9 +5656,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5373,9 +5711,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5433,9 +5776,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5515,9 +5863,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5597,9 +5950,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5679,9 +6037,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5761,9 +6124,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6337,7 +6705,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6379,7 +6750,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6421,7 +6795,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6463,7 +6840,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6505,7 +6885,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6547,7 +6930,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6589,7 +6975,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6631,7 +7020,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6666,7 +7058,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6686,6 +7080,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6701,7 +7096,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6720,7 +7117,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6739,7 +7138,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6758,7 +7159,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6771,6 +7174,17 @@ "defaultApiVersion": "2018-08-01", "capabilities": "None" }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, { "resourceType": "trafficManagerUserMetricsKeys", "locations": [ @@ -6778,6 +7192,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2017-09-01-preview" @@ -6791,7 +7206,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6841,9 +7258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6945,9 +7367,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7048,9 +7475,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7140,9 +7572,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7230,9 +7667,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7306,9 +7748,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7382,9 +7829,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7458,9 +7910,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7562,9 +8019,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7655,9 +8117,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7744,9 +8211,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7831,9 +8303,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7902,9 +8379,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7991,9 +8473,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8080,9 +8567,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8159,9 +8651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8238,9 +8735,13 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8288,9 +8789,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8366,9 +8872,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8411,6 +8922,7 @@ "resourceType": "firewallPolicies", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8454,9 +8966,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8492,6 +9008,7 @@ "resourceType": "ipGroups", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8535,9 +9052,13 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8573,6 +9094,8 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8596,6 +9119,8 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8646,6 +9171,8 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8731,9 +9258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8798,9 +9330,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8844,97 +9381,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -8944,89 +9496,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -9036,17 +9588,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -9091,9 +9651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9169,9 +9734,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9248,9 +9818,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9327,9 +9902,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9392,9 +9972,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9483,9 +10068,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9526,30 +10116,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2022-05-01", - "2021-06-01", - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -9584,7 +10150,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -9604,179 +10170,19 @@ "Australia Southeast" ], "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", + "2022-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", + "West US", "East US", "North Europe", "West Europe", @@ -9812,9 +10218,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9891,9 +10302,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9934,6 +10350,7 @@ "resourceType": "virtualRouters", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -9977,9 +10394,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10015,6 +10436,7 @@ "resourceType": "networkVirtualAppliances", "locations": [ "Qatar Central", + "Poland Central", "Brazil Southeast", "West US 3", "Jio India West", @@ -10058,9 +10480,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10126,9 +10552,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10201,10 +10632,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10220,7 +10656,9 @@ "resourceType": "networkManagerConnections", "locations": [], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10279,7 +10717,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-02-01-preview", @@ -10336,10 +10777,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10398,10 +10844,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10460,7 +10911,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-06-01-preview" @@ -10515,10 +10969,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10576,10 +11035,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10594,6 +11058,8 @@ "resourceType": "networkVirtualApplianceSkus", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10657,9 +11123,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10713,9 +11184,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10729,216 +11205,325 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5414/providers/Microsoft.Network/virtualNetworks/scTestVNet-4622?api-version=2022-11-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "172", - "Content-Type": "application/json", - "traceparent": "00-76922a821f4ddf489cd0b907b264c1dc-4c3b9a4dba772a41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9d39603f5d27068a22e6ef6c6f6bb43d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-504", - "properties": { - "addressPrefix": "10.0.0.0/16" - } - } - ] - }, - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/66584242-77ac-45a2-a7f7-9b82de7a44bf?api-version=2022-11-01", - "Cache-Control": "no-cache", - "Content-Length": "1277", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:12:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1a03e5df-6f4d-4d32-9820-38145b6cbfab", - "x-ms-client-request-id": "9d39603f5d27068a22e6ef6c6f6bb43d", - "x-ms-correlation-request-id": "f242ddc3-8a6a-4e65-b888-093ca6f37bbd", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "66584242-77ac-45a2-a7f7-9b82de7a44bf", - "x-ms-routing-request-id": "JAPANEAST:20230321T061216Z:f242ddc3-8a6a-4e65-b888-093ca6f37bbd" - }, - "ResponseBody": { - "name": "scTestVNet-4622", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5414/providers/Microsoft.Network/virtualNetworks/scTestVNet-4622", - "etag": "W/\u0022b15310e2-787d-4730-ad97-311d9a419cf6\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "7a7874c3-4afd-4951-8d33-fe0240e94d43", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "scTestSubnet-504", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5414/providers/Microsoft.Network/virtualNetworks/scTestVNet-4622/subnets/scTestSubnet-504", - "etag": "W/\u0022b15310e2-787d-4730-ad97-311d9a419cf6\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/66584242-77ac-45a2-a7f7-9b82de7a44bf?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-76922a821f4ddf489cd0b907b264c1dc-28d06e4518c01844-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3946433d0a098f8b0438726709484285", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:12:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7cfa7e0f-7b99-4ef0-ad8e-08bbd5fcd46f", - "x-ms-client-request-id": "3946433d0a098f8b0438726709484285", - "x-ms-correlation-request-id": "e17625fa-520d-4c0b-928c-c72180f6267e", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "122a345e-c256-47ab-86f4-86d5cfd305d0", - "x-ms-routing-request-id": "JAPANEAST:20230321T061216Z:e17625fa-520d-4c0b-928c-c72180f6267e" - }, - "ResponseBody": { - "status": "InProgress" + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/66584242-77ac-45a2-a7f7-9b82de7a44bf?api-version=2022-11-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-1208?api-version=2023-04-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-76922a821f4ddf489cd0b907b264c1dc-b91c0693b1e8244d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "50199e7477e235d4353439e3cdb6ddb4", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-c49931b9d31f5a4583bbc61c0941549a-b37ebaa95bf02045-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "65d29230227dba448708f873dd60d8e0", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:12:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "19a64554-9052-4282-97ca-02ced2cc8bd3", - "x-ms-client-request-id": "50199e7477e235d4353439e3cdb6ddb4", - "x-ms-correlation-request-id": "0f5fb128-7fd6-4d75-9a4f-cd79815da52c", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "a29b3fb5-d164-4f24-8e25-8b601252efbd", - "x-ms-routing-request-id": "JAPANEAST:20230321T061227Z:0f5fb128-7fd6-4d75-9a4f-cd79815da52c" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5414/providers/Microsoft.Network/virtualNetworks/scTestVNet-4622?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-76922a821f4ddf489cd0b907b264c1dc-d79fceb9b934774f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2c2e649f7a25aa337eb874ff97c3fb1a", - "x-ms-return-client-request-id": "true" + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-7320", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/f4d0ab49-8d80-47d8-b475-d5e6cfe609dc?api-version=2023-04-01", "Cache-Control": "no-cache", - "Content-Length": "1279", + "Content-Length": "1016", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:12:27 GMT", - "ETag": "W/\u00225d1b993a-455c-4455-9d25-b5a3e28c5de7\u0022", + "Date": "Thu, 15 Jun 2023 20:47:08 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a9ce500a-72c7-4b8e-9c6c-e8ce04b98b49", - "x-ms-client-request-id": "2c2e649f7a25aa337eb874ff97c3fb1a", - "x-ms-correlation-request-id": "875f1f1d-d462-47ed-864d-adb06eb10b5c", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "e337fd9e-9286-4e64-bf82-ee3ea9f07ac9", - "x-ms-routing-request-id": "JAPANEAST:20230321T061227Z:875f1f1d-d462-47ed-864d-adb06eb10b5c" + "x-ms-arm-service-request-id": "8e00c77d-f9f1-42c5-a6da-02f2b77e28c7", + "x-ms-client-request-id": "65d29230227dba448708f873dd60d8e0", + "x-ms-correlation-request-id": "da2a3b80-97f5-442c-81d3-e6b8df7c0ea5", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "f4d0ab49-8d80-47d8-b475-d5e6cfe609dc", + "x-ms-routing-request-id": "EASTUS:20230615T204709Z:da2a3b80-97f5-442c-81d3-e6b8df7c0ea5" }, "ResponseBody": { - "name": "scTestVNet-4622", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5414/providers/Microsoft.Network/virtualNetworks/scTestVNet-4622", - "etag": "W/\u00225d1b993a-455c-4455-9d25-b5a3e28c5de7\u0022", + "name": "scTestVNet-1208", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-1208", + "etag": "W/\u00226324f6f6-f8c4-4b52-a86a-b297f691caec\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "7a7874c3-4afd-4951-8d33-fe0240e94d43", + "provisioningState": "Updating", + "resourceGuid": "1e8a485e-0a94-45a8-923d-e9f158f8824c", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -10946,11 +11531,11 @@ }, "subnets": [ { - "name": "scTestSubnet-504", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5414/providers/Microsoft.Network/virtualNetworks/scTestVNet-4622/subnets/scTestSubnet-504", - "etag": "W/\u00225d1b993a-455c-4455-9d25-b5a3e28c5de7\u0022", + "name": "scTestSubnet-7320", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-1208/subnets/scTestSubnet-7320", + "etag": "W/\u00226324f6f6-f8c4-4b52-a86a-b297f691caec\u0022", "properties": { - "provisioningState": "Succeeded", + "provisioningState": "Updating", "addressPrefix": "10.0.0.0/16", "delegations": [], "privateEndpointNetworkPolicies": "Disabled", @@ -10965,136 +11550,59 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg5414/providers/Microsoft.StorageCache/caches/testsc1496?api-version=2023-01-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/f4d0ab49-8d80-47d8-b475-d5e6cfe609dc?api-version=2023-04-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "294", - "Content-Type": "application/json", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-4e42d361f6fde445-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8a5f0b02f655c6a86e1003d5d0a8c24e", + "traceparent": "00-c49931b9d31f5a4583bbc61c0941549a-848ca095f394334a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bed578c8b6a86d6ed41b75f039467d39", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "sku": { - "name": "Standard_2G" - }, - "tags": {}, - "location": "eastus", - "properties": { - "cacheSizeGB": 3072, - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5414/providers/Microsoft.Network/virtualNetworks/scTestVNet-4622/subnets/scTestSubnet-504", - "zones": [ - "1" - ] - } - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "1994", + "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:12:31 GMT", + "Date": "Thu, 15 Jun 2023 20:47:08 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a5f0b02f655c6a86e1003d5d0a8c24e", - "x-ms-correlation-request-id": "c1040b1b-3e96-4fbf-9e32-50c9c95d6bfa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5", - "x-ms-routing-request-id": "JAPANEAST:20230321T061231Z:c1040b1b-3e96-4fbf-9e32-50c9c95d6bfa", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "8b1c5637-4edf-4080-9494-4bfcb6b0b187", + "x-ms-client-request-id": "bed578c8b6a86d6ed41b75f039467d39", + "x-ms-correlation-request-id": "f73c5f82-34c5-4301-bb37-d7fc7f34109b", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "b0038e75-45b4-4654-98bf-c5d304d27103", + "x-ms-routing-request-id": "EASTUS:20230615T204709Z:f73c5f82-34c5-4301-bb37-d7fc7f34109b" }, "ResponseBody": { - "name": "testsc1496", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5414/providers/Microsoft.StorageCache/caches/testsc1496", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Transitioning", - "statusDescription": "The cache is being allocated." - }, - "provisioningState": "Creating", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5414/providers/Microsoft.Network/virtualNetworks/scTestVNet-4622/subnets/scTestSubnet-504", - "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T06:12:30.2271685Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-21T06:12:29.0439473Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T06:12:29.0439473Z" - } + "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/f4d0ab49-8d80-47d8-b475-d5e6cfe609dc?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-4caea0f58c5bd544-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c1e01e385256a95ebb68bd15775ed9d5", + "traceparent": "00-c49931b9d31f5a4583bbc61c0941549a-be0cb0f00780ac43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "83af499a6e21ea23682c828211cfd4be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:12:32 GMT", + "Date": "Thu, 15 Jun 2023 20:47:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11103,37 +11611,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c1e01e385256a95ebb68bd15775ed9d5", - "x-ms-correlation-request-id": "250ad327-0b4c-4e42-a581-0b7abb862119", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "48a99a4e-73b9-4eb7-a59c-ff8d03a13508", - "x-ms-routing-request-id": "JAPANEAST:20230321T061232Z:250ad327-0b4c-4e42-a581-0b7abb862119", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "fbe5c9d2-ef4b-4820-a6b2-57877f9fd94d", + "x-ms-client-request-id": "83af499a6e21ea23682c828211cfd4be", + "x-ms-correlation-request-id": "09f912aa-ec28-4bf3-8b23-e7125c7e881e", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "d05296ca-4dbc-4248-87a9-df0b65fbd868", + "x-ms-routing-request-id": "EASTUS:20230615T204719Z:09f912aa-ec28-4bf3-8b23-e7125c7e881e" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", - "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-1208?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-7c0ad5180f7c6d47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d9a425f556fbec00ac6520e6237dc299", + "traceparent": "00-c49931b9d31f5a4583bbc61c0941549a-2f1a3d35f9742240-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "64aad9531a8aa238fc0565d8d0396c9c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1018", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:12:34 GMT", + "Date": "Thu, 15 Jun 2023 20:47:18 GMT", + "ETag": "W/\u00229c8c08cf-e3cd-4ba5-9ba4-c9564728d686\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11142,37 +11648,81 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d9a425f556fbec00ac6520e6237dc299", - "x-ms-correlation-request-id": "5c400acd-e026-452f-a166-475d6da132d8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "1b1301c9-2bac-4373-8ba9-f783fe1755fb", - "x-ms-routing-request-id": "JAPANEAST:20230321T061234Z:5c400acd-e026-452f-a166-475d6da132d8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "872c6e1a-c278-4599-8989-7b345329914e", + "x-ms-client-request-id": "64aad9531a8aa238fc0565d8d0396c9c", + "x-ms-correlation-request-id": "6ef48a13-d44b-4fb5-ac84-7ffb9ca1d23f", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "348e0297-361b-4c97-9670-e6b6b9137eb3", + "x-ms-routing-request-id": "EASTUS:20230615T204719Z:6ef48a13-d44b-4fb5-ac84-7ffb9ca1d23f" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", - "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "scTestVNet-1208", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-1208", + "etag": "W/\u00229c8c08cf-e3cd-4ba5-9ba4-c9564728d686\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "1e8a485e-0a94-45a8-923d-e9f158f8824c", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-7320", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-1208/subnets/scTestSubnet-7320", + "etag": "W/\u00229c8c08cf-e3cd-4ba5-9ba4-c9564728d686\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6584?api-version=2023-05-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-9f6136318c674c44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b19c917200c808f75f1ee9b15849820c", + "Content-Length": "295", + "Content-Type": "application/json", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-f5ee0df6976ca64d-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9ddad67d301a59fd55eb557b33ec5b04", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "sku": { + "name": "Standard_2G" + }, + "tags": {}, + "location": "eastus", + "properties": { + "cacheSizeGB": 3072, + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-1208/subnets/scTestSubnet-7320", + "zones": [ + "1" + ] + } + }, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1968", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:12:35 GMT", + "Date": "Thu, 15 Jun 2023 20:47:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11181,28 +11731,85 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b19c917200c808f75f1ee9b15849820c", - "x-ms-correlation-request-id": "ae6f2e3f-9c0a-4401-8654-209068e18715", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "50f7679b-3605-4e25-8ee2-33d7eb9198e6", - "x-ms-routing-request-id": "JAPANEAST:20230321T061235Z:ae6f2e3f-9c0a-4401-8654-209068e18715", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "9ddad67d301a59fd55eb557b33ec5b04", + "x-ms-correlation-request-id": "b5c05f0d-5f96-4ce8-a77d-8d43f25a0a86", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57", + "x-ms-routing-request-id": "EASTUS:20230615T204721Z:b5c05f0d-5f96-4ce8-a77d-8d43f25a0a86", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", - "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "testsc6584", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6584", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Transitioning", + "statusDescription": "The cache is being allocated." + }, + "provisioningState": "Creating", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-1208/subnets/scTestSubnet-7320", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T20:47:20.5356513Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T20:47:20.3350207Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T20:47:20.3350207Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-fa01f08a89a57643-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "de34fd95c431e1761ef415f13178853e", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-16a4f336422d144e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3b05e5bf36f523a3dc500f9fc4bc6e0f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11211,7 +11818,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:12:36 GMT", + "Date": "Thu, 15 Jun 2023 20:47:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11220,28 +11827,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de34fd95c431e1761ef415f13178853e", - "x-ms-correlation-request-id": "a6ea7978-c4e3-4504-b83f-45f72515ee37", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "f88352c8-90d3-400d-8eea-ef88221c375a", - "x-ms-routing-request-id": "JAPANEAST:20230321T061236Z:a6ea7978-c4e3-4504-b83f-45f72515ee37", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "3b05e5bf36f523a3dc500f9fc4bc6e0f", + "x-ms-correlation-request-id": "e4c6c445-fc80-458c-8bd9-d9aa94ead8b4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "444fa0ea-80c0-481f-a975-d658df8b3819", + "x-ms-routing-request-id": "EASTUS:20230615T204721Z:e4c6c445-fc80-458c-8bd9-d9aa94ead8b4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-4abaea5b71ff1c45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e5a223a627c1f50d2e9b7add6d4f9362", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-840f213845f9884c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "199160aa0d9d6401275a8c0da8e1500a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11250,7 +11857,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:12:38 GMT", + "Date": "Thu, 15 Jun 2023 20:47:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11259,28 +11866,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e5a223a627c1f50d2e9b7add6d4f9362", - "x-ms-correlation-request-id": "e1914ed8-50a9-4ddd-80b3-20e518c8f6af", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "3503d0b2-4b2e-4773-9224-59c6ff4ea385", - "x-ms-routing-request-id": "JAPANEAST:20230321T061239Z:e1914ed8-50a9-4ddd-80b3-20e518c8f6af", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "199160aa0d9d6401275a8c0da8e1500a", + "x-ms-correlation-request-id": "d20e815d-af14-4cb9-ba38-f9bb7bb005c7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "e99e66b0-e0ed-40f9-9347-e0a2fbc10f85", + "x-ms-routing-request-id": "EASTUS:20230615T204722Z:d20e815d-af14-4cb9-ba38-f9bb7bb005c7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-215937e936219e45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "255014e3e448ae681bbb93d3eb06d7e7", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-bb639f0f663d9c45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4ebc26d020e6100f1279834a0910bb55", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11289,7 +11896,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:12:43 GMT", + "Date": "Thu, 15 Jun 2023 20:47:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11298,28 +11905,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "255014e3e448ae681bbb93d3eb06d7e7", - "x-ms-correlation-request-id": "5a102a03-a659-4e87-ba99-8e11955dda11", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "b4d5f3ac-0a84-4d7a-a691-e1ea43b82860", - "x-ms-routing-request-id": "JAPANEAST:20230321T061243Z:5a102a03-a659-4e87-ba99-8e11955dda11", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "4ebc26d020e6100f1279834a0910bb55", + "x-ms-correlation-request-id": "253ced7c-3151-4dbe-8504-1ee790595d5d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "81887957-4656-4641-b93c-48ef06ad6828", + "x-ms-routing-request-id": "EASTUS:20230615T204723Z:253ced7c-3151-4dbe-8504-1ee790595d5d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-f8c069d2e8e6864c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "340baa989ca76e4af03faf954a9873ce", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-b222fbaf3a11e04b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a871789e01b8b292e4a1139aaa967afb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11328,7 +11935,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:12:51 GMT", + "Date": "Thu, 15 Jun 2023 20:47:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11337,28 +11944,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "340baa989ca76e4af03faf954a9873ce", - "x-ms-correlation-request-id": "dc81249f-40a0-43bd-ad9c-98379d782f04", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "6ef8a9ea-1c60-4b44-82ca-54d2c5309578", - "x-ms-routing-request-id": "JAPANEAST:20230321T061251Z:dc81249f-40a0-43bd-ad9c-98379d782f04", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "a871789e01b8b292e4a1139aaa967afb", + "x-ms-correlation-request-id": "79421d87-66e6-47a9-ae8a-9b7fee196be9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "33552ef5-b9bc-4c5b-ad74-911d13e8a597", + "x-ms-routing-request-id": "EASTUS:20230615T204724Z:79421d87-66e6-47a9-ae8a-9b7fee196be9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-02a34c81ddb3774e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1d0eb3615f27c2f5bbf4ca0593390928", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-6a03af43c332ff41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9dce04001f008a285081062389b65a17", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11367,7 +11974,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:13:07 GMT", + "Date": "Thu, 15 Jun 2023 20:47:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11376,28 +11983,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1d0eb3615f27c2f5bbf4ca0593390928", - "x-ms-correlation-request-id": "6cb7b91b-aa13-4acc-baab-5a14765d368f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "41b06cfa-e379-43f3-95f7-203516a40a40", - "x-ms-routing-request-id": "JAPANEAST:20230321T061307Z:6cb7b91b-aa13-4acc-baab-5a14765d368f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "9dce04001f008a285081062389b65a17", + "x-ms-correlation-request-id": "7ed30cdb-c919-4c55-8a01-1997486b5c5c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "a8b5ca7f-f21d-4177-9a56-dba5b27cd9aa", + "x-ms-routing-request-id": "EASTUS:20230615T204726Z:7ed30cdb-c919-4c55-8a01-1997486b5c5c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-deead1d9999f4942-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c24492c45e4446bbc9e2350934d26482", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-637fbe5147370240-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "306e379ea76fcf5194096a450c75667c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11406,7 +12013,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:13:39 GMT", + "Date": "Thu, 15 Jun 2023 20:47:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11415,28 +12022,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c24492c45e4446bbc9e2350934d26482", - "x-ms-correlation-request-id": "8e4e624a-71a8-4c61-a5ff-d3fd00349bde", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "a9a23861-89f0-4ed6-b1e8-518f1fd1f7c2", - "x-ms-routing-request-id": "JAPANEAST:20230321T061340Z:8e4e624a-71a8-4c61-a5ff-d3fd00349bde", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "306e379ea76fcf5194096a450c75667c", + "x-ms-correlation-request-id": "2d5a326c-b2ac-4271-8372-d1c174320b29", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "de125d00-c0cf-4f58-9dc8-c3df64701dd2", + "x-ms-routing-request-id": "EASTUS:20230615T204730Z:2d5a326c-b2ac-4271-8372-d1c174320b29", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-2edf91228bd0c441-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3872c448b9f738bfb54979b2d144dab6", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-40a4ba21caad3d4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "044a88ff1e417f544fe75737fb6e292d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11445,7 +12052,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:14:12 GMT", + "Date": "Thu, 15 Jun 2023 20:47:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11454,28 +12061,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3872c448b9f738bfb54979b2d144dab6", - "x-ms-correlation-request-id": "3ba6c339-9092-4e07-aff3-b55c9f375716", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "89595bc0-d73c-4da0-be28-2315dcd9454d", - "x-ms-routing-request-id": "JAPANEAST:20230321T061412Z:3ba6c339-9092-4e07-aff3-b55c9f375716", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "044a88ff1e417f544fe75737fb6e292d", + "x-ms-correlation-request-id": "8b2d96bd-58ab-4c48-8d8a-531c42301553", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "f3c289f1-1377-4676-81b8-32d704533169", + "x-ms-routing-request-id": "EASTUS:20230615T204738Z:8b2d96bd-58ab-4c48-8d8a-531c42301553", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-2eeb16f891df144b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b7d18735b054028af7c754452aeb8de8", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-2616f0364996d741-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "72fbfc464927588bb2ff08f6b5e27ddb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11484,7 +12091,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:14:44 GMT", + "Date": "Thu, 15 Jun 2023 20:47:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11493,37 +12100,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b7d18735b054028af7c754452aeb8de8", - "x-ms-correlation-request-id": "8f83a7aa-a18a-4e15-b172-fdfa13d6d000", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "012524ea-0a0c-4b73-8a25-135c1b8ae784", - "x-ms-routing-request-id": "JAPANEAST:20230321T061445Z:8f83a7aa-a18a-4e15-b172-fdfa13d6d000", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "72fbfc464927588bb2ff08f6b5e27ddb", + "x-ms-correlation-request-id": "2a28b32c-1048-444a-82f9-7930856fd9eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "90031698-f013-461a-ba4f-b019aeccafc1", + "x-ms-routing-request-id": "EASTUS:20230615T204754Z:2a28b32c-1048-444a-82f9-7930856fd9eb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-282af9153243394e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cfbd4890d1c70a30d30c0dfbe5087484", + "Connection": "close", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-9de3da4fe568224c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0124891a556c80d5e2efe187501ad326", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:15:16 GMT", + "Date": "Thu, 15 Jun 2023 20:48:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11532,28 +12141,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cfbd4890d1c70a30d30c0dfbe5087484", - "x-ms-correlation-request-id": "6d12e38b-2520-46a1-9485-03ca8d02cdec", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "a2144143-3cf0-4fb4-904c-9cef4c292588", - "x-ms-routing-request-id": "JAPANEAST:20230321T061517Z:6d12e38b-2520-46a1-9485-03ca8d02cdec", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "0124891a556c80d5e2efe187501ad326", + "x-ms-correlation-request-id": "7b4494a5-cf5c-43e9-b0ef-89156398075f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "95828d0f-d6c0-4151-baa8-16c053d9cc0a", + "x-ms-routing-request-id": "EASTUS:20230615T204826Z:7b4494a5-cf5c-43e9-b0ef-89156398075f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-b03bc81e9b39f64d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "acd37f08ac00972e3a6f4030647a0ec9", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-2fb70982050b1948-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0fff3ce0f379b554fcf25241155ec96c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11562,7 +12171,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:15:49 GMT", + "Date": "Thu, 15 Jun 2023 20:48:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11571,28 +12180,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "acd37f08ac00972e3a6f4030647a0ec9", - "x-ms-correlation-request-id": "9ba99918-9378-400f-a513-f46ef6c614bc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "17b075b2-2a7f-490f-b539-e9607142c8b2", - "x-ms-routing-request-id": "JAPANEAST:20230321T061549Z:9ba99918-9378-400f-a513-f46ef6c614bc", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "0fff3ce0f379b554fcf25241155ec96c", + "x-ms-correlation-request-id": "f397718a-813a-4d80-8af0-bc1e5f6a18a3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "d334b484-b85f-4c06-8305-57b534b2a92d", + "x-ms-routing-request-id": "EASTUS:20230615T204859Z:f397718a-813a-4d80-8af0-bc1e5f6a18a3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-b23c265f5ddf364c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "892190bb0b8663ee57c7e447a38f1cee", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-aed1d0b0e3b90443-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "711d7c6a2749f0c0277b903768030898", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11601,7 +12210,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:16:21 GMT", + "Date": "Thu, 15 Jun 2023 20:49:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11610,28 +12219,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "892190bb0b8663ee57c7e447a38f1cee", - "x-ms-correlation-request-id": "1bb5621f-c064-45b6-8d30-70b1b34e2745", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "6b86e6c9-b464-460c-916b-cf9e356a9ba9", - "x-ms-routing-request-id": "JAPANEAST:20230321T061622Z:1bb5621f-c064-45b6-8d30-70b1b34e2745", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "711d7c6a2749f0c0277b903768030898", + "x-ms-correlation-request-id": "50d2167a-6fdc-46b4-b4c8-a643b1a0f97e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "06167b86-9d2a-40ef-af94-ace003fbd69f", + "x-ms-routing-request-id": "EASTUS:20230615T204931Z:50d2167a-6fdc-46b4-b4c8-a643b1a0f97e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-72714d937b015540-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ab3dd053e118e3e81a26945891ffa558", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-e965948a7a76844a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7816e22b6ee32661346e047a03936a84", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11640,7 +12249,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:16:53 GMT", + "Date": "Thu, 15 Jun 2023 20:50:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11649,39 +12258,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab3dd053e118e3e81a26945891ffa558", - "x-ms-correlation-request-id": "c814b2e0-02ae-4216-9ee1-6ed388f3cf8b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "46f7c907-51b9-41ff-b7dd-982a9318bbb8", - "x-ms-routing-request-id": "JAPANEAST:20230321T061654Z:c814b2e0-02ae-4216-9ee1-6ed388f3cf8b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "7816e22b6ee32661346e047a03936a84", + "x-ms-correlation-request-id": "f42be429-45ca-4c3e-a97f-ed96b5a5fd7a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "a936bf77-35ed-47f1-9c21-9f8c08cae50d", + "x-ms-routing-request-id": "EASTUS:20230615T205003Z:f42be429-45ca-4c3e-a97f-ed96b5a5fd7a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-4996d89f3befff49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "543f43fdeae7fcfd906f5439c8e6f4aa", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-7997afb0512a324c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d31d742662fdb8dc7c0fe8fe631d4df9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:17:26 GMT", + "Date": "Thu, 15 Jun 2023 20:50:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11690,28 +12297,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "543f43fdeae7fcfd906f5439c8e6f4aa", - "x-ms-correlation-request-id": "aa85978c-bbd4-4f63-9f06-aa4baa15e67b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "e5b356e3-2780-401f-9456-1b8df0071ccf", - "x-ms-routing-request-id": "JAPANEAST:20230321T061726Z:aa85978c-bbd4-4f63-9f06-aa4baa15e67b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "d31d742662fdb8dc7c0fe8fe631d4df9", + "x-ms-correlation-request-id": "67c2f348-dc62-4434-b3d6-77606452bf57", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "92251b13-8bf1-4adf-85af-475c6790b207", + "x-ms-routing-request-id": "EASTUS:20230615T205035Z:67c2f348-dc62-4434-b3d6-77606452bf57", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-74254d5e77100248-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "94dd5153633dd9b1a83d6f607696d257", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-96620c741334f44f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3315b9ea5047fb891bf63cdb2346ec93", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11720,7 +12327,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:18:00 GMT", + "Date": "Thu, 15 Jun 2023 20:51:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11729,28 +12336,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "94dd5153633dd9b1a83d6f607696d257", - "x-ms-correlation-request-id": "49382b9e-d6b1-4753-8d9b-1fa2f4c09289", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "3faf4376-3a38-4768-8322-c54ef0592808", - "x-ms-routing-request-id": "JAPANEAST:20230321T061800Z:49382b9e-d6b1-4753-8d9b-1fa2f4c09289", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "3315b9ea5047fb891bf63cdb2346ec93", + "x-ms-correlation-request-id": "fd5c8ff3-9820-4400-be15-f033ec3b10a2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "a7780b38-e679-4641-8d01-6c181f3621d7", + "x-ms-routing-request-id": "EASTUS:20230615T205107Z:fd5c8ff3-9820-4400-be15-f033ec3b10a2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-130b67488b341044-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5f4a8b21c74f6807d2401aa88cae1b33", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-6570585f03561c44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f3110c1034e6c99b065efcd48663c317", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11759,7 +12366,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:18:32 GMT", + "Date": "Thu, 15 Jun 2023 20:51:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11768,28 +12375,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f4a8b21c74f6807d2401aa88cae1b33", - "x-ms-correlation-request-id": "eb738864-bb4f-4112-85c5-218be7653b72", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "d27bca5b-6922-40e2-9db6-d32133917637", - "x-ms-routing-request-id": "JAPANEAST:20230321T061832Z:eb738864-bb4f-4112-85c5-218be7653b72", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "f3110c1034e6c99b065efcd48663c317", + "x-ms-correlation-request-id": "cf110d86-8462-430e-9665-3eedac8e5f0e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "c2a7cffc-e6bc-4ada-a5ad-aae0ea92c51f", + "x-ms-routing-request-id": "EASTUS:20230615T205139Z:cf110d86-8462-430e-9665-3eedac8e5f0e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-7b9802a169dd7548-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3f04ea3210229a1a9165aca97b9d86fa", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-bb81a28cd69a3e4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4a900b20377ed53ceb21b80625009535", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11798,7 +12405,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:19:04 GMT", + "Date": "Thu, 15 Jun 2023 20:52:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11807,28 +12414,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f04ea3210229a1a9165aca97b9d86fa", - "x-ms-correlation-request-id": "ca9b49dc-5b7e-46d4-b03f-e4f949e8e7b8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "3484dab4-5b41-4a1c-bb7d-85c706411606", - "x-ms-routing-request-id": "JAPANEAST:20230321T061905Z:ca9b49dc-5b7e-46d4-b03f-e4f949e8e7b8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "4a900b20377ed53ceb21b80625009535", + "x-ms-correlation-request-id": "6afd0b66-7ecf-45a7-80ff-69ee854ebc74", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "85d512d1-dab1-45a0-b1e2-ddad980f5a60", + "x-ms-routing-request-id": "EASTUS:20230615T205211Z:6afd0b66-7ecf-45a7-80ff-69ee854ebc74", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-6a4c1fe0160bc840-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3c17fc9d949c8b5b4a74c2fd49094df9", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-5d78c90a09a96d4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "56ee54225a0bb5121e4c2de954b575b7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11837,7 +12444,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:19:37 GMT", + "Date": "Thu, 15 Jun 2023 20:52:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11846,28 +12453,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c17fc9d949c8b5b4a74c2fd49094df9", - "x-ms-correlation-request-id": "537f11d4-cca1-427a-b971-6e9ab3b33451", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "ecd1afb8-2fee-48c8-a6ee-55aee473eda6", - "x-ms-routing-request-id": "JAPANEAST:20230321T061937Z:537f11d4-cca1-427a-b971-6e9ab3b33451", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "56ee54225a0bb5121e4c2de954b575b7", + "x-ms-correlation-request-id": "e6fb4155-d578-40a4-8cd9-32b153ca57d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "8e998a89-ac2d-4641-9f61-1b63d072c4c4", + "x-ms-routing-request-id": "EASTUS:20230615T205243Z:e6fb4155-d578-40a4-8cd9-32b153ca57d6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-dab8ab398c978e41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8c2e3b229391103570afcee91b5eec35", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-8132b0066948ed4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "17ba2432a2b6d815cf3c07c47c94a305", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11876,7 +12483,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:20:09 GMT", + "Date": "Thu, 15 Jun 2023 20:53:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11885,28 +12492,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8c2e3b229391103570afcee91b5eec35", - "x-ms-correlation-request-id": "4552b5f8-f1cb-4fb6-b21e-e5dcc4c0f504", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "d824bc61-bb28-4227-8b09-1123aa6bafce", - "x-ms-routing-request-id": "JAPANEAST:20230321T062009Z:4552b5f8-f1cb-4fb6-b21e-e5dcc4c0f504", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "17ba2432a2b6d815cf3c07c47c94a305", + "x-ms-correlation-request-id": "c80f3c21-d6aa-485b-8ea7-c1d7ef65e50b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "b927a0d2-3d85-4619-adbe-d4609197d933", + "x-ms-routing-request-id": "EASTUS:20230615T205315Z:c80f3c21-d6aa-485b-8ea7-c1d7ef65e50b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-8d93867ac8b36044-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "900b1fb9de979e978e79f5ae4e1d5188", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-6b04920574e4d941-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "31b1c7c86d75c50cf8da2c310a538136", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11915,7 +12522,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:20:41 GMT", + "Date": "Thu, 15 Jun 2023 20:53:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11924,37 +12531,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "900b1fb9de979e978e79f5ae4e1d5188", - "x-ms-correlation-request-id": "16611028-4c25-46ae-9c7c-49e655c88cec", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "3787d589-f241-4009-9c9f-2d1403e3d5d0", - "x-ms-routing-request-id": "JAPANEAST:20230321T062041Z:16611028-4c25-46ae-9c7c-49e655c88cec", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "31b1c7c86d75c50cf8da2c310a538136", + "x-ms-correlation-request-id": "f1afd497-c64b-49f9-8495-09cbf2ff3fe1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "e006d485-4548-4702-9e11-5a3df8a6e8e4", + "x-ms-routing-request-id": "EASTUS:20230615T205348Z:f1afd497-c64b-49f9-8495-09cbf2ff3fe1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-c10d174ee174a242-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4086b218fa6f0969c707ccecc6716feb", + "Connection": "close", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-1782c916a7a92742-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "00d400ac7d46807e3f1586cf534e3989", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:21:14 GMT", + "Date": "Thu, 15 Jun 2023 20:54:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11963,28 +12572,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4086b218fa6f0969c707ccecc6716feb", - "x-ms-correlation-request-id": "f0c74a00-4778-4c4a-a9be-a1b25baf7faa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "f604bfdb-15ab-4a2a-ad26-0ca5bc960565", - "x-ms-routing-request-id": "JAPANEAST:20230321T062114Z:f0c74a00-4778-4c4a-a9be-a1b25baf7faa", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "00d400ac7d46807e3f1586cf534e3989", + "x-ms-correlation-request-id": "82223d13-972e-4c7b-b089-883abff910b7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "cc379b22-1a4c-4bbd-a70f-ad3e6fcafd1a", + "x-ms-routing-request-id": "EASTUS:20230615T205420Z:82223d13-972e-4c7b-b089-883abff910b7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-4ef2926beb65f843-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "29438d88bdfd4462a38ffd179d87c253", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-f0a82b66b02a7b45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8c2027a94403c44218f41fdb75e3ce7c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11993,7 +12602,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:21:46 GMT", + "Date": "Thu, 15 Jun 2023 20:54:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12002,28 +12611,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29438d88bdfd4462a38ffd179d87c253", - "x-ms-correlation-request-id": "9d0ca0a5-2e5d-494d-a8f8-573397932b64", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "6009cdfc-e277-4363-a38b-3d396d8516eb", - "x-ms-routing-request-id": "JAPANEAST:20230321T062146Z:9d0ca0a5-2e5d-494d-a8f8-573397932b64", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8c2027a94403c44218f41fdb75e3ce7c", + "x-ms-correlation-request-id": "5cde20d6-3340-4f07-9dc5-62bd81aff1d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "26582cb7-874a-4e45-8e49-53fcac0e8790", + "x-ms-routing-request-id": "EASTUS:20230615T205452Z:5cde20d6-3340-4f07-9dc5-62bd81aff1d3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-b69e538fe82c7041-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "69d0455eacd7bfc6b601c88f11abd81d", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-976dcbf8d6666a46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7b17d0baa2bf4abe4830f15fe63d72a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12032,7 +12641,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:22:18 GMT", + "Date": "Thu, 15 Jun 2023 20:55:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12041,28 +12650,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "69d0455eacd7bfc6b601c88f11abd81d", - "x-ms-correlation-request-id": "69473a6a-0353-4e00-bcae-27ef75d22e8f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "0914d939-4c52-4950-a498-9d21e8f1954a", - "x-ms-routing-request-id": "JAPANEAST:20230321T062218Z:69473a6a-0353-4e00-bcae-27ef75d22e8f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "7b17d0baa2bf4abe4830f15fe63d72a9", + "x-ms-correlation-request-id": "d1fcfdc7-5f63-40ef-855d-a4b7a89ab1a6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "cd6f3b1a-580a-44b8-a160-25f90320e19b", + "x-ms-routing-request-id": "EASTUS:20230615T205524Z:d1fcfdc7-5f63-40ef-855d-a4b7a89ab1a6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-599e9ecf9f4e5540-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c126090a27d95b8a4f419cdffd516c40", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-2fbe29a65118914f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e288a2a1f4326732bd0fe8515ea30a5c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12071,7 +12680,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:22:51 GMT", + "Date": "Thu, 15 Jun 2023 20:55:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12080,39 +12689,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c126090a27d95b8a4f419cdffd516c40", - "x-ms-correlation-request-id": "bae54c3f-3e58-4f57-a38f-b52a1ea2e2b2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "00c9561b-2a3f-4ffc-939d-57f7c1457581", - "x-ms-routing-request-id": "JAPANEAST:20230321T062251Z:bae54c3f-3e58-4f57-a38f-b52a1ea2e2b2", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "e288a2a1f4326732bd0fe8515ea30a5c", + "x-ms-correlation-request-id": "6a9537e1-570c-4eb5-a7d5-c81ff4e82029", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "3d93e71c-d22a-4141-94c6-9c4f999ab830", + "x-ms-routing-request-id": "EASTUS:20230615T205556Z:6a9537e1-570c-4eb5-a7d5-c81ff4e82029", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-0ed98e13bf646546-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "808e784506a0db14c68473fcf4d232f8", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-510cf4f9dce7e943-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "82140a47bd3606ca68d544d352e3dedb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:23:23 GMT", + "Date": "Thu, 15 Jun 2023 20:56:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12121,28 +12728,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "808e784506a0db14c68473fcf4d232f8", - "x-ms-correlation-request-id": "44331e5c-7561-475a-84c1-19c33cf59561", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "62a99b12-57c8-4d70-a9e1-5ecf6b198494", - "x-ms-routing-request-id": "JAPANEAST:20230321T062323Z:44331e5c-7561-475a-84c1-19c33cf59561", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "82140a47bd3606ca68d544d352e3dedb", + "x-ms-correlation-request-id": "01942323-d4e6-41fa-9afa-27d2c1e47121", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "0a475bb2-3c8e-4582-8fdf-24d773ea901d", + "x-ms-routing-request-id": "EASTUS:20230615T205628Z:01942323-d4e6-41fa-9afa-27d2c1e47121", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-21b90e9b332c9946-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "940de0b700613679ba7519950fe6c264", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-85b30ed7070cfd41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d33a7582eb5bc6499eb0bdafba6deca5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12151,7 +12758,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:23:57 GMT", + "Date": "Thu, 15 Jun 2023 20:57:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12160,28 +12767,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "940de0b700613679ba7519950fe6c264", - "x-ms-correlation-request-id": "dc608fcd-5817-453e-bc4d-9c57d0cb0c93", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "ffbe8693-b3e5-456e-91fb-93ed052fd384", - "x-ms-routing-request-id": "JAPANEAST:20230321T062357Z:dc608fcd-5817-453e-bc4d-9c57d0cb0c93", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "d33a7582eb5bc6499eb0bdafba6deca5", + "x-ms-correlation-request-id": "2bfe5c06-0b27-43f5-8d6d-1ed427cf1f8a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "b1e2d61f-2b43-40f4-9c7f-ee7a42d67973", + "x-ms-routing-request-id": "EASTUS:20230615T205700Z:2bfe5c06-0b27-43f5-8d6d-1ed427cf1f8a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-0a580b8667571f48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "994a8895571c047cf54afa55b38e667c", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-3c9154dcd2f6c94d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "db189525ef29e372d881795daf5f14da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12190,7 +12797,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:24:29 GMT", + "Date": "Thu, 15 Jun 2023 20:57:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12199,28 +12806,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "994a8895571c047cf54afa55b38e667c", - "x-ms-correlation-request-id": "01140f42-d412-40b5-bfc6-0526562f833d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "41df540b-05af-490d-90df-2cbe4d74f28d", - "x-ms-routing-request-id": "JAPANEAST:20230321T062429Z:01140f42-d412-40b5-bfc6-0526562f833d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "db189525ef29e372d881795daf5f14da", + "x-ms-correlation-request-id": "986a499a-84a6-4eaf-9c93-45e62ce0cad9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "eb83e234-f322-4920-a9aa-369e0f2b3272", + "x-ms-routing-request-id": "EASTUS:20230615T205732Z:986a499a-84a6-4eaf-9c93-45e62ce0cad9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", "status": "InProgress", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/d7c46d89-3b90-45d8-bef0-b2269e12b5e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-2160040a2cb1d643-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1c27a40fd74444dffe58c62bec7ecbe0", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-d4df84ac70f2cb48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e9ce0c3137685b01c14de486ff1a4cfb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12229,7 +12836,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:25:00 GMT", + "Date": "Thu, 15 Jun 2023 20:58:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12238,38 +12845,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c27a40fd74444dffe58c62bec7ecbe0", - "x-ms-correlation-request-id": "ed3395a1-f3bd-4f34-8ad2-6860b7e86e14", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "4d19d46d-dfb8-4057-a1e1-6952107f6bcf", - "x-ms-routing-request-id": "JAPANEAST:20230321T062501Z:ed3395a1-f3bd-4f34-8ad2-6860b7e86e14", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "e9ce0c3137685b01c14de486ff1a4cfb", + "x-ms-correlation-request-id": "09d78a3b-5a7e-4de3-8969-7a9ed64d269e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "47fcacec-2e29-4cf5-9ae9-097bb10643f5", + "x-ms-routing-request-id": "EASTUS:20230615T205804Z:09d78a3b-5a7e-4de3-8969-7a9ed64d269e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:12:30.0552855\u002B00:00", - "endTime": "2023-03-21T06:25:01.5495752\u002B00:00", + "startTime": "2023-06-15T20:47:20.3794148\u002B00:00", + "endTime": "2023-06-15T20:57:57.2763024\u002B00:00", "status": "Succeeded", - "name": "d7c46d89-3b90-45d8-bef0-b2269e12b5e5" + "name": "e7f6ec7f-7d5d-47e0-a9f4-e015960f0b57" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg5414/providers/Microsoft.StorageCache/caches/testsc1496?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6584?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9290bbef4896c54ab32f566d950d0cb1-0cc15d2667bc0540-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6c670fc299875fdb64099f160624822c", + "traceparent": "00-b9367f0d6f50c743afec7c7858597ba0-8a6b0288cd2c7946-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bdad9fe902ca92b20256fad971ec163f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2207", + "Content-Length": "2181", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:25:02 GMT", + "Date": "Thu, 15 Jun 2023 20:58:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12278,17 +12885,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6c670fc299875fdb64099f160624822c", - "x-ms-correlation-request-id": "7b27da9a-6e98-4df3-b895-4d007cea54dd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "c5f62df3-1e9e-44a9-a390-619830f0001f", - "x-ms-routing-request-id": "JAPANEAST:20230321T062503Z:7b27da9a-6e98-4df3-b895-4d007cea54dd", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "bdad9fe902ca92b20256fad971ec163f", + "x-ms-correlation-request-id": "cb83da7d-efec-49be-b4be-f00ea157b012", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;118", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "ebb75e69-d773-4741-9bc7-afed6f7f3d67", + "x-ms-routing-request-id": "EASTUS:20230615T205805Z:cb83da7d-efec-49be-b4be-f00ea157b012", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc1496", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5414/providers/Microsoft.StorageCache/caches/testsc1496", + "name": "testsc6584", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6584", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12299,9 +12906,9 @@ "networkSettings": { "mtu": 1500, "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" ], "ntpServer": "time.windows.com" }, @@ -12325,7 +12932,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12333,17 +12939,17 @@ "conditions": [] }, "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5414/providers/Microsoft.Network/virtualNetworks/scTestVNet-4622/subnets/scTestSubnet-504", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-1208/subnets/scTestSubnet-7320", "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T06:12:30.2271685Z", + "lastFirmwareUpdate": "2023-06-15T20:47:20.5356513Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -12352,26 +12958,26 @@ } }, "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-21T06:12:29.0439473Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdAt": "2023-06-15T20:47:20.3350207Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T06:12:29.0439473Z" + "lastModifiedAt": "2023-06-15T20:47:20.3350207Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg5414/providers/Microsoft.StorageCache/caches/testsc1496?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6584?api-version=2023-05-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "770", + "Content-Length": "771", "Content-Type": "application/json", - "traceparent": "00-a01194cd4ba95340979ea8df2d8cac12-cedb28d5e2c80146-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6b869d0ea5bfbd20a8069ac491501876", + "traceparent": "00-785535b0c8460c47b967390f79e1ee80-7f4f9158d6800945-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ad7ee39b029eed3c94bc1adb0bebe3be", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -12382,7 +12988,7 @@ "location": "eastus", "properties": { "cacheSizeGB": 3072, - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5414/providers/Microsoft.Network/virtualNetworks/scTestVNet-4622/subnets/scTestSubnet-504", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-1208/subnets/scTestSubnet-7320", "upgradeSettings": { "upgradeScheduleEnabled": false, "scheduledTime": "0001-01-01T00:00:00.0000000Z" @@ -12427,12 +13033,12 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9826bf65-7633-4e9d-b75c-171129ba5c91?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 06:25:03 GMT", + "Date": "Thu, 15 Jun 2023 20:58:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9826bf65-7633-4e9d-b75c-171129ba5c91?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -12440,24 +13046,219 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b869d0ea5bfbd20a8069ac491501876", - "x-ms-correlation-request-id": "e2fbe012-6293-4406-89b2-9dcb66256484", + "x-ms-client-request-id": "ad7ee39b029eed3c94bc1adb0bebe3be", + "x-ms-correlation-request-id": "eacbffe9-5f41-4d19-a573-344e0c56b41b", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "9826bf65-7633-4e9d-b75c-171129ba5c91", - "x-ms-routing-request-id": "JAPANEAST:20230321T062504Z:e2fbe012-6293-4406-89b2-9dcb66256484", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a", + "x-ms-routing-request-id": "EASTUS:20230615T205806Z:eacbffe9-5f41-4d19-a573-344e0c56b41b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-785535b0c8460c47b967390f79e1ee80-4b4f3d347e707b4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1ceba4369f9ce65c62bf280ee8d78616", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:58:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ceba4369f9ce65c62bf280ee8d78616", + "x-ms-correlation-request-id": "47b347a0-6b23-4293-ac47-8ee2b967d25b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "4aadf46a-bd9d-4311-ae24-11a89e0ac1ba", + "x-ms-routing-request-id": "EASTUS:20230615T205806Z:47b347a0-6b23-4293-ac47-8ee2b967d25b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T20:58:06.1201129\u002B00:00", + "status": "InProgress", + "name": "cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-785535b0c8460c47b967390f79e1ee80-c673f9cb0ae88d46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f3a43c720679438dd44f52621c2ab06c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:58:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3a43c720679438dd44f52621c2ab06c", + "x-ms-correlation-request-id": "bc654852-da24-451b-9346-dc3991689806", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "6551a631-f24f-4981-b9ba-6064f1155606", + "x-ms-routing-request-id": "EASTUS:20230615T205807Z:bc654852-da24-451b-9346-dc3991689806", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T20:58:06.1201129\u002B00:00", + "status": "InProgress", + "name": "cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-785535b0c8460c47b967390f79e1ee80-797a908419915d4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "66a446d2c7009521218cadf12e014683", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:58:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "66a446d2c7009521218cadf12e014683", + "x-ms-correlation-request-id": "a9235cf5-ff49-4d30-bd67-09f95e67219a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "d245ecc7-821e-40a2-b120-aee19f5c925e", + "x-ms-routing-request-id": "EASTUS:20230615T205808Z:a9235cf5-ff49-4d30-bd67-09f95e67219a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T20:58:06.1201129\u002B00:00", + "status": "InProgress", + "name": "cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-785535b0c8460c47b967390f79e1ee80-0a75805d7dfd964e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "009fcfb6f683305b17a7484c4cfaca38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:58:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "009fcfb6f683305b17a7484c4cfaca38", + "x-ms-correlation-request-id": "903f9e76-9f8a-4d2d-9f98-5e9dcbea0f98", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "298e6f2a-da33-4233-b46c-413ec6fedc36", + "x-ms-routing-request-id": "EASTUS:20230615T205809Z:903f9e76-9f8a-4d2d-9f98-5e9dcbea0f98", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T20:58:06.1201129\u002B00:00", + "status": "InProgress", + "name": "cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-785535b0c8460c47b967390f79e1ee80-cdb6a04fbe98c14e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a23bbb0f1f32ab161a0ed2ec599c14d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 20:58:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a23bbb0f1f32ab161a0ed2ec599c14d2", + "x-ms-correlation-request-id": "ba09e9bc-ba69-4e28-9999-55357f1287ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "90573daa-f81f-4abd-b4d4-90045111cfa0", + "x-ms-routing-request-id": "EASTUS:20230615T205811Z:ba09e9bc-ba69-4e28-9999-55357f1287ab", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T20:58:06.1201129\u002B00:00", + "status": "InProgress", + "name": "cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9826bf65-7633-4e9d-b75c-171129ba5c91?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a01194cd4ba95340979ea8df2d8cac12-29749bbd1e40c345-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4f1c99d560f71c21efa9c381fe17ce13", + "traceparent": "00-785535b0c8460c47b967390f79e1ee80-f2df3b6f90433f4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4caccf09b08bdce9ea734f587fd54927", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12466,7 +13267,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:25:03 GMT", + "Date": "Thu, 15 Jun 2023 20:58:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12475,28 +13276,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f1c99d560f71c21efa9c381fe17ce13", - "x-ms-correlation-request-id": "cc86a948-80db-4334-be18-0cb989dcffb2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "4e6136a8-059f-427f-bb1b-641c2aad2321", - "x-ms-routing-request-id": "JAPANEAST:20230321T062504Z:cc86a948-80db-4334-be18-0cb989dcffb2", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "4caccf09b08bdce9ea734f587fd54927", + "x-ms-correlation-request-id": "f0108f8d-f553-4ac6-969a-2f4ffcb70c5a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "a87e91f6-89a1-4bf6-ba65-f3911ebfb962", + "x-ms-routing-request-id": "EASTUS:20230615T205815Z:f0108f8d-f553-4ac6-969a-2f4ffcb70c5a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:25:04.0652743\u002B00:00", + "startTime": "2023-06-15T20:58:06.1201129\u002B00:00", "status": "InProgress", - "name": "9826bf65-7633-4e9d-b75c-171129ba5c91" + "name": "cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9826bf65-7633-4e9d-b75c-171129ba5c91?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a01194cd4ba95340979ea8df2d8cac12-70fb90d1c0358a47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "eb9728f1dd911404a710a2f7ede585df", + "traceparent": "00-785535b0c8460c47b967390f79e1ee80-1f126ff1330b3f42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "73e274c2a3c69650b9f3e574246fd77a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12505,7 +13306,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:25:05 GMT", + "Date": "Thu, 15 Jun 2023 20:58:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12514,28 +13315,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb9728f1dd911404a710a2f7ede585df", - "x-ms-correlation-request-id": "633e4d9b-487a-47cc-a174-12fc2710e184", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "b897ad42-c770-40a5-b5eb-267cc485a664", - "x-ms-routing-request-id": "JAPANEAST:20230321T062505Z:633e4d9b-487a-47cc-a174-12fc2710e184", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "73e274c2a3c69650b9f3e574246fd77a", + "x-ms-correlation-request-id": "6a2e77e3-21f1-4716-b7b6-7c37141d063a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "748729e9-9ba5-475c-91d8-d19fd59e8908", + "x-ms-routing-request-id": "EASTUS:20230615T205823Z:6a2e77e3-21f1-4716-b7b6-7c37141d063a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:25:04.0652743\u002B00:00", + "startTime": "2023-06-15T20:58:06.1201129\u002B00:00", "status": "InProgress", - "name": "9826bf65-7633-4e9d-b75c-171129ba5c91" + "name": "cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9826bf65-7633-4e9d-b75c-171129ba5c91?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a01194cd4ba95340979ea8df2d8cac12-0992d88cba65e944-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f7eec0c8c8331e7ff976b57e367376b1", + "traceparent": "00-785535b0c8460c47b967390f79e1ee80-604fbb744e6fd34c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7d4375937e4e5eadd25eb7becfbd2b45", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12544,7 +13345,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:25:07 GMT", + "Date": "Thu, 15 Jun 2023 20:58:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12553,28 +13354,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7eec0c8c8331e7ff976b57e367376b1", - "x-ms-correlation-request-id": "538a11ba-cfca-4e6a-a92a-d3f5a566704b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "f52049b5-3104-41bc-8e9c-3086e0e9e431", - "x-ms-routing-request-id": "JAPANEAST:20230321T062507Z:538a11ba-cfca-4e6a-a92a-d3f5a566704b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "7d4375937e4e5eadd25eb7becfbd2b45", + "x-ms-correlation-request-id": "4c40ee86-b7b0-467d-8f2f-f64916d8e1da", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;212", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "ef8c2e30-f01d-440d-9e74-10659563d16e", + "x-ms-routing-request-id": "EASTUS:20230615T205839Z:4c40ee86-b7b0-467d-8f2f-f64916d8e1da", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:25:04.0652743\u002B00:00", + "startTime": "2023-06-15T20:58:06.1201129\u002B00:00", "status": "InProgress", - "name": "9826bf65-7633-4e9d-b75c-171129ba5c91" + "name": "cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9826bf65-7633-4e9d-b75c-171129ba5c91?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a01194cd4ba95340979ea8df2d8cac12-479dba133be9d049-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0f49a5f95230f7489508a7e6bd292f09", + "traceparent": "00-785535b0c8460c47b967390f79e1ee80-2ddb852070c89945-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e42aaac5a1ba650c7e159297cb74b87b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12583,7 +13384,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:25:08 GMT", + "Date": "Thu, 15 Jun 2023 20:59:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12592,28 +13393,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0f49a5f95230f7489508a7e6bd292f09", - "x-ms-correlation-request-id": "c25ab4c2-674e-4e29-b0a3-f4526b0579da", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "3b5abf46-e8f7-4570-8867-7f8c5e2bfe61", - "x-ms-routing-request-id": "JAPANEAST:20230321T062508Z:c25ab4c2-674e-4e29-b0a3-f4526b0579da", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "e42aaac5a1ba650c7e159297cb74b87b", + "x-ms-correlation-request-id": "6b348a03-92db-4427-a167-620788f844e8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "f44da145-503d-4d40-a9f2-9c23b392aacf", + "x-ms-routing-request-id": "EASTUS:20230615T205911Z:6b348a03-92db-4427-a167-620788f844e8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:25:04.0652743\u002B00:00", + "startTime": "2023-06-15T20:58:06.1201129\u002B00:00", "status": "InProgress", - "name": "9826bf65-7633-4e9d-b75c-171129ba5c91" + "name": "cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9826bf65-7633-4e9d-b75c-171129ba5c91?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a01194cd4ba95340979ea8df2d8cac12-59b564367977314b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3eb8e323d62828dfa979f21b2886dd33", + "traceparent": "00-785535b0c8460c47b967390f79e1ee80-fca901b705051944-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0ac5d59ccb9243d8c783a167ec91c6fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12622,7 +13423,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:25:10 GMT", + "Date": "Thu, 15 Jun 2023 20:59:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12631,37 +13432,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3eb8e323d62828dfa979f21b2886dd33", - "x-ms-correlation-request-id": "397c2b1f-f53f-4d80-a3a0-5afa783a62b2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "98f94f36-44df-4a0a-bb88-38779c7838ea", - "x-ms-routing-request-id": "JAPANEAST:20230321T062510Z:397c2b1f-f53f-4d80-a3a0-5afa783a62b2", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "0ac5d59ccb9243d8c783a167ec91c6fb", + "x-ms-correlation-request-id": "c6c0f97a-4983-4f24-a9d8-f3401b87f19f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "0efe3173-193e-4581-bf82-7862825af7fa", + "x-ms-routing-request-id": "EASTUS:20230615T205944Z:c6c0f97a-4983-4f24-a9d8-f3401b87f19f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:25:04.0652743\u002B00:00", + "startTime": "2023-06-15T20:58:06.1201129\u002B00:00", "status": "InProgress", - "name": "9826bf65-7633-4e9d-b75c-171129ba5c91" + "name": "cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9826bf65-7633-4e9d-b75c-171129ba5c91?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a01194cd4ba95340979ea8df2d8cac12-8be09b7088801042-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "48fdf19a759b76ae78f7622b219861cf", + "Connection": "close", + "traceparent": "00-785535b0c8460c47b967390f79e1ee80-df59fdecd74bbb41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "79af9fc8f344f1bf68ddfe38ec15935d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:25:14 GMT", + "Date": "Thu, 15 Jun 2023 21:00:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12670,28 +13473,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "48fdf19a759b76ae78f7622b219861cf", - "x-ms-correlation-request-id": "1b7f7f3e-4e0b-4bf7-848d-59060ca4436e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "d8371b1d-8b30-4628-a052-34210bc3ea4f", - "x-ms-routing-request-id": "JAPANEAST:20230321T062515Z:1b7f7f3e-4e0b-4bf7-848d-59060ca4436e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "79af9fc8f344f1bf68ddfe38ec15935d", + "x-ms-correlation-request-id": "3ea932f9-a66f-4f1d-a621-0a6e4c316568", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "8742f055-8de2-4c89-b657-f44b98dd42bf", + "x-ms-routing-request-id": "EASTUS:20230615T210016Z:3ea932f9-a66f-4f1d-a621-0a6e4c316568", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:25:04.0652743\u002B00:00", + "startTime": "2023-06-15T20:58:06.1201129\u002B00:00", "status": "InProgress", - "name": "9826bf65-7633-4e9d-b75c-171129ba5c91" + "name": "cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9826bf65-7633-4e9d-b75c-171129ba5c91?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a01194cd4ba95340979ea8df2d8cac12-4d89abb765505448-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "535aab4638bb2289c52166b75f2cce0e", + "traceparent": "00-785535b0c8460c47b967390f79e1ee80-d5d1a8350ac33640-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fa223ca521f8f9b3d1e61c3600a479ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12700,7 +13503,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:25:23 GMT", + "Date": "Thu, 15 Jun 2023 21:00:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12709,28 +13512,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "535aab4638bb2289c52166b75f2cce0e", - "x-ms-correlation-request-id": "1958fe50-500a-48fe-908a-d7664aee03bb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "99b55537-2a08-421f-ba4a-17d7ad8cd9a8", - "x-ms-routing-request-id": "JAPANEAST:20230321T062523Z:1958fe50-500a-48fe-908a-d7664aee03bb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "fa223ca521f8f9b3d1e61c3600a479ec", + "x-ms-correlation-request-id": "5f3cf09b-b6bc-43db-98f7-667f1eeae611", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "f7756b1b-3d0c-443a-b597-342a72816e8d", + "x-ms-routing-request-id": "EASTUS:20230615T210048Z:5f3cf09b-b6bc-43db-98f7-667f1eeae611", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:25:04.0652743\u002B00:00", + "startTime": "2023-06-15T20:58:06.1201129\u002B00:00", "status": "InProgress", - "name": "9826bf65-7633-4e9d-b75c-171129ba5c91" + "name": "cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9826bf65-7633-4e9d-b75c-171129ba5c91?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a01194cd4ba95340979ea8df2d8cac12-fc5a84f581134548-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cb4c732ae72bae6e3442c63074b40610", + "traceparent": "00-785535b0c8460c47b967390f79e1ee80-c8dd799a13030842-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2bcf964f3fc5a93615d3a1b4cca057b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12739,7 +13542,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:25:39 GMT", + "Date": "Thu, 15 Jun 2023 21:01:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12748,37 +13551,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cb4c732ae72bae6e3442c63074b40610", - "x-ms-correlation-request-id": "99a1b4e1-2fe8-4d3c-86a9-81999325aa0a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "88316bdd-4b01-47e3-905f-066a7905dbf8", - "x-ms-routing-request-id": "JAPANEAST:20230321T062539Z:99a1b4e1-2fe8-4d3c-86a9-81999325aa0a", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "2bcf964f3fc5a93615d3a1b4cca057b2", + "x-ms-correlation-request-id": "babdbf83-ab3e-4438-8c5c-a87e55fc8315", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "5e11359e-cacc-487c-a146-afb26cd93345", + "x-ms-routing-request-id": "EASTUS:20230615T210120Z:babdbf83-ab3e-4438-8c5c-a87e55fc8315", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:25:04.0652743\u002B00:00", + "startTime": "2023-06-15T20:58:06.1201129\u002B00:00", "status": "InProgress", - "name": "9826bf65-7633-4e9d-b75c-171129ba5c91" + "name": "cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9826bf65-7633-4e9d-b75c-171129ba5c91?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a01194cd4ba95340979ea8df2d8cac12-ce0f9cebddb68648-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7dd522188a2c617868db827a0ef7164b", + "traceparent": "00-785535b0c8460c47b967390f79e1ee80-296dd6e4a9e4464f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "afc243f0cb6fa603ecb5a75dd689f1c4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "183", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:26:11 GMT", + "Date": "Thu, 15 Jun 2023 21:01:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12787,38 +13590,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7dd522188a2c617868db827a0ef7164b", - "x-ms-correlation-request-id": "ecbac7ba-ace7-44f4-9446-ab92f7057d10", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "4da34819-4f65-448c-b0f8-40484cb9fc32", - "x-ms-routing-request-id": "JAPANEAST:20230321T062611Z:ecbac7ba-ace7-44f4-9446-ab92f7057d10", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "afc243f0cb6fa603ecb5a75dd689f1c4", + "x-ms-correlation-request-id": "20b182b8-8c5c-4e55-8670-251a25cc4205", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "01446157-a562-4ea3-8ccf-b547c964f243", + "x-ms-routing-request-id": "EASTUS:20230615T210152Z:20b182b8-8c5c-4e55-8670-251a25cc4205", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:25:04.0652743\u002B00:00", - "endTime": "2023-03-21T06:25:54.7861004\u002B00:00", + "startTime": "2023-06-15T20:58:06.1201129\u002B00:00", + "endTime": "2023-06-15T21:01:33.431786\u002B00:00", "status": "Succeeded", - "name": "9826bf65-7633-4e9d-b75c-171129ba5c91" + "name": "cc57c9e1-c6b6-49e3-9255-a6e6dc5c307a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg5414/providers/Microsoft.StorageCache/caches/testsc1496?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6584?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a01194cd4ba95340979ea8df2d8cac12-e7e1c05b41b05243-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ae005328954c5fa33cab1e787258ae11", + "traceparent": "00-785535b0c8460c47b967390f79e1ee80-18d538bae919bc41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "55e81264684665970579e52480ff2c31", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2500", + "Content-Length": "2474", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:26:12 GMT", + "Date": "Thu, 15 Jun 2023 21:01:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12827,17 +13630,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae005328954c5fa33cab1e787258ae11", - "x-ms-correlation-request-id": "5fe00525-18ee-417f-8745-87a96d991b39", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "06b366e4-7999-4fc6-84e9-b0429cde392e", - "x-ms-routing-request-id": "JAPANEAST:20230321T062613Z:5fe00525-18ee-417f-8745-87a96d991b39", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "55e81264684665970579e52480ff2c31", + "x-ms-correlation-request-id": "1fe5f58e-8d0e-47d0-94e7-0451e6426a0b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;117", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "7f2a602c-2ce8-4cc4-a29a-9739f179bac5", + "x-ms-routing-request-id": "EASTUS:20230615T210153Z:1fe5f58e-8d0e-47d0-94e7-0451e6426a0b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc1496", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5414/providers/Microsoft.StorageCache/caches/testsc1496", + "name": "testsc6584", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6584", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12848,9 +13651,9 @@ "networkSettings": { "mtu": 1500, "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" ], "ntpServer": "time.windows.com" }, @@ -12886,7 +13689,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12894,17 +13696,17 @@ "conditions": [] }, "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5414/providers/Microsoft.Network/virtualNetworks/scTestVNet-4622/subnets/scTestSubnet-504", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-1208/subnets/scTestSubnet-7320", "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T06:12:30.2271685Z", + "lastFirmwareUpdate": "2023-06-15T20:47:20.5356513Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -12913,35 +13715,35 @@ } }, "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-21T06:12:29.0439473Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdAt": "2023-06-15T20:47:20.3350207Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T06:25:03.9838524Z" + "lastModifiedAt": "2023-06-15T20:58:06.1048952Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg5414/providers/Microsoft.StorageCache/caches/testsc1496?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6584?api-version=2023-05-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b802b281da9a0143a4a89e144bac8a03-265ee684f5c46a48-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3c9e561a5157a0e2faea635064f49f3d", + "traceparent": "00-a0aec33e9cb75341bb88d8c92780bcd7-bcb14c85f691dc4a-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bc466a8fc9e1837d92283f0f98d8d28c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8e856cf9-eb50-4718-b1aa-4bd63d289c78?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7218d9f3-725e-43b2-b432-f6f5a3e110b1?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 06:26:13 GMT", + "Date": "Thu, 15 Jun 2023 21:01:53 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8e856cf9-eb50-4718-b1aa-4bd63d289c78?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7218d9f3-725e-43b2-b432-f6f5a3e110b1?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -12949,24 +13751,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c9e561a5157a0e2faea635064f49f3d", - "x-ms-correlation-request-id": "a8534e6c-d896-4b2f-be99-c97533f4b3c4", + "x-ms-client-request-id": "bc466a8fc9e1837d92283f0f98d8d28c", + "x-ms-correlation-request-id": "98839df1-f04d-43ce-bdcd-cda415d962de", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "8e856cf9-eb50-4718-b1aa-4bd63d289c78", - "x-ms-routing-request-id": "JAPANEAST:20230321T062613Z:a8534e6c-d896-4b2f-be99-c97533f4b3c4", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "7218d9f3-725e-43b2-b432-f6f5a3e110b1", + "x-ms-routing-request-id": "EASTUS:20230615T210153Z:98839df1-f04d-43ce-bdcd-cda415d962de", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8e856cf9-eb50-4718-b1aa-4bd63d289c78?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7218d9f3-725e-43b2-b432-f6f5a3e110b1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b802b281da9a0143a4a89e144bac8a03-b4817e1ee01ce64f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b85f712dd958d6f47060b3613153fa48", + "traceparent": "00-a0aec33e9cb75341bb88d8c92780bcd7-93e4957bf6638941-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6bce768834429be29564c21d2987cd2c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12975,7 +13777,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:26:13 GMT", + "Date": "Thu, 15 Jun 2023 21:01:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12984,28 +13786,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b85f712dd958d6f47060b3613153fa48", - "x-ms-correlation-request-id": "0ff33c09-bf90-49af-a11b-72e81117ed53", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "a1d7e5bc-0962-436b-aa2b-814171781826", - "x-ms-routing-request-id": "JAPANEAST:20230321T062614Z:0ff33c09-bf90-49af-a11b-72e81117ed53", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "6bce768834429be29564c21d2987cd2c", + "x-ms-correlation-request-id": "c339b4bb-ad6f-4a3e-9528-780a72a0b54c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "f5d13069-5e4a-4675-8451-6cddb49049cd", + "x-ms-routing-request-id": "EASTUS:20230615T210153Z:c339b4bb-ad6f-4a3e-9528-780a72a0b54c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:26:13.8106151\u002B00:00", + "startTime": "2023-06-15T21:01:53.7238094\u002B00:00", "status": "InProgress", - "name": "8e856cf9-eb50-4718-b1aa-4bd63d289c78" + "name": "7218d9f3-725e-43b2-b432-f6f5a3e110b1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8e856cf9-eb50-4718-b1aa-4bd63d289c78?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7218d9f3-725e-43b2-b432-f6f5a3e110b1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b802b281da9a0143a4a89e144bac8a03-346919116ad4c84c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f74ce10b8c4fc15e921bbde1116234fa", + "traceparent": "00-a0aec33e9cb75341bb88d8c92780bcd7-ec34cf8ab746dd43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a34158a672af8e79febe0f851e869db3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13014,7 +13816,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:26:14 GMT", + "Date": "Thu, 15 Jun 2023 21:01:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13023,28 +13825,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f74ce10b8c4fc15e921bbde1116234fa", - "x-ms-correlation-request-id": "2ad101ed-e876-4e41-8551-267b98c50d5e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "0ec842d6-a063-476e-abde-d6c8ad69075a", - "x-ms-routing-request-id": "JAPANEAST:20230321T062615Z:2ad101ed-e876-4e41-8551-267b98c50d5e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "a34158a672af8e79febe0f851e869db3", + "x-ms-correlation-request-id": "909e0568-ba94-4199-a7c3-fe3f0ddbf595", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "62fe2075-5fad-4b0a-b1f3-242628a239cf", + "x-ms-routing-request-id": "EASTUS:20230615T210154Z:909e0568-ba94-4199-a7c3-fe3f0ddbf595", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:26:13.8106151\u002B00:00", + "startTime": "2023-06-15T21:01:53.7238094\u002B00:00", "status": "InProgress", - "name": "8e856cf9-eb50-4718-b1aa-4bd63d289c78" + "name": "7218d9f3-725e-43b2-b432-f6f5a3e110b1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8e856cf9-eb50-4718-b1aa-4bd63d289c78?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7218d9f3-725e-43b2-b432-f6f5a3e110b1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b802b281da9a0143a4a89e144bac8a03-b40c4da835bc7e47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f32353fbe79452e48631b053a463512c", + "traceparent": "00-a0aec33e9cb75341bb88d8c92780bcd7-3b3ed487f86a7242-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "22875202660aad49fab425523e4e5e24", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13053,7 +13855,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:26:15 GMT", + "Date": "Thu, 15 Jun 2023 21:01:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13062,28 +13864,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f32353fbe79452e48631b053a463512c", - "x-ms-correlation-request-id": "ae535862-4b4b-42fb-bf9d-209a6644489a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "61df9fbc-80b7-4a77-9efa-2551b4c3886f", - "x-ms-routing-request-id": "JAPANEAST:20230321T062616Z:ae535862-4b4b-42fb-bf9d-209a6644489a", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "22875202660aad49fab425523e4e5e24", + "x-ms-correlation-request-id": "56d02872-e12a-4b29-b931-9a9c5a60698e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "f43b5622-87a1-4e4a-8893-7c6de7c482b9", + "x-ms-routing-request-id": "EASTUS:20230615T210155Z:56d02872-e12a-4b29-b931-9a9c5a60698e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:26:13.8106151\u002B00:00", + "startTime": "2023-06-15T21:01:53.7238094\u002B00:00", "status": "InProgress", - "name": "8e856cf9-eb50-4718-b1aa-4bd63d289c78" + "name": "7218d9f3-725e-43b2-b432-f6f5a3e110b1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8e856cf9-eb50-4718-b1aa-4bd63d289c78?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7218d9f3-725e-43b2-b432-f6f5a3e110b1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b802b281da9a0143a4a89e144bac8a03-af41cdacd0ca6748-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8b74f77bf7b3a0c0139d263c1b12c50e", + "traceparent": "00-a0aec33e9cb75341bb88d8c92780bcd7-f5e064da7c6dbf46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8d507d8f829e163cfc3f6d83245d7c0e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13092,7 +13894,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:26:17 GMT", + "Date": "Thu, 15 Jun 2023 21:01:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13101,28 +13903,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b74f77bf7b3a0c0139d263c1b12c50e", - "x-ms-correlation-request-id": "a4fb0e5b-1390-45cf-9a57-9a8479339c25", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "c2134deb-d9f8-4ed1-b6c6-0ee13b3bc536", - "x-ms-routing-request-id": "JAPANEAST:20230321T062618Z:a4fb0e5b-1390-45cf-9a57-9a8479339c25", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8d507d8f829e163cfc3f6d83245d7c0e", + "x-ms-correlation-request-id": "ded6cdce-74cd-4a7b-ba70-2c9218e34e3e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "8453bae8-bba3-40e9-8af6-031b50b55d73", + "x-ms-routing-request-id": "EASTUS:20230615T210157Z:ded6cdce-74cd-4a7b-ba70-2c9218e34e3e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:26:13.8106151\u002B00:00", + "startTime": "2023-06-15T21:01:53.7238094\u002B00:00", "status": "InProgress", - "name": "8e856cf9-eb50-4718-b1aa-4bd63d289c78" + "name": "7218d9f3-725e-43b2-b432-f6f5a3e110b1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8e856cf9-eb50-4718-b1aa-4bd63d289c78?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7218d9f3-725e-43b2-b432-f6f5a3e110b1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b802b281da9a0143a4a89e144bac8a03-e191743d31c4b144-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "de65b82c062f24b4fcf9701ddc0a1c2e", + "traceparent": "00-a0aec33e9cb75341bb88d8c92780bcd7-d897adb7fd54f343-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d61a0fc7ab003f210f93a9fb4c264fb0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13131,7 +13933,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:26:20 GMT", + "Date": "Thu, 15 Jun 2023 21:01:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13140,28 +13942,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de65b82c062f24b4fcf9701ddc0a1c2e", - "x-ms-correlation-request-id": "31b33cea-af2e-404d-93f8-62b060db871e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "c7bc44a4-d2cb-4e5f-a535-19b044650cea", - "x-ms-routing-request-id": "JAPANEAST:20230321T062620Z:31b33cea-af2e-404d-93f8-62b060db871e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "d61a0fc7ab003f210f93a9fb4c264fb0", + "x-ms-correlation-request-id": "140b9892-abf7-4a89-8ccc-8e2cee5b303b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "cdf524ef-eefb-4907-b72e-90a67d60607b", + "x-ms-routing-request-id": "EASTUS:20230615T210159Z:140b9892-abf7-4a89-8ccc-8e2cee5b303b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:26:13.8106151\u002B00:00", + "startTime": "2023-06-15T21:01:53.7238094\u002B00:00", "status": "InProgress", - "name": "8e856cf9-eb50-4718-b1aa-4bd63d289c78" + "name": "7218d9f3-725e-43b2-b432-f6f5a3e110b1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8e856cf9-eb50-4718-b1aa-4bd63d289c78?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7218d9f3-725e-43b2-b432-f6f5a3e110b1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b802b281da9a0143a4a89e144bac8a03-117b7fa318f4014f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "196691caa8ed03479383e0f6c1a73774", + "traceparent": "00-a0aec33e9cb75341bb88d8c92780bcd7-7d2d52c9d198df4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a0f5ea5f0f367f15157025cbf9c5899d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13170,7 +13972,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:26:24 GMT", + "Date": "Thu, 15 Jun 2023 21:02:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13179,28 +13981,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "196691caa8ed03479383e0f6c1a73774", - "x-ms-correlation-request-id": "28216fd7-ef4e-4039-8337-fac321cfb0bc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "4b821517-58e4-4c76-bd58-234c7c60a057", - "x-ms-routing-request-id": "JAPANEAST:20230321T062624Z:28216fd7-ef4e-4039-8337-fac321cfb0bc", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "a0f5ea5f0f367f15157025cbf9c5899d", + "x-ms-correlation-request-id": "a4d03f75-acdf-43b2-a135-b80a838ec960", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "6aedd82a-d6cc-48cf-8363-199f37ca8379", + "x-ms-routing-request-id": "EASTUS:20230615T210203Z:a4d03f75-acdf-43b2-a135-b80a838ec960", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:26:13.8106151\u002B00:00", + "startTime": "2023-06-15T21:01:53.7238094\u002B00:00", "status": "InProgress", - "name": "8e856cf9-eb50-4718-b1aa-4bd63d289c78" + "name": "7218d9f3-725e-43b2-b432-f6f5a3e110b1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8e856cf9-eb50-4718-b1aa-4bd63d289c78?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7218d9f3-725e-43b2-b432-f6f5a3e110b1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b802b281da9a0143a4a89e144bac8a03-a3561478de464a46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ec27a26c72fd75fc42508eb986a2c408", + "traceparent": "00-a0aec33e9cb75341bb88d8c92780bcd7-3c5d8ae0828fc648-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2e8b17378733e3245c117e0ad941cad5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13209,7 +14011,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:26:33 GMT", + "Date": "Thu, 15 Jun 2023 21:02:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13218,28 +14020,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ec27a26c72fd75fc42508eb986a2c408", - "x-ms-correlation-request-id": "16407010-91d2-41d8-a2e0-618fc53f88dd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "5238d37f-b492-4201-a446-fac2b6949e99", - "x-ms-routing-request-id": "JAPANEAST:20230321T062633Z:16407010-91d2-41d8-a2e0-618fc53f88dd", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "2e8b17378733e3245c117e0ad941cad5", + "x-ms-correlation-request-id": "b7e458ec-5e59-4266-9c12-eb9ec90115c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "e93d62cd-954a-4e9c-b70a-c73818825752", + "x-ms-routing-request-id": "EASTUS:20230615T210211Z:b7e458ec-5e59-4266-9c12-eb9ec90115c2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:26:13.8106151\u002B00:00", + "startTime": "2023-06-15T21:01:53.7238094\u002B00:00", "status": "InProgress", - "name": "8e856cf9-eb50-4718-b1aa-4bd63d289c78" + "name": "7218d9f3-725e-43b2-b432-f6f5a3e110b1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8e856cf9-eb50-4718-b1aa-4bd63d289c78?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7218d9f3-725e-43b2-b432-f6f5a3e110b1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b802b281da9a0143a4a89e144bac8a03-ed9cd5e53c0b7645-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8972f780abac832071614bab25be6355", + "traceparent": "00-a0aec33e9cb75341bb88d8c92780bcd7-9481f037eaabda46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3923bcefdb67b7d7fa9ac18f85564549", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13248,7 +14050,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:26:49 GMT", + "Date": "Thu, 15 Jun 2023 21:02:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13257,28 +14059,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8972f780abac832071614bab25be6355", - "x-ms-correlation-request-id": "76fd8fb5-37ba-4a4f-8c6e-7055da15cb71", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "b8f0196d-c991-4f16-85a8-0a661a1fca4e", - "x-ms-routing-request-id": "JAPANEAST:20230321T062649Z:76fd8fb5-37ba-4a4f-8c6e-7055da15cb71", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "3923bcefdb67b7d7fa9ac18f85564549", + "x-ms-correlation-request-id": "412a7f07-60e2-455e-be83-a0803d5fb6c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "2ff7d045-549f-4386-9172-71bd567cc617", + "x-ms-routing-request-id": "EASTUS:20230615T210227Z:412a7f07-60e2-455e-be83-a0803d5fb6c2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:26:13.8106151\u002B00:00", + "startTime": "2023-06-15T21:01:53.7238094\u002B00:00", "status": "InProgress", - "name": "8e856cf9-eb50-4718-b1aa-4bd63d289c78" + "name": "7218d9f3-725e-43b2-b432-f6f5a3e110b1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8e856cf9-eb50-4718-b1aa-4bd63d289c78?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7218d9f3-725e-43b2-b432-f6f5a3e110b1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b802b281da9a0143a4a89e144bac8a03-7d167055e4ef434b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "39b1fcc230e3573194f1d69d1a8d7cf0", + "traceparent": "00-a0aec33e9cb75341bb88d8c92780bcd7-c1a5853734771f4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "35c40b0a219bd87cc6114425910aa6d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13287,7 +14089,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:27:21 GMT", + "Date": "Thu, 15 Jun 2023 21:02:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13296,28 +14098,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "39b1fcc230e3573194f1d69d1a8d7cf0", - "x-ms-correlation-request-id": "0150abc9-775c-4ac7-826d-e9d0bf409bb6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "44cbc83b-00ce-4d70-99cb-774cdde9e506", - "x-ms-routing-request-id": "JAPANEAST:20230321T062721Z:0150abc9-775c-4ac7-826d-e9d0bf409bb6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "35c40b0a219bd87cc6114425910aa6d4", + "x-ms-correlation-request-id": "81fa4dad-464d-409c-9ea5-993ca678895b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "4add71cc-2f4b-44e9-a62c-d6d800dccdce", + "x-ms-routing-request-id": "EASTUS:20230615T210259Z:81fa4dad-464d-409c-9ea5-993ca678895b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:26:13.8106151\u002B00:00", + "startTime": "2023-06-15T21:01:53.7238094\u002B00:00", "status": "InProgress", - "name": "8e856cf9-eb50-4718-b1aa-4bd63d289c78" + "name": "7218d9f3-725e-43b2-b432-f6f5a3e110b1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8e856cf9-eb50-4718-b1aa-4bd63d289c78?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7218d9f3-725e-43b2-b432-f6f5a3e110b1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b802b281da9a0143a4a89e144bac8a03-b9498cb89b70f645-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c975d8bfad34c1c781a47a9b27504f84", + "traceparent": "00-a0aec33e9cb75341bb88d8c92780bcd7-aae6579fc744c04c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3cdb50a64fa25b353fd33498c6945e05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13326,7 +14128,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:27:53 GMT", + "Date": "Thu, 15 Jun 2023 21:03:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13335,28 +14137,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c975d8bfad34c1c781a47a9b27504f84", - "x-ms-correlation-request-id": "f6afa51e-10ab-4c6b-90cd-06642ab1e85f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "416e502c-57a2-45a2-a51a-3afbe9080c39", - "x-ms-routing-request-id": "JAPANEAST:20230321T062754Z:f6afa51e-10ab-4c6b-90cd-06642ab1e85f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "3cdb50a64fa25b353fd33498c6945e05", + "x-ms-correlation-request-id": "481fbf8f-03bb-461f-8d3d-46e3bfe6b09d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "1db2a57b-bbd3-4eff-ad1c-c829a0d9a232", + "x-ms-routing-request-id": "EASTUS:20230615T210331Z:481fbf8f-03bb-461f-8d3d-46e3bfe6b09d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:26:13.8106151\u002B00:00", + "startTime": "2023-06-15T21:01:53.7238094\u002B00:00", "status": "InProgress", - "name": "8e856cf9-eb50-4718-b1aa-4bd63d289c78" + "name": "7218d9f3-725e-43b2-b432-f6f5a3e110b1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8e856cf9-eb50-4718-b1aa-4bd63d289c78?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7218d9f3-725e-43b2-b432-f6f5a3e110b1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b802b281da9a0143a4a89e144bac8a03-9d46b5f69be4c34a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8af739ed8af15024c61bf4bbd48368e3", + "traceparent": "00-a0aec33e9cb75341bb88d8c92780bcd7-062b474afa740d4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cdff35cb947cce3a404b735596b226ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13365,7 +14167,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:28:25 GMT", + "Date": "Thu, 15 Jun 2023 21:04:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13374,39 +14176,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8af739ed8af15024c61bf4bbd48368e3", - "x-ms-correlation-request-id": "07beacd3-fd65-4dea-b6b9-a8f79885e1dd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "af70a8e3-2019-4bcd-ba86-a2dbab539a89", - "x-ms-routing-request-id": "JAPANEAST:20230321T062826Z:07beacd3-fd65-4dea-b6b9-a8f79885e1dd", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "cdff35cb947cce3a404b735596b226ef", + "x-ms-correlation-request-id": "b2af3ff7-f405-4eb7-95a0-e50528b9d1d7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "174b4f6f-5eb9-4119-8052-906f292e131f", + "x-ms-routing-request-id": "EASTUS:20230615T210403Z:b2af3ff7-f405-4eb7-95a0-e50528b9d1d7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:26:13.8106151\u002B00:00", + "startTime": "2023-06-15T21:01:53.7238094\u002B00:00", "status": "InProgress", - "name": "8e856cf9-eb50-4718-b1aa-4bd63d289c78" + "name": "7218d9f3-725e-43b2-b432-f6f5a3e110b1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8e856cf9-eb50-4718-b1aa-4bd63d289c78?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7218d9f3-725e-43b2-b432-f6f5a3e110b1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-b802b281da9a0143a4a89e144bac8a03-170e065e13bbdb47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4dec5be59949142035f0b73fb5953044", + "traceparent": "00-a0aec33e9cb75341bb88d8c92780bcd7-10c8dddbd89dff41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "35e9edf4087abba7d668f5c7ede41131", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:28:57 GMT", + "Date": "Thu, 15 Jun 2023 21:04:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13415,28 +14215,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4dec5be59949142035f0b73fb5953044", - "x-ms-correlation-request-id": "06900d29-2196-4cab-8d47-69d72718a240", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "80b85e04-5b19-438b-9ff9-5c1e9fb4bac7", - "x-ms-routing-request-id": "JAPANEAST:20230321T062858Z:06900d29-2196-4cab-8d47-69d72718a240", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "35e9edf4087abba7d668f5c7ede41131", + "x-ms-correlation-request-id": "aaa8e1c4-a00a-42bf-9971-10fa6e53b392", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "09973ca4-afa3-4c6a-8b04-f516482ef920", + "x-ms-routing-request-id": "EASTUS:20230615T210435Z:aaa8e1c4-a00a-42bf-9971-10fa6e53b392", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:26:13.8106151\u002B00:00", + "startTime": "2023-06-15T21:01:53.7238094\u002B00:00", "status": "InProgress", - "name": "8e856cf9-eb50-4718-b1aa-4bd63d289c78" + "name": "7218d9f3-725e-43b2-b432-f6f5a3e110b1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8e856cf9-eb50-4718-b1aa-4bd63d289c78?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7218d9f3-725e-43b2-b432-f6f5a3e110b1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b802b281da9a0143a4a89e144bac8a03-70ee823bf2966845-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e0b052a1f29634ffb3250319b80cecfe", + "traceparent": "00-a0aec33e9cb75341bb88d8c92780bcd7-4073a57b274b3a43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5b5a3fb3d80a1157150dfc56dbe0c58d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13445,7 +14245,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:29:32 GMT", + "Date": "Thu, 15 Jun 2023 21:05:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13454,37 +14254,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e0b052a1f29634ffb3250319b80cecfe", - "x-ms-correlation-request-id": "0582c833-490e-4224-94c8-0de88d8d6b4e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "29053422-70a9-4ec5-9fc1-76a7f3636daa", - "x-ms-routing-request-id": "JAPANEAST:20230321T062933Z:0582c833-490e-4224-94c8-0de88d8d6b4e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "5b5a3fb3d80a1157150dfc56dbe0c58d", + "x-ms-correlation-request-id": "7e5d4bb1-90a4-48f7-913b-f1d43b298dbd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "7c8fe25f-40e2-49d1-a328-a295698970d9", + "x-ms-routing-request-id": "EASTUS:20230615T210507Z:7e5d4bb1-90a4-48f7-913b-f1d43b298dbd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:26:13.8106151\u002B00:00", + "startTime": "2023-06-15T21:01:53.7238094\u002B00:00", "status": "InProgress", - "name": "8e856cf9-eb50-4718-b1aa-4bd63d289c78" + "name": "7218d9f3-725e-43b2-b432-f6f5a3e110b1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8e856cf9-eb50-4718-b1aa-4bd63d289c78?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7218d9f3-725e-43b2-b432-f6f5a3e110b1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b802b281da9a0143a4a89e144bac8a03-daa984a42d339649-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ccb6973b0164543a19e25401d3e59a31", + "traceparent": "00-a0aec33e9cb75341bb88d8c92780bcd7-7baa2c12cee81742-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d9a344ad28abc28a8e44f7149f72e15b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "183", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 06:30:05 GMT", + "Date": "Thu, 15 Jun 2023 21:05:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13493,315 +14293,26 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ccb6973b0164543a19e25401d3e59a31", - "x-ms-correlation-request-id": "d828d0f2-0212-47c7-a857-a4ef987bcdfb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "99d459d5-2212-47c9-b789-cb72ac56e879", - "x-ms-routing-request-id": "JAPANEAST:20230321T063005Z:d828d0f2-0212-47c7-a857-a4ef987bcdfb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "d9a344ad28abc28a8e44f7149f72e15b", + "x-ms-correlation-request-id": "59f175eb-f554-4b2f-8149-42f6d1072220", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "03379cc4-c081-4031-a76e-a0f336f90e7a", + "x-ms-routing-request-id": "EASTUS:20230615T210540Z:59f175eb-f554-4b2f-8149-42f6d1072220", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T06:26:13.8106151\u002B00:00", - "endTime": "2023-03-21T06:29:41.4674542\u002B00:00", + "startTime": "2023-06-15T21:01:53.7238094\u002B00:00", + "endTime": "2023-06-15T21:05:21.382895\u002B00:00", "status": "Succeeded", - "name": "8e856cf9-eb50-4718-b1aa-4bd63d289c78" + "name": "7218d9f3-725e-43b2-b432-f6f5a3e110b1" } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg5414?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-f04a9517e3e6d9449f70c3e07a37415e-8f857ca5c4aa1644-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8119b0ea87d3f24d5bb7992495065c29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 06:30:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDE0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c87c9a2f-5893-4b09-86f1-641fee1e6d1b", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "c87c9a2f-5893-4b09-86f1-641fee1e6d1b", - "x-ms-routing-request-id": "JAPANEAST:20230321T063010Z:c87c9a2f-5893-4b09-86f1-641fee1e6d1b" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDE0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f04a9517e3e6d9449f70c3e07a37415e-b896c8037bad3846-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "072ed28a6af2b32b4ac470ac6716be12", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 06:30:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDE0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9fc42e9-bc23-49d3-a282-e41432951136", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "e9fc42e9-bc23-49d3-a282-e41432951136", - "x-ms-routing-request-id": "JAPANEAST:20230321T063011Z:e9fc42e9-bc23-49d3-a282-e41432951136" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDE0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f04a9517e3e6d9449f70c3e07a37415e-b18009a2c3707849-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1afd2b867be28652d1796a77c099545d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 06:30:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDE0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a7b82309-34f3-4601-91db-9d0d130eb136", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "a7b82309-34f3-4601-91db-9d0d130eb136", - "x-ms-routing-request-id": "JAPANEAST:20230321T063026Z:a7b82309-34f3-4601-91db-9d0d130eb136" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDE0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f04a9517e3e6d9449f70c3e07a37415e-ba3e1ede582f0443-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c399cc5654d799368d4fd419f3333801", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 06:30:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDE0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50a85dc1-026d-4fad-8b50-c4c7ecfd32af", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "50a85dc1-026d-4fad-8b50-c4c7ecfd32af", - "x-ms-routing-request-id": "JAPANEAST:20230321T063041Z:50a85dc1-026d-4fad-8b50-c4c7ecfd32af" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDE0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f04a9517e3e6d9449f70c3e07a37415e-0fb5f5fa78ebdd44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "722db59d46000eeb7fa7367900b4f3b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 06:30:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDE0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9bd290e-c7e0-4f15-8ad1-c2432f77b9c2", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "e9bd290e-c7e0-4f15-8ad1-c2432f77b9c2", - "x-ms-routing-request-id": "JAPANEAST:20230321T063057Z:e9bd290e-c7e0-4f15-8ad1-c2432f77b9c2" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDE0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f04a9517e3e6d9449f70c3e07a37415e-fc183a5022290344-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9b551270fb7d313af5638d92a738939d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 06:31:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDE0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2dc43a17-4c80-4454-bf60-eda202d38c4b", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "2dc43a17-4c80-4454-bf60-eda202d38c4b", - "x-ms-routing-request-id": "JAPANEAST:20230321T063112Z:2dc43a17-4c80-4454-bf60-eda202d38c4b" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDE0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f04a9517e3e6d9449f70c3e07a37415e-3003fc31e86c5b49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0bd96941e16c0f5ce08a432f1ebd99d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 06:31:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDE0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36c32096-fd4d-4c9f-9145-f54570991f2a", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "36c32096-fd4d-4c9f-9145-f54570991f2a", - "x-ms-routing-request-id": "JAPANEAST:20230321T063128Z:36c32096-fd4d-4c9f-9145-f54570991f2a" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDE0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f04a9517e3e6d9449f70c3e07a37415e-210c4e048abd984e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e0a9245c9cdda2847afb7d9db9586746", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 06:31:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDE0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd4aadd5-c9e4-420d-9ea2-2094c3183ae6", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "fd4aadd5-c9e4-420d-9ea2-2094c3183ae6", - "x-ms-routing-request-id": "JAPANEAST:20230321T063143Z:fd4aadd5-c9e4-420d-9ea2-2094c3183ae6" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDE0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f04a9517e3e6d9449f70c3e07a37415e-13f4ed5621fa3441-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "97379814e8da8e43b646baf2b70b1337", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 06:31:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDE0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2edb9df8-4e4b-48a7-9e03-efc201604804", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "2edb9df8-4e4b-48a7-9e03-efc201604804", - "x-ms-routing-request-id": "JAPANEAST:20230321T063200Z:2edb9df8-4e4b-48a7-9e03-efc201604804" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDE0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f04a9517e3e6d9449f70c3e07a37415e-30b976e305528c4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8336b4cab28fa4c0e537907163bf5588", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 06:32:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d333d08a-1af7-44b5-a2ba-16f6eee21f3f", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "d333d08a-1af7-44b5-a2ba-16f6eee21f3f", - "x-ms-routing-request-id": "JAPANEAST:20230321T063232Z:d333d08a-1af7-44b5-a2ba-16f6eee21f3f" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "182031618", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "390238445", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/Update()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/Update()Async.json index 089af777da86..c99a1660747f 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/Update()Async.json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/Update()Async.json @@ -1,53 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-4e316911c193184e8dc3c5422b33ff40-2f6fe4a1517f0c43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "54177dcb1c2776b2b5b43996912fae1b", + "traceparent": "00-20f76336e366bc4f9832c0b6386f2951-4a704f311544204b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "85490d6aec8c35b9165152bf5a67b124", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:13:04 GMT", + "Date": "Thu, 15 Jun 2023 22:12:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "211331cc-36fa-4ba8-abd5-6f41f3041c1a", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "211331cc-36fa-4ba8-abd5-6f41f3041c1a", - "x-ms-routing-request-id": "JAPANEAST:20230321T071304Z:211331cc-36fa-4ba8-abd5-6f41f3041c1a" + "x-ms-correlation-request-id": "961f9e78-0b05-4ad7-9dd9-3e36916cf508", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "961f9e78-0b05-4ad7-9dd9-3e36916cf508", + "x-ms-routing-request-id": "EASTUS:20230615T221228Z:961f9e78-0b05-4ad7-9dd9-3e36916cf508" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -57,75 +43,76 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg656?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-2f0e56a7e2b8674db8d32d600fee49e4-66394df71ab09149-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "31f78f9928f9a5497d6aa7bff25e1da5", + "traceparent": "00-7de7a37e1d63c14b901070d3b1a7cb63-c3b2a7f4d319bc4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5f61de40de0def7404a760c8b63605ed", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "239", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:13:07 GMT", + "Date": "Thu, 15 Jun 2023 22:12:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "360af3d1-40c7-46d5-bdfe-f7f307bc48c3", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "360af3d1-40c7-46d5-bdfe-f7f307bc48c3", - "x-ms-routing-request-id": "JAPANEAST:20230321T071307Z:360af3d1-40c7-46d5-bdfe-f7f307bc48c3" + "x-ms-correlation-request-id": "1f9eb00b-e15d-45df-ad64-153f8ca249b0", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "1f9eb00b-e15d-45df-ad64-153f8ca249b0", + "x-ms-routing-request-id": "EASTUS:20230615T221228Z:1f9eb00b-e15d-45df-ad64-153f8ca249b0" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg656", - "name": "storagecachetestrg656", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-210cbac21f32e945b08ece0180ff901a-1348b3628ffa4240-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "05b204488518192a1ab78ff20e83f1f5", + "traceparent": "00-a1bb436033c80345980c6c93f9d9baae-e8144e6f1095f747-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "00ef9d15ff981997125bfbc7c30334b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "146015", + "Content-Length": "156364", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:13:08 GMT", + "Date": "Thu, 15 Jun 2023 22:12:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1e12eb60-78ac-4693-8f39-2b3ac898e2bd", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "1e12eb60-78ac-4693-8f39-2b3ac898e2bd", - "x-ms-routing-request-id": "JAPANEAST:20230321T071308Z:1e12eb60-78ac-4693-8f39-2b3ac898e2bd" + "x-ms-correlation-request-id": "511d8fd2-c39f-4548-b209-e491aa336df8", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "511d8fd2-c39f-4548-b209-e491aa336df8", + "x-ms-routing-request-id": "EASTUS:20230615T221229Z:511d8fd2-c39f-4548-b209-e491aa336df8" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -175,6 +162,10 @@ { "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" } ], "resourceTypes": [ @@ -217,9 +208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -335,9 +331,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -453,9 +454,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -493,97 +499,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -593,89 +614,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -685,17 +706,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -740,9 +769,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -821,97 +855,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -921,89 +970,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1013,17 +1062,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1068,9 +1125,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1118,9 +1180,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1144,97 +1211,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1244,89 +1326,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1336,17 +1418,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1391,9 +1481,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1509,9 +1604,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1572,9 +1672,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1647,9 +1752,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1721,9 +1831,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1793,9 +1908,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1911,9 +2031,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2029,9 +2154,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2128,9 +2258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2214,9 +2349,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2297,9 +2437,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2415,9 +2560,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2458,97 +2608,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2558,89 +2723,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2650,17 +2815,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -2705,9 +2878,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2809,9 +2987,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2898,9 +3081,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2987,9 +3175,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3076,9 +3269,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3194,9 +3392,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3312,9 +3515,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3430,9 +3638,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3497,97 +3710,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3597,89 +3825,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3689,17 +3917,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -3744,9 +3980,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3785,6 +4026,8 @@ "resourceType": "locations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3899,9 +4142,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4016,9 +4264,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4133,9 +4386,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4236,9 +4494,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4299,9 +4562,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4348,9 +4616,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4465,9 +4738,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4556,9 +4834,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4638,9 +4921,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4687,9 +4975,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4761,9 +5054,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4835,9 +5133,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4905,9 +5208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4978,9 +5286,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5051,9 +5364,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5116,9 +5434,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5181,9 +5504,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5263,9 +5591,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5323,9 +5656,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5373,9 +5711,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5433,9 +5776,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5515,9 +5863,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5597,9 +5950,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5679,9 +6037,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5761,9 +6124,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6337,7 +6705,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6379,7 +6750,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6421,7 +6795,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6463,7 +6840,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6505,7 +6885,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6547,7 +6930,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6589,7 +6975,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6631,7 +7020,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6666,7 +7058,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6686,6 +7080,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6701,7 +7096,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6720,7 +7117,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6739,7 +7138,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6758,7 +7159,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6771,6 +7174,17 @@ "defaultApiVersion": "2018-08-01", "capabilities": "None" }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, { "resourceType": "trafficManagerUserMetricsKeys", "locations": [ @@ -6778,6 +7192,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2017-09-01-preview" @@ -6791,7 +7206,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6841,9 +7258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6945,9 +7367,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7048,9 +7475,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7140,9 +7572,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7230,9 +7667,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7306,9 +7748,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7382,9 +7829,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7458,9 +7910,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7562,9 +8019,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7655,9 +8117,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7744,9 +8211,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7831,9 +8303,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7902,9 +8379,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7991,9 +8473,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8080,9 +8567,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8159,9 +8651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8238,9 +8735,13 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8288,9 +8789,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8366,9 +8872,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8411,6 +8922,7 @@ "resourceType": "firewallPolicies", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8454,9 +8966,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8492,6 +9008,7 @@ "resourceType": "ipGroups", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8535,9 +9052,13 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8573,6 +9094,8 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8596,6 +9119,8 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8646,6 +9171,8 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8731,9 +9258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8798,9 +9330,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8844,97 +9381,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -8944,89 +9496,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -9036,17 +9588,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -9091,9 +9651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9169,9 +9734,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9248,9 +9818,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9327,9 +9902,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9392,9 +9972,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9483,9 +10068,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9526,30 +10116,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2022-05-01", - "2021-06-01", - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -9584,7 +10150,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -9604,179 +10170,19 @@ "Australia Southeast" ], "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", + "2022-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", + "West US", "East US", "North Europe", "West Europe", @@ -9812,9 +10218,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9891,9 +10302,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9934,6 +10350,7 @@ "resourceType": "virtualRouters", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -9977,9 +10394,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10015,6 +10436,7 @@ "resourceType": "networkVirtualAppliances", "locations": [ "Qatar Central", + "Poland Central", "Brazil Southeast", "West US 3", "Jio India West", @@ -10058,9 +10480,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10126,9 +10552,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10201,10 +10632,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10220,7 +10656,9 @@ "resourceType": "networkManagerConnections", "locations": [], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10279,7 +10717,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-02-01-preview", @@ -10336,10 +10777,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10398,10 +10844,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10460,7 +10911,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-06-01-preview" @@ -10515,10 +10969,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10576,10 +11035,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10594,6 +11058,8 @@ "resourceType": "networkVirtualApplianceSkus", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10657,9 +11123,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10713,9 +11184,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10729,120 +11205,369 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg656/providers/Microsoft.Network/virtualNetworks/scTestVNet-4377?api-version=2022-11-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "173", - "Content-Type": "application/json", - "traceparent": "00-210cbac21f32e945b08ece0180ff901a-dd186e65a472a042-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d25ed296cd54aaafb20ab7c2561bf09b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-2311", - "properties": { - "addressPrefix": "10.0.0.0/16" - } - } - ] - }, - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d4141025-32c1-4293-bf57-3cbc0e1fa667?api-version=2022-11-01", - "Cache-Control": "no-cache", - "Content-Length": "1277", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:13:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fdcf1a9a-1449-42b0-b934-91c7bf9b471a", - "x-ms-client-request-id": "d25ed296cd54aaafb20ab7c2561bf09b", - "x-ms-correlation-request-id": "4ac30bd7-fa2e-42e2-9d7b-ddeac0765eac", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "d4141025-32c1-4293-bf57-3cbc0e1fa667", - "x-ms-routing-request-id": "JAPANEAST:20230321T071313Z:4ac30bd7-fa2e-42e2-9d7b-ddeac0765eac" - }, - "ResponseBody": { - "name": "scTestVNet-4377", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg656/providers/Microsoft.Network/virtualNetworks/scTestVNet-4377", - "etag": "W/\u00228d1c1273-56ea-4ae2-a620-c01b7e922ed7\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "d29ade3a-56d9-4853-a9a1-56e88e7c7085", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "scTestSubnet-2311", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg656/providers/Microsoft.Network/virtualNetworks/scTestVNet-4377/subnets/scTestSubnet-2311", - "etag": "W/\u00228d1c1273-56ea-4ae2-a620-c01b7e922ed7\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d4141025-32c1-4293-bf57-3cbc0e1fa667?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-210cbac21f32e945b08ece0180ff901a-13c49490adfb8540-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d386680145977a775508520ece67c3fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:13:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-606?api-version=2023-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-a1bb436033c80345980c6c93f9d9baae-d2f293a64925084b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bcbc2318988b8059e48cf17ee04b6439", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-2431", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/47525c48-526c-4c47-8dc0-9554f886b527?api-version=2023-04-01", + "Cache-Control": "no-cache", + "Content-Length": "1013", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 22:12:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "a594c8ac-359b-49ec-8e43-d5236e5f9e0e", + "x-ms-client-request-id": "bcbc2318988b8059e48cf17ee04b6439", + "x-ms-correlation-request-id": "3109e966-15fe-4856-acfc-547071fefde3", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "47525c48-526c-4c47-8dc0-9554f886b527", + "x-ms-routing-request-id": "EASTUS:20230615T221232Z:3109e966-15fe-4856-acfc-547071fefde3" + }, + "ResponseBody": { + "name": "scTestVNet-606", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-606", + "etag": "W/\u002240bdb795-e427-43ca-9bf1-fe1e6735d1de\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "93140d6b-06e5-4457-b86e-bb2ea338ff1b", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-2431", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-606/subnets/scTestSubnet-2431", + "etag": "W/\u002240bdb795-e427-43ca-9bf1-fe1e6735d1de\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/47525c48-526c-4c47-8dc0-9554f886b527?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a1bb436033c80345980c6c93f9d9baae-4ff8f35d2b254a4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "caec838217c97cd0436e1b0c0d1839c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 22:12:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -10850,34 +11575,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "bec82152-7536-4d45-be27-0f49669c86bb", - "x-ms-client-request-id": "d386680145977a775508520ece67c3fe", - "x-ms-correlation-request-id": "b740b3e4-2b66-417a-b124-35f1b525fee7", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "65a7a6e7-8acd-47ff-beb4-8400254f9105", - "x-ms-routing-request-id": "JAPANEAST:20230321T071314Z:b740b3e4-2b66-417a-b124-35f1b525fee7" + "x-ms-arm-service-request-id": "cb788e44-61c1-4cf3-947c-b4b0c028bccd", + "x-ms-client-request-id": "caec838217c97cd0436e1b0c0d1839c7", + "x-ms-correlation-request-id": "e19a79c0-db15-46c4-90a3-e666ead2c5dd", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "24a7ae07-af54-43bc-89bf-1db3c8d8ac87", + "x-ms-routing-request-id": "EASTUS:20230615T221232Z:e19a79c0-db15-46c4-90a3-e666ead2c5dd" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/d4141025-32c1-4293-bf57-3cbc0e1fa667?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/47525c48-526c-4c47-8dc0-9554f886b527?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-210cbac21f32e945b08ece0180ff901a-8fc1f442ac4c7240-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2cdbf3c66cb00c0ef3b203449ec1bc3a", + "traceparent": "00-a1bb436033c80345980c6c93f9d9baae-3929acdfb04eaa42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b840c1f6ad663a61595c46c737c57704", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:13:23 GMT", + "Date": "Thu, 15 Jun 2023 22:12:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10886,35 +11611,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1d6043d5-81b3-43d4-a2ad-d60403d60d39", - "x-ms-client-request-id": "2cdbf3c66cb00c0ef3b203449ec1bc3a", - "x-ms-correlation-request-id": "357c9bf3-bf2d-458f-9cf6-24980961914e", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "222c26dc-563d-470d-8e1f-80dfdc25740b", - "x-ms-routing-request-id": "JAPANEAST:20230321T071324Z:357c9bf3-bf2d-458f-9cf6-24980961914e" + "x-ms-arm-service-request-id": "a11bf99c-932e-4e39-b8b2-d0e5e6e54acb", + "x-ms-client-request-id": "b840c1f6ad663a61595c46c737c57704", + "x-ms-correlation-request-id": "07d5f289-dce1-4e12-9320-9d062a5d6d7d", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "db5dfc10-b2de-4c5b-a01e-40d8c7725673", + "x-ms-routing-request-id": "EASTUS:20230615T221242Z:07d5f289-dce1-4e12-9320-9d062a5d6d7d" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg656/providers/Microsoft.Network/virtualNetworks/scTestVNet-4377?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-606?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-210cbac21f32e945b08ece0180ff901a-68c7c6a27c658547-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "edc17b711d95d10469582fdd37d0dd68", + "traceparent": "00-a1bb436033c80345980c6c93f9d9baae-68fad384dc823443-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5cfc2cee9a5e70703a2043e3c2bd525c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1279", + "Content-Length": "1015", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:13:24 GMT", - "ETag": "W/\u002218e02cb9-0044-429b-a2a7-6b61f5fc7bbb\u0022", + "Date": "Thu, 15 Jun 2023 22:12:41 GMT", + "ETag": "W/\u00220db3b9e7-9329-469c-8739-6fe441472295\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10923,22 +11648,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6f716753-5ee2-4295-a28e-b0a8d479f455", - "x-ms-client-request-id": "edc17b711d95d10469582fdd37d0dd68", - "x-ms-correlation-request-id": "293587ae-0b4c-4ff7-b907-9906db4670d1", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "fed2dcc8-fb62-4eef-8457-65435551100e", - "x-ms-routing-request-id": "JAPANEAST:20230321T071324Z:293587ae-0b4c-4ff7-b907-9906db4670d1" + "x-ms-arm-service-request-id": "9608d035-7c4f-4a3f-bd7f-54f04542b35d", + "x-ms-client-request-id": "5cfc2cee9a5e70703a2043e3c2bd525c", + "x-ms-correlation-request-id": "2838f81b-758d-40c8-8bd2-4c7570e911f7", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "872d4227-f52f-4661-8177-2c1616bc1dcb", + "x-ms-routing-request-id": "EASTUS:20230615T221242Z:2838f81b-758d-40c8-8bd2-4c7570e911f7" }, "ResponseBody": { - "name": "scTestVNet-4377", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg656/providers/Microsoft.Network/virtualNetworks/scTestVNet-4377", - "etag": "W/\u002218e02cb9-0044-429b-a2a7-6b61f5fc7bbb\u0022", + "name": "scTestVNet-606", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-606", + "etag": "W/\u00220db3b9e7-9329-469c-8739-6fe441472295\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "d29ade3a-56d9-4853-a9a1-56e88e7c7085", + "resourceGuid": "93140d6b-06e5-4457-b86e-bb2ea338ff1b", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -10946,9 +11671,9 @@ }, "subnets": [ { - "name": "scTestSubnet-2311", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg656/providers/Microsoft.Network/virtualNetworks/scTestVNet-4377/subnets/scTestSubnet-2311", - "etag": "W/\u002218e02cb9-0044-429b-a2a7-6b61f5fc7bbb\u0022", + "name": "scTestSubnet-2431", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-606/subnets/scTestSubnet-2431", + "etag": "W/\u00220db3b9e7-9329-469c-8739-6fe441472295\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/16", @@ -10965,16 +11690,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg656/providers/Microsoft.StorageCache/caches/testsc5425?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8726?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "294", "Content-Type": "application/json", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-0f3cfc53a3c51042-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f927314c6c9c958b597adfe44233dc94", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-280a1ce7d82bfe4b-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "489d9a8be59fd55e21b1716dd009457d", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -10985,7 +11710,7 @@ "location": "eastus", "properties": { "cacheSizeGB": 3072, - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg656/providers/Microsoft.Network/virtualNetworks/scTestVNet-4377/subnets/scTestSubnet-2311", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-606/subnets/scTestSubnet-2431", "zones": [ "1" ] @@ -10993,11 +11718,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "1990", + "Content-Length": "1966", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:13:28 GMT", + "Date": "Thu, 15 Jun 2023 22:12:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11006,17 +11731,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f927314c6c9c958b597adfe44233dc94", - "x-ms-correlation-request-id": "b2fbb78a-1300-4dbd-8c54-abf253a16d68", + "x-ms-client-request-id": "489d9a8be59fd55e21b1716dd009457d", + "x-ms-correlation-request-id": "6fee3efd-628d-4f38-9b9b-dee534ac4b20", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "6e31d06e-597e-4d23-b6a0-40898a3e5b17", - "x-ms-routing-request-id": "JAPANEAST:20230321T071329Z:b2fbb78a-1300-4dbd-8c54-abf253a16d68", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "a6d93350-9b9d-42c1-8183-4c0af4354859", + "x-ms-routing-request-id": "EASTUS:20230615T221244Z:6fee3efd-628d-4f38-9b9b-dee534ac4b20", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc5425", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg656/providers/Microsoft.StorageCache/caches/testsc5425", + "name": "testsc8726", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8726", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -11048,19 +11773,18 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Transitioning", "statusDescription": "The cache is being allocated." }, "provisioningState": "Creating", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg656/providers/Microsoft.Network/virtualNetworks/scTestVNet-4377/subnets/scTestSubnet-2311", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-606/subnets/scTestSubnet-2431", "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T07:13:27.535298Z", + "lastFirmwareUpdate": "2023-06-15T22:12:43.617124Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -11069,23 +11793,101 @@ } }, "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-21T07:13:26.488408Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdAt": "2023-06-15T22:12:43.1136831Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T07:13:26.488408Z" + "lastModifiedAt": "2023-06-15T22:12:43.1136831Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-827b0ca961a74e49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9c3bea092f280964cd273bad29039f31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 22:12:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9c3bea092f280964cd273bad29039f31", + "x-ms-correlation-request-id": "cbdc791c-978e-4bc3-b62d-f3c8f4bf7c3a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "33f9cbb7-b050-479f-a575-d67395034941", + "x-ms-routing-request-id": "EASTUS:20230615T221244Z:cbdc791c-978e-4bc3-b62d-f3c8f4bf7c3a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", + "status": "InProgress", + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-e58fb687c07c554c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "abecc5da70a0af403240f7cf68176ba3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 22:12:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "abecc5da70a0af403240f7cf68176ba3", + "x-ms-correlation-request-id": "9fffc02a-255d-4416-8831-e76728ec062e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "afad4e6c-35d1-4f53-997b-4345b116a76f", + "x-ms-routing-request-id": "EASTUS:20230615T221245Z:9fffc02a-255d-4416-8831-e76728ec062e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", + "status": "InProgress", + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-1f4165fb48f8ac4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6df89bd5c299049ef02c931a3e1f8e36", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-1ac48d8d1281fc4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e563d539a9cdc755b21314f5a1ba334c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11094,7 +11896,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:13:29 GMT", + "Date": "Thu, 15 Jun 2023 22:12:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11103,28 +11905,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6df89bd5c299049ef02c931a3e1f8e36", - "x-ms-correlation-request-id": "d148057b-70e5-4963-adeb-23cef73d7914", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "56312248-84b4-40f0-b851-f6397b46487a", - "x-ms-routing-request-id": "JAPANEAST:20230321T071330Z:d148057b-70e5-4963-adeb-23cef73d7914", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "e563d539a9cdc755b21314f5a1ba334c", + "x-ms-correlation-request-id": "8e10594a-e62c-4dee-8373-85774a50f6e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "aa1abdff-9589-477a-8963-277f0a896362", + "x-ms-routing-request-id": "EASTUS:20230615T221246Z:8e10594a-e62c-4dee-8373-85774a50f6e5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-c6fbcb3ab056bf41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1f929b7c8a3376c2c87d0a91a9335928", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-da4b52735e236d4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a46b4b30cd9299fbaa8c69e73795a1b5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11133,7 +11935,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:13:30 GMT", + "Date": "Thu, 15 Jun 2023 22:12:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11142,28 +11944,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1f929b7c8a3376c2c87d0a91a9335928", - "x-ms-correlation-request-id": "a0430e84-5285-430d-bb96-4bf47e2ff0c1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "ecdb28be-dc0c-4bf7-af02-698a311e24de", - "x-ms-routing-request-id": "JAPANEAST:20230321T071331Z:a0430e84-5285-430d-bb96-4bf47e2ff0c1", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "a46b4b30cd9299fbaa8c69e73795a1b5", + "x-ms-correlation-request-id": "69c6a4b0-3813-4c51-bbd9-f5e7e9c780e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "5a053cb4-8c47-4e38-a4d2-9b1172663da9", + "x-ms-routing-request-id": "EASTUS:20230615T221247Z:69c6a4b0-3813-4c51-bbd9-f5e7e9c780e5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-90e4821e4146b54b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a70fbda56f3a88fa7a986279424e6bd0", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-b0035e9c2c16ea4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "537497bbbaa031647024f88c5c4a0e77", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11172,7 +11974,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:13:32 GMT", + "Date": "Thu, 15 Jun 2023 22:12:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11181,28 +11983,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a70fbda56f3a88fa7a986279424e6bd0", - "x-ms-correlation-request-id": "4eb734d2-a719-4cac-80f7-a928361e4548", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "066fd4ee-290d-4b12-a0bc-76aed69bc959", - "x-ms-routing-request-id": "JAPANEAST:20230321T071332Z:4eb734d2-a719-4cac-80f7-a928361e4548", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "537497bbbaa031647024f88c5c4a0e77", + "x-ms-correlation-request-id": "bc9ab43e-4b1a-4dac-a1a4-a7def8366a77", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "ffd4813b-11d6-4011-914b-fb1093bb5a18", + "x-ms-routing-request-id": "EASTUS:20230615T221249Z:bc9ab43e-4b1a-4dac-a1a4-a7def8366a77", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-8f06587167aaff47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a0db8c7bb59e4aeed881a41cb80c5bbc", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-60032a301193fd4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1c9faa0dc7ac6b11daca3b413f6d8f1d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11211,7 +12013,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:13:33 GMT", + "Date": "Thu, 15 Jun 2023 22:12:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11220,28 +12022,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a0db8c7bb59e4aeed881a41cb80c5bbc", - "x-ms-correlation-request-id": "b25abdce-094c-4a6e-a5af-e24065f8c2e0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "d4016940-f441-4851-a279-cb46992ba31d", - "x-ms-routing-request-id": "JAPANEAST:20230321T071334Z:b25abdce-094c-4a6e-a5af-e24065f8c2e0", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "1c9faa0dc7ac6b11daca3b413f6d8f1d", + "x-ms-correlation-request-id": "c34b0986-ea02-4f7a-b9b4-2c44e46de40a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "3c294d2f-1481-443a-ba23-e27842e58834", + "x-ms-routing-request-id": "EASTUS:20230615T221253Z:c34b0986-ea02-4f7a-b9b4-2c44e46de40a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-721bdf0708990f48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "80756ad3e70f0cfba10aa59b28493379", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-61438a855e217644-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "09395e72df4676ace63a336dd46e3c5f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11250,7 +12052,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:13:35 GMT", + "Date": "Thu, 15 Jun 2023 22:13:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11259,28 +12061,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "80756ad3e70f0cfba10aa59b28493379", - "x-ms-correlation-request-id": "bb1319f9-12a1-4df8-b111-f42fd63a8b71", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "572cd7e5-15a4-4c06-b147-23e35af47571", - "x-ms-routing-request-id": "JAPANEAST:20230321T071336Z:bb1319f9-12a1-4df8-b111-f42fd63a8b71", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "09395e72df4676ace63a336dd46e3c5f", + "x-ms-correlation-request-id": "440e0ca1-f1f2-4146-92dc-b6fab57bfd37", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "21a227d4-9650-4f32-ba7c-85e68c8d57a2", + "x-ms-routing-request-id": "EASTUS:20230615T221302Z:440e0ca1-f1f2-4146-92dc-b6fab57bfd37", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-8e2068ee90d2ba44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1d163912b858f08acec5ceb8caddcf6d", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-4cf94819d48fa34c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8cdaf17e84f5f409860879d57e23f202", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11289,7 +12091,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:13:39 GMT", + "Date": "Thu, 15 Jun 2023 22:13:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11298,37 +12100,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1d163912b858f08acec5ceb8caddcf6d", - "x-ms-correlation-request-id": "c660feb6-51b1-4b94-a868-22b84c5de165", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "7409bd07-adb4-45a0-8631-8b76cfe8d355", - "x-ms-routing-request-id": "JAPANEAST:20230321T071340Z:c660feb6-51b1-4b94-a868-22b84c5de165", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8cdaf17e84f5f409860879d57e23f202", + "x-ms-correlation-request-id": "c2e96ec6-dbf9-45ae-aaa0-85e361042756", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "9779d95d-3212-4cf9-a54d-6a45032f631c", + "x-ms-routing-request-id": "EASTUS:20230615T221318Z:c2e96ec6-dbf9-45ae-aaa0-85e361042756", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-6cd9be425f49604c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d8a6a53dead993c190cefe941053218f", + "Connection": "close", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-af683533d403854d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fd1adb9404112d30fe29367293a3966b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:13:48 GMT", + "Date": "Thu, 15 Jun 2023 22:13:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11337,28 +12141,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8a6a53dead993c190cefe941053218f", - "x-ms-correlation-request-id": "a4233740-dff4-4f51-95b1-b34ce000a1de", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "1af28559-d2d4-4068-98f2-48c635024fb3", - "x-ms-routing-request-id": "JAPANEAST:20230321T071348Z:a4233740-dff4-4f51-95b1-b34ce000a1de", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "fd1adb9404112d30fe29367293a3966b", + "x-ms-correlation-request-id": "275a44e3-a800-4a83-92ec-45a5e284028c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "0e2f827d-55c0-44d7-9119-a938a1fb3847", + "x-ms-routing-request-id": "EASTUS:20230615T221350Z:275a44e3-a800-4a83-92ec-45a5e284028c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-590d492c05a11240-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7f092b4e3ef61a64df84b24a194242c3", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-f7fb924f38533849-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4dc2db8d0393ed275545823e66d6f7c3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11367,7 +12171,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:14:04 GMT", + "Date": "Thu, 15 Jun 2023 22:14:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11376,28 +12180,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7f092b4e3ef61a64df84b24a194242c3", - "x-ms-correlation-request-id": "20e8f93f-7774-42a4-a6be-3c94b309653e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "0e86e2b0-e011-4c09-ad69-4757b5b081fa", - "x-ms-routing-request-id": "JAPANEAST:20230321T071405Z:20e8f93f-7774-42a4-a6be-3c94b309653e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "4dc2db8d0393ed275545823e66d6f7c3", + "x-ms-correlation-request-id": "0436776a-91c2-4555-a2a9-7b5e03078241", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "645cc1a2-408a-49c2-a35e-9ef739428e64", + "x-ms-routing-request-id": "EASTUS:20230615T221422Z:0436776a-91c2-4555-a2a9-7b5e03078241", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-e56c4f0d7a85494a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "835e373a5ba328a078828c89baf6e07b", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-772a12b6ec75dc45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f9d930473f54794ec1ac8ecc4e9760e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11406,7 +12210,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:14:37 GMT", + "Date": "Thu, 15 Jun 2023 22:14:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11415,28 +12219,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "835e373a5ba328a078828c89baf6e07b", - "x-ms-correlation-request-id": "b403dedc-3711-4298-a13c-63f20aa15129", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "3aea89e9-068e-4083-a210-daffc30a4041", - "x-ms-routing-request-id": "JAPANEAST:20230321T071437Z:b403dedc-3711-4298-a13c-63f20aa15129", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "f9d930473f54794ec1ac8ecc4e9760e3", + "x-ms-correlation-request-id": "066f4cf9-8c40-41ca-9e72-73b6c30f0635", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "42b6f498-8f4a-4e66-832d-8e63246f8a93", + "x-ms-routing-request-id": "EASTUS:20230615T221454Z:066f4cf9-8c40-41ca-9e72-73b6c30f0635", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-16ef41616fb07b45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9f6a3ea34fd4ff77408bf85437777a4e", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-24c1452baa69634d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a2480d71a560916fb32ca7cb82f2c727", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11445,7 +12249,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:15:09 GMT", + "Date": "Thu, 15 Jun 2023 22:15:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11454,28 +12258,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f6a3ea34fd4ff77408bf85437777a4e", - "x-ms-correlation-request-id": "31ba1089-b3ab-47f3-88ee-db3be1756002", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "93d4234c-5cb7-4972-ad38-c4b203141c13", - "x-ms-routing-request-id": "JAPANEAST:20230321T071509Z:31ba1089-b3ab-47f3-88ee-db3be1756002", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "a2480d71a560916fb32ca7cb82f2c727", + "x-ms-correlation-request-id": "8cc5acab-db87-4a16-adef-a7d7484f7a5f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "7eda76cc-4a71-4050-97ef-a88a85500ded", + "x-ms-routing-request-id": "EASTUS:20230615T221526Z:8cc5acab-db87-4a16-adef-a7d7484f7a5f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-5fa09d26f0c63b40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d8593a8c9ef5f2ec8ae00773b1db60e9", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-64d22e540246b943-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "632a72329cc94d178d498ce7745b9ebe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11484,7 +12288,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:15:41 GMT", + "Date": "Thu, 15 Jun 2023 22:15:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11493,28 +12297,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8593a8c9ef5f2ec8ae00773b1db60e9", - "x-ms-correlation-request-id": "99f15892-44d7-433e-bbf9-0f3c24705b89", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "aa31f99d-8c20-4de7-91c2-74c28a156653", - "x-ms-routing-request-id": "JAPANEAST:20230321T071542Z:99f15892-44d7-433e-bbf9-0f3c24705b89", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "632a72329cc94d178d498ce7745b9ebe", + "x-ms-correlation-request-id": "d9ec0848-20b2-449f-abe8-c8dd4a432408", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "a0e1708d-cd86-4743-8cd4-42f1bf61db33", + "x-ms-routing-request-id": "EASTUS:20230615T221558Z:d9ec0848-20b2-449f-abe8-c8dd4a432408", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-4e37c4c55a8e8e41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dba637a4a3d7eaefc05e4217624cf001", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-0f9e6c46fd1d6141-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "58cc9ee5548ea262c04846279882f6ce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11523,7 +12327,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:16:14 GMT", + "Date": "Thu, 15 Jun 2023 22:16:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11532,28 +12336,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dba637a4a3d7eaefc05e4217624cf001", - "x-ms-correlation-request-id": "f0f17fea-76bd-4647-a948-cff33849e52d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "234370f0-9cc6-49e1-94bd-9d98c4841f07", - "x-ms-routing-request-id": "JAPANEAST:20230321T071614Z:f0f17fea-76bd-4647-a948-cff33849e52d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "58cc9ee5548ea262c04846279882f6ce", + "x-ms-correlation-request-id": "8d522b9d-c276-408f-828a-11b8d03f07bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "f4c498b7-1add-4fd5-b247-f6f5a4f8c8bf", + "x-ms-routing-request-id": "EASTUS:20230615T221630Z:8d522b9d-c276-408f-828a-11b8d03f07bd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-865446d09bbf2b42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7ffc3e08089c0585517814f348034d65", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-5b30abad71bda342-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "db9967e4fd6cd519f6fa151718881c57", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11562,7 +12366,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:16:46 GMT", + "Date": "Thu, 15 Jun 2023 22:17:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11571,28 +12375,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ffc3e08089c0585517814f348034d65", - "x-ms-correlation-request-id": "351dfe4e-263f-485e-a33f-e6ab80633a91", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "2c184478-ef4d-4328-9261-c99398d1fc72", - "x-ms-routing-request-id": "JAPANEAST:20230321T071646Z:351dfe4e-263f-485e-a33f-e6ab80633a91", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "db9967e4fd6cd519f6fa151718881c57", + "x-ms-correlation-request-id": "7121794c-8aa6-49bd-a3e6-4bec0ef39cb4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "32efdd4b-3fd4-4907-bc18-260c970e1974", + "x-ms-routing-request-id": "EASTUS:20230615T221702Z:7121794c-8aa6-49bd-a3e6-4bec0ef39cb4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-42a214cb96d1ce41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "00b00f2b9ed0e8764b6f17965bd5903e", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-5a04b5fb44a2374e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e3e6e98e6f25dd981087a28155f0b50a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11601,7 +12405,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:17:19 GMT", + "Date": "Thu, 15 Jun 2023 22:17:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11610,28 +12414,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "00b00f2b9ed0e8764b6f17965bd5903e", - "x-ms-correlation-request-id": "c7d1764e-0f8f-4e2a-a38e-4842a7cf2fc4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "d2960669-8482-4dd3-80e2-8db9e5d915f8", - "x-ms-routing-request-id": "JAPANEAST:20230321T071719Z:c7d1764e-0f8f-4e2a-a38e-4842a7cf2fc4", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "e3e6e98e6f25dd981087a28155f0b50a", + "x-ms-correlation-request-id": "c28e2438-b41a-49f3-a5bf-65e423b314d5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "c7d444c1-b832-4a82-acb8-d8ec8f2d4e90", + "x-ms-routing-request-id": "EASTUS:20230615T221734Z:c28e2438-b41a-49f3-a5bf-65e423b314d5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-fd8b6e4aff744747-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "736b06efe0de9c4db1a1895f8efba2bd", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-7859764ee6ea4d4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0d02bd52c2c1e85184f762943e4b8938", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11640,7 +12444,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:17:50 GMT", + "Date": "Thu, 15 Jun 2023 22:18:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11649,39 +12453,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "736b06efe0de9c4db1a1895f8efba2bd", - "x-ms-correlation-request-id": "8840d7fc-825a-4509-9b96-003d131c9151", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "dbaa79a0-a29f-4250-b184-d3f64babc029", - "x-ms-routing-request-id": "JAPANEAST:20230321T071751Z:8840d7fc-825a-4509-9b96-003d131c9151", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "0d02bd52c2c1e85184f762943e4b8938", + "x-ms-correlation-request-id": "e8d3b90d-89ba-4050-9bd5-abcf8d048709", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "b84ae457-0813-4493-8dfb-d9d9e5701c5b", + "x-ms-routing-request-id": "EASTUS:20230615T221807Z:e8d3b90d-89ba-4050-9bd5-abcf8d048709", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-bc2c2e3b5f7d4648-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "53ecdc11f09c6930c814342df0efa97c", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-9c6f6041559bda4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "af98ef2b129c75a8cfbbcbe45a987f05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:18:22 GMT", + "Date": "Thu, 15 Jun 2023 22:18:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11690,28 +12492,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53ecdc11f09c6930c814342df0efa97c", - "x-ms-correlation-request-id": "a4125c64-c922-414a-bed4-fc30d09226d0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "18de5934-6505-4c84-888d-f07255142a27", - "x-ms-routing-request-id": "JAPANEAST:20230321T071823Z:a4125c64-c922-414a-bed4-fc30d09226d0", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "af98ef2b129c75a8cfbbcbe45a987f05", + "x-ms-correlation-request-id": "3729695e-b289-4bf8-99d3-237e227c6f39", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "45d4ec09-05f4-4d38-9759-2e6327824e07", + "x-ms-routing-request-id": "EASTUS:20230615T221839Z:3729695e-b289-4bf8-99d3-237e227c6f39", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-80d47f87fa7e9444-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4204d6e8d9984a87c2144f2f14165a50", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-a0d1e2774aa00b4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5bc40a440f86cb9597fd5f2e0d039fc4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11720,7 +12522,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:18:56 GMT", + "Date": "Thu, 15 Jun 2023 22:19:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11729,37 +12531,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4204d6e8d9984a87c2144f2f14165a50", - "x-ms-correlation-request-id": "228ca38a-da99-4385-a623-02678b42a1c9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "98ccf2e6-6621-4a06-9881-7c2ab0c9cdaa", - "x-ms-routing-request-id": "JAPANEAST:20230321T071857Z:228ca38a-da99-4385-a623-02678b42a1c9", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "5bc40a440f86cb9597fd5f2e0d039fc4", + "x-ms-correlation-request-id": "f8a0dc94-0d32-4e46-a8a9-cd3926fe476e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "40477830-b9da-4abb-a36b-19ba442aff95", + "x-ms-routing-request-id": "EASTUS:20230615T221911Z:f8a0dc94-0d32-4e46-a8a9-cd3926fe476e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-c000fa5a57b3c44e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7e8459cc3ce8ffa2d501abcaac1fabc1", + "Connection": "close", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-7fb767cc5e847746-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "66566afd0657406d148d3e05f76c8dec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:19:28 GMT", + "Date": "Thu, 15 Jun 2023 22:19:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11768,28 +12572,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e8459cc3ce8ffa2d501abcaac1fabc1", - "x-ms-correlation-request-id": "fa39cd3e-b522-4de3-855e-569d5cd71e5f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "ed87c2d8-7134-4275-b699-b4e797cc4b95", - "x-ms-routing-request-id": "JAPANEAST:20230321T071929Z:fa39cd3e-b522-4de3-855e-569d5cd71e5f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "66566afd0657406d148d3e05f76c8dec", + "x-ms-correlation-request-id": "6cd69f1b-990d-4f28-a282-f41f2338b540", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "6f8ca965-a11f-42b7-9b29-02037d62e042", + "x-ms-routing-request-id": "EASTUS:20230615T221943Z:6cd69f1b-990d-4f28-a282-f41f2338b540", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-65b1d03c889d044a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b8770df75ff7372555a29188a00154b1", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-4c9c8d535bd7084e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "33505c782e861bb25acd189fb37a67cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11798,7 +12602,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:20:02 GMT", + "Date": "Thu, 15 Jun 2023 22:20:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11807,28 +12611,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b8770df75ff7372555a29188a00154b1", - "x-ms-correlation-request-id": "2a771f41-fab0-4c28-ab6a-cc271baee548", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "95ef0c7b-beec-48c1-9bc5-ed3a22a5aab3", - "x-ms-routing-request-id": "JAPANEAST:20230321T072002Z:2a771f41-fab0-4c28-ab6a-cc271baee548", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "33505c782e861bb25acd189fb37a67cb", + "x-ms-correlation-request-id": "6d7329e1-ba4c-435e-a9fa-1439a8671256", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "401ff3a0-946f-493a-a9ba-28efb79a0ce4", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T222015Z:6d7329e1-ba4c-435e-a9fa-1439a8671256", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-0b7c93822ac7324e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9760e4b92a6aab9334046c972ebd9da2", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-8072974945b7ab4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f0e6061c18413eae9d8446f8d18fd42a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11837,7 +12641,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:20:34 GMT", + "Date": "Thu, 15 Jun 2023 22:20:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11846,28 +12650,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9760e4b92a6aab9334046c972ebd9da2", - "x-ms-correlation-request-id": "6aca16b5-6761-44cb-a5de-741274a84c1c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "ab119f3b-0823-4262-a081-0f966040aec6", - "x-ms-routing-request-id": "JAPANEAST:20230321T072034Z:6aca16b5-6761-44cb-a5de-741274a84c1c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "f0e6061c18413eae9d8446f8d18fd42a", + "x-ms-correlation-request-id": "3f53129a-dc69-4dca-88a7-59ef6499b3d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "33a12ded-b4ac-429d-aaae-1156d9ef7bf1", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T222047Z:3f53129a-dc69-4dca-88a7-59ef6499b3d3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-742f964d5e7aef4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "07388d68a19e6d58344c2946aa1a5fd4", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-0c8b5e00e0f8ea48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b0b672706bb3cf3db73b0b89eece8c9a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11876,7 +12680,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:21:06 GMT", + "Date": "Thu, 15 Jun 2023 22:21:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11885,28 +12689,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "07388d68a19e6d58344c2946aa1a5fd4", - "x-ms-correlation-request-id": "c8a7fdea-04c7-4886-91cf-bac1514bc3d1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "c9ac53f0-57d2-42b7-a2dd-d9c2185252b8", - "x-ms-routing-request-id": "JAPANEAST:20230321T072106Z:c8a7fdea-04c7-4886-91cf-bac1514bc3d1", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "b0b672706bb3cf3db73b0b89eece8c9a", + "x-ms-correlation-request-id": "4061ef63-352b-408e-b92b-aa1f9430305c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "aa0f8dd2-e44e-42dc-ab42-ebd24cf04460", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T222119Z:4061ef63-352b-408e-b92b-aa1f9430305c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-eada3f97f09ebd41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c810f9ac13bfcc5679cc84f3f38d0998", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-0a97698af7b2394c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f0e972259c865faaae119602e7b949cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11915,7 +12719,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:21:38 GMT", + "Date": "Thu, 15 Jun 2023 22:21:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11924,28 +12728,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c810f9ac13bfcc5679cc84f3f38d0998", - "x-ms-correlation-request-id": "83dda33a-2968-4fd3-8008-b5b0bc87ee28", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "50f73e32-5e60-4745-900e-cc7aef5c8413", - "x-ms-routing-request-id": "JAPANEAST:20230321T072139Z:83dda33a-2968-4fd3-8008-b5b0bc87ee28", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "f0e972259c865faaae119602e7b949cb", + "x-ms-correlation-request-id": "4805a560-5a29-4fb4-8afd-bf60fb7d8af1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "9db57105-1486-474c-83e1-43014e84857a", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T222151Z:4805a560-5a29-4fb4-8afd-bf60fb7d8af1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-f3ec35785d25e340-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "131fef044dc818138bf3621e014d0119", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-565adfdd2ea54741-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "402eedf9b6c3b117c81738060c244fce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11954,7 +12758,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:22:11 GMT", + "Date": "Thu, 15 Jun 2023 22:22:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11963,28 +12767,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "131fef044dc818138bf3621e014d0119", - "x-ms-correlation-request-id": "9e99072f-fcd9-429f-8db1-293373681e7d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "985b271b-020f-4fea-a76f-a8d5034bd1e8", - "x-ms-routing-request-id": "JAPANEAST:20230321T072211Z:9e99072f-fcd9-429f-8db1-293373681e7d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "402eedf9b6c3b117c81738060c244fce", + "x-ms-correlation-request-id": "6d9b3fbd-e6e4-477f-b3ba-e4d0e3e5b54f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "ca99a2ad-c5f1-4779-b537-3291b436c42a", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T222223Z:6d9b3fbd-e6e4-477f-b3ba-e4d0e3e5b54f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-edd1c8251ffcb341-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "34ea98a5d5ac54e3366b8dd21d6579a6", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-9b0b26151802684c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5ed2acf7e3a6d3a4c85702a1d43be7fe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11993,7 +12797,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:22:43 GMT", + "Date": "Thu, 15 Jun 2023 22:22:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12002,28 +12806,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "34ea98a5d5ac54e3366b8dd21d6579a6", - "x-ms-correlation-request-id": "4d61935d-dc0f-472f-b490-caf11bb9a958", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "4eb48c49-407c-44c9-a4be-3ab5aa9d2415", - "x-ms-routing-request-id": "JAPANEAST:20230321T072243Z:4d61935d-dc0f-472f-b490-caf11bb9a958", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "5ed2acf7e3a6d3a4c85702a1d43be7fe", + "x-ms-correlation-request-id": "6217d7b0-6ad3-4b7f-b520-8108b3320d40", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "a263edcd-96d4-4f6b-90f8-a76e97b31104", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T222256Z:6217d7b0-6ad3-4b7f-b520-8108b3320d40", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-580907e28b7ae843-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bb4191434bfb5e0be6f73cccb138cb2c", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-bd0212691b907841-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "009040f14c9f6ed65b37276e63a35289", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12032,7 +12836,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:23:15 GMT", + "Date": "Thu, 15 Jun 2023 22:23:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12041,28 +12845,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bb4191434bfb5e0be6f73cccb138cb2c", - "x-ms-correlation-request-id": "c2ddf75a-42b5-4107-bf1e-8430898b5d60", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "d9c50923-1640-481d-bfbc-e78ccadb1ba2", - "x-ms-routing-request-id": "JAPANEAST:20230321T072316Z:c2ddf75a-42b5-4107-bf1e-8430898b5d60", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "009040f14c9f6ed65b37276e63a35289", + "x-ms-correlation-request-id": "99f8c5c3-4f94-4ba7-915c-162fe576d40d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "6cb35b6c-6a2d-48d6-9ac0-0ddffbcd00b3", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T222328Z:99f8c5c3-4f94-4ba7-915c-162fe576d40d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-384900a9ce8f344b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5b4d6acbd5a22feb0ccadc5dbf41fb25", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-88f2c8c7095de44e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3b0bc8c2eae61524495b786cb475dd8d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12071,7 +12875,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:23:48 GMT", + "Date": "Thu, 15 Jun 2023 22:23:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12080,39 +12884,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b4d6acbd5a22feb0ccadc5dbf41fb25", - "x-ms-correlation-request-id": "0dbcab80-cde9-4c35-a851-88022660e630", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "eb7f1f4c-09df-4844-8bfa-863644c1860c", - "x-ms-routing-request-id": "JAPANEAST:20230321T072348Z:0dbcab80-cde9-4c35-a851-88022660e630", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "3b0bc8c2eae61524495b786cb475dd8d", + "x-ms-correlation-request-id": "7905b61d-b5a9-4229-91d6-7927aa5b0e4f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "d9167b4b-85f8-42bf-9dc5-e6c6d4688dda", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T222400Z:7905b61d-b5a9-4229-91d6-7927aa5b0e4f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-0cdc1bd29856b741-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "70dbbb79450c591e8c8c4eb59817a3fe", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-c0e36328611bb741-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cc153a2f4f94ab2ed563036ebc356f24", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:24:20 GMT", + "Date": "Thu, 15 Jun 2023 22:24:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12121,37 +12923,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "70dbbb79450c591e8c8c4eb59817a3fe", - "x-ms-correlation-request-id": "f80152b8-8433-477d-a4c3-b77f0eb77534", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "f6e40caa-c11b-4698-809a-7011af591585", - "x-ms-routing-request-id": "JAPANEAST:20230321T072420Z:f80152b8-8433-477d-a4c3-b77f0eb77534", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "cc153a2f4f94ab2ed563036ebc356f24", + "x-ms-correlation-request-id": "cdcaacab-c01f-4de9-a797-d305be744420", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "0b55388e-b87a-4644-82a0-1b5df74606b0", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T222432Z:cdcaacab-c01f-4de9-a797-d305be744420", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", "status": "InProgress", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6e31d06e-597e-4d23-b6a0-40898a3e5b17?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a6d93350-9b9d-42c1-8183-4c0af4354859?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-280048c9a1273f47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b20761a01e176e03a512ae306fae9fa4", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-b5636ec240792649-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0cdf7905ac3006171c7ab644d36abae5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "183", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:24:53 GMT", + "Date": "Thu, 15 Jun 2023 22:25:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12160,38 +12962,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b20761a01e176e03a512ae306fae9fa4", - "x-ms-correlation-request-id": "39f39f97-b5a3-4577-a1ef-828cd5ac2656", + "x-ms-client-request-id": "0cdf7905ac3006171c7ab644d36abae5", + "x-ms-correlation-request-id": "61014b8d-4089-4df3-8763-3cf78893b7dd", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "175efc5d-0710-44c4-8fa3-c26bac06f9b8", - "x-ms-routing-request-id": "JAPANEAST:20230321T072454Z:39f39f97-b5a3-4577-a1ef-828cd5ac2656", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "61c00fcb-6ec5-48db-a88a-d84d4b784f0c", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T222504Z:61014b8d-4089-4df3-8763-3cf78893b7dd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:13:27.3791702\u002B00:00", - "endTime": "2023-03-21T07:24:54.1977845\u002B00:00", + "startTime": "2023-06-15T22:12:43.1171463\u002B00:00", + "endTime": "2023-06-15T22:24:47.950896\u002B00:00", "status": "Succeeded", - "name": "6e31d06e-597e-4d23-b6a0-40898a3e5b17" + "name": "a6d93350-9b9d-42c1-8183-4c0af4354859" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg656/providers/Microsoft.StorageCache/caches/testsc5425?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8726?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c75dcf1217dc724da370ae42d607a3e2-a14b0dcb978de345-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f55216fc5b5d851f4bf4ce16863696f5", + "traceparent": "00-ae950d6b81b8c64b98cf545db9e96648-ffe9645cc220d54e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "293f995a868e73f5995f6582e7b55914", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2203", + "Content-Length": "2179", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:24:55 GMT", + "Date": "Thu, 15 Jun 2023 22:25:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12200,17 +13002,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f55216fc5b5d851f4bf4ce16863696f5", - "x-ms-correlation-request-id": "05c8ac86-a7ac-4f54-867d-e21b6ed564d4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;118", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "40d99395-72ab-4825-9cf1-40bca4219394", - "x-ms-routing-request-id": "JAPANEAST:20230321T072455Z:05c8ac86-a7ac-4f54-867d-e21b6ed564d4", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "293f995a868e73f5995f6582e7b55914", + "x-ms-correlation-request-id": "e90e0975-5ac9-4af0-a692-19da7159efc2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "21062940-7095-4c8a-b823-40f507ccbd58", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T222505Z:e90e0975-5ac9-4af0-a692-19da7159efc2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc5425", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg656/providers/Microsoft.StorageCache/caches/testsc5425", + "name": "testsc8726", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8726", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12221,9 +13023,9 @@ "networkSettings": { "mtu": 1500, "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" ], "ntpServer": "time.windows.com" }, @@ -12247,7 +13049,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12255,17 +13056,17 @@ "conditions": [] }, "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg656/providers/Microsoft.Network/virtualNetworks/scTestVNet-4377/subnets/scTestSubnet-2311", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-606/subnets/scTestSubnet-2431", "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T07:13:27.535298Z", + "lastFirmwareUpdate": "2023-06-15T22:12:43.617124Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -12274,26 +13075,26 @@ } }, "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-21T07:13:26.488408Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdAt": "2023-06-15T22:12:43.1136831Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T07:13:26.488408Z" + "lastModifiedAt": "2023-06-15T22:12:43.1136831Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg656/providers/Microsoft.StorageCache/caches/testsc5425?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8726?api-version=2023-05-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "770", "Content-Type": "application/json", - "traceparent": "00-6a576b89953b8448b9d88e2e9093cc0e-e738c0e8b55d8345-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5ebcde26483a5a0db86dcaf996edeadd", + "traceparent": "00-7c925e82dea03f4984d0bfebaca0f2e6-67fe3bdb80b84547-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3a6754ebd096835d220fb01998ead76a", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -12304,7 +13105,7 @@ "location": "eastus", "properties": { "cacheSizeGB": 3072, - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg656/providers/Microsoft.Network/virtualNetworks/scTestVNet-4377/subnets/scTestSubnet-2311", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-606/subnets/scTestSubnet-2431", "upgradeSettings": { "upgradeScheduleEnabled": false, "scheduledTime": "0001-01-01T00:00:00.0000000Z" @@ -12340,212 +13141,21 @@ ] } ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ] - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2?api-version=2023-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:24:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2?monitor=true\u0026api-version=2023-01-01", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ebcde26483a5a0db86dcaf996edeadd", - "x-ms-correlation-request-id": "43ba9ca2-04cb-41b0-9fd6-8cef96062d0c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2", - "x-ms-routing-request-id": "JAPANEAST:20230321T072456Z:43ba9ca2-04cb-41b0-9fd6-8cef96062d0c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6a576b89953b8448b9d88e2e9093cc0e-2270f85c5def1343-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "900ab97b40f1b36a09f83df09025ee5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:24:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "900ab97b40f1b36a09f83df09025ee5e", - "x-ms-correlation-request-id": "65beff50-2a5c-4e6f-af00-c1ce46d0c3df", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "c4be8c48-5a2f-4c5b-8735-45e0df0c4957", - "x-ms-routing-request-id": "JAPANEAST:20230321T072456Z:65beff50-2a5c-4e6f-af00-c1ce46d0c3df", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T07:24:56.307179\u002B00:00", - "status": "InProgress", - "name": "19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6a576b89953b8448b9d88e2e9093cc0e-69583ce5871e4747-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dd29f009147d78313d771cb8e2ea0acb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:24:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dd29f009147d78313d771cb8e2ea0acb", - "x-ms-correlation-request-id": "f1e5f438-0fd4-4520-9860-fdf4e1f20c8c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "b88b9e9f-4d40-4562-8a82-d13d8c32a9b6", - "x-ms-routing-request-id": "JAPANEAST:20230321T072458Z:f1e5f438-0fd4-4520-9860-fdf4e1f20c8c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T07:24:56.307179\u002B00:00", - "status": "InProgress", - "name": "19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6a576b89953b8448b9d88e2e9093cc0e-80eca3b834762040-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dd7e5b8559e3acec3e0478cb70b1b41b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:24:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dd7e5b8559e3acec3e0478cb70b1b41b", - "x-ms-correlation-request-id": "5f1e3acb-0579-4096-a82f-4a0a08e7b518", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "ae2b0e33-895a-47d7-842b-335970305e8c", - "x-ms-routing-request-id": "JAPANEAST:20230321T072459Z:5f1e3acb-0579-4096-a82f-4a0a08e7b518", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T07:24:56.307179\u002B00:00", - "status": "InProgress", - "name": "19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6a576b89953b8448b9d88e2e9093cc0e-a17693c376f0934a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5f1908930ac367f18891537a24b2d11e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:25:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f1908930ac367f18891537a24b2d11e", - "x-ms-correlation-request-id": "b8978ffa-c5b1-4e7c-8f55-d1018129a739", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "f30cffa0-4c2b-4763-bdcb-f381bdf24076", - "x-ms-routing-request-id": "JAPANEAST:20230321T072500Z:b8978ffa-c5b1-4e7c-8f55-d1018129a739", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T07:24:56.307179\u002B00:00", - "status": "InProgress", - "name": "19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6a576b89953b8448b9d88e2e9093cc0e-752f7a0b19870741-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "356a72ed10a7b07a047d9e799b65078c", - "x-ms-return-client-request-id": "true" + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ] + } }, - "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/70023a71-143e-4b2a-bcbc-8e282055f5b5?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:25:02 GMT", + "Content-Length": "0", + "Date": "Thu, 15 Jun 2023 22:25:04 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/70023a71-143e-4b2a-bcbc-8e282055f5b5?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -12553,37 +13163,33 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "356a72ed10a7b07a047d9e799b65078c", - "x-ms-correlation-request-id": "5df6f05b-60d4-4acc-8f26-e4e96e92e48b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "b82a1f59-a603-4d7a-bbe8-1b25c6d5faa1", - "x-ms-routing-request-id": "JAPANEAST:20230321T072503Z:5df6f05b-60d4-4acc-8f26-e4e96e92e48b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "3a6754ebd096835d220fb01998ead76a", + "x-ms-correlation-request-id": "50b74ce7-f809-444a-b20a-9c79f7cf25e0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "70023a71-143e-4b2a-bcbc-8e282055f5b5", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T222505Z:50b74ce7-f809-444a-b20a-9c79f7cf25e0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": { - "startTime": "2023-03-21T07:24:56.307179\u002B00:00", - "status": "InProgress", - "name": "19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2" - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/70023a71-143e-4b2a-bcbc-8e282055f5b5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6a576b89953b8448b9d88e2e9093cc0e-667df8c920aed14f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d92400c2abd07b07691654510572878c", + "traceparent": "00-7c925e82dea03f4984d0bfebaca0f2e6-97384212730baa4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7f58a2218003894f3cbb077fd6dbdbaf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:25:06 GMT", + "Date": "Thu, 15 Jun 2023 22:25:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12592,37 +13198,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d92400c2abd07b07691654510572878c", - "x-ms-correlation-request-id": "b78ee352-713f-4f85-8381-1975210f84f9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "cbaaa23f-0903-4f8e-b84b-ff4b7589cb0e", - "x-ms-routing-request-id": "JAPANEAST:20230321T072507Z:b78ee352-713f-4f85-8381-1975210f84f9", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "7f58a2218003894f3cbb077fd6dbdbaf", + "x-ms-correlation-request-id": "7b64a9d9-6c34-4cdb-a924-cb7209764725", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "2023ddd1-eec1-4fa6-8c11-cf6c1f5b58b2", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T222505Z:7b64a9d9-6c34-4cdb-a924-cb7209764725", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:24:56.307179\u002B00:00", + "startTime": "2023-06-15T22:25:05.6665642\u002B00:00", "status": "InProgress", - "name": "19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2" + "name": "70023a71-143e-4b2a-bcbc-8e282055f5b5" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/70023a71-143e-4b2a-bcbc-8e282055f5b5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6a576b89953b8448b9d88e2e9093cc0e-ce4e45746e870a4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fede5a337e4682738d695a466b78cb23", + "traceparent": "00-7c925e82dea03f4984d0bfebaca0f2e6-7b44142805e0154a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c9d9fb8736a1a61ebee7b6295e8c3c8d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:25:14 GMT", + "Date": "Thu, 15 Jun 2023 22:25:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12631,37 +13237,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fede5a337e4682738d695a466b78cb23", - "x-ms-correlation-request-id": "f9e35a2a-8119-4045-9098-b2a928a0f07d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "b7136ad3-e82e-4f37-89d4-df9931b3ccf3", - "x-ms-routing-request-id": "JAPANEAST:20230321T072515Z:f9e35a2a-8119-4045-9098-b2a928a0f07d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "c9d9fb8736a1a61ebee7b6295e8c3c8d", + "x-ms-correlation-request-id": "55c8e340-3901-4867-9d3b-1a3d5141cae8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "10e27d63-230b-4234-ba42-0a47cde07c9d", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T222506Z:55c8e340-3901-4867-9d3b-1a3d5141cae8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:24:56.307179\u002B00:00", + "startTime": "2023-06-15T22:25:05.6665642\u002B00:00", "status": "InProgress", - "name": "19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2" + "name": "70023a71-143e-4b2a-bcbc-8e282055f5b5" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/70023a71-143e-4b2a-bcbc-8e282055f5b5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6a576b89953b8448b9d88e2e9093cc0e-f6aff21c25a6d247-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "23b7c78af88d424d6aeecc90bb29aa92", + "traceparent": "00-7c925e82dea03f4984d0bfebaca0f2e6-0592310912fa5942-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f5f849f058912867ce8be53a3e16a8a8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:25:31 GMT", + "Date": "Thu, 15 Jun 2023 22:25:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12670,37 +13276,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "23b7c78af88d424d6aeecc90bb29aa92", - "x-ms-correlation-request-id": "3285b2b1-45bc-4b0c-b1a9-f0c2c574a232", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "f73cb7f4-c16a-4ce1-b0fc-77dfb9f01a4e", - "x-ms-routing-request-id": "JAPANEAST:20230321T072531Z:3285b2b1-45bc-4b0c-b1a9-f0c2c574a232", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "f5f849f058912867ce8be53a3e16a8a8", + "x-ms-correlation-request-id": "4c9357a2-9adb-47cc-a3ed-749c6ad9b3cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "6f860926-1b69-4d9e-9785-5c5f97e9140f", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T222507Z:4c9357a2-9adb-47cc-a3ed-749c6ad9b3cc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:24:56.307179\u002B00:00", + "startTime": "2023-06-15T22:25:05.6665642\u002B00:00", "status": "InProgress", - "name": "19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2" + "name": "70023a71-143e-4b2a-bcbc-8e282055f5b5" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/70023a71-143e-4b2a-bcbc-8e282055f5b5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6a576b89953b8448b9d88e2e9093cc0e-3b87c12a7d2b9642-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "414512f5098744458ca24b6750c10ff0", + "traceparent": "00-7c925e82dea03f4984d0bfebaca0f2e6-0e52f1da5e1c8346-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4b49c39155bbeac584b2c01bc9252ab0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "182", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:26:04 GMT", + "Date": "Thu, 15 Jun 2023 22:25:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12709,38 +13315,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "414512f5098744458ca24b6750c10ff0", - "x-ms-correlation-request-id": "0df18366-b760-43e1-9892-0415ea7f74e9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "8fd6d0dc-e756-4db3-89c2-de73c33d6115", - "x-ms-routing-request-id": "JAPANEAST:20230321T072604Z:0df18366-b760-43e1-9892-0415ea7f74e9", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "4b49c39155bbeac584b2c01bc9252ab0", + "x-ms-correlation-request-id": "081c8a62-341f-4974-893b-0a895d3fcd4c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "f1c5223e-8979-4746-826d-bbbb8e0850f7", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T222509Z:081c8a62-341f-4974-893b-0a895d3fcd4c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:24:56.307179\u002B00:00", - "endTime": "2023-03-21T07:25:43.071322\u002B00:00", - "status": "Succeeded", - "name": "19f370b0-7c62-48ed-b0cd-f2a4a8cbaee2" + "startTime": "2023-06-15T22:25:05.6665642\u002B00:00", + "status": "InProgress", + "name": "70023a71-143e-4b2a-bcbc-8e282055f5b5" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg656/providers/Microsoft.StorageCache/caches/testsc5425?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/70023a71-143e-4b2a-bcbc-8e282055f5b5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6a576b89953b8448b9d88e2e9093cc0e-e1d6e99616d44a4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3ec7314b63bb3bfe0c9b9458b2e3c664", + "traceparent": "00-7c925e82dea03f4984d0bfebaca0f2e6-9c3947c1acde7a43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8c8f7a7fe5e22f1d93b1fa1551e467a8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2497", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:26:05 GMT", + "Date": "Thu, 15 Jun 2023 22:25:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12749,121 +13354,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3ec7314b63bb3bfe0c9b9458b2e3c664", - "x-ms-correlation-request-id": "2d410bd4-c85d-45d1-af12-5ce1a1c7de1e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "ec003a92-065d-4646-83e4-7ebe6c098ffc", - "x-ms-routing-request-id": "JAPANEAST:20230321T072605Z:2d410bd4-c85d-45d1-af12-5ce1a1c7de1e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8c8f7a7fe5e22f1d93b1fa1551e467a8", + "x-ms-correlation-request-id": "43224481-c0ae-4fa1-be47-916e6bffe65a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "cfc5b0aa-0d15-41b6-874c-3d3f1a211bd8", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T222511Z:43224481-c0ae-4fa1-be47-916e6bffe65a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc5425", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg656/providers/Microsoft.StorageCache/caches/testsc5425", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" - ], - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - }, - { - "name": "newone", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Healthy", - "statusDescription": "The cache is in Running state", - "conditions": [] - }, - "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" - ], - "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg656/providers/Microsoft.Network/virtualNetworks/scTestVNet-4377/subnets/scTestSubnet-2311", - "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T07:13:27.535298Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-21T07:13:26.488408Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T07:24:56.2357145Z" - } + "startTime": "2023-06-15T22:25:05.6665642\u002B00:00", + "status": "InProgress", + "name": "70023a71-143e-4b2a-bcbc-8e282055f5b5" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg656/providers/Microsoft.StorageCache/caches/testsc5425?api-version=2023-01-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/70023a71-143e-4b2a-bcbc-8e282055f5b5?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d09fcc1257159b4d9f155b3433724f77-9e881b2684ea244a-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5950c8be8a32809c827397ebace6f2a8", + "traceparent": "00-7c925e82dea03f4984d0bfebaca0f2e6-674c490513826d49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9a980d3ff1439ad2840e71df974b5ea8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4f427ffa-488b-4f21-aac9-715cdf112746?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:26:05 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 22:25:14 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4f427ffa-488b-4f21-aac9-715cdf112746?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -12871,33 +13393,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5950c8be8a32809c827397ebace6f2a8", - "x-ms-correlation-request-id": "e646e45e-ff02-4efb-8dc9-38204e75ccee", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "4f427ffa-488b-4f21-aac9-715cdf112746", - "x-ms-routing-request-id": "JAPANEAST:20230321T072606Z:e646e45e-ff02-4efb-8dc9-38204e75ccee", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "9a980d3ff1439ad2840e71df974b5ea8", + "x-ms-correlation-request-id": "360480e3-89ad-480a-b7a3-38eb66729897", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "98f33526-61b7-4ace-a815-10f67d2425e4", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T222515Z:360480e3-89ad-480a-b7a3-38eb66729897", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T22:25:05.6665642\u002B00:00", + "status": "InProgress", + "name": "70023a71-143e-4b2a-bcbc-8e282055f5b5" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4f427ffa-488b-4f21-aac9-715cdf112746?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/70023a71-143e-4b2a-bcbc-8e282055f5b5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d09fcc1257159b4d9f155b3433724f77-db09bc1ef7ab2a4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d778eba83c9d5101f0bf452755b00b95", + "Connection": "close", + "traceparent": "00-7c925e82dea03f4984d0bfebaca0f2e6-dace162950e5314f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c4bb34611c87acc6a51ab7095aaf98a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:26:06 GMT", + "Date": "Thu, 15 Jun 2023 22:25:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12906,28 +13434,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d778eba83c9d5101f0bf452755b00b95", - "x-ms-correlation-request-id": "672f5398-0a63-4316-b8b9-9e8ec5c23194", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "464bb312-f6a2-4dff-867f-1c443cd6efde", - "x-ms-routing-request-id": "JAPANEAST:20230321T072607Z:672f5398-0a63-4316-b8b9-9e8ec5c23194", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "c4bb34611c87acc6a51ab7095aaf98a0", + "x-ms-correlation-request-id": "7a22842a-f53e-42b1-a712-835ebcc9256a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "c3a81fa7-8bc8-41ed-8933-fcc771c17f52", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T222523Z:7a22842a-f53e-42b1-a712-835ebcc9256a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:26:06.0887535\u002B00:00", + "startTime": "2023-06-15T22:25:05.6665642\u002B00:00", "status": "InProgress", - "name": "4f427ffa-488b-4f21-aac9-715cdf112746" + "name": "70023a71-143e-4b2a-bcbc-8e282055f5b5" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4f427ffa-488b-4f21-aac9-715cdf112746?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/70023a71-143e-4b2a-bcbc-8e282055f5b5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d09fcc1257159b4d9f155b3433724f77-5e1b5a46573cb146-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c410ede16a3c29371d84f51bb08fc501", + "traceparent": "00-7c925e82dea03f4984d0bfebaca0f2e6-c17f6043a6fa9a42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bcdc184a908d8d6da7f407d3743e9747", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12936,7 +13464,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:26:07 GMT", + "Date": "Thu, 15 Jun 2023 22:25:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12945,28 +13473,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c410ede16a3c29371d84f51bb08fc501", - "x-ms-correlation-request-id": "bf1ec37b-120d-47fc-912c-3bb25e2dfc02", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-client-request-id": "bcdc184a908d8d6da7f407d3743e9747", + "x-ms-correlation-request-id": "2895a761-4806-4944-8a9a-8058dbc8b3ad", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "22322492-6693-4a13-88c2-1e9df878e8ca", - "x-ms-routing-request-id": "JAPANEAST:20230321T072608Z:bf1ec37b-120d-47fc-912c-3bb25e2dfc02", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "3e75caca-c795-4e1e-8a7c-2e94f260fc4d", + "x-ms-routing-request-id": "EASTUS:20230615T222539Z:2895a761-4806-4944-8a9a-8058dbc8b3ad", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:26:06.0887535\u002B00:00", + "startTime": "2023-06-15T22:25:05.6665642\u002B00:00", "status": "InProgress", - "name": "4f427ffa-488b-4f21-aac9-715cdf112746" + "name": "70023a71-143e-4b2a-bcbc-8e282055f5b5" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4f427ffa-488b-4f21-aac9-715cdf112746?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/70023a71-143e-4b2a-bcbc-8e282055f5b5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d09fcc1257159b4d9f155b3433724f77-6b2da4b366b4324d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "89430e7bb9749f0ce55797b170966be4", + "traceparent": "00-7c925e82dea03f4984d0bfebaca0f2e6-788c6ca0430bbf4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1cb45252a328222047ecf52839c83fd5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12975,7 +13503,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:26:09 GMT", + "Date": "Thu, 15 Jun 2023 22:26:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12984,58 +13512,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "89430e7bb9749f0ce55797b170966be4", - "x-ms-correlation-request-id": "e79c0fa6-b152-4214-8724-c79e83f27dc1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-client-request-id": "1cb45252a328222047ecf52839c83fd5", + "x-ms-correlation-request-id": "4cbc249d-56d3-41fd-86ff-1ea9a0cd3d29", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "11bfac17-75be-4083-8c07-0c6c6704cbf6", - "x-ms-routing-request-id": "JAPANEAST:20230321T072609Z:e79c0fa6-b152-4214-8724-c79e83f27dc1", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "71f0a09c-8405-4242-80e4-31fdceefb81f", + "x-ms-routing-request-id": "EASTUS:20230615T222611Z:4cbc249d-56d3-41fd-86ff-1ea9a0cd3d29", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:26:06.0887535\u002B00:00", + "startTime": "2023-06-15T22:25:05.6665642\u002B00:00", "status": "InProgress", - "name": "4f427ffa-488b-4f21-aac9-715cdf112746" + "name": "70023a71-143e-4b2a-bcbc-8e282055f5b5" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg656?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-894e1851b1d87b4099058d9677cb7bb6-77c148685130a443-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8a45dbdf6c6291d7140a34eb75ed91a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:26:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NTYtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1bd32768-76e3-4c72-bb2a-ac89730f313a", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "1bd32768-76e3-4c72-bb2a-ac89730f313a", - "x-ms-routing-request-id": "JAPANEAST:20230321T072610Z:1bd32768-76e3-4c72-bb2a-ac89730f313a" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4f427ffa-488b-4f21-aac9-715cdf112746?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/70023a71-143e-4b2a-bcbc-8e282055f5b5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d09fcc1257159b4d9f155b3433724f77-b91e6bda4c79fa4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "46ab43f9816d2720e170dee5d385b886", + "traceparent": "00-7c925e82dea03f4984d0bfebaca0f2e6-52b18db841dbdf4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7e94d175a26fd11ac72d1c9215f23867", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13044,7 +13542,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:26:10 GMT", + "Date": "Thu, 15 Jun 2023 22:26:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13053,66 +13551,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "46ab43f9816d2720e170dee5d385b886", - "x-ms-correlation-request-id": "6bc82151-b89f-4e80-b4dd-2eb3dffa6ad5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "bffe99f2-41aa-4b0f-aef7-a309f2a104c7", - "x-ms-routing-request-id": "JAPANEAST:20230321T072611Z:6bc82151-b89f-4e80-b4dd-2eb3dffa6ad5", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "7e94d175a26fd11ac72d1c9215f23867", + "x-ms-correlation-request-id": "599746e3-01b8-42ea-b674-9c8b381e9916", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "fb0786f2-4add-4bf6-a844-317585f5a036", + "x-ms-routing-request-id": "EASTUS:20230615T222643Z:599746e3-01b8-42ea-b674-9c8b381e9916", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:26:06.0887535\u002B00:00", + "startTime": "2023-06-15T22:25:05.6665642\u002B00:00", "status": "InProgress", - "name": "4f427ffa-488b-4f21-aac9-715cdf112746" + "name": "70023a71-143e-4b2a-bcbc-8e282055f5b5" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NTYtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/70023a71-143e-4b2a-bcbc-8e282055f5b5?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-894e1851b1d87b4099058d9677cb7bb6-3b0559b782b67d4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "89e01019e629b1ff2504d524fff458ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:26:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NTYtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cad6b831-c3c6-4970-b3e5-87bec9d94fc8", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "cad6b831-c3c6-4970-b3e5-87bec9d94fc8", - "x-ms-routing-request-id": "JAPANEAST:20230321T072612Z:cad6b831-c3c6-4970-b3e5-87bec9d94fc8" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4f427ffa-488b-4f21-aac9-715cdf112746?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d09fcc1257159b4d9f155b3433724f77-fbc9357da257cc4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2db735b524eab977063efd91ec036b2d", + "traceparent": "00-7c925e82dea03f4984d0bfebaca0f2e6-0ba1e633c6b4bc44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "08b66f827cfba777f7ba75a19a4453df", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:26:12 GMT", + "Date": "Thu, 15 Jun 2023 22:27:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13121,37 +13590,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2db735b524eab977063efd91ec036b2d", - "x-ms-correlation-request-id": "0db95371-1feb-4ea8-8e60-21b42da5e978", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-client-request-id": "08b66f827cfba777f7ba75a19a4453df", + "x-ms-correlation-request-id": "7fccee3b-4b0f-4181-8a21-dc6500b2910d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "d29a522b-c42a-41d4-9a55-03b9c2a2af04", - "x-ms-routing-request-id": "JAPANEAST:20230321T072613Z:0db95371-1feb-4ea8-8e60-21b42da5e978", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "14d72694-9046-4cdd-9598-76a55e106afb", + "x-ms-routing-request-id": "EASTUS:20230615T222715Z:7fccee3b-4b0f-4181-8a21-dc6500b2910d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:26:06.0887535\u002B00:00", - "status": "InProgress", - "name": "4f427ffa-488b-4f21-aac9-715cdf112746" + "startTime": "2023-06-15T22:25:05.6665642\u002B00:00", + "endTime": "2023-06-15T22:26:56.9028802\u002B00:00", + "status": "Succeeded", + "name": "70023a71-143e-4b2a-bcbc-8e282055f5b5" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4f427ffa-488b-4f21-aac9-715cdf112746?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8726?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d09fcc1257159b4d9f155b3433724f77-d5731fd36ac72f4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "36fe33971706133844fa2168abfb28ed", + "traceparent": "00-7c925e82dea03f4984d0bfebaca0f2e6-a8f6d3776da79f4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a25e32b518a9b0d837e355fb878e0d54", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "2472", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:26:17 GMT", + "Date": "Thu, 15 Jun 2023 22:27:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13160,25 +13630,105 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "36fe33971706133844fa2168abfb28ed", - "x-ms-correlation-request-id": "2581e82a-b5f7-480f-b2e3-708eb3d24c02", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-client-request-id": "a25e32b518a9b0d837e355fb878e0d54", + "x-ms-correlation-request-id": "9d6dd470-0f59-4963-a48a-b8425462bf3d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;117", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "e16862e4-191f-4d0f-9ac5-53574bfbeab7", - "x-ms-routing-request-id": "JAPANEAST:20230321T072617Z:2581e82a-b5f7-480f-b2e3-708eb3d24c02", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "acb44595-13ab-41b4-80ff-2a886a19f7f4", + "x-ms-routing-request-id": "EASTUS:20230615T222716Z:9d6dd470-0f59-4963-a48a-b8425462bf3d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:26:06.0887535\u002B00:00", - "status": "InProgress", - "name": "4f427ffa-488b-4f21-aac9-715cdf112746" + "name": "testsc8726", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8726", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "utilityAddresses": [ + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" + ], + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + }, + { + "name": "newone", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-606/subnets/scTestSubnet-2431", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T22:12:43.617124Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T22:12:43.1136831Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T22:25:05.6335516Z" + } } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1240392308", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "486512195", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/UpdateSpaceAllocation().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/UpdateSpaceAllocation().json index c0b998a1c7db..15547b988071 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/UpdateSpaceAllocation().json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/UpdateSpaceAllocation().json @@ -1,53 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-d689b5e8d642604a8fdf00193d2cf226-2f89ebddbb03254a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "19229928d59a05df0970b1b208df432e", + "traceparent": "00-234dbdf7d829034fb5e8fdb0ecd248a9-a2f77b62df8a8142-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "61a173ec82f620712b77243f5ebde27f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:14:14 GMT", + "Date": "Thu, 15 Jun 2023 21:05:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9de69498-d0ef-4c64-a50a-52d0374be53a", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "9de69498-d0ef-4c64-a50a-52d0374be53a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121414Z:9de69498-d0ef-4c64-a50a-52d0374be53a" + "x-ms-correlation-request-id": "d747ce12-4a00-49c1-aae9-08d7ca99b4fd", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "d747ce12-4a00-49c1-aae9-08d7ca99b4fd", + "x-ms-routing-request-id": "EASTUS:20230615T210540Z:d747ce12-4a00-49c1-aae9-08d7ca99b4fd" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -57,75 +43,76 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6218?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-aae8f2029e4139488f7d550b4e6a0716-75a096d11b521442-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c651a5e42801328aad6488e4be49ac43", + "traceparent": "00-192155bba444cc4b9626d41f9457cd97-d5f1d0f61e15c348-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6cc0a7e94bc22dcea13eee4bf66c584c", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:14:18 GMT", + "Date": "Thu, 15 Jun 2023 21:05:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aba52dcc-6d63-4ac9-b71b-964281d2dff0", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "aba52dcc-6d63-4ac9-b71b-964281d2dff0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121419Z:aba52dcc-6d63-4ac9-b71b-964281d2dff0" + "x-ms-correlation-request-id": "3b6b0aec-fda4-46ed-97a7-6937acb9fa13", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "3b6b0aec-fda4-46ed-97a7-6937acb9fa13", + "x-ms-routing-request-id": "EASTUS:20230615T210540Z:3b6b0aec-fda4-46ed-97a7-6937acb9fa13" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6218", - "name": "storagecachetestrg6218", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e99a6e40bff5384ebd22ee0b12e9f29c-ef297b3cf16be04c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b5046ea264f4f555a50f081f823349f5", + "traceparent": "00-dc55acfeeb50a242b5335181647ff50b-e68bc61451a0f542-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5a7a1441b66fb96599d02b090be398ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "146015", + "Content-Length": "156364", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:14:20 GMT", + "Date": "Thu, 15 Jun 2023 21:05:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4508c070-6300-495c-a167-c980e24e2829", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "4508c070-6300-495c-a167-c980e24e2829", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121420Z:4508c070-6300-495c-a167-c980e24e2829" + "x-ms-correlation-request-id": "a2cd380a-2e71-4e0a-b245-fb6891620e54", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "a2cd380a-2e71-4e0a-b245-fb6891620e54", + "x-ms-routing-request-id": "EASTUS:20230615T210542Z:a2cd380a-2e71-4e0a-b245-fb6891620e54" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -175,6 +162,10 @@ { "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" } ], "resourceTypes": [ @@ -217,9 +208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -335,9 +331,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -453,9 +454,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -493,97 +499,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -593,89 +614,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -685,17 +706,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -740,9 +769,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -821,97 +855,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -921,89 +970,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1013,17 +1062,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1068,9 +1125,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1118,9 +1180,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1144,97 +1211,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1244,89 +1326,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1336,17 +1418,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1391,9 +1481,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1509,9 +1604,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1572,9 +1672,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1647,9 +1752,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1721,9 +1831,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1793,9 +1908,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1911,9 +2031,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2029,9 +2154,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2128,9 +2258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2214,9 +2349,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2297,9 +2437,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2415,9 +2560,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2458,97 +2608,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2558,89 +2723,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2650,17 +2815,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -2705,9 +2878,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2809,9 +2987,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2898,9 +3081,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2987,9 +3175,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3076,9 +3269,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3194,9 +3392,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3312,9 +3515,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3430,9 +3638,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3497,97 +3710,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3597,89 +3825,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3689,17 +3917,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -3744,9 +3980,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3785,6 +4026,8 @@ "resourceType": "locations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3899,9 +4142,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4016,9 +4264,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4133,9 +4386,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4236,9 +4494,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4299,9 +4562,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4348,9 +4616,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4465,9 +4738,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4556,9 +4834,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4638,9 +4921,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4687,9 +4975,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4761,9 +5054,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4835,9 +5133,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4905,9 +5208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4978,9 +5286,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5051,9 +5364,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5116,9 +5434,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5181,9 +5504,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5263,9 +5591,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5323,9 +5656,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5373,9 +5711,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5433,9 +5776,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5515,9 +5863,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5597,9 +5950,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5679,9 +6037,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5761,9 +6124,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6337,7 +6705,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6379,7 +6750,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6421,7 +6795,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6463,7 +6840,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6505,7 +6885,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6547,7 +6930,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6589,7 +6975,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6631,7 +7020,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6666,7 +7058,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6686,6 +7080,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6701,7 +7096,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6720,7 +7117,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6739,7 +7138,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6758,7 +7159,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6771,6 +7174,17 @@ "defaultApiVersion": "2018-08-01", "capabilities": "None" }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, { "resourceType": "trafficManagerUserMetricsKeys", "locations": [ @@ -6778,6 +7192,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2017-09-01-preview" @@ -6791,7 +7206,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6841,9 +7258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6945,9 +7367,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7048,9 +7475,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7140,9 +7572,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7230,9 +7667,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7306,9 +7748,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7382,9 +7829,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7458,9 +7910,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7562,9 +8019,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7655,9 +8117,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7744,9 +8211,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7831,9 +8303,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7902,9 +8379,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7991,9 +8473,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8080,9 +8567,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8159,9 +8651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8238,9 +8735,13 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8288,9 +8789,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8366,9 +8872,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8411,6 +8922,7 @@ "resourceType": "firewallPolicies", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8454,9 +8966,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8492,6 +9008,7 @@ "resourceType": "ipGroups", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8535,9 +9052,13 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8573,6 +9094,8 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8596,6 +9119,8 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8646,6 +9171,8 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8731,9 +9258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8798,9 +9330,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8844,97 +9381,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -8944,89 +9496,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -9036,17 +9588,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -9091,9 +9651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9169,9 +9734,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9248,9 +9818,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9327,9 +9902,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9392,9 +9972,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9483,9 +10068,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9526,30 +10116,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2022-05-01", - "2021-06-01", - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -9584,7 +10150,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -9604,179 +10170,19 @@ "Australia Southeast" ], "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", + "2022-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", + "West US", "East US", "North Europe", "West Europe", @@ -9812,9 +10218,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9891,9 +10302,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9934,6 +10350,7 @@ "resourceType": "virtualRouters", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -9977,9 +10394,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10015,6 +10436,7 @@ "resourceType": "networkVirtualAppliances", "locations": [ "Qatar Central", + "Poland Central", "Brazil Southeast", "West US 3", "Jio India West", @@ -10058,9 +10480,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10126,9 +10552,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10201,10 +10632,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10220,7 +10656,9 @@ "resourceType": "networkManagerConnections", "locations": [], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10279,7 +10717,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-02-01-preview", @@ -10336,10 +10777,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10398,10 +10844,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10460,7 +10911,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-06-01-preview" @@ -10515,10 +10969,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10576,10 +11035,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10594,6 +11058,8 @@ "resourceType": "networkVirtualApplianceSkus", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10657,9 +11123,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10713,9 +11184,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10729,881 +11205,406 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6218/providers/Microsoft.Network/virtualNetworks/scTestVNet-369?api-version=2022-11-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "173", - "Content-Type": "application/json", - "traceparent": "00-e99a6e40bff5384ebd22ee0b12e9f29c-12c93c07a664cd4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2772c3179870ece77057214b26056fd8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-5479", - "properties": { - "addressPrefix": "10.0.0.0/16" - } - } - ] - }, - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/941a17dd-b5a0-4bc8-a0ab-19f78ed12cb1?api-version=2022-11-01", - "Cache-Control": "no-cache", - "Content-Length": "1276", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:14:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "44eec8b5-8a0f-40d0-9ecd-3d6a7e346bed", - "x-ms-client-request-id": "2772c3179870ece77057214b26056fd8", - "x-ms-correlation-request-id": "7cd8e36e-e596-4a6a-a397-6055b4130b5f", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "941a17dd-b5a0-4bc8-a0ab-19f78ed12cb1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121426Z:7cd8e36e-e596-4a6a-a397-6055b4130b5f" - }, - "ResponseBody": { - "name": "scTestVNet-369", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6218/providers/Microsoft.Network/virtualNetworks/scTestVNet-369", - "etag": "W/\u002273dcde2a-8ec7-41d7-bf2e-3cd76b38a65e\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "f91ce31e-f6f4-4d56-8298-c6810a89fcfd", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "scTestSubnet-5479", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6218/providers/Microsoft.Network/virtualNetworks/scTestVNet-369/subnets/scTestSubnet-5479", - "etag": "W/\u002273dcde2a-8ec7-41d7-bf2e-3cd76b38a65e\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/941a17dd-b5a0-4bc8-a0ab-19f78ed12cb1?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e99a6e40bff5384ebd22ee0b12e9f29c-beae8d24afd11a4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7f94537486bc0a9d8717449c4209cea0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:14:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0f9d2860-845f-44de-be72-2c754ef3ca54", - "x-ms-client-request-id": "7f94537486bc0a9d8717449c4209cea0", - "x-ms-correlation-request-id": "21c68305-259e-47eb-afd9-ebf44eedeeda", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "29c228b9-735a-46cc-84d6-bae98d921f84", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121427Z:21c68305-259e-47eb-afd9-ebf44eedeeda" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6218/providers/Microsoft.Network/virtualNetworks/scTestVNet-369?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e99a6e40bff5384ebd22ee0b12e9f29c-95a97263464e2847-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4dee2fa011a7281565107c3db3c4482c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1278", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:14:27 GMT", - "ETag": "W/\u0022973d7f4e-1b90-4888-a904-3d7439e538f8\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "70bc065b-9122-40de-b6b2-9f73abca7198", - "x-ms-client-request-id": "4dee2fa011a7281565107c3db3c4482c", - "x-ms-correlation-request-id": "42bcff84-a2f0-4b44-9658-77edbd1f0d69", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "3161c667-41c8-464b-8041-79024fc06a2c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121428Z:42bcff84-a2f0-4b44-9658-77edbd1f0d69" - }, - "ResponseBody": { - "name": "scTestVNet-369", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6218/providers/Microsoft.Network/virtualNetworks/scTestVNet-369", - "etag": "W/\u0022973d7f4e-1b90-4888-a904-3d7439e538f8\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "f91ce31e-f6f4-4d56-8298-c6810a89fcfd", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-5479", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6218/providers/Microsoft.Network/virtualNetworks/scTestVNet-369/subnets/scTestSubnet-5479", - "etag": "W/\u0022973d7f4e-1b90-4888-a904-3d7439e538f8\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6218/providers/Microsoft.StorageCache/caches/testsc5825?api-version=2023-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "294", - "Content-Type": "application/json", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-9e82a7b598139f41-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d2d77051ef70aa1c9781b1c9aac01fa1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_2G" - }, - "tags": {}, - "location": "eastus", - "properties": { - "cacheSizeGB": 3072, - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6218/providers/Microsoft.Network/virtualNetworks/scTestVNet-369/subnets/scTestSubnet-5479", - "zones": [ - "1" - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", - "Cache-Control": "no-cache", - "Content-Length": "1994", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:14:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2d77051ef70aa1c9781b1c9aac01fa1", - "x-ms-correlation-request-id": "dff5cc1d-8bde-4694-9d14-330a09a8b31b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "e1b1670a-d3d4-4419-94a9-555b9a95607a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121433Z:dff5cc1d-8bde-4694-9d14-330a09a8b31b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "name": "testsc5825", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6218/providers/Microsoft.StorageCache/caches/testsc5825", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Transitioning", - "statusDescription": "The cache is being allocated." - }, - "provisioningState": "Creating", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6218/providers/Microsoft.Network/virtualNetworks/scTestVNet-369/subnets/scTestSubnet-5479", - "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-22T12:14:31.9013129Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-22T12:14:30.5075199Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-22T12:14:30.5075199Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-d1ca754d8d2b1a42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d24a18cefb32b02f1343b625604b7da4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:14:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d24a18cefb32b02f1343b625604b7da4", - "x-ms-correlation-request-id": "b9ce5688-bdc9-4c6f-9650-48ccb4257e69", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "d6240e29-5142-408b-8c74-ef9baa9c2bb1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121435Z:b9ce5688-bdc9-4c6f-9650-48ccb4257e69", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", - "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-2790e47b356b7f4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6fd8daf1d3419ad666749404d570a137", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:14:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6fd8daf1d3419ad666749404d570a137", - "x-ms-correlation-request-id": "e875cd53-26d7-492e-857f-7cad56d983ea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "4f83c375-828a-48fb-8aa8-d19dce664e7b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121436Z:e875cd53-26d7-492e-857f-7cad56d983ea", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", - "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-2a3140e2d765bd47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "91faed2b4c76686e15d2611201e402f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:14:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "91faed2b4c76686e15d2611201e402f3", - "x-ms-correlation-request-id": "44017df7-abab-4c6b-a5a4-a49a424dd60a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "b81ad1f0-16b5-487d-889d-54c89278c5ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121437Z:44017df7-abab-4c6b-a5a4-a49a424dd60a", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", - "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-6597ba5b1e4ad84e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2fba75efe687fb8242b06bbe672bdaa3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:14:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2fba75efe687fb8242b06bbe672bdaa3", - "x-ms-correlation-request-id": "a0cdb750-5997-440e-8662-6e3e45e7c0d2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "c12cd6c1-0e16-4fa5-b026-57f618cfffeb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121439Z:a0cdb750-5997-440e-8662-6e3e45e7c0d2", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", - "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-6d6911914bdb224f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "72fa7fa2eb50a52e6b6f5a6e72c49882", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:14:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "72fa7fa2eb50a52e6b6f5a6e72c49882", - "x-ms-correlation-request-id": "a1db7309-a77d-4211-87ab-d582230cd9b6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "480768cc-bad9-465e-a864-d3ee44f11934", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121441Z:a1db7309-a77d-4211-87ab-d582230cd9b6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", - "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-e12b17371d2a164a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6015a17171b644af6bff4fc5e0b001ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:14:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6015a17171b644af6bff4fc5e0b001ea", - "x-ms-correlation-request-id": "2152fdcc-bec6-4cff-b75a-8de3bdaf7613", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "5c3a8f07-48af-4285-97d5-d182a1201f6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121445Z:2152fdcc-bec6-4cff-b75a-8de3bdaf7613", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", - "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-82d53caadffc834a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "826fbef78fea03a24614c3188c13897e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:14:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "826fbef78fea03a24614c3188c13897e", - "x-ms-correlation-request-id": "c542fd90-6405-46eb-8bc3-8ecad4d249c4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "df30baf9-f384-45e3-9e59-b3f2e6dd4239", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121454Z:c542fd90-6405-46eb-8bc3-8ecad4d249c4", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", - "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-4e4adb6a04c2644c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c64ce9177a1530edd0b507519b69c4bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:15:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c64ce9177a1530edd0b507519b69c4bb", - "x-ms-correlation-request-id": "fad937ec-681c-4aa3-be5b-10cb341dc033", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "b425a66e-4b1f-44b0-ba60-75fcd22d42cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121510Z:fad937ec-681c-4aa3-be5b-10cb341dc033", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", - "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-b855e190130a8c4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b477706e1654e298fe1119a1ae96b758", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:15:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b477706e1654e298fe1119a1ae96b758", - "x-ms-correlation-request-id": "78efd324-6fa5-466f-80bd-ec65905210dc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "26704915-43ab-4d77-8c20-4dc9c3138cb8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121542Z:78efd324-6fa5-466f-80bd-ec65905210dc", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", - "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-9261c19de3618a45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f7add1763a637cd4d03eb234885067dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:16:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7add1763a637cd4d03eb234885067dd", - "x-ms-correlation-request-id": "2aafc4b1-2c09-4aec-acf8-e2383ac5ae67", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "21a025b2-b5bc-4ecd-a737-1edeb32ea9a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121615Z:2aafc4b1-2c09-4aec-acf8-e2383ac5ae67", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", - "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-f9ef3ad7d741294f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1caa0850d59b0129506ac704614b8239", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:16:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1caa0850d59b0129506ac704614b8239", - "x-ms-correlation-request-id": "9c6bb094-ab22-4b47-8bdb-43f4d1dda7cb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "f0953f63-ce8a-4878-9672-c850defe87f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121647Z:9c6bb094-ab22-4b47-8bdb-43f4d1dda7cb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", - "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-8be7e43d0a0e4c4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cadbaefdcdbb33579bfae315646359ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:17:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cadbaefdcdbb33579bfae315646359ae", - "x-ms-correlation-request-id": "8852964e-bb67-4dab-95cd-68546fed6836", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "926cd131-5597-4060-a083-e15f4b73a79f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121719Z:8852964e-bb67-4dab-95cd-68546fed6836", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", - "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9436?api-version=2023-04-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-40c485e339c7c140-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a5513ba99beca1bda7aca6f972cf1b85", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-dc55acfeeb50a242b5335181647ff50b-426f71734f88a54f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7782ae9ba5a1c074b8942529bf1fd770", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-4381", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" + }, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/94c24de2-6890-449b-b7d8-c0cba99dd733?api-version=2023-04-01", "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1016", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:17:51 GMT", + "Date": "Thu, 15 Jun 2023 21:05:43 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "3", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5513ba99beca1bda7aca6f972cf1b85", - "x-ms-correlation-request-id": "e14ce327-141a-4ea2-8a04-2aac0ad93d44", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "09165991-0c6c-4c98-ad38-8ecf69fcef1d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121752Z:e14ce327-141a-4ea2-8a04-2aac0ad93d44", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "0f080667-df7b-4acb-8573-f6737e8e806c", + "x-ms-client-request-id": "7782ae9ba5a1c074b8942529bf1fd770", + "x-ms-correlation-request-id": "507bbf6b-72d0-4ae5-a953-fb9c3c98badc", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "94c24de2-6890-449b-b7d8-c0cba99dd733", + "x-ms-routing-request-id": "EASTUS:20230615T210544Z:507bbf6b-72d0-4ae5-a953-fb9c3c98badc" }, "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", - "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" + "name": "scTestVNet-9436", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9436", + "etag": "W/\u0022a36a876c-9ac7-4ca3-8f53-9545d5724554\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "b35d7c4f-0e40-41bc-a288-94dc9a119fee", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-4381", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9436/subnets/scTestSubnet-4381", + "etag": "W/\u0022a36a876c-9ac7-4ca3-8f53-9545d5724554\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/94c24de2-6890-449b-b7d8-c0cba99dd733?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-003fed398caf0a4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "da3678bc9d758222b17680a0f1139cec", + "traceparent": "00-dc55acfeeb50a242b5335181647ff50b-75865e1886e73e4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9ebc7d5e184b9cd3a0baa2db903bfa7a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:18:24 GMT", + "Date": "Thu, 15 Jun 2023 21:05:43 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "da3678bc9d758222b17680a0f1139cec", - "x-ms-correlation-request-id": "29f67dc7-5be4-4ecb-96e3-c183e2f11dc1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "abfd9cb8-5cb4-4c28-a1fd-af252a4ebf3d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121824Z:29f67dc7-5be4-4ecb-96e3-c183e2f11dc1", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "7c21b048-c173-49fa-8ec2-9baaa9ec9fc8", + "x-ms-client-request-id": "9ebc7d5e184b9cd3a0baa2db903bfa7a", + "x-ms-correlation-request-id": "b3e859c1-a8bc-4ee8-84b1-a3c059c351c9", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "2a77ab47-9e53-44a3-be59-ec7b5078ee2c", + "x-ms-routing-request-id": "EASTUS:20230615T210544Z:b3e859c1-a8bc-4ee8-84b1-a3c059c351c9" }, "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", - "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" + "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/94c24de2-6890-449b-b7d8-c0cba99dd733?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-6cb4c0ca9ab79143-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "255a1911dcfa624cf13a220f275dc1cc", + "Connection": "close", + "traceparent": "00-dc55acfeeb50a242b5335181647ff50b-ac39c869999d7142-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c33bbbf82d424e7f5dcc1a1071164a83", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Connection": "close", + "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:18:56 GMT", + "Date": "Thu, 15 Jun 2023 21:05:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11612,39 +11613,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "255a1911dcfa624cf13a220f275dc1cc", - "x-ms-correlation-request-id": "b00fae5d-1220-4b11-8845-054688a66f2e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "0017580a-2de0-4eb2-af2e-5917d2b6db81", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121856Z:b00fae5d-1220-4b11-8845-054688a66f2e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "2890678d-ac3b-451c-81e8-242f681b1fba", + "x-ms-client-request-id": "c33bbbf82d424e7f5dcc1a1071164a83", + "x-ms-correlation-request-id": "15026c09-1356-48b6-9448-4e5ae5d3ef8d", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "2bf33c5e-3b94-402a-b1b8-770911738278", + "x-ms-routing-request-id": "EASTUS:20230615T210554Z:15026c09-1356-48b6-9448-4e5ae5d3ef8d" }, "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", - "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" + "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9436?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-a9810768125bc94c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "eb595edf7f2d0c3819cef4761a1caf94", + "traceparent": "00-dc55acfeeb50a242b5335181647ff50b-0396862ba71d404e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "41cbbdb13962b6257404cab3aa752521", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "134", + "Content-Length": "1018", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:19:29 GMT", + "Date": "Thu, 15 Jun 2023 21:05:53 GMT", + "ETag": "W/\u0022d88f92f4-349a-472c-a542-00973a681cda\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11653,37 +11650,81 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb595edf7f2d0c3819cef4761a1caf94", - "x-ms-correlation-request-id": "5404a793-5a6c-44cf-bb8e-1f7bd54c8025", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "6ac88ea0-4c26-4652-b2ee-bc9f2afb5501", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T121929Z:5404a793-5a6c-44cf-bb8e-1f7bd54c8025", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-arm-service-request-id": "1a18300e-90c7-44d4-a77d-f1fee2b49c81", + "x-ms-client-request-id": "41cbbdb13962b6257404cab3aa752521", + "x-ms-correlation-request-id": "ca0c4a5d-ead2-4d56-9445-07aadb6b2b12", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "43f66334-1f54-4777-a125-eb1efd75c5bd", + "x-ms-routing-request-id": "EASTUS:20230615T210554Z:ca0c4a5d-ead2-4d56-9445-07aadb6b2b12" }, "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", - "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" + "name": "scTestVNet-9436", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9436", + "etag": "W/\u0022d88f92f4-349a-472c-a542-00973a681cda\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "b35d7c4f-0e40-41bc-a288-94dc9a119fee", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-4381", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9436/subnets/scTestSubnet-4381", + "etag": "W/\u0022d88f92f4-349a-472c-a542-00973a681cda\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc3007?api-version=2023-05-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-de792ac2db574045-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "58e8b90ff674df8a2bd4e83a7a135a53", + "Content-Length": "295", + "Content-Type": "application/json", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-1c9477e869919241-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ba65ba971ff93025fd6e417ffec32b89", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "sku": { + "name": "Standard_2G" + }, + "tags": {}, + "location": "eastus", + "properties": { + "cacheSizeGB": 3072, + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9436/subnets/scTestSubnet-4381", + "zones": [ + "1" + ] + } + }, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "1968", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:20:02 GMT", + "Date": "Thu, 15 Jun 2023 21:05:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11692,28 +11733,85 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "58e8b90ff674df8a2bd4e83a7a135a53", - "x-ms-correlation-request-id": "0c50d3dc-4a0c-4343-bad8-915e2c5e34c2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "ca3dffe5-a061-4931-9ced-f68daf46e83f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122002Z:0c50d3dc-4a0c-4343-bad8-915e2c5e34c2", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "ba65ba971ff93025fd6e417ffec32b89", + "x-ms-correlation-request-id": "15d8637f-d7c5-43d7-b596-d40ddfc18b9b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "9c8d4f50-f5a2-47e3-9737-44355a460b3c", + "x-ms-routing-request-id": "EASTUS:20230615T210556Z:15d8637f-d7c5-43d7-b596-d40ddfc18b9b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", - "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" + "name": "testsc3007", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc3007", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Transitioning", + "statusDescription": "The cache is being allocated." + }, + "provisioningState": "Creating", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9436/subnets/scTestSubnet-4381", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T21:05:55.8736799Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T21:05:55.6445851Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T21:05:55.6445851Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-b716108f7e740043-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "93c1b4b4b0b991bfe14e0c2be8d647d4", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-96ca9bacf1fb7a49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b678f8a78fb19189989b43f3f8a5b8b0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11722,7 +11820,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:20:35 GMT", + "Date": "Thu, 15 Jun 2023 21:05:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11731,28 +11829,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "93c1b4b4b0b991bfe14e0c2be8d647d4", - "x-ms-correlation-request-id": "8785c240-56b2-495d-b231-eb63ed8925ff", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "b678f8a78fb19189989b43f3f8a5b8b0", + "x-ms-correlation-request-id": "b1dc2bd6-7593-423f-a9b2-dd86db888e41", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "ba7fdd25-2aee-4017-aecc-df4d5cbcd4c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122035Z:8785c240-56b2-495d-b231-eb63ed8925ff", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "8812aab3-998e-4dde-9b75-03c6c01f9787", + "x-ms-routing-request-id": "EASTUS:20230615T210556Z:b1dc2bd6-7593-423f-a9b2-dd86db888e41", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-c6bfa7202fc8d14b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6eff8e8b6875e957d37ac05896fd9206", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-f9c4fc6f42ae0c40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8b4340d9524bdfb1a1a62475d0e7cc31", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11761,7 +11859,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:21:06 GMT", + "Date": "Thu, 15 Jun 2023 21:05:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11770,28 +11868,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6eff8e8b6875e957d37ac05896fd9206", - "x-ms-correlation-request-id": "5dda6499-07c2-407e-83dc-9b01204f72cd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "8b4340d9524bdfb1a1a62475d0e7cc31", + "x-ms-correlation-request-id": "66a862aa-155e-4bfc-b4fc-789787c2b891", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "394d4675-49f5-4d2a-a4b5-e7ed4c969b3e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122107Z:5dda6499-07c2-407e-83dc-9b01204f72cd", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "02c9a56b-75d7-4287-987d-6a8e955f974e", + "x-ms-routing-request-id": "EASTUS:20230615T210557Z:66a862aa-155e-4bfc-b4fc-789787c2b891", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-0a060285cb24f64b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "65c1a0741b5b5edaf9567726e95ff655", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-50662ab80ecca34f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "05d759ca744be1d895983ad57424c6f0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11800,7 +11898,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:21:39 GMT", + "Date": "Thu, 15 Jun 2023 21:05:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11809,28 +11907,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65c1a0741b5b5edaf9567726e95ff655", - "x-ms-correlation-request-id": "ef413bd0-c624-4c46-8d4c-f579c338b05a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "05d759ca744be1d895983ad57424c6f0", + "x-ms-correlation-request-id": "7fe2e586-c916-46a4-b5ae-94d61f5c3363", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "2d9d00fe-899c-4c6b-82a6-6287248c85a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122139Z:ef413bd0-c624-4c46-8d4c-f579c338b05a", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "b6ee7298-f48b-4c59-b0ab-c4a19e4427dd", + "x-ms-routing-request-id": "EASTUS:20230615T210558Z:7fe2e586-c916-46a4-b5ae-94d61f5c3363", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-eb36da20ddf26b4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ecaf138ceb134cde5dd7c03ff067fbe3", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-e2db552e61aa334d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "23649ecc1889549d4698150b6a14c0b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11839,7 +11937,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:22:11 GMT", + "Date": "Thu, 15 Jun 2023 21:05:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11848,28 +11946,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ecaf138ceb134cde5dd7c03ff067fbe3", - "x-ms-correlation-request-id": "1b3b2165-ef92-4221-971d-26185be8cbb9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-client-request-id": "23649ecc1889549d4698150b6a14c0b1", + "x-ms-correlation-request-id": "d23dd35f-a8fa-483f-876e-231f7c439a37", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "8a86afd2-0532-45b0-9fef-68f3e056bf0a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122212Z:1b3b2165-ef92-4221-971d-26185be8cbb9", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "538217da-6460-4a76-b4ac-34bc59467c95", + "x-ms-routing-request-id": "EASTUS:20230615T210559Z:d23dd35f-a8fa-483f-876e-231f7c439a37", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-42064187f2506147-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "47b705bce1146f79b3a1751ef130ff74", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-fd6c9111ba009548-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9f2912ceb2cd65656761f6b218dc6b7d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11878,7 +11976,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:22:44 GMT", + "Date": "Thu, 15 Jun 2023 21:06:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11887,28 +11985,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "47b705bce1146f79b3a1751ef130ff74", - "x-ms-correlation-request-id": "608eb222-f4cd-49e3-9148-305f33a7e154", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-client-request-id": "9f2912ceb2cd65656761f6b218dc6b7d", + "x-ms-correlation-request-id": "2e28c41d-2d43-41d3-a53e-8dbb5908e2cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "5277570d-dc92-491d-adc6-0c1804ea4b9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122244Z:608eb222-f4cd-49e3-9148-305f33a7e154", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "f7145836-e6b5-4c1a-a1e6-fc88a54ff5b4", + "x-ms-routing-request-id": "EASTUS:20230615T210601Z:2e28c41d-2d43-41d3-a53e-8dbb5908e2cc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-3a8735ce5600f941-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "82cb6a83a64d88f2c27508835b9b6d91", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-3cc1a4a87c51d84d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "32a934dfa882b2a8bc82bfb25fcd7781", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11917,7 +12015,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:23:17 GMT", + "Date": "Thu, 15 Jun 2023 21:06:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11926,28 +12024,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82cb6a83a64d88f2c27508835b9b6d91", - "x-ms-correlation-request-id": "9512b3c1-e1cc-40ec-bfb8-369466efb1bb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "32a934dfa882b2a8bc82bfb25fcd7781", + "x-ms-correlation-request-id": "b06d1b2d-bb73-49ed-985f-fcc0eb836694", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "3ffc774d-a9e6-491b-8615-491e0d0066ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122317Z:9512b3c1-e1cc-40ec-bfb8-369466efb1bb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "ce46ebc7-5bd5-4dd4-bc29-0821f6f33d0f", + "x-ms-routing-request-id": "EASTUS:20230615T210605Z:b06d1b2d-bb73-49ed-985f-fcc0eb836694", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-0675c2d18872b844-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e46a945aafa7aa409a40387276bf5b2c", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-6316b3f99eedff4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "620688d727fb192238ffbb2721ea3c69", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11956,7 +12054,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:23:48 GMT", + "Date": "Thu, 15 Jun 2023 21:06:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11965,28 +12063,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e46a945aafa7aa409a40387276bf5b2c", - "x-ms-correlation-request-id": "0a9fbed4-61f3-4aa9-ae29-abafb25fd6c6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "620688d727fb192238ffbb2721ea3c69", + "x-ms-correlation-request-id": "0d6a50a2-c9c1-4cbf-ae79-dead03a2c6e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "1d42aab3-775e-4d74-87b1-e34a4be9c5d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122349Z:0a9fbed4-61f3-4aa9-ae29-abafb25fd6c6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "37883938-91f8-4622-880b-f3b148f8838c", + "x-ms-routing-request-id": "EASTUS:20230615T210613Z:0d6a50a2-c9c1-4cbf-ae79-dead03a2c6e1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-b4b666fc9d2d964a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "86bb4cd8789b1695122e859fd9f51318", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-0af4098694577547-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "352b972d8e6a252e6976e34bf3b3059a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11995,7 +12093,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:24:21 GMT", + "Date": "Thu, 15 Jun 2023 21:06:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12004,28 +12102,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86bb4cd8789b1695122e859fd9f51318", - "x-ms-correlation-request-id": "750a192a-e5bc-4640-984a-b28b89d06c35", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-client-request-id": "352b972d8e6a252e6976e34bf3b3059a", + "x-ms-correlation-request-id": "fb7ff8b7-6e9b-4896-a324-995186939e32", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "703ddf85-4da7-4df0-ad9d-f37b44b708d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122421Z:750a192a-e5bc-4640-984a-b28b89d06c35", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "45f504dc-eda3-43dd-9225-cbeb2910dc0e", + "x-ms-routing-request-id": "EASTUS:20230615T210630Z:fb7ff8b7-6e9b-4896-a324-995186939e32", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-3fa2631c7105254c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5cc3e3331bc6d4cc2920e80d6d801102", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-2aae433689538d4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8fda75e908d6b882128ffa83ed8090d1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12034,7 +12132,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:24:53 GMT", + "Date": "Thu, 15 Jun 2023 21:08:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12043,39 +12141,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5cc3e3331bc6d4cc2920e80d6d801102", - "x-ms-correlation-request-id": "d88b430e-42c9-4428-810e-4145a67e6623", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "e13a50bb-c7ba-41be-bc4e-d864f6ad8e35", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122454Z:d88b430e-42c9-4428-810e-4145a67e6623", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8fda75e908d6b882128ffa83ed8090d1", + "x-ms-correlation-request-id": "d4f82065-1448-4924-abb6-4b6785d98297", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "7f723f80-3e9e-4636-9feb-8fa09cd26f0b", + "x-ms-routing-request-id": "EASTUS:20230615T210823Z:d4f82065-1448-4924-abb6-4b6785d98297", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-a0607860a4b9f545-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0fabdc1ae7e0e1f6fe54d17929a1d1a4", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-bea33b6ae35fbe4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c784554642a149165ae0f88444d72684", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:25:26 GMT", + "Date": "Thu, 15 Jun 2023 21:08:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12084,37 +12180,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0fabdc1ae7e0e1f6fe54d17929a1d1a4", - "x-ms-correlation-request-id": "79f87390-35d1-4975-a1b6-3c0b27fc0c3d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "fea09739-1fb0-4e27-afa5-7858984eb3b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122527Z:79f87390-35d1-4975-a1b6-3c0b27fc0c3d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "c784554642a149165ae0f88444d72684", + "x-ms-correlation-request-id": "763158e3-8f77-4b40-a85b-0fcfd04d28e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "10addb31-4b29-4a5c-ab59-eec784aebaa6", + "x-ms-routing-request-id": "EASTUS:20230615T210855Z:763158e3-8f77-4b40-a85b-0fcfd04d28e5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", "status": "InProgress", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e1b1670a-d3d4-4419-94a9-555b9a95607a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-34f4fa28aa517a43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "923e202cfefbbd657fe65c7a9088a892", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-a80d40ca065fbc40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ac3e20f9ad0f2493157322db93ab38e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:00 GMT", + "Date": "Thu, 15 Jun 2023 21:09:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12123,38 +12219,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "923e202cfefbbd657fe65c7a9088a892", - "x-ms-correlation-request-id": "faeccbae-1e5d-4d30-a160-693929d9e866", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "ac557149-103e-47d8-bd3c-be55e9b8ccc2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122601Z:faeccbae-1e5d-4d30-a160-693929d9e866", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "ac3e20f9ad0f2493157322db93ab38e8", + "x-ms-correlation-request-id": "7fb55b76-7c47-4d9c-91b7-8d9b4c837105", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "46c42cee-7d18-4aa4-b8ac-887cce01ae54", + "x-ms-routing-request-id": "EASTUS:20230615T210927Z:7fb55b76-7c47-4d9c-91b7-8d9b4c837105", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:14:31.7606273\u002B00:00", - "endTime": "2023-03-22T12:25:37.6052899\u002B00:00", - "status": "Succeeded", - "name": "e1b1670a-d3d4-4419-94a9-555b9a95607a" + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", + "status": "InProgress", + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6218/providers/Microsoft.StorageCache/caches/testsc5825?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-c5d9f8a975ec0a4eb302ab31acbe000f-d5b97b684da5d44f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fc84831d044a4b37ede15e724953aa88", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-544ae58b9c8ece4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9d0411e53e2ea7f95f9135f510fd733b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2207", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:05 GMT", + "Date": "Thu, 15 Jun 2023 21:09:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12163,119 +12258,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc84831d044a4b37ede15e724953aa88", - "x-ms-correlation-request-id": "0d39caec-5bba-4fb3-a5f8-c91c004abc6f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "18138061-5d85-4b25-a2a8-bf6678fcd71b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122605Z:0d39caec-5bba-4fb3-a5f8-c91c004abc6f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "9d0411e53e2ea7f95f9135f510fd733b", + "x-ms-correlation-request-id": "2bfa0ab7-3c0f-42b5-b243-8958a461f61f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "bb26456d-210f-4947-9c7d-394cf1eab736", + "x-ms-routing-request-id": "EASTUS:20230615T210959Z:2bfa0ab7-3c0f-42b5-b243-8958a461f61f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc5825", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6218/providers/Microsoft.StorageCache/caches/testsc5825", - "type": "Microsoft.StorageCache/caches", - "location": "eastus", - "tags": {}, - "sku": { - "name": "Standard_2G" - }, - "properties": { - "networkSettings": { - "mtu": 1500, - "utilityAddresses": [ - "10.0.0.10", - "10.0.0.11", - "10.0.0.12" - ], - "ntpServer": "time.windows.com" - }, - "securitySettings": { - "accessPolicies": [ - { - "name": "default", - "accessRules": [ - { - "scope": "default", - "access": "rw", - "suid": false, - "submountAccess": true, - "rootSquash": false - } - ] - } - ] - }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Healthy", - "statusDescription": "The cache is in Running state", - "conditions": [] - }, - "mountAddresses": [ - "10.0.0.7", - "10.0.0.8", - "10.0.0.9" - ], - "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6218/providers/Microsoft.Network/virtualNetworks/scTestVNet-369/subnets/scTestSubnet-5479", - "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-22T12:14:31.9013129Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-22T12:14:30.5075199Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-22T12:14:30.5075199Z" - } + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", + "status": "InProgress", + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6218/providers/Microsoft.StorageCache/caches/testsc5825/storageTargets/storagetarget1197?api-version=2023-01-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "113", - "Content-Type": "application/json", - "traceparent": "00-64b883f0dfe2154f88992a33f703e860-978923b2f4450642-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "424de043067e771cee8ff98b7b5175ab", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-d0258c1405dbdf49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cc897569e44298c2c25fb22e1f3ab5ae", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "properties": { - "targetType": "nfs3", - "nfs3": { - "target": "10.0.2.4", - "usageModel": "READ_ONLY", - "verificationTimer": 30 - } - } - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/422ac5e1-a5f6-4cf6-a74a-b5db5e6d88fc?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "918", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:07 GMT", + "Date": "Thu, 15 Jun 2023 21:10:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12284,49 +12297,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "424de043067e771cee8ff98b7b5175ab", - "x-ms-correlation-request-id": "d07ee95b-6b27-494b-9f11-451c99a9a12a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "422ac5e1-a5f6-4cf6-a74a-b5db5e6d88fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122607Z:d07ee95b-6b27-494b-9f11-451c99a9a12a", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "cc897569e44298c2c25fb22e1f3ab5ae", + "x-ms-correlation-request-id": "67c14f50-41db-4410-a670-b9ffc1ee5d7b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "2a2e8ec8-5591-483b-b4b6-a7026d2427eb", + "x-ms-routing-request-id": "EASTUS:20230615T211031Z:67c14f50-41db-4410-a670-b9ffc1ee5d7b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget1197", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6218/providers/Microsoft.StorageCache/caches/testsc5825/storageTargets/storagetarget1197", - "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "eastus", - "properties": { - "allocationPercentage": 100, - "targetType": "nfs3", - "provisioningState": "Creating", - "state": "Busy", - "junctions": [], - "nfs3": { - "target": "10.0.2.4", - "usageModel": "READ_ONLY", - "verificationTimer": 30 - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-22T12:26:05.4966318Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-22T12:26:05.4966318Z" - } + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", + "status": "InProgress", + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/422ac5e1-a5f6-4cf6-a74a-b5db5e6d88fc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-64b883f0dfe2154f88992a33f703e860-a1a9d8c0cf27164a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a84d2bd34f5b7c9e68845c753ec07190", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-eede79a2da686f45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "329e0fa889d2bb5627964d7d789e1417", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12335,7 +12327,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:07 GMT", + "Date": "Thu, 15 Jun 2023 21:11:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12344,28 +12336,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a84d2bd34f5b7c9e68845c753ec07190", - "x-ms-correlation-request-id": "a74b558b-2f6c-41b2-84a3-070624f837cb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "fd49ca5c-9595-4962-82fd-49184163ac1e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122607Z:a74b558b-2f6c-41b2-84a3-070624f837cb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "329e0fa889d2bb5627964d7d789e1417", + "x-ms-correlation-request-id": "ccaa85f9-a386-4db2-8f62-539d7fb0a0c8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "3a5682a6-dc78-4756-90aa-fdd037570b87", + "x-ms-routing-request-id": "EASTUS:20230615T211103Z:ccaa85f9-a386-4db2-8f62-539d7fb0a0c8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:06.9832838\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", "status": "InProgress", - "name": "422ac5e1-a5f6-4cf6-a74a-b5db5e6d88fc" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/422ac5e1-a5f6-4cf6-a74a-b5db5e6d88fc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-64b883f0dfe2154f88992a33f703e860-d4a383a65e24d248-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f70ac7e96b04e979b8644fd9ec7c847a", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-d02e58b6bf75004b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1e71e7ff6b2101a54f6cdbce8bcb8824", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12374,7 +12366,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:09 GMT", + "Date": "Thu, 15 Jun 2023 21:11:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12383,28 +12375,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f70ac7e96b04e979b8644fd9ec7c847a", - "x-ms-correlation-request-id": "dec65f6b-df6d-439d-9e16-ba5d14f86b1b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "f894f436-fbc3-4e23-928e-e3b726971651", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122609Z:dec65f6b-df6d-439d-9e16-ba5d14f86b1b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "1e71e7ff6b2101a54f6cdbce8bcb8824", + "x-ms-correlation-request-id": "2d5f5380-b7e3-40df-a669-ca35c5bdcb52", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "40e2417e-72ef-42f3-97d9-a95773ac7c92", + "x-ms-routing-request-id": "EASTUS:20230615T211135Z:2d5f5380-b7e3-40df-a669-ca35c5bdcb52", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:06.9832838\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", "status": "InProgress", - "name": "422ac5e1-a5f6-4cf6-a74a-b5db5e6d88fc" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/422ac5e1-a5f6-4cf6-a74a-b5db5e6d88fc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-64b883f0dfe2154f88992a33f703e860-34c0d2699d32c049-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4fb7bd62cd03ef50bd29b450fdb2aa32", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-b39711e449153240-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "004c86dc405fe0681fcea5ac97442024", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12413,7 +12405,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:10 GMT", + "Date": "Thu, 15 Jun 2023 21:12:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12422,28 +12414,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4fb7bd62cd03ef50bd29b450fdb2aa32", - "x-ms-correlation-request-id": "787e4e5b-7c36-4680-a153-074b20021652", + "x-ms-client-request-id": "004c86dc405fe0681fcea5ac97442024", + "x-ms-correlation-request-id": "89aeca87-32ac-4268-b5db-eda843216789", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "24b8d22f-a5c2-4f92-bf29-706a32b23941", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122610Z:787e4e5b-7c36-4680-a153-074b20021652", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "e018af93-6ffc-44b8-b621-5cef24e0e525", + "x-ms-routing-request-id": "EASTUS:20230615T211207Z:89aeca87-32ac-4268-b5db-eda843216789", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:06.9832838\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", "status": "InProgress", - "name": "422ac5e1-a5f6-4cf6-a74a-b5db5e6d88fc" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/422ac5e1-a5f6-4cf6-a74a-b5db5e6d88fc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-64b883f0dfe2154f88992a33f703e860-d05cd20f50b8724d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2bb6893335686837b163f0f600c490eb", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-8a2cb96b9219ec43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "372e9a4b96c93c8d699de366ad872f5b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12452,7 +12444,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:11 GMT", + "Date": "Thu, 15 Jun 2023 21:12:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12461,28 +12453,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2bb6893335686837b163f0f600c490eb", - "x-ms-correlation-request-id": "aa2b03b5-c167-4eb3-8f72-7b56f663adeb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "2c74ff50-ac90-4673-9b44-7e000ed6358b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122611Z:aa2b03b5-c167-4eb3-8f72-7b56f663adeb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "372e9a4b96c93c8d699de366ad872f5b", + "x-ms-correlation-request-id": "45ae8ce5-4bd0-47cb-af7a-339c6b6ea44a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "cbe19afe-5595-4843-b66f-2dc1297efc66", + "x-ms-routing-request-id": "EASTUS:20230615T211239Z:45ae8ce5-4bd0-47cb-af7a-339c6b6ea44a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:06.9832838\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", "status": "InProgress", - "name": "422ac5e1-a5f6-4cf6-a74a-b5db5e6d88fc" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/422ac5e1-a5f6-4cf6-a74a-b5db5e6d88fc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-64b883f0dfe2154f88992a33f703e860-13d550b42e2d0d4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8012e10022081b8c761b39dab629eb05", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-c16b8cec96eb334c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f1a1280e1351bfb87e91ff53c6f9690b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12491,7 +12483,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:13 GMT", + "Date": "Thu, 15 Jun 2023 21:13:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12500,37 +12492,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8012e10022081b8c761b39dab629eb05", - "x-ms-correlation-request-id": "1d316a60-804e-42c8-b7d5-f5ff01e33009", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "0c8e22f8-ed76-4bb5-8eaf-a75933ebb2d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122614Z:1d316a60-804e-42c8-b7d5-f5ff01e33009", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "f1a1280e1351bfb87e91ff53c6f9690b", + "x-ms-correlation-request-id": "bbdd97c8-91b0-420b-a05e-caeca984ad84", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "caa6a249-0f04-4560-9d84-1af772a803b0", + "x-ms-routing-request-id": "EASTUS:20230615T211312Z:bbdd97c8-91b0-420b-a05e-caeca984ad84", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:06.9832838\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", "status": "InProgress", - "name": "422ac5e1-a5f6-4cf6-a74a-b5db5e6d88fc" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/422ac5e1-a5f6-4cf6-a74a-b5db5e6d88fc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-64b883f0dfe2154f88992a33f703e860-35f4eeda64464c4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "63a51dba59c52d12854e9d9fdd5aeff8", + "Connection": "close", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-a845e2ab71b35d4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f183b74b509d455bf90f97c15d023297", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:18 GMT", + "Date": "Thu, 15 Jun 2023 21:13:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12539,28 +12533,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63a51dba59c52d12854e9d9fdd5aeff8", - "x-ms-correlation-request-id": "d69fa2d1-d962-4f57-b4e2-06a313202865", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "035ea38d-3c2a-4cc8-85f4-1febce867b3b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122618Z:d69fa2d1-d962-4f57-b4e2-06a313202865", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "f183b74b509d455bf90f97c15d023297", + "x-ms-correlation-request-id": "5fdd5ed0-7a36-4e7f-ab6a-7696f3a9f711", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "b5e053f0-96e7-484c-99d1-329a3c574e1a", + "x-ms-routing-request-id": "EASTUS:20230615T211344Z:5fdd5ed0-7a36-4e7f-ab6a-7696f3a9f711", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:06.9832838\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", "status": "InProgress", - "name": "422ac5e1-a5f6-4cf6-a74a-b5db5e6d88fc" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/422ac5e1-a5f6-4cf6-a74a-b5db5e6d88fc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-64b883f0dfe2154f88992a33f703e860-da84d676fc742d42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1c50c89929a01129fc9ab54dfc5db288", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-2072089b098ce440-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6e9d499e2ea238d2e16eb83797397670", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12569,7 +12563,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:26 GMT", + "Date": "Thu, 15 Jun 2023 21:14:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12578,37 +12572,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c50c89929a01129fc9ab54dfc5db288", - "x-ms-correlation-request-id": "d3c972b4-5718-4e0b-88f9-7f740eb7c439", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "f67448ab-7590-4460-9f08-125da952f0e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122626Z:d3c972b4-5718-4e0b-88f9-7f740eb7c439", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "6e9d499e2ea238d2e16eb83797397670", + "x-ms-correlation-request-id": "2788beaa-e2bd-43a0-bc30-5e93c07fb3c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "2350c034-e70c-4e9a-aa4c-d96567bdf542", + "x-ms-routing-request-id": "EASTUS:20230615T211416Z:2788beaa-e2bd-43a0-bc30-5e93c07fb3c2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:06.9832838\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", "status": "InProgress", - "name": "422ac5e1-a5f6-4cf6-a74a-b5db5e6d88fc" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/422ac5e1-a5f6-4cf6-a74a-b5db5e6d88fc?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-64b883f0dfe2154f88992a33f703e860-f670f1d8cf483a4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e23bea782d1fa726cfe4fbb984ec3e1c", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-0d57d601442ca049-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f61ad8343e04bdbecd5bf8417cf7627b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:43 GMT", + "Date": "Thu, 15 Jun 2023 21:14:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12617,38 +12611,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e23bea782d1fa726cfe4fbb984ec3e1c", - "x-ms-correlation-request-id": "d9f547cb-367a-4f13-b34b-8cc788727452", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "ab42d7a5-d95d-4918-ad1c-e0a4b937c96d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122643Z:d9f547cb-367a-4f13-b34b-8cc788727452", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "f61ad8343e04bdbecd5bf8417cf7627b", + "x-ms-correlation-request-id": "06597923-2d8b-4f3a-bc24-7f65c7ca64d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "e5a58289-9841-473b-b4bd-591b96291b02", + "x-ms-routing-request-id": "EASTUS:20230615T211448Z:06597923-2d8b-4f3a-bc24-7f65c7ca64d1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:06.9832838\u002B00:00", - "endTime": "2023-03-22T12:26:38.7675376\u002B00:00", - "status": "Succeeded", - "name": "422ac5e1-a5f6-4cf6-a74a-b5db5e6d88fc" + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", + "status": "InProgress", + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6218/providers/Microsoft.StorageCache/caches/testsc5825/storageTargets/storagetarget1197?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-64b883f0dfe2154f88992a33f703e860-3fdf0012b35f3d41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ed41402bcfd89164f394662ba4c43128", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-1062db1b7f021c49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7cb4675ffa5b1d68e44a0f2e9723aebf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "920", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:43 GMT", + "Date": "Thu, 15 Jun 2023 21:15:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12657,63 +12650,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed41402bcfd89164f394662ba4c43128", - "x-ms-correlation-request-id": "2d407f77-d5ff-418c-957f-f3f4d430e38d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "702da27f-82fb-43b8-9773-a58f42226953", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122643Z:2d407f77-d5ff-418c-957f-f3f4d430e38d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "7cb4675ffa5b1d68e44a0f2e9723aebf", + "x-ms-correlation-request-id": "a7448fa0-e052-4480-b035-2230c06c8398", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "44dfbdd9-e4e0-4bd8-bb5a-821b8dd45454", + "x-ms-routing-request-id": "EASTUS:20230615T211520Z:a7448fa0-e052-4480-b035-2230c06c8398", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget1197", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6218/providers/Microsoft.StorageCache/caches/testsc5825/storageTargets/storagetarget1197", - "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "eastus", - "properties": { - "allocationPercentage": 100, - "targetType": "nfs3", - "provisioningState": "Succeeded", - "state": "Ready", - "junctions": [], - "nfs3": { - "target": "10.0.2.4", - "usageModel": "READ_ONLY", - "verificationTimer": 30 - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-22T12:26:05.4966318Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-22T12:26:05.4966318Z" - } + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", + "status": "InProgress", + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6218/providers/Microsoft.StorageCache/caches/testsc5825/spaceAllocation?api-version=2023-01-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "57", - "Content-Type": "application/json", - "traceparent": "00-05b49baa0918be4c94bfbecdc18effde-c3ca6ce896c5fd4c-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f227159c0c1e6cd9a2a94dbb2e6f8d0f", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-c8d6f6b25d85dd40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "848d27993be860938ae0a1473690bcea", "x-ms-return-client-request-id": "true" }, - "RequestBody": "[{\u0022name\u0022:\u0022storagetarget1197\u0022,\u0022allocationPercentage\u0022:100}]", - "StatusCode": 202, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b7c4d08f-7e38-4e06-9888-ceb06c1ac0fa?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 22 Mar 2023 12:26:44 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 21:15:51 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b7c4d08f-7e38-4e06-9888-ceb06c1ac0fa?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -12721,24 +12689,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f227159c0c1e6cd9a2a94dbb2e6f8d0f", - "x-ms-correlation-request-id": "1fa3fafe-28fb-4e74-ae80-73603553fd9b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateSpaceAllocation1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "b7c4d08f-7e38-4e06-9888-ceb06c1ac0fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122644Z:1fa3fafe-28fb-4e74-ae80-73603553fd9b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "848d27993be860938ae0a1473690bcea", + "x-ms-correlation-request-id": "998707ce-2f58-411e-9ec9-256ad7ba3b10", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "abd8e290-a7af-4181-9829-0db4cbf7aed5", + "x-ms-routing-request-id": "EASTUS:20230615T211552Z:998707ce-2f58-411e-9ec9-256ad7ba3b10", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", + "status": "InProgress", + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b7c4d08f-7e38-4e06-9888-ceb06c1ac0fa?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-05b49baa0918be4c94bfbecdc18effde-cb291d940609874b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6f1dd2b34cc51efe67d44b2f82a96383", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-7be96a245dd53c45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2fd83d0cf9853a1470fc12b92e9026aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12747,7 +12719,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:44 GMT", + "Date": "Thu, 15 Jun 2023 21:16:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12756,28 +12728,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f1dd2b34cc51efe67d44b2f82a96383", - "x-ms-correlation-request-id": "dbce050d-ee76-4664-8612-ad4f4272a065", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "1c235585-b3d2-4c27-8ae9-789c5a68ff66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122644Z:dbce050d-ee76-4664-8612-ad4f4272a065", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "2fd83d0cf9853a1470fc12b92e9026aa", + "x-ms-correlation-request-id": "5b339191-484e-4177-b09d-10c8577e9051", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "bf394cda-4087-418e-b4a5-198eefbc7232", + "x-ms-routing-request-id": "EASTUS:20230615T211624Z:5b339191-484e-4177-b09d-10c8577e9051", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:44.3772313\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", "status": "InProgress", - "name": "b7c4d08f-7e38-4e06-9888-ceb06c1ac0fa" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b7c4d08f-7e38-4e06-9888-ceb06c1ac0fa?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-05b49baa0918be4c94bfbecdc18effde-bfdca1bb5876c14f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0bcf560676a3d70c647e6c731d4ea5a7", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-29ba157759cda046-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "54a838addd6a2393d353f17b5820e653", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12786,7 +12758,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:46 GMT", + "Date": "Thu, 15 Jun 2023 21:16:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12795,37 +12767,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0bcf560676a3d70c647e6c731d4ea5a7", - "x-ms-correlation-request-id": "a14c8297-963f-4917-a794-6f9dfe0190c4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "035b96c3-7bb0-49f3-a8b8-56acf5689ef0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122646Z:a14c8297-963f-4917-a794-6f9dfe0190c4", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "54a838addd6a2393d353f17b5820e653", + "x-ms-correlation-request-id": "57f2b4cc-b561-452c-924c-0b91a0c95173", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "20a59b5d-c44a-4569-a352-41a27485ae50", + "x-ms-routing-request-id": "EASTUS:20230615T211656Z:57f2b4cc-b561-452c-924c-0b91a0c95173", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:44.3772313\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", "status": "InProgress", - "name": "b7c4d08f-7e38-4e06-9888-ceb06c1ac0fa" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b7c4d08f-7e38-4e06-9888-ceb06c1ac0fa?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9c8d4f50-f5a2-47e3-9737-44355a460b3c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-05b49baa0918be4c94bfbecdc18effde-b1502495c4200147-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5b0842a51e520f4a9a035446798026dc", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-6cdee5cb44d9c945-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5a21258e7e4a9f3a125214eb29da32fa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "234", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:47 GMT", + "Date": "Thu, 15 Jun 2023 21:17:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12834,44 +12806,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b0842a51e520f4a9a035446798026dc", - "x-ms-correlation-request-id": "3c4ca1be-7315-45da-988a-eeea5ac75ab3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "487590b5-f859-47e6-a590-1463e61d7bef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122647Z:3c4ca1be-7315-45da-988a-eeea5ac75ab3", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "5a21258e7e4a9f3a125214eb29da32fa", + "x-ms-correlation-request-id": "f5be7db4-785a-4479-b378-4d0dcfed6782", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "1e5405ee-2d7d-439a-8df7-9de26bf461e1", + "x-ms-routing-request-id": "EASTUS:20230615T211728Z:f5be7db4-785a-4479-b378-4d0dcfed6782", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:44.3772313\u002B00:00", - "endTime": "2023-03-22T12:26:46.4708544\u002B00:00", + "startTime": "2023-06-15T21:05:55.6861457\u002B00:00", + "endTime": "2023-06-15T21:17:26.1866881\u002B00:00", "status": "Succeeded", - "properties": { - "output": "success" - }, - "name": "b7c4d08f-7e38-4e06-9888-ceb06c1ac0fa" + "name": "9c8d4f50-f5a2-47e3-9737-44355a460b3c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6218/providers/Microsoft.StorageCache/caches/testsc5825?api-version=2023-01-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc3007?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-83cbb913935fdd439a7b77d2b3929193-198e8f826552f646-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6f846b47f72b3d67c6460a46df8a0118", + "traceparent": "00-b44c2d6683994947b26f557469f75b8a-858d86a3c4c49642-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fe9af7b967e82f80aab55c310798e14f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/27210782-8646-405a-b17b-c1c032ce9bff?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 22 Mar 2023 12:26:48 GMT", + "Content-Length": "2181", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 21:17:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/27210782-8646-405a-b17b-c1c032ce9bff?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -12879,33 +12846,118 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f846b47f72b3d67c6460a46df8a0118", - "x-ms-correlation-request-id": "dee19ef0-d740-45a8-83ed-18c7db12fdc6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "27210782-8646-405a-b17b-c1c032ce9bff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122648Z:dee19ef0-d740-45a8-83ed-18c7db12fdc6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "fe9af7b967e82f80aab55c310798e14f", + "x-ms-correlation-request-id": "2468c4e8-10c7-4711-a832-23df082b637a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;119", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "8b15cdc9-99d3-4571-9e06-0c915e8a1823", + "x-ms-routing-request-id": "EASTUS:20230615T211728Z:2468c4e8-10c7-4711-a832-23df082b637a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "name": "testsc3007", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc3007", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "utilityAddresses": [ + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" + ], + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-9436/subnets/scTestSubnet-4381", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T21:05:55.8736799Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T21:05:55.6445851Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T21:05:55.6445851Z" + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/27210782-8646-405a-b17b-c1c032ce9bff?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc3007/storageTargets/storagetarget2300?api-version=2023-05-01", + "RequestMethod": "PUT", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-83cbb913935fdd439a7b77d2b3929193-552c985cbdda4c4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b22b905735caae7cdbca940b1303300f", + "Content-Length": "113", + "Content-Type": "application/json", + "traceparent": "00-73088500914432449e9506acad9e0197-9049a55609c16646-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6f092abe5fcbfd2e084217c8a7faf921", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": { + "properties": { + "targetType": "nfs3", + "nfs3": { + "target": "10.0.2.4", + "usageModel": "READ_ONLY", + "verificationTimer": 30 + } + } + }, + "StatusCode": 201, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59e673b7-63b5-476a-bb89-29b438c5f1c0?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "918", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:48 GMT", + "Date": "Thu, 15 Jun 2023 21:17:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12914,28 +12966,49 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b22b905735caae7cdbca940b1303300f", - "x-ms-correlation-request-id": "b7d1b2b9-b879-404c-a1fb-d8cee2fce3b6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "04ae5b61-46c2-44ea-8982-7603db0a12a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122648Z:b7d1b2b9-b879-404c-a1fb-d8cee2fce3b6", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "6f092abe5fcbfd2e084217c8a7faf921", + "x-ms-correlation-request-id": "5657781c-5c80-4afb-950e-311b4b9e41cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "59e673b7-63b5-476a-bb89-29b438c5f1c0", + "x-ms-routing-request-id": "EASTUS:20230615T211729Z:5657781c-5c80-4afb-950e-311b4b9e41cf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:48.1319526\u002B00:00", - "status": "InProgress", - "name": "27210782-8646-405a-b17b-c1c032ce9bff" + "name": "storagetarget2300", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc3007/storageTargets/storagetarget2300", + "type": "Microsoft.StorageCache/caches/storageTargets", + "location": "eastus", + "properties": { + "allocationPercentage": 100, + "targetType": "nfs3", + "provisioningState": "Creating", + "state": "Busy", + "junctions": [], + "nfs3": { + "target": "10.0.2.4", + "usageModel": "READ_ONLY", + "verificationTimer": 30 + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T21:17:29.0908348Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T21:17:29.0908348Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/27210782-8646-405a-b17b-c1c032ce9bff?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59e673b7-63b5-476a-bb89-29b438c5f1c0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-83cbb913935fdd439a7b77d2b3929193-efde3842f9493547-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d6173b01e7f63f3b399b636c86c71b00", + "traceparent": "00-73088500914432449e9506acad9e0197-ebb42c8197f6844d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "af6ad5c58b2897ed6b00df25686702bb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12944,7 +13017,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:49 GMT", + "Date": "Thu, 15 Jun 2023 21:17:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12953,28 +13026,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d6173b01e7f63f3b399b636c86c71b00", - "x-ms-correlation-request-id": "3e20e463-91a9-49f6-a9f9-8ccc53105faa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "41d9ce45-f7e1-4851-9352-589913492f08", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122649Z:3e20e463-91a9-49f6-a9f9-8ccc53105faa", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "af6ad5c58b2897ed6b00df25686702bb", + "x-ms-correlation-request-id": "b7c6ad7f-4a4e-4349-839e-ed065eae5853", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "558ae605-72de-4086-9aa4-9ed719489a5e", + "x-ms-routing-request-id": "EASTUS:20230615T211729Z:b7c6ad7f-4a4e-4349-839e-ed065eae5853", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:48.1319526\u002B00:00", + "startTime": "2023-06-15T21:17:29.1710329\u002B00:00", "status": "InProgress", - "name": "27210782-8646-405a-b17b-c1c032ce9bff" + "name": "59e673b7-63b5-476a-bb89-29b438c5f1c0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/27210782-8646-405a-b17b-c1c032ce9bff?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59e673b7-63b5-476a-bb89-29b438c5f1c0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-83cbb913935fdd439a7b77d2b3929193-22a8af3c02554945-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4fef25e84e5ff94e27db63d67326d409", + "traceparent": "00-73088500914432449e9506acad9e0197-b3caf0ca36e85f47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d6100f63c87f522d03647d1bc90cf371", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12983,7 +13056,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:51 GMT", + "Date": "Thu, 15 Jun 2023 21:17:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12992,28 +13065,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4fef25e84e5ff94e27db63d67326d409", - "x-ms-correlation-request-id": "8a527b56-bc8b-40a1-a457-501518fd68a4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "335f4aa6-260f-43fe-aa5c-79324b6308d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122652Z:8a527b56-bc8b-40a1-a457-501518fd68a4", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "d6100f63c87f522d03647d1bc90cf371", + "x-ms-correlation-request-id": "1ae501dc-cd44-4add-b0ee-f84046ddc903", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "8339c611-b332-4c2b-9315-4dd9bc6147c6", + "x-ms-routing-request-id": "EASTUS:20230615T211730Z:1ae501dc-cd44-4add-b0ee-f84046ddc903", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:48.1319526\u002B00:00", + "startTime": "2023-06-15T21:17:29.1710329\u002B00:00", "status": "InProgress", - "name": "27210782-8646-405a-b17b-c1c032ce9bff" + "name": "59e673b7-63b5-476a-bb89-29b438c5f1c0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/27210782-8646-405a-b17b-c1c032ce9bff?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59e673b7-63b5-476a-bb89-29b438c5f1c0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-83cbb913935fdd439a7b77d2b3929193-875e209ec14c9b46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e59e618e87ad6fed54eb782ed20f2714", + "traceparent": "00-73088500914432449e9506acad9e0197-e2dea04c601d6641-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d102a5c7498f6bf9d4c91ae78c013c89", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13022,7 +13095,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:53 GMT", + "Date": "Thu, 15 Jun 2023 21:17:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13031,28 +13104,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e59e618e87ad6fed54eb782ed20f2714", - "x-ms-correlation-request-id": "2b499b38-1db1-4011-9c87-2964fd3250ef", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "f2583b6f-dd3f-496c-a0fd-9f2cc9ace4d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122653Z:2b499b38-1db1-4011-9c87-2964fd3250ef", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "d102a5c7498f6bf9d4c91ae78c013c89", + "x-ms-correlation-request-id": "25f28f75-e647-4bd0-a299-9a0049736a6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "806c263e-6d42-4173-90f1-4b96ab2ac5d3", + "x-ms-routing-request-id": "EASTUS:20230615T211731Z:25f28f75-e647-4bd0-a299-9a0049736a6c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:48.1319526\u002B00:00", + "startTime": "2023-06-15T21:17:29.1710329\u002B00:00", "status": "InProgress", - "name": "27210782-8646-405a-b17b-c1c032ce9bff" + "name": "59e673b7-63b5-476a-bb89-29b438c5f1c0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/27210782-8646-405a-b17b-c1c032ce9bff?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59e673b7-63b5-476a-bb89-29b438c5f1c0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-83cbb913935fdd439a7b77d2b3929193-6f192adba2b8174b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ee2293afe114b3b0ed1eae1b8465cc13", + "traceparent": "00-73088500914432449e9506acad9e0197-de0ad9381b6aac41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fabfdaada386fcf2a718acc40dd2ce5f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13061,7 +13134,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:55 GMT", + "Date": "Thu, 15 Jun 2023 21:17:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13070,28 +13143,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee2293afe114b3b0ed1eae1b8465cc13", - "x-ms-correlation-request-id": "603da983-ce03-453a-afba-cba84ff62f1b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "0f5ecc5a-1ccc-463e-b158-e169edaa622b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122655Z:603da983-ce03-453a-afba-cba84ff62f1b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "fabfdaada386fcf2a718acc40dd2ce5f", + "x-ms-correlation-request-id": "1fd82664-0d1c-4ed5-ab11-b0491760ec13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "19345f89-e7b6-4531-8670-59c52190734f", + "x-ms-routing-request-id": "EASTUS:20230615T211732Z:1fd82664-0d1c-4ed5-ab11-b0491760ec13", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:48.1319526\u002B00:00", + "startTime": "2023-06-15T21:17:29.1710329\u002B00:00", "status": "InProgress", - "name": "27210782-8646-405a-b17b-c1c032ce9bff" + "name": "59e673b7-63b5-476a-bb89-29b438c5f1c0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/27210782-8646-405a-b17b-c1c032ce9bff?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59e673b7-63b5-476a-bb89-29b438c5f1c0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-83cbb913935fdd439a7b77d2b3929193-6da34260cdd5b04b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "25de59c736296053387ffb73d61f2617", + "traceparent": "00-73088500914432449e9506acad9e0197-4763b378c0a03643-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c35d6e0c3164192b16a402b5ae45c601", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13100,7 +13173,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:26:59 GMT", + "Date": "Thu, 15 Jun 2023 21:17:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13109,28 +13182,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "25de59c736296053387ffb73d61f2617", - "x-ms-correlation-request-id": "321f120d-4d09-4ba2-9273-353f3e3bcf87", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "a42b47c0-7cfa-4818-94ba-2f987620e8e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122700Z:321f120d-4d09-4ba2-9273-353f3e3bcf87", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "c35d6e0c3164192b16a402b5ae45c601", + "x-ms-correlation-request-id": "2e6418d6-d7b5-4676-8184-9646cfa49fe7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "b4803338-3f9f-423c-aa3a-815376e1d476", + "x-ms-routing-request-id": "EASTUS:20230615T211734Z:2e6418d6-d7b5-4676-8184-9646cfa49fe7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:48.1319526\u002B00:00", + "startTime": "2023-06-15T21:17:29.1710329\u002B00:00", "status": "InProgress", - "name": "27210782-8646-405a-b17b-c1c032ce9bff" + "name": "59e673b7-63b5-476a-bb89-29b438c5f1c0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/27210782-8646-405a-b17b-c1c032ce9bff?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59e673b7-63b5-476a-bb89-29b438c5f1c0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-83cbb913935fdd439a7b77d2b3929193-8c0aacea1227eb46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "df264fb4e603adf4b0eaf88fd8d2ebee", + "traceparent": "00-73088500914432449e9506acad9e0197-2a5685b7e2cf374e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ef6ef327f94d24eab20629779c345e01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13139,7 +13212,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:27:07 GMT", + "Date": "Thu, 15 Jun 2023 21:17:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13148,28 +13221,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df264fb4e603adf4b0eaf88fd8d2ebee", - "x-ms-correlation-request-id": "9b6791bb-ec02-481c-a138-cb0718b2913e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "4771bbad-a4f4-4518-b432-ab8a02106d6d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122708Z:9b6791bb-ec02-481c-a138-cb0718b2913e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "ef6ef327f94d24eab20629779c345e01", + "x-ms-correlation-request-id": "a49c3f68-5466-4463-9f99-164d193c210d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "17589e37-cbfc-4199-ab8a-01b461d2c020", + "x-ms-routing-request-id": "EASTUS:20230615T211738Z:a49c3f68-5466-4463-9f99-164d193c210d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:48.1319526\u002B00:00", + "startTime": "2023-06-15T21:17:29.1710329\u002B00:00", "status": "InProgress", - "name": "27210782-8646-405a-b17b-c1c032ce9bff" + "name": "59e673b7-63b5-476a-bb89-29b438c5f1c0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/27210782-8646-405a-b17b-c1c032ce9bff?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59e673b7-63b5-476a-bb89-29b438c5f1c0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-83cbb913935fdd439a7b77d2b3929193-694790329e11f64d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7867641f023179eb40c1b595e63dddcd", + "traceparent": "00-73088500914432449e9506acad9e0197-4ac0fbaa2b64fc44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1ddabbfb79a47c25aea5e4e2a03c4e62", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13178,7 +13251,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:27:23 GMT", + "Date": "Thu, 15 Jun 2023 21:17:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13187,37 +13260,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7867641f023179eb40c1b595e63dddcd", - "x-ms-correlation-request-id": "c51ec65a-f0c4-466d-9c94-4e19aa9e991d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "0ec1049b-9c36-4ad7-b12c-059b8c014c7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122724Z:c51ec65a-f0c4-466d-9c94-4e19aa9e991d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "1ddabbfb79a47c25aea5e4e2a03c4e62", + "x-ms-correlation-request-id": "800f8ba1-e38f-411e-8a71-601761cf7d49", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "79758f22-9fc0-4802-b7d9-81eb7530466f", + "x-ms-routing-request-id": "EASTUS:20230615T211746Z:800f8ba1-e38f-411e-8a71-601761cf7d49", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:48.1319526\u002B00:00", + "startTime": "2023-06-15T21:17:29.1710329\u002B00:00", "status": "InProgress", - "name": "27210782-8646-405a-b17b-c1c032ce9bff" + "name": "59e673b7-63b5-476a-bb89-29b438c5f1c0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/27210782-8646-405a-b17b-c1c032ce9bff?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59e673b7-63b5-476a-bb89-29b438c5f1c0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-83cbb913935fdd439a7b77d2b3929193-34bf4f5fd3289b4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "356696f7ed3ee0106530743e3dc38865", + "traceparent": "00-73088500914432449e9506acad9e0197-a42a2133371c484b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1a9caa51de6413118339105e07b47ce1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:27:57 GMT", + "Date": "Thu, 15 Jun 2023 21:18:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13226,37 +13299,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "356696f7ed3ee0106530743e3dc38865", - "x-ms-correlation-request-id": "45fb1fe8-1824-4ce9-92c2-93ef5e3f561f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "668e24fa-1ade-4899-9769-d638786c610d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122757Z:45fb1fe8-1824-4ce9-92c2-93ef5e3f561f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "1a9caa51de6413118339105e07b47ce1", + "x-ms-correlation-request-id": "7d4330c2-56f2-4ffc-98c6-3f60a7e7e4d7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "00ba598c-c95e-407b-b245-fab699f87b25", + "x-ms-routing-request-id": "EASTUS:20230615T211802Z:7d4330c2-56f2-4ffc-98c6-3f60a7e7e4d7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:48.1319526\u002B00:00", - "status": "InProgress", - "name": "27210782-8646-405a-b17b-c1c032ce9bff" + "startTime": "2023-06-15T21:17:29.1710329\u002B00:00", + "endTime": "2023-06-15T21:18:01.1500058\u002B00:00", + "status": "Succeeded", + "name": "59e673b7-63b5-476a-bb89-29b438c5f1c0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/27210782-8646-405a-b17b-c1c032ce9bff?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc3007/storageTargets/storagetarget2300?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-83cbb913935fdd439a7b77d2b3929193-81a2a3223f259247-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "71540c93adb8b1e663ad9e41305fc773", + "traceparent": "00-73088500914432449e9506acad9e0197-2b9c65ebb0b86249-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f2ba0046a86aae5dcef140a814088376", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "920", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:28:29 GMT", + "Date": "Thu, 15 Jun 2023 21:18:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13265,38 +13339,63 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "71540c93adb8b1e663ad9e41305fc773", - "x-ms-correlation-request-id": "ca0a3708-6334-4740-8a25-628cf9102018", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "baed5de9-6c3b-4a36-ae6d-c4ee4d097264", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122830Z:ca0a3708-6334-4740-8a25-628cf9102018", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "f2ba0046a86aae5dcef140a814088376", + "x-ms-correlation-request-id": "37beb5b3-bdd6-40e4-86fd-44e2043f206a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "cc65936d-6059-45af-8da1-ff2ce39b3322", + "x-ms-routing-request-id": "EASTUS:20230615T211803Z:37beb5b3-bdd6-40e4-86fd-44e2043f206a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:48.1319526\u002B00:00", - "status": "InProgress", - "name": "27210782-8646-405a-b17b-c1c032ce9bff" + "name": "storagetarget2300", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc3007/storageTargets/storagetarget2300", + "type": "Microsoft.StorageCache/caches/storageTargets", + "location": "eastus", + "properties": { + "allocationPercentage": 100, + "targetType": "nfs3", + "provisioningState": "Succeeded", + "state": "Ready", + "junctions": [], + "nfs3": { + "target": "10.0.2.4", + "usageModel": "READ_ONLY", + "verificationTimer": 30 + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T21:17:29.0908348Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T21:17:29.0908348Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/27210782-8646-405a-b17b-c1c032ce9bff?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc3007/spaceAllocation?api-version=2023-05-01", + "RequestMethod": "POST", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-83cbb913935fdd439a7b77d2b3929193-039ff77513d86f49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "42982a0db66b31af548613008eac3b7d", + "Content-Length": "57", + "Content-Type": "application/json", + "traceparent": "00-070281ce14fbc141b2ea455cf731ead1-1b804fc576802d45-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f225c7b743971c9daac79a6b68c675f9", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 200, + "RequestBody": "[{\u0022name\u0022:\u0022storagetarget2300\u0022,\u0022allocationPercentage\u0022:100}]", + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ac2893b8-c2f4-4d5c-a79d-22c49aac4ce9?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:29:01 GMT", + "Content-Length": "0", + "Date": "Thu, 15 Jun 2023 21:18:02 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ac2893b8-c2f4-4d5c-a79d-22c49aac4ce9?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -13304,28 +13403,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42982a0db66b31af548613008eac3b7d", - "x-ms-correlation-request-id": "6da50dd7-7eb6-43d4-b23e-3d8c2018f2aa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "7e901d0e-d94e-4d39-947a-ccf68653289f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122902Z:6da50dd7-7eb6-43d4-b23e-3d8c2018f2aa", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "f225c7b743971c9daac79a6b68c675f9", + "x-ms-correlation-request-id": "e51baac9-31dc-462c-9aaf-54612f64bfde", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateSpaceAllocation1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "ac2893b8-c2f4-4d5c-a79d-22c49aac4ce9", + "x-ms-routing-request-id": "EASTUS:20230615T211803Z:e51baac9-31dc-462c-9aaf-54612f64bfde", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": { - "startTime": "2023-03-22T12:26:48.1319526\u002B00:00", - "status": "InProgress", - "name": "27210782-8646-405a-b17b-c1c032ce9bff" - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/27210782-8646-405a-b17b-c1c032ce9bff?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ac2893b8-c2f4-4d5c-a79d-22c49aac4ce9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-83cbb913935fdd439a7b77d2b3929193-f1b9d80e3bf1254b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d90150396be94915b0b5d1904ecfb005", + "traceparent": "00-070281ce14fbc141b2ea455cf731ead1-33a4c4712a2f9244-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3fa79ab58a8e024a629d48a30ef24608", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13334,7 +13429,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:29:34 GMT", + "Date": "Thu, 15 Jun 2023 21:18:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13343,37 +13438,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d90150396be94915b0b5d1904ecfb005", - "x-ms-correlation-request-id": "49e0cc1b-6a78-488b-8de2-b65fb1f02bf0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "55ce3e97-ffe6-435a-8b50-6790cd4d3e74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T122935Z:49e0cc1b-6a78-488b-8de2-b65fb1f02bf0", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "3fa79ab58a8e024a629d48a30ef24608", + "x-ms-correlation-request-id": "228c4912-0836-4aa5-a988-f7e2059ad750", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "f886ef12-8c0b-43c8-bce3-7a7262980b6a", + "x-ms-routing-request-id": "EASTUS:20230615T211803Z:228c4912-0836-4aa5-a988-f7e2059ad750", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:48.1319526\u002B00:00", + "startTime": "2023-06-15T21:18:03.4156864\u002B00:00", "status": "InProgress", - "name": "27210782-8646-405a-b17b-c1c032ce9bff" + "name": "ac2893b8-c2f4-4d5c-a79d-22c49aac4ce9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/27210782-8646-405a-b17b-c1c032ce9bff?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ac2893b8-c2f4-4d5c-a79d-22c49aac4ce9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-83cbb913935fdd439a7b77d2b3929193-4dc796c9cce4a041-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "13300069462adcf95c221c3199e523b6", + "traceparent": "00-070281ce14fbc141b2ea455cf731ead1-e743de00177c8846-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "127f477ce36c5bf3d07da4a9f82b7e40", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 22 Mar 2023 12:30:07 GMT", + "Date": "Thu, 15 Jun 2023 21:18:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13382,375 +13477,496 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "13300069462adcf95c221c3199e523b6", - "x-ms-correlation-request-id": "3e341c7c-50b4-406a-ab56-b6b98c4f2b2a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "1533fb0a-a4a9-42ad-9e15-1cea50b3108e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T123007Z:3e341c7c-50b4-406a-ab56-b6b98c4f2b2a", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "127f477ce36c5bf3d07da4a9f82b7e40", + "x-ms-correlation-request-id": "e9525eab-67fe-4fdb-b7b7-8939e339c8c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "9aec1692-610b-4219-8b29-6e0bae90a115", + "x-ms-routing-request-id": "EASTUS:20230615T211804Z:e9525eab-67fe-4fdb-b7b7-8939e339c8c2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-22T12:26:48.1319526\u002B00:00", - "endTime": "2023-03-22T12:29:45.4410945\u002B00:00", - "status": "Succeeded", - "name": "27210782-8646-405a-b17b-c1c032ce9bff" + "startTime": "2023-06-15T21:18:03.4156864\u002B00:00", + "status": "InProgress", + "name": "ac2893b8-c2f4-4d5c-a79d-22c49aac4ce9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6218?api-version=**", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ac2893b8-c2f4-4d5c-a79d-22c49aac4ce9?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-92f9d539241fc3409092920c92aa6800-015e09e245717741-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e0072072ed5da18a144e91b6e51ee285", + "traceparent": "00-070281ce14fbc141b2ea455cf731ead1-0464f2f10382424f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ceb51ec7351e9e6ab8983de51353995b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 22 Mar 2023 12:30:13 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 21:18:04 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b24446d-5380-4aa5-89b7-df9562ddb5f9", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "9b24446d-5380-4aa5-89b7-df9562ddb5f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T123014Z:9b24446d-5380-4aa5-89b7-df9562ddb5f9" + "x-ms-client-request-id": "ceb51ec7351e9e6ab8983de51353995b", + "x-ms-correlation-request-id": "2b5a2fa5-7288-4c1b-bef1-b4c963e1e64f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "4e9cda7f-9c5f-4bec-a533-aeec45713f58", + "x-ms-routing-request-id": "EASTUS:20230615T211805Z:2b5a2fa5-7288-4c1b-bef1-b4c963e1e64f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T21:18:03.4156864\u002B00:00", + "status": "InProgress", + "name": "ac2893b8-c2f4-4d5c-a79d-22c49aac4ce9" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ac2893b8-c2f4-4d5c-a79d-22c49aac4ce9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-92f9d539241fc3409092920c92aa6800-93c907bd017ea749-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2d1e1a91cfc77ca8768efedbb443f73e", + "traceparent": "00-070281ce14fbc141b2ea455cf731ead1-ccac215372e1ff47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "56f543a8ecead10ea64c6e11e5a00a37", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 22 Mar 2023 12:30:14 GMT", + "Content-Length": "234", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 21:18:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7524c97d-c401-4c8a-8b53-afe5946aa970", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "7524c97d-c401-4c8a-8b53-afe5946aa970", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T123014Z:7524c97d-c401-4c8a-8b53-afe5946aa970" + "x-ms-client-request-id": "56f543a8ecead10ea64c6e11e5a00a37", + "x-ms-correlation-request-id": "722e1f44-cc64-41d3-bca0-13c6c8761c0c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "af9e1b01-f42d-49ae-b7c7-5cb4c86eb6a2", + "x-ms-routing-request-id": "EASTUS:20230615T211806Z:722e1f44-cc64-41d3-bca0-13c6c8761c0c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T21:18:03.4156864\u002B00:00", + "endTime": "2023-06-15T21:18:05.9400082\u002B00:00", + "status": "Succeeded", + "properties": { + "output": "success" + }, + "name": "ac2893b8-c2f4-4d5c-a79d-22c49aac4ce9" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc3007?api-version=2023-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-92f9d539241fc3409092920c92aa6800-5acce7b91017004a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8b5a973f964e4b3acd13893870c35230", + "traceparent": "00-30d41ac44462284095c66f5e0d870098-62329dfa5f872d4b-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "efdc071e773c46e9dce159d4a60e477d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c681ca33-b623-4172-a63d-601cfc46d793?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Wed, 22 Mar 2023 12:30:29 GMT", + "Date": "Thu, 15 Jun 2023 21:18:05 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c681ca33-b623-4172-a63d-601cfc46d793?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96167b7f-3029-485a-8de2-17c107f66d12", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "96167b7f-3029-485a-8de2-17c107f66d12", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T123030Z:96167b7f-3029-485a-8de2-17c107f66d12" + "x-ms-client-request-id": "efdc071e773c46e9dce159d4a60e477d", + "x-ms-correlation-request-id": "38796306-28e7-494b-abeb-6160976dc290", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "c681ca33-b623-4172-a63d-601cfc46d793", + "x-ms-routing-request-id": "EASTUS:20230615T211806Z:38796306-28e7-494b-abeb-6160976dc290", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c681ca33-b623-4172-a63d-601cfc46d793?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-92f9d539241fc3409092920c92aa6800-56cdee8061a99641-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cb25c69fb40006bd651a16ed28773f13", + "traceparent": "00-30d41ac44462284095c66f5e0d870098-59e22e31097c8946-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0cc6058daa77301e5aaf790993392b98", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 22 Mar 2023 12:30:45 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 21:18:06 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d9aa33d-d70c-4d5a-9708-c7bae7ad9df3", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "5d9aa33d-d70c-4d5a-9708-c7bae7ad9df3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T123045Z:5d9aa33d-d70c-4d5a-9708-c7bae7ad9df3" + "x-ms-client-request-id": "0cc6058daa77301e5aaf790993392b98", + "x-ms-correlation-request-id": "e4fb5497-c2b8-46ad-bd4f-669d9f73d528", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "56e17c09-f1a5-4115-9933-104d6d9a343b", + "x-ms-routing-request-id": "EASTUS:20230615T211806Z:e4fb5497-c2b8-46ad-bd4f-669d9f73d528", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T21:18:06.8931309\u002B00:00", + "status": "InProgress", + "name": "c681ca33-b623-4172-a63d-601cfc46d793" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c681ca33-b623-4172-a63d-601cfc46d793?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-92f9d539241fc3409092920c92aa6800-4d4db53641a5824a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b7873e2e2389fa7be0d360b446700bb3", + "traceparent": "00-30d41ac44462284095c66f5e0d870098-c18625cce9c27044-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9c2df105569ff602b101df584f167f83", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "0", - "Date": "Wed, 22 Mar 2023 12:31:00 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 21:18:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5fc0052f-04d6-49f7-960d-b21c9d0012aa", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "5fc0052f-04d6-49f7-960d-b21c9d0012aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T123101Z:5fc0052f-04d6-49f7-960d-b21c9d0012aa" + "x-ms-client-request-id": "9c2df105569ff602b101df584f167f83", + "x-ms-correlation-request-id": "05819870-711e-44d2-9e1b-f75ccaba9a24", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "6c2ef67d-1d12-4206-85da-ae1ae506eb56", + "x-ms-routing-request-id": "EASTUS:20230615T211808Z:05819870-711e-44d2-9e1b-f75ccaba9a24", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T21:18:06.8931309\u002B00:00", + "status": "InProgress", + "name": "c681ca33-b623-4172-a63d-601cfc46d793" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c681ca33-b623-4172-a63d-601cfc46d793?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-92f9d539241fc3409092920c92aa6800-422a375173a07749-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ed3cce3b2c1d8a3dda532534804c2256", + "traceparent": "00-30d41ac44462284095c66f5e0d870098-08673fc3774e424d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a04642283b4739062ad15a86ae4c47d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 22 Mar 2023 12:31:16 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 21:18:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23c99b0f-ebd8-4529-a5aa-0055b75e86da", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "23c99b0f-ebd8-4529-a5aa-0055b75e86da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T123117Z:23c99b0f-ebd8-4529-a5aa-0055b75e86da" + "x-ms-client-request-id": "a04642283b4739062ad15a86ae4c47d6", + "x-ms-correlation-request-id": "03a32ac2-66af-46cd-aa9e-6c11f7014242", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "e355a0ec-ed1d-4fb6-8b19-1cb7ecb4a6df", + "x-ms-routing-request-id": "EASTUS:20230615T211809Z:03a32ac2-66af-46cd-aa9e-6c11f7014242", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T21:18:06.8931309\u002B00:00", + "status": "InProgress", + "name": "c681ca33-b623-4172-a63d-601cfc46d793" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c681ca33-b623-4172-a63d-601cfc46d793?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-92f9d539241fc3409092920c92aa6800-32690e2caea95841-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "320975d49a3b7ba74a2aea2d5408c0f5", + "traceparent": "00-30d41ac44462284095c66f5e0d870098-19bd0546a4dafa46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d5cd8eb81c2b377803d05a75cac6e043", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 22 Mar 2023 12:31:32 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 21:18:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab34f05c-5582-4b9e-a1db-f664fd5fecd3", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "ab34f05c-5582-4b9e-a1db-f664fd5fecd3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T123132Z:ab34f05c-5582-4b9e-a1db-f664fd5fecd3" + "x-ms-client-request-id": "d5cd8eb81c2b377803d05a75cac6e043", + "x-ms-correlation-request-id": "3aad1785-2c1a-4b94-999b-102d13202f95", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "636476e7-bd21-4bc2-8daf-714f8d395956", + "x-ms-routing-request-id": "EASTUS:20230615T211810Z:3aad1785-2c1a-4b94-999b-102d13202f95", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T21:18:06.8931309\u002B00:00", + "status": "InProgress", + "name": "c681ca33-b623-4172-a63d-601cfc46d793" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c681ca33-b623-4172-a63d-601cfc46d793?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-92f9d539241fc3409092920c92aa6800-cee09a8a5e06a74b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5ab1620e513a02f600fcdd35fd477993", + "traceparent": "00-30d41ac44462284095c66f5e0d870098-abc5001a1140ed4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "50e0f62f8bf2ca51eaf471cefb7b4864", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 22 Mar 2023 12:31:47 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 21:18:12 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69bd715e-0909-4240-92b4-079f18872da3", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "69bd715e-0909-4240-92b4-079f18872da3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T123148Z:69bd715e-0909-4240-92b4-079f18872da3" + "x-ms-client-request-id": "50e0f62f8bf2ca51eaf471cefb7b4864", + "x-ms-correlation-request-id": "b2882107-b14e-4462-b39f-82368ab5a93b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "5316ffab-2cec-4d98-980c-6bb6cbb49eb3", + "x-ms-routing-request-id": "EASTUS:20230615T211812Z:b2882107-b14e-4462-b39f-82368ab5a93b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T21:18:06.8931309\u002B00:00", + "status": "InProgress", + "name": "c681ca33-b623-4172-a63d-601cfc46d793" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c681ca33-b623-4172-a63d-601cfc46d793?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-92f9d539241fc3409092920c92aa6800-4b22702c99e6414c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d1e009b0d966a07727c0a3f3411036d1", + "traceparent": "00-30d41ac44462284095c66f5e0d870098-070988cf9ea7724e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c1a008b9a9490c58ca0f9c77e0906e64", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 22 Mar 2023 12:32:05 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 21:18:16 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e95172fc-255a-4afa-81bb-86e5e3ca66c6", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "e95172fc-255a-4afa-81bb-86e5e3ca66c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T123205Z:e95172fc-255a-4afa-81bb-86e5e3ca66c6" + "x-ms-client-request-id": "c1a008b9a9490c58ca0f9c77e0906e64", + "x-ms-correlation-request-id": "ed2541db-71a7-447f-99bc-8ebe360847f8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "e53bbd8e-6596-49c8-916b-0237e6d277ae", + "x-ms-routing-request-id": "EASTUS:20230615T211816Z:ed2541db-71a7-447f-99bc-8ebe360847f8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T21:18:06.8931309\u002B00:00", + "status": "InProgress", + "name": "c681ca33-b623-4172-a63d-601cfc46d793" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c681ca33-b623-4172-a63d-601cfc46d793?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-92f9d539241fc3409092920c92aa6800-6fe9bedc1e0fa64a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1e253093c89a821b7f07313fbd717d02", + "traceparent": "00-30d41ac44462284095c66f5e0d870098-a8676670bc26ea4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b85616f0f76c2de33d03eb36aaa93b87", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 22 Mar 2023 12:32:37 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 21:18:24 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "919dbaff-9c9b-461f-a2b4-127bb4d0e761", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "919dbaff-9c9b-461f-a2b4-127bb4d0e761", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T123237Z:919dbaff-9c9b-461f-a2b4-127bb4d0e761" + "x-ms-client-request-id": "b85616f0f76c2de33d03eb36aaa93b87", + "x-ms-correlation-request-id": "1c8adf3f-b432-4bee-a452-03734315c171", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "36f27721-5e93-47e4-ba07-4a602e2e4f6c", + "x-ms-routing-request-id": "EASTUS:20230615T211824Z:1c8adf3f-b432-4bee-a452-03734315c171", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T21:18:06.8931309\u002B00:00", + "status": "InProgress", + "name": "c681ca33-b623-4172-a63d-601cfc46d793" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c681ca33-b623-4172-a63d-601cfc46d793?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-92f9d539241fc3409092920c92aa6800-1495ed2866754a41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4b7c57b0ef28358fea10327aae02c1f0", + "traceparent": "00-30d41ac44462284095c66f5e0d870098-7cfec0d735e89a47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c2bcf5881f2685fa9dd486e3eedae95a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 22 Mar 2023 12:33:09 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 21:18:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "13b6e041-c929-4d8c-b891-82e857ee7583", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "13b6e041-c929-4d8c-b891-82e857ee7583", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T123310Z:13b6e041-c929-4d8c-b891-82e857ee7583" + "x-ms-client-request-id": "c2bcf5881f2685fa9dd486e3eedae95a", + "x-ms-correlation-request-id": "83a8628f-41c6-4a88-bfbd-588f43a06ca8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "f43aed67-14a1-4117-b0ab-fd03f60d8003", + "x-ms-routing-request-id": "EASTUS:20230615T211840Z:83a8628f-41c6-4a88-bfbd-588f43a06ca8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T21:18:06.8931309\u002B00:00", + "status": "InProgress", + "name": "c681ca33-b623-4172-a63d-601cfc46d793" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MjE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c681ca33-b623-4172-a63d-601cfc46d793?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-92f9d539241fc3409092920c92aa6800-85c591283fd32b46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cda20cc65b22e8f8ed5d515ea838e3b5", + "traceparent": "00-30d41ac44462284095c66f5e0d870098-8bf4f716b0627d4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e4dd0d868f25c2f824728346be226220", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Wed, 22 Mar 2023 12:33:42 GMT", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 21:28:08 GMT", "Expires": "-1", "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d18e1324-5992-49e0-a935-3d94b5e939cc", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "d18e1324-5992-49e0-a935-3d94b5e939cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230322T123343Z:d18e1324-5992-49e0-a935-3d94b5e939cc" + "x-ms-client-request-id": "e4dd0d868f25c2f824728346be226220", + "x-ms-correlation-request-id": "aa390c17-a59e-4a8c-b354-e602db81b612", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "e749a598-8559-44aa-ac51-73ed3e6d2d7c", + "x-ms-routing-request-id": "EASTUS:20230615T212809Z:aa390c17-a59e-4a8c-b354-e602db81b612", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-15T21:18:06.8931309\u002B00:00", + "endTime": "2023-06-15T21:21:34.3373303\u002B00:00", + "status": "Succeeded", + "name": "c681ca33-b623-4172-a63d-601cfc46d793" + } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1019628913", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1375233406", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/UpdateSpaceAllocation()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/UpdateSpaceAllocation()Async.json index 0f19cb96f3e2..b1df5e82d209 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/UpdateSpaceAllocation()Async.json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageCacheResourceTest/UpdateSpaceAllocation()Async.json @@ -1,39 +1,40 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-baff24f45c888448b3cf756392c9a1d4-f5260ba6c7e7764d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "19ed02b9cfe4d286201f85711544098f", + "traceparent": "00-0d08f1f9ac22aa4db4dd1a9352b51c61-12a0072e60395149-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fb68281641c5e590e5ece8d73e9759d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Connection": "close", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:50:14 GMT", + "Date": "Thu, 15 Jun 2023 22:27:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8029c7d7-9c77-49d7-aeff-fe4bf2697bb3", + "x-ms-correlation-request-id": "4cb16c87-0940-420a-8c91-81bf7025a52e", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "8029c7d7-9c77-49d7-aeff-fe4bf2697bb3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125014Z:8029c7d7-9c77-49d7-aeff-fe4bf2697bb3" + "x-ms-request-id": "4cb16c87-0940-420a-8c91-81bf7025a52e", + "x-ms-routing-request-id": "EASTUS:20230615T222716Z:4cb16c87-0940-420a-8c91-81bf7025a52e" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,75 +44,76 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg5433?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-ff804e34c9f80d4fa51fd9ca5885f5f8-4e80048868665543-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "64755f5b27bc5338e678ac37f0551894", + "traceparent": "00-7364fc749dc8ff4e98bde64194a76818-c78b6488d4a91747-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "170f2b873c3cd4ab1060805c67c8db65", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:50:17 GMT", + "Date": "Thu, 15 Jun 2023 22:27:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36ee4e35-1127-4548-ac60-7c1dae08093f", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "36ee4e35-1127-4548-ac60-7c1dae08093f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125017Z:36ee4e35-1127-4548-ac60-7c1dae08093f" + "x-ms-correlation-request-id": "affeffb3-0885-4cab-a44d-803925b6a49d", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "affeffb3-0885-4cab-a44d-803925b6a49d", + "x-ms-routing-request-id": "EASTUS:20230615T222716Z:affeffb3-0885-4cab-a44d-803925b6a49d" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5433", - "name": "storagecachetestrg5433", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b3fda2e8cc05014196ab5419d42e0872-72a92cacd4174241-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5e4b44440d4522acc1ba4bcf9030b509", + "traceparent": "00-c46c2cfb63b3114f89daebac6fd5ac1b-e0c054a24fa35341-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0a0ed48889aa250159b61818cc9a9b81", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "146015", + "Content-Length": "156364", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:50:18 GMT", + "Date": "Thu, 15 Jun 2023 22:27:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50136e8c-e8f8-419b-b93d-9945df7b907f", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "50136e8c-e8f8-419b-b93d-9945df7b907f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125018Z:50136e8c-e8f8-419b-b93d-9945df7b907f" + "x-ms-correlation-request-id": "7ad1954c-555e-48a7-9006-a37c6a91a6d8", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "7ad1954c-555e-48a7-9006-a37c6a91a6d8", + "x-ms-routing-request-id": "EASTUS:20230615T222717Z:7ad1954c-555e-48a7-9006-a37c6a91a6d8" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -161,6 +163,10 @@ { "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" } ], "resourceTypes": [ @@ -203,9 +209,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -321,9 +332,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -439,9 +455,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -516,6 +537,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -540,6 +568,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -683,6 +719,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -726,9 +770,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -844,6 +893,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -868,6 +924,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -1011,6 +1075,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -1054,9 +1126,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1104,9 +1181,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1167,6 +1249,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -1191,6 +1280,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -1334,6 +1431,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -1377,9 +1482,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1495,9 +1605,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1558,9 +1673,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1633,9 +1753,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1707,9 +1832,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1779,9 +1909,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1897,9 +2032,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2015,9 +2155,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2114,9 +2259,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2200,9 +2350,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2283,9 +2438,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2401,9 +2561,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2481,6 +2646,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -2505,6 +2677,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -2648,6 +2828,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" @@ -2691,9 +2879,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2795,9 +2988,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2884,9 +3082,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2973,9 +3176,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3062,9 +3270,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3180,9 +3393,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3298,9 +3516,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3416,9 +3639,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3520,6 +3748,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -3544,6 +3779,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -3687,6 +3930,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "SupportsTags, SupportsLocation" @@ -3730,9 +3981,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3771,6 +4027,8 @@ "resourceType": "locations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3885,9 +4143,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4002,9 +4265,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4119,9 +4387,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4222,9 +4495,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4285,9 +4563,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4334,9 +4617,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4451,9 +4739,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4542,9 +4835,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4624,9 +4922,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4673,9 +4976,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4747,9 +5055,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4821,9 +5134,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4891,9 +5209,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4964,9 +5287,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5037,9 +5365,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5102,9 +5435,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5167,9 +5505,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5249,9 +5592,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5309,9 +5657,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5359,9 +5712,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5419,9 +5777,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5501,9 +5864,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5583,9 +5951,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5665,9 +6038,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5747,9 +6125,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6323,7 +6706,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6365,7 +6751,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6407,7 +6796,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6449,7 +6841,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6491,7 +6886,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6533,7 +6931,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6575,7 +6976,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6617,7 +7021,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6652,7 +7059,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6672,6 +7081,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6687,7 +7097,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6706,7 +7118,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6725,7 +7139,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6744,7 +7160,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6757,6 +7175,17 @@ "defaultApiVersion": "2018-08-01", "capabilities": "None" }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, { "resourceType": "trafficManagerUserMetricsKeys", "locations": [ @@ -6764,6 +7193,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2017-09-01-preview" @@ -6777,7 +7207,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6827,9 +7259,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6931,9 +7368,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7034,9 +7476,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7126,9 +7573,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7216,9 +7668,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7292,9 +7749,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7368,9 +7830,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7444,9 +7911,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7548,9 +8020,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7641,9 +8118,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7730,9 +8212,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7817,9 +8304,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7888,9 +8380,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7977,9 +8474,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8066,9 +8568,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8145,9 +8652,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8224,9 +8736,13 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8274,9 +8790,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8352,9 +8873,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8397,6 +8923,7 @@ "resourceType": "firewallPolicies", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8440,9 +8967,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8478,6 +9009,7 @@ "resourceType": "ipGroups", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8521,9 +9053,13 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8559,6 +9095,8 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8582,6 +9120,8 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8632,6 +9172,8 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8717,9 +9259,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8784,9 +9331,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8867,6 +9419,13 @@ "1" ] }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, { "location": "East Asia", "zones": [ @@ -8891,6 +9450,14 @@ "1" ] }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, { "location": "France Central", "zones": [ @@ -9034,6 +9601,14 @@ "2", "1" ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] } ], "capabilities": "SupportsTags, SupportsLocation" @@ -9077,9 +9652,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9155,9 +9735,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9234,9 +9819,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9313,9 +9903,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9378,9 +9973,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9469,9 +10069,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9513,155 +10118,29 @@ "capabilities": "SupportsTags, SupportsLocation" }, { - "resourceType": "frontdoorOperationResults", + "resourceType": "checkFrontdoorNameAvailability", "locations": [ - "global" + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" ], "apiVersions": [ - "2022-05-01", "2021-06-01", - "2020-11-01", "2020-07-01", "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "checkFrontdoorNameAvailability", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoors/frontendEndpoints", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", "2020-01-01", "2019-08-01", "2019-05-01", @@ -9671,37 +10150,6 @@ "defaultApiVersion": "2020-07-01", "capabilities": "None" }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, { "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ @@ -9732,33 +10180,6 @@ "defaultApiVersion": "2020-11-01", "capabilities": "None" }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, { "resourceType": "locations/bareMetalTenants", "locations": [ @@ -9798,9 +10219,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9877,9 +10303,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9920,6 +10351,7 @@ "resourceType": "virtualRouters", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -9963,9 +10395,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10001,6 +10437,7 @@ "resourceType": "networkVirtualAppliances", "locations": [ "Qatar Central", + "Poland Central", "Brazil Southeast", "West US 3", "Jio India West", @@ -10044,9 +10481,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10112,9 +10553,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10187,10 +10633,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10206,7 +10657,9 @@ "resourceType": "networkManagerConnections", "locations": [], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10265,7 +10718,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-02-01-preview", @@ -10322,10 +10778,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10384,10 +10845,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10446,7 +10912,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-06-01-preview" @@ -10501,10 +10970,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10562,10 +11036,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10580,6 +11059,8 @@ "resourceType": "networkVirtualApplianceSkus", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10643,9 +11124,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10699,9 +11185,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10715,76 +11206,325 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5433/providers/Microsoft.Network/virtualNetworks/scTestVNet-3685?api-version=2022-11-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "173", - "Content-Type": "application/json", - "traceparent": "00-b3fda2e8cc05014196ab5419d42e0872-44c163f1b3254742-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fd4d8cacb4dafdc656d99b2fc96ddcea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "scTestSubnet-9819", - "properties": { - "addressPrefix": "10.0.0.0/16" - } - } - ] - }, - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network/locations/eastus/operations/40c4157f-1f88-4dd2-94c4-b84096a1eb06?api-version=2022-11-01", - "Cache-Control": "no-cache", - "Content-Length": "1279", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:50:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "74103358-6ef9-4fbf-ae09-37670daf9e73", - "x-ms-client-request-id": "fd4d8cacb4dafdc656d99b2fc96ddcea", - "x-ms-correlation-request-id": "6330f0ac-505c-4a5a-907f-eeb91216f6aa", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "40c4157f-1f88-4dd2-94c4-b84096a1eb06", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125025Z:6330f0ac-505c-4a5a-907f-eeb91216f6aa" + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2823?api-version=2023-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-c46c2cfb63b3114f89daebac6fd5ac1b-b3cdde0319a7f54a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a359cedd7cd9ea9464c0337d1d1083f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-5341", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/37cda235-a6e3-4eb4-939a-fde04d503b85?api-version=2023-04-01", + "Cache-Control": "no-cache", + "Content-Length": "1016", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 22:27:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "7b035a7e-0c45-467d-abbf-a34cc1ba3ef8", + "x-ms-client-request-id": "a359cedd7cd9ea9464c0337d1d1083f6", + "x-ms-correlation-request-id": "7ee7597f-1ea7-48ee-9f01-696e6ba75981", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "37cda235-a6e3-4eb4-939a-fde04d503b85", + "x-ms-routing-request-id": "EASTUS:20230615T222720Z:7ee7597f-1ea7-48ee-9f01-696e6ba75981" }, "ResponseBody": { - "name": "scTestVNet-3685", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5433/providers/Microsoft.Network/virtualNetworks/scTestVNet-3685", - "etag": "W/\u0022706ebcc9-ef14-4fe2-9a3e-6f9a55752875\u0022", + "name": "scTestVNet-2823", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2823", + "etag": "W/\u00221d7a9741-a379-44cc-bfba-d434f766a471\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Updating", - "resourceGuid": "4ef538f0-b107-4f46-a094-6ef8effb053c", + "resourceGuid": "149ca185-76d0-43de-af4f-1b4fc86fabdc", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -10792,9 +11532,9 @@ }, "subnets": [ { - "name": "scTestSubnet-9819", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5433/providers/Microsoft.Network/virtualNetworks/scTestVNet-3685/subnets/scTestSubnet-9819", - "etag": "W/\u0022706ebcc9-ef14-4fe2-9a3e-6f9a55752875\u0022", + "name": "scTestSubnet-5341", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2823/subnets/scTestSubnet-5341", + "etag": "W/\u00221d7a9741-a379-44cc-bfba-d434f766a471\u0022", "properties": { "provisioningState": "Updating", "addressPrefix": "10.0.0.0/16", @@ -10811,22 +11551,22 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network/locations/eastus/operations/40c4157f-1f88-4dd2-94c4-b84096a1eb06?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/37cda235-a6e3-4eb4-939a-fde04d503b85?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b3fda2e8cc05014196ab5419d42e0872-767ebb58c646cc48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "086c4b3be7dd905d7e4d086b717d5954", + "traceparent": "00-c46c2cfb63b3114f89daebac6fd5ac1b-5770c1b05f39cf40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "96fe47cba1860c6e3f23a6e955830849", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "30", + "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:50:25 GMT", + "Date": "Thu, 15 Jun 2023 22:27:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "10", @@ -10836,34 +11576,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8a2354fc-d8fd-4ab7-b8a3-387f13f6d4bc", - "x-ms-client-request-id": "086c4b3be7dd905d7e4d086b717d5954", - "x-ms-correlation-request-id": "111f9df4-5529-4fc8-bda3-807c55bf76ef", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "eb38b2ad-6a9b-44aa-ae63-ee6a8d266863", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125025Z:111f9df4-5529-4fc8-bda3-807c55bf76ef" + "x-ms-arm-service-request-id": "38e332ad-a75d-4af0-81e2-d90b2a4dae4d", + "x-ms-client-request-id": "96fe47cba1860c6e3f23a6e955830849", + "x-ms-correlation-request-id": "61d012d5-afee-450a-a8c4-284d1648aee0", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "0314a6b2-697d-4af4-9afb-82ad50a9fe0e", + "x-ms-routing-request-id": "EASTUS:20230615T222720Z:61d012d5-afee-450a-a8c4-284d1648aee0" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.Network/locations/eastus/operations/40c4157f-1f88-4dd2-94c4-b84096a1eb06?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/37cda235-a6e3-4eb4-939a-fde04d503b85?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b3fda2e8cc05014196ab5419d42e0872-7ea2876abf753049-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "be6f61dd32e5abf95cf5edd53d2d63ac", + "traceparent": "00-c46c2cfb63b3114f89daebac6fd5ac1b-e41f6eb7d4f9884a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7d1e22339ac9bc0868cc67c32976f31c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:50:35 GMT", + "Date": "Thu, 15 Jun 2023 22:27:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10872,35 +11612,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ac6489c1-dba2-4313-b3c8-404a97bc442d", - "x-ms-client-request-id": "be6f61dd32e5abf95cf5edd53d2d63ac", - "x-ms-correlation-request-id": "5e315550-9d85-4a31-9893-c1651bc337a6", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "8b53001e-71de-46d6-8210-1ddff359a47d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125036Z:5e315550-9d85-4a31-9893-c1651bc337a6" + "x-ms-arm-service-request-id": "162b08da-23b1-44e8-8d26-b0076dbcff38", + "x-ms-client-request-id": "7d1e22339ac9bc0868cc67c32976f31c", + "x-ms-correlation-request-id": "ff72d11c-1a22-43e4-95d3-dd0d23f92c3c", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "dd193faf-7e93-4a77-80a5-f485afaa4cd6", + "x-ms-routing-request-id": "EASTUS:20230615T222730Z:ff72d11c-1a22-43e4-95d3-dd0d23f92c3c" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5433/providers/Microsoft.Network/virtualNetworks/scTestVNet-3685?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2823?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b3fda2e8cc05014196ab5419d42e0872-c3662e15689d1e4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7df494bdd401780d73bb04c1f8c4e593", + "traceparent": "00-c46c2cfb63b3114f89daebac6fd5ac1b-02f9b47cc214684f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d6b1710cec12596fe0c4c1557a7c37b8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1281", + "Content-Length": "1018", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:50:36 GMT", - "ETag": "W/\u0022394c3c8b-32e4-4653-aa9c-0dd2876e7584\u0022", + "Date": "Thu, 15 Jun 2023 22:27:30 GMT", + "ETag": "W/\u00222ed018d3-da9f-4d6a-b75f-9924bb462bd5\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10909,22 +11649,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ca0fdf0f-1943-4e00-abdf-39f6ae861eca", - "x-ms-client-request-id": "7df494bdd401780d73bb04c1f8c4e593", - "x-ms-correlation-request-id": "f77afded-9b77-4ed9-b0f8-59ebb2de4250", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "7acf2a8f-ce26-43ec-a85c-704a2cd70311", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125037Z:f77afded-9b77-4ed9-b0f8-59ebb2de4250" + "x-ms-arm-service-request-id": "4c1de4dc-ad7a-4e2a-8e9b-59609ac48501", + "x-ms-client-request-id": "d6b1710cec12596fe0c4c1557a7c37b8", + "x-ms-correlation-request-id": "5ac8c870-7127-44f8-bc36-c20186721608", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "417f7326-ceac-483e-bd43-5b959cd957c7", + "x-ms-routing-request-id": "EASTUS:20230615T222730Z:5ac8c870-7127-44f8-bc36-c20186721608" }, "ResponseBody": { - "name": "scTestVNet-3685", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5433/providers/Microsoft.Network/virtualNetworks/scTestVNet-3685", - "etag": "W/\u0022394c3c8b-32e4-4653-aa9c-0dd2876e7584\u0022", + "name": "scTestVNet-2823", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2823", + "etag": "W/\u00222ed018d3-da9f-4d6a-b75f-9924bb462bd5\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "4ef538f0-b107-4f46-a094-6ef8effb053c", + "resourceGuid": "149ca185-76d0-43de-af4f-1b4fc86fabdc", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -10932,9 +11672,9 @@ }, "subnets": [ { - "name": "scTestSubnet-9819", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5433/providers/Microsoft.Network/virtualNetworks/scTestVNet-3685/subnets/scTestSubnet-9819", - "etag": "W/\u0022394c3c8b-32e4-4653-aa9c-0dd2876e7584\u0022", + "name": "scTestSubnet-5341", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2823/subnets/scTestSubnet-5341", + "etag": "W/\u00222ed018d3-da9f-4d6a-b75f-9924bb462bd5\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/16", @@ -10951,16 +11691,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg5433/providers/Microsoft.StorageCache/caches/testsc6612?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7779?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "295", "Content-Type": "application/json", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-9be8200b4fef2c41-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "39bb22ab5d3a082152c0abe7fa885350", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-e5e9d824b8261d42-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d5ea090e362a31f83e412eba39abe2c9", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -10971,7 +11711,7 @@ "location": "eastus", "properties": { "cacheSizeGB": 3072, - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5433/providers/Microsoft.Network/virtualNetworks/scTestVNet-3685/subnets/scTestSubnet-9819", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2823/subnets/scTestSubnet-5341", "zones": [ "1" ] @@ -10979,11 +11719,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "1995", + "Content-Length": "1968", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:50:42 GMT", + "Date": "Thu, 15 Jun 2023 22:27:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10992,17 +11732,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "39bb22ab5d3a082152c0abe7fa885350", - "x-ms-correlation-request-id": "0fe8864c-ec8f-4f55-b027-24b9195e9fc9", + "x-ms-client-request-id": "d5ea090e362a31f83e412eba39abe2c9", + "x-ms-correlation-request-id": "a2004a5d-45b7-445c-af44-417abcd207ed", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "29a94ffa-582d-443d-8ad5-e6086ca44185", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125043Z:0fe8864c-ec8f-4f55-b027-24b9195e9fc9", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "49ae9b03-208b-4474-ab8e-eb44107e623b", + "x-ms-routing-request-id": "EASTUS:20230615T222732Z:a2004a5d-45b7-445c-af44-417abcd207ed", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc6612", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5433/providers/Microsoft.StorageCache/caches/testsc6612", + "name": "testsc7779", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7779", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -11034,19 +11774,18 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Transitioning", "statusDescription": "The cache is being allocated." }, "provisioningState": "Creating", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5433/providers/Microsoft.Network/virtualNetworks/scTestVNet-3685/subnets/scTestSubnet-9819", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2823/subnets/scTestSubnet-5341", "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T12:50:42.1742051Z", + "lastFirmwareUpdate": "2023-06-15T22:27:31.1943527Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -11055,23 +11794,23 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T12:50:39.6267129Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-15T22:27:30.9804136Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T12:50:39.6267129Z" + "lastModifiedAt": "2023-06-15T22:27:30.9804136Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-5de7d3847b36b347-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1a2959102a72607273eb2b4028257eeb", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-eddd2235cdd6c242-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "20b4af941e8cd5f2798097d1beb51f34", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11080,7 +11819,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:50:44 GMT", + "Date": "Thu, 15 Jun 2023 22:27:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11089,28 +11828,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a2959102a72607273eb2b4028257eeb", - "x-ms-correlation-request-id": "f047f55c-269e-4559-8f46-bc8e108e434c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "bdb8c26b-0455-4a6e-8c78-ecf0ae6166c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125045Z:f047f55c-269e-4559-8f46-bc8e108e434c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "20b4af941e8cd5f2798097d1beb51f34", + "x-ms-correlation-request-id": "21627fc2-41f1-4ec0-b5d6-f9f551e02837", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "fa475134-1777-4c97-aa5e-f7003a96aa8f", + "x-ms-routing-request-id": "EASTUS:20230615T222732Z:21627fc2-41f1-4ec0-b5d6-f9f551e02837", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-05aa4160939bc941-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9cd7b3680816cf0aceb2e54412f7da1a", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-4db5c1205ed33b4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f025f7e2539fdce6d2a2236599f4578b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11119,7 +11858,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:50:46 GMT", + "Date": "Thu, 15 Jun 2023 22:27:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11128,28 +11867,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9cd7b3680816cf0aceb2e54412f7da1a", - "x-ms-correlation-request-id": "a225c466-b486-4ce0-ab11-5cf7fb78c92e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "d8f3202d-702d-48c2-a0af-8e4cdd4fbcf3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125046Z:a225c466-b486-4ce0-ab11-5cf7fb78c92e", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "f025f7e2539fdce6d2a2236599f4578b", + "x-ms-correlation-request-id": "eb7a2e48-b9d6-44cf-840f-6aff2c20c386", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "26603423-d5f2-4804-bb01-93c8f71bfc68", + "x-ms-routing-request-id": "EASTUS:20230615T222733Z:eb7a2e48-b9d6-44cf-840f-6aff2c20c386", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-9904412626a65f4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a0d7130c385fbfdee94d6a9db012df2e", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-927882abf4b8cd46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8a2541ffc1f6113c97076a509a6589fc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11158,7 +11897,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:50:47 GMT", + "Date": "Thu, 15 Jun 2023 22:27:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11167,28 +11906,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a0d7130c385fbfdee94d6a9db012df2e", - "x-ms-correlation-request-id": "ee3eb15c-4a07-4e70-a9e6-5b159ae1c9d5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "04b8a42d-6af3-47e9-852e-9b0db4d632b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125047Z:ee3eb15c-4a07-4e70-a9e6-5b159ae1c9d5", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "8a2541ffc1f6113c97076a509a6589fc", + "x-ms-correlation-request-id": "51785f8c-4357-4b9f-9232-d0cd93e2a03f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "2ac35ecf-771f-4f4c-a6e4-94400b3b0ad1", + "x-ms-routing-request-id": "EASTUS:20230615T222734Z:51785f8c-4357-4b9f-9232-d0cd93e2a03f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-cbbe2d8661aec34d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7ac15f77176007814f594bbf452e4e7b", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-defa7934dd2ff543-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e12268a4518d414dc8d84ee9fa8d3c84", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11197,7 +11936,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:50:49 GMT", + "Date": "Thu, 15 Jun 2023 22:27:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11206,28 +11945,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ac15f77176007814f594bbf452e4e7b", - "x-ms-correlation-request-id": "235e1477-22d5-4a9d-ab23-f8bcd5e05d24", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "3e958739-2713-4ef0-86a2-6d54cbafbc42", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125049Z:235e1477-22d5-4a9d-ab23-f8bcd5e05d24", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "e12268a4518d414dc8d84ee9fa8d3c84", + "x-ms-correlation-request-id": "29c3f93d-de69-4a34-a2e8-975de2a5f9d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "a670a086-43e8-447b-bf43-493d5e37b756", + "x-ms-routing-request-id": "EASTUS:20230615T222735Z:29c3f93d-de69-4a34-a2e8-975de2a5f9d9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-da43ff50f58ec646-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "15341111de4e308cd517b3c99e6d1ebc", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-b184684ceda1034c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7cd10b289590203ebb135998e896416d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11236,7 +11975,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:50:51 GMT", + "Date": "Thu, 15 Jun 2023 22:27:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11245,28 +11984,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "15341111de4e308cd517b3c99e6d1ebc", - "x-ms-correlation-request-id": "3ca74b72-b007-4389-97f2-4a3b8bc79841", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "25fe573c-fa8f-4152-9588-d6739bf199cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125051Z:3ca74b72-b007-4389-97f2-4a3b8bc79841", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "7cd10b289590203ebb135998e896416d", + "x-ms-correlation-request-id": "6adbdfa5-6dbe-4b7d-a0e5-b87522de2c09", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "c5c0f153-7ec2-4666-b9e8-7e434955f296", + "x-ms-routing-request-id": "EASTUS:20230615T222737Z:6adbdfa5-6dbe-4b7d-a0e5-b87522de2c09", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-57f88a800701c04d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b2ccb6d26036f5b991cf5005ec1e7abb", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-37f35701a180e540-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "30c0261976d2adfef4e4c21d7352170a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11275,7 +12014,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:50:55 GMT", + "Date": "Thu, 15 Jun 2023 22:27:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11284,28 +12023,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2ccb6d26036f5b991cf5005ec1e7abb", - "x-ms-correlation-request-id": "67fff355-c40e-402f-abd4-0ce10ac0d94f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "b5b1c6e4-cb78-4c0e-8962-520a781a131e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125056Z:67fff355-c40e-402f-abd4-0ce10ac0d94f", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "30c0261976d2adfef4e4c21d7352170a", + "x-ms-correlation-request-id": "73ff526a-b579-433c-8848-1a871597a58f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "99cc3035-9ec9-4ab8-a27d-73eb97df9a85", + "x-ms-routing-request-id": "EASTUS:20230615T222741Z:73ff526a-b579-433c-8848-1a871597a58f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-25e9ef9cc26dee43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9f8ceeffcade99e0d391a54863b869e2", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-5ea1115b1ee9e848-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8f27e5ca0d930f6c29012679f7b55832", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11314,7 +12053,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:51:03 GMT", + "Date": "Thu, 15 Jun 2023 22:27:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11323,28 +12062,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f8ceeffcade99e0d391a54863b869e2", - "x-ms-correlation-request-id": "c47d55e0-782a-47f5-99b9-948fa6e6f46b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "0bb10bab-403b-4f8c-8d2a-0fbadf0561a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125104Z:c47d55e0-782a-47f5-99b9-948fa6e6f46b", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "8f27e5ca0d930f6c29012679f7b55832", + "x-ms-correlation-request-id": "44c8a935-34bb-4a13-ad11-9bf58a87720d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "a90a62e2-afb1-4933-a6a2-04437f882564", + "x-ms-routing-request-id": "EASTUS:20230615T222749Z:44c8a935-34bb-4a13-ad11-9bf58a87720d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-efde8a76f96b054f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8eec8f3b9b61b045573e837e8d8743b6", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-0c72e3b0dbadf042-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d3d0e0960cccb2b20d2487acd320ac68", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11353,7 +12092,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:51:20 GMT", + "Date": "Thu, 15 Jun 2023 22:28:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11362,28 +12101,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8eec8f3b9b61b045573e837e8d8743b6", - "x-ms-correlation-request-id": "0b00353b-0714-41ca-ae24-fb397add78ac", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "c9062018-a073-4711-a15d-351e837bf405", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125120Z:0b00353b-0714-41ca-ae24-fb397add78ac", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "d3d0e0960cccb2b20d2487acd320ac68", + "x-ms-correlation-request-id": "d9a13b8e-1eaa-40a2-a135-6011d5f1e5d8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "87f51409-d5cc-49a4-833b-117f89431621", + "x-ms-routing-request-id": "EASTUS:20230615T222805Z:d9a13b8e-1eaa-40a2-a135-6011d5f1e5d8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-b6e383af228d4446-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "afc9f79d7fe008ded633dfa5bb7191d9", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-75674558c1e05f47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "03cd4ffcb26e0cd9bab006d04f85b63e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11392,7 +12131,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:51:52 GMT", + "Date": "Thu, 15 Jun 2023 22:28:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11401,28 +12140,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "afc9f79d7fe008ded633dfa5bb7191d9", - "x-ms-correlation-request-id": "d0c3ff1f-750d-4f61-8f65-7e9147ffcf50", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "1c2edf7f-68e4-4077-b58f-9973080071a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125153Z:d0c3ff1f-750d-4f61-8f65-7e9147ffcf50", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "03cd4ffcb26e0cd9bab006d04f85b63e", + "x-ms-correlation-request-id": "dc8a16d7-db15-4a34-a1ad-537ee7641b41", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "96e5346c-003b-4fa3-b7f5-25a73aa92fa4", + "x-ms-routing-request-id": "EASTUS:20230615T222837Z:dc8a16d7-db15-4a34-a1ad-537ee7641b41", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-15058a32a0609449-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5dc96d65eb32635aa9db489f46610b4c", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-c80ea27c61174d48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9387908b4382bd3d3375816f85bf3c09", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11431,7 +12170,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:52:24 GMT", + "Date": "Thu, 15 Jun 2023 22:29:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11440,28 +12179,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5dc96d65eb32635aa9db489f46610b4c", - "x-ms-correlation-request-id": "3c0f2b2c-398e-4979-8c6a-d0e4623f2afd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "55de1289-cf29-4210-933c-d289f73f3cba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125225Z:3c0f2b2c-398e-4979-8c6a-d0e4623f2afd", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "9387908b4382bd3d3375816f85bf3c09", + "x-ms-correlation-request-id": "6c650f61-7506-47f2-9aa4-a468a67a2150", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "8c4d9bfb-111c-497e-9dc8-611e1f918611", + "x-ms-routing-request-id": "EASTUS:20230615T222909Z:6c650f61-7506-47f2-9aa4-a468a67a2150", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-2c97f0aba6e6fb41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6cabee4dbaeebb01b1e4b82dbc9ff5e6", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-4022d7a86ca58c4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a87cbd5555e7e4c307c3181b05e26287", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11470,7 +12209,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:52:57 GMT", + "Date": "Thu, 15 Jun 2023 22:29:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11479,28 +12218,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6cabee4dbaeebb01b1e4b82dbc9ff5e6", - "x-ms-correlation-request-id": "1eb52684-aff2-424b-a08a-fd0f1f68214a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "7e7c7af8-cd3d-4642-b5a7-258497455e3c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125257Z:1eb52684-aff2-424b-a08a-fd0f1f68214a", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "a87cbd5555e7e4c307c3181b05e26287", + "x-ms-correlation-request-id": "e203d26b-a978-4419-9553-bc9181154fe1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "5ee33c8d-09b3-4dab-9d2b-6df92839a76a", + "x-ms-routing-request-id": "EASTUS:20230615T222941Z:e203d26b-a978-4419-9553-bc9181154fe1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-e665fa4898c3e248-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2019aaace6bdb1849d660605363ec175", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-08bd51df1df4f648-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4220496d1999b9e6120fcff9306a87fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11509,7 +12248,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:53:29 GMT", + "Date": "Thu, 15 Jun 2023 22:30:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11518,28 +12257,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2019aaace6bdb1849d660605363ec175", - "x-ms-correlation-request-id": "71082993-62f5-4e1f-a1ef-1e1c5d0ba8f4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "0a08d91d-0d37-42e3-a0c0-f47b69380df1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125330Z:71082993-62f5-4e1f-a1ef-1e1c5d0ba8f4", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "4220496d1999b9e6120fcff9306a87fb", + "x-ms-correlation-request-id": "bc8814f5-4d43-43c0-9d6a-4be79e207150", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "5cc7737f-78f6-4871-9013-1a1eb1cbca55", + "x-ms-routing-request-id": "EASTUS:20230615T223013Z:bc8814f5-4d43-43c0-9d6a-4be79e207150", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-433ea9851f73c24f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cc57932825c5abea6b0dab4d332ca709", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-f117e3d65e37f441-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "927afd740e083657cca28bbe2a21b850", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11548,7 +12287,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:54:02 GMT", + "Date": "Thu, 15 Jun 2023 22:30:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11557,28 +12296,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc57932825c5abea6b0dab4d332ca709", - "x-ms-correlation-request-id": "95940f0c-1450-4d2f-8bc2-d0d3316b7707", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "b36f9231-93be-4dfe-ac52-e52af659abd9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125402Z:95940f0c-1450-4d2f-8bc2-d0d3316b7707", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "927afd740e083657cca28bbe2a21b850", + "x-ms-correlation-request-id": "2b862bd6-87d9-47c8-b2d0-d9c400e6f682", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "20e329d5-d4e7-42a8-a2bf-64064436d09a", + "x-ms-routing-request-id": "EASTUS:20230615T223046Z:2b862bd6-87d9-47c8-b2d0-d9c400e6f682", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-74bb6aa2343a2646-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9cf361e5eb48668e6af9ce88b4fc8472", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-757dd7e90445d84e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3c01f912f99f3c6fd7c396d785cab39c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11587,7 +12326,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:54:34 GMT", + "Date": "Thu, 15 Jun 2023 22:31:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11596,28 +12335,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9cf361e5eb48668e6af9ce88b4fc8472", - "x-ms-correlation-request-id": "60f48462-bc31-4ff5-8fcb-efbe58285080", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "79467fa3-5e94-4ecd-9e69-be5ed3944548", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125434Z:60f48462-bc31-4ff5-8fcb-efbe58285080", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "3c01f912f99f3c6fd7c396d785cab39c", + "x-ms-correlation-request-id": "c56123db-cefd-4cae-adb3-db9e19d842ef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "072ed29f-c6f6-439b-92d4-2365d41eedbd", + "x-ms-routing-request-id": "EASTUS:20230615T223118Z:c56123db-cefd-4cae-adb3-db9e19d842ef", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-5285e94cd56df049-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2904422329488620bf6db4af3a377e70", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-8b5f9d38e9d7f34e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "07a71d3cd0675f7ff1ea76f78d278ff0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11626,7 +12365,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:55:07 GMT", + "Date": "Thu, 15 Jun 2023 22:31:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11635,29 +12374,29 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2904422329488620bf6db4af3a377e70", - "x-ms-correlation-request-id": "f9038edb-64a1-4768-b48b-8c3f6e451bb9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "dde9e4ae-5654-4371-b4e3-e807a3b50124", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125507Z:f9038edb-64a1-4768-b48b-8c3f6e451bb9", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "07a71d3cd0675f7ff1ea76f78d278ff0", + "x-ms-correlation-request-id": "2a7c0d36-2832-4878-8cdd-1f1110f8e033", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "90b46ea4-b6cb-4e0d-a536-216eb24c6ed2", + "x-ms-routing-request-id": "EASTUS:20230615T223150Z:2a7c0d36-2832-4878-8cdd-1f1110f8e033", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", "Connection": "close", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-651508d15237bb40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d520fcbe244a3d2d04f162cc5762f76f", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-1b1e67344790e34c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "36e67f574b687b5b8e3eba45787fb101", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11667,7 +12406,7 @@ "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:55:40 GMT", + "Date": "Thu, 15 Jun 2023 22:32:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11676,28 +12415,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d520fcbe244a3d2d04f162cc5762f76f", - "x-ms-correlation-request-id": "9f643607-68f2-4527-ba13-babec0130c0c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "dc622c2b-083c-4a22-85cb-4da3ce15ea91", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125540Z:9f643607-68f2-4527-ba13-babec0130c0c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "36e67f574b687b5b8e3eba45787fb101", + "x-ms-correlation-request-id": "70ab897a-3150-466c-bff6-aada0bce302b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "af7b85e7-6989-4a5a-b68e-169fc21213a7", + "x-ms-routing-request-id": "EASTUS:20230615T223222Z:70ab897a-3150-466c-bff6-aada0bce302b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-a26ec1022dc5444b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f02a38887e27bcc1416cddda37df2b33", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-da60bf493930ee4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0c82efefb17a41e87aa14ab58378aeb0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11706,7 +12445,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:56:14 GMT", + "Date": "Thu, 15 Jun 2023 22:32:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11715,28 +12454,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f02a38887e27bcc1416cddda37df2b33", - "x-ms-correlation-request-id": "4df976af-14da-4987-b5ed-3e6fece349dc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "0c82efefb17a41e87aa14ab58378aeb0", + "x-ms-correlation-request-id": "3910a69f-a094-4ad6-a763-278aa5d19f41", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "b915df52-68a7-4313-87c7-df91968c02e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125615Z:4df976af-14da-4987-b5ed-3e6fece349dc", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "964798c1-2459-4710-9ce2-6db5ffc67486", + "x-ms-routing-request-id": "EASTUS:20230615T223254Z:3910a69f-a094-4ad6-a763-278aa5d19f41", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-1272ace83bdc3141-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b7c95d7aafdcfe2815c72556c6532f5c", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-d169476eab78ee4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0680a5337de3f033c12b79291639e771", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11745,7 +12484,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:56:47 GMT", + "Date": "Thu, 15 Jun 2023 22:33:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11754,28 +12493,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b7c95d7aafdcfe2815c72556c6532f5c", - "x-ms-correlation-request-id": "672b7331-2e5d-4b2f-b237-4e33bfdfd12e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "0680a5337de3f033c12b79291639e771", + "x-ms-correlation-request-id": "a8a2aa79-b9fc-4819-bbe7-2a1be5c71bd6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "94a01cd4-6d2a-4875-87f8-652409e01d3c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125648Z:672b7331-2e5d-4b2f-b237-4e33bfdfd12e", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "8a425f66-a28a-41fe-847d-ce2591e817ce", + "x-ms-routing-request-id": "EASTUS:20230615T223326Z:a8a2aa79-b9fc-4819-bbe7-2a1be5c71bd6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-2007cefdc10a654f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "022644758d0c40493a6394dd47520624", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-17c102503217cf40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9e07743882a4a67596a5bcc700a6f816", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11784,7 +12523,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:57:19 GMT", + "Date": "Thu, 15 Jun 2023 22:33:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11793,106 +12532,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "022644758d0c40493a6394dd47520624", - "x-ms-correlation-request-id": "f53591d4-1bb1-4ca3-b6f2-7df41753e0ab", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-client-request-id": "9e07743882a4a67596a5bcc700a6f816", + "x-ms-correlation-request-id": "22610845-3dfd-4132-b21f-9031e1f1ee61", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "4b300096-a5ae-43af-803b-549b7d95f8c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125720Z:f53591d4-1bb1-4ca3-b6f2-7df41753e0ab", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", - "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-54796520d74a2743-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fa512fc53f99d993102cdb60596af5ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:57:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa512fc53f99d993102cdb60596af5ed", - "x-ms-correlation-request-id": "fdb74531-c803-44ad-8068-a49ab5cf399c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "f1fc3b02-cf5f-475c-a1fe-8a0efe4ad127", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125752Z:fdb74531-c803-44ad-8068-a49ab5cf399c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", - "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-810813a62b7a8247-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f264803d29b9ed2614887c781b4ab6c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:58:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f264803d29b9ed2614887c781b4ab6c2", - "x-ms-correlation-request-id": "6687538b-0293-4928-91f2-29bd78688ee2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "c311058e-3b7e-428b-b0cf-a9f5b372c6e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125825Z:6687538b-0293-4928-91f2-29bd78688ee2", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "b7246efb-fcc1-425c-b55a-ff6c49204028", + "x-ms-routing-request-id": "EASTUS:20230615T223358Z:22610845-3dfd-4132-b21f-9031e1f1ee61", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-149a172193634b4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "979100c1340235c3b14df1e0b2e8e7d0", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-388d70eb33fb7f4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d2110a90aaff711dbb914a4e38bf2b40", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11901,7 +12562,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:58:56 GMT", + "Date": "Thu, 15 Jun 2023 22:34:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11910,28 +12571,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "979100c1340235c3b14df1e0b2e8e7d0", - "x-ms-correlation-request-id": "4cec7b4c-6b9d-46f8-8072-29914a6e1661", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "0a78fc55-e094-4676-a4d5-614cf75fce7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125857Z:4cec7b4c-6b9d-46f8-8072-29914a6e1661", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "d2110a90aaff711dbb914a4e38bf2b40", + "x-ms-correlation-request-id": "6e2412ad-9b72-4eaf-950c-becd9369c7bb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "bbb3a64b-5c7d-42d1-ab28-5961df93de4a", + "x-ms-routing-request-id": "EASTUS:20230615T223430Z:6e2412ad-9b72-4eaf-950c-becd9369c7bb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-fbf66a48cf77e841-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c6a0a66e13ed9c6b0964e510c31abdc6", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-2d5add6c3ff45e4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0e7cd8ba1070b10b30da6f3ec16cef1b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11940,7 +12601,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 12:59:29 GMT", + "Date": "Thu, 15 Jun 2023 22:35:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11949,28 +12610,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6a0a66e13ed9c6b0964e510c31abdc6", - "x-ms-correlation-request-id": "1f99c4ad-283d-4618-a413-1ae20d187c46", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "45261923-76d3-4d81-9479-64f1a3fcad9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T125929Z:1f99c4ad-283d-4618-a413-1ae20d187c46", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "0e7cd8ba1070b10b30da6f3ec16cef1b", + "x-ms-correlation-request-id": "74d1d79a-704b-4046-a9ab-298b2d9533f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "a6586af5-4132-4100-86cc-a140610923f4", + "x-ms-routing-request-id": "EASTUS:20230615T223502Z:74d1d79a-704b-4046-a9ab-298b2d9533f3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-bf9cc84fb4837044-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "589e18755ed908ebbd2e416c38463b2b", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-61b0d89c50e66642-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0b99623315288d725695e31338266ed6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11979,7 +12640,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:00:01 GMT", + "Date": "Thu, 15 Jun 2023 22:35:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11988,28 +12649,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "589e18755ed908ebbd2e416c38463b2b", - "x-ms-correlation-request-id": "e9bfe087-613d-4532-9a8a-6e9c3042d524", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "05b256cb-8860-4eef-a6dd-a9c3d935d5d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130002Z:e9bfe087-613d-4532-9a8a-6e9c3042d524", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "0b99623315288d725695e31338266ed6", + "x-ms-correlation-request-id": "d7356281-255d-4e4c-8c16-3ecc5559778b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "10862bde-7c47-4175-bb68-58c590f96961", + "x-ms-routing-request-id": "EASTUS:20230615T223534Z:d7356281-255d-4e4c-8c16-3ecc5559778b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-fdab6b33988cdc4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "740aaca1f0aaaed595f48d9d4fb27296", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-a183b67aa3701147-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "280d7b7ae92a80a5ff60a1253bdfb04e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12018,7 +12679,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:00:34 GMT", + "Date": "Thu, 15 Jun 2023 22:36:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12027,28 +12688,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "740aaca1f0aaaed595f48d9d4fb27296", - "x-ms-correlation-request-id": "916d586c-1aa2-4894-bb82-877db8bc27c6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "b0020dd0-a757-4f5f-a3a0-2a90d7e9da5b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130034Z:916d586c-1aa2-4894-bb82-877db8bc27c6", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "280d7b7ae92a80a5ff60a1253bdfb04e", + "x-ms-correlation-request-id": "e026d29c-ba3a-4dfe-84ce-8bc921bd8b51", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "a37eac5f-90fe-4a79-bd0b-29df075afe77", + "x-ms-routing-request-id": "EASTUS:20230615T223606Z:e026d29c-ba3a-4dfe-84ce-8bc921bd8b51", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-b29380917238f443-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "996a2a8f8e4a0ff6bb9708bed2ff63c2", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-9d32651fb5145644-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d51a2fa11f26a41866eeb7da2cf7790a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12057,7 +12718,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:01:06 GMT", + "Date": "Thu, 15 Jun 2023 22:36:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12066,39 +12727,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "996a2a8f8e4a0ff6bb9708bed2ff63c2", - "x-ms-correlation-request-id": "57023e1e-fd26-4ab7-9cfe-270759c33997", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "b5650b01-84eb-4684-88cf-34cb145f5282", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130106Z:57023e1e-fd26-4ab7-9cfe-270759c33997", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "d51a2fa11f26a41866eeb7da2cf7790a", + "x-ms-correlation-request-id": "e6579700-4866-4bd3-a04f-42eb8533a9f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "876ab6bb-48c0-4b6b-b2a3-7385cd412e3c", + "x-ms-routing-request-id": "EASTUS:20230615T223638Z:e6579700-4866-4bd3-a04f-42eb8533a9f0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-4dab1a9506ebea49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "166fba294810851c43f0c3e4d04db90b", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-1eaf6b20e8d69c47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "45c3996cc75f4af0bd190bc8744d5277", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:01:39 GMT", + "Date": "Thu, 15 Jun 2023 22:37:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12107,28 +12766,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "166fba294810851c43f0c3e4d04db90b", - "x-ms-correlation-request-id": "6bf730e5-6b13-4310-85bd-dbd5006724e5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "06a66dd2-f227-42d6-8322-bafe23210ce9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130139Z:6bf730e5-6b13-4310-85bd-dbd5006724e5", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "45c3996cc75f4af0bd190bc8744d5277", + "x-ms-correlation-request-id": "fc55fd2c-979d-4a9d-b1ac-264eb1909cf5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "85401955-bae0-41ff-8f68-2738499195fa", + "x-ms-routing-request-id": "EASTUS:20230615T223710Z:fc55fd2c-979d-4a9d-b1ac-264eb1909cf5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-197deb63678f9442-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0ddcaabba1db12e1b6fab912e716db96", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-0f3d15a2cd961243-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "087195e4980b5ab06368c23c32cb5307", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12137,7 +12796,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:02:13 GMT", + "Date": "Thu, 15 Jun 2023 22:37:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12146,37 +12805,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ddcaabba1db12e1b6fab912e716db96", - "x-ms-correlation-request-id": "ed313ea6-daf6-470c-afb7-311e47718a1b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "d6e9c844-4941-4bcb-8f53-c52f01eb3e22", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130214Z:ed313ea6-daf6-470c-afb7-311e47718a1b", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "087195e4980b5ab06368c23c32cb5307", + "x-ms-correlation-request-id": "a68b6793-84e7-4f52-ba25-29cfdff70fda", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "1e5a58f7-85eb-44e5-af74-a121ff86d7e9", + "x-ms-routing-request-id": "EASTUS:20230615T223742Z:a68b6793-84e7-4f52-ba25-29cfdff70fda", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", "status": "InProgress", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29a94ffa-582d-443d-8ad5-e6086ca44185?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/49ae9b03-208b-4474-ab8e-eb44107e623b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-632dad517b95fb44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9473ca915c4346850ee55559cb113e6d", + "Connection": "close", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-1c6c9d044d4b2e46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a2b997e66b1bdaee3fd0180d134f3018", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "183", + "Connection": "close", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:02:46 GMT", + "Date": "Thu, 15 Jun 2023 22:38:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12185,38 +12846,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9473ca915c4346850ee55559cb113e6d", - "x-ms-correlation-request-id": "4e453d6e-eb22-4338-a2f1-0c82b41827f4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "0cb3859c-2e22-4243-90cb-fb44aff931ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130246Z:4e453d6e-eb22-4338-a2f1-0c82b41827f4", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "a2b997e66b1bdaee3fd0180d134f3018", + "x-ms-correlation-request-id": "2e896ebe-d789-4aa2-a493-a185df9015d5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "10ab5fbe-12da-4b6a-b747-1bd2501d3320", + "x-ms-routing-request-id": "EASTUS:20230615T223815Z:2e896ebe-d789-4aa2-a493-a185df9015d5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T12:50:42.0335736\u002B00:00", - "endTime": "2023-03-23T13:02:36.826253\u002B00:00", + "startTime": "2023-06-15T22:27:31.0381007\u002B00:00", + "endTime": "2023-06-15T22:38:13.1210197\u002B00:00", "status": "Succeeded", - "name": "29a94ffa-582d-443d-8ad5-e6086ca44185" + "name": "49ae9b03-208b-4474-ab8e-eb44107e623b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg5433/providers/Microsoft.StorageCache/caches/testsc6612?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7779?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-13cae59259b71a498fdcb50207f2c929-bc34224bb6173d41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2702fddd562287e7d85c60158f099d2d", + "traceparent": "00-e3fe38f2f3010645aa9189ac2a4121ae-d88c535d19a52449-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "97f5409b7086d3fee869e2f704b417f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2208", + "Content-Length": "2181", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:02:47 GMT", + "Date": "Thu, 15 Jun 2023 22:38:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12225,17 +12886,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2702fddd562287e7d85c60158f099d2d", - "x-ms-correlation-request-id": "bc1c3711-5c10-40fb-ac23-9261c68f072f", + "x-ms-client-request-id": "97f5409b7086d3fee869e2f704b417f1", + "x-ms-correlation-request-id": "b8c3e18b-7370-45b2-b18d-5e218e46b63c", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;117", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "56b5b98f-dee7-4638-b53d-898a8aeb8a7b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130248Z:bc1c3711-5c10-40fb-ac23-9261c68f072f", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "ac6e4cdf-0903-4d94-b973-65b9f0b13202", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223816Z:b8c3e18b-7370-45b2-b18d-5e218e46b63c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc6612", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5433/providers/Microsoft.StorageCache/caches/testsc6612", + "name": "testsc7779", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7779", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12272,7 +12933,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12285,12 +12945,12 @@ "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5433/providers/Microsoft.Network/virtualNetworks/scTestVNet-3685/subnets/scTestSubnet-9819", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2823/subnets/scTestSubnet-5341", "upgradeStatus": { - "currentFirmwareVersion": "2023.02.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-23T12:50:42.1742051Z", + "lastFirmwareUpdate": "2023-06-15T22:27:31.1943527Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -12299,26 +12959,26 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T12:50:39.6267129Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-15T22:27:30.9804136Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T12:50:39.6267129Z" + "lastModifiedAt": "2023-06-15T22:27:30.9804136Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg5433/providers/Microsoft.StorageCache/caches/testsc6612/storageTargets/storagetarget8708?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7779/storageTargets/storagetarget7159?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "113", "Content-Type": "application/json", - "traceparent": "00-bce2114cfe920542ba45a1dd4e68ecb9-821fec21a1b3e54d-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d905532dc825245f95fff54b8847a4bc", + "traceparent": "00-f2bde36e6df06443809bdd5898413a4a-332143dfca8a7f45-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "94dce1045bb0a67997c93a80a3461338", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -12333,11 +12993,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ab4a57e-879e-427f-be66-dc05cf7a0b05?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1c46d603-18b2-42e4-9709-3b9a1500aec1?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "918", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:02:48 GMT", + "Date": "Thu, 15 Jun 2023 22:38:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12346,17 +13006,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d905532dc825245f95fff54b8847a4bc", - "x-ms-correlation-request-id": "c973b3d9-5af6-40c3-a79d-80c94c388e7d", + "x-ms-client-request-id": "94dce1045bb0a67997c93a80a3461338", + "x-ms-correlation-request-id": "0008a6d1-ecd0-4ee0-9f6e-c3f722b0544c", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "1ab4a57e-879e-427f-be66-dc05cf7a0b05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130249Z:c973b3d9-5af6-40c3-a79d-80c94c388e7d", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "1c46d603-18b2-42e4-9709-3b9a1500aec1", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223816Z:0008a6d1-ecd0-4ee0-9f6e-c3f722b0544c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget8708", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5433/providers/Microsoft.StorageCache/caches/testsc6612/storageTargets/storagetarget8708", + "name": "storagetarget7159", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7779/storageTargets/storagetarget7159", "type": "Microsoft.StorageCache/caches/storageTargets", "location": "eastus", "properties": { @@ -12372,32 +13032,32 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T13:02:48.6302446Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-15T22:38:16.6041731Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T13:02:48.6302446Z" + "lastModifiedAt": "2023-06-15T22:38:16.6041731Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ab4a57e-879e-427f-be66-dc05cf7a0b05?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1c46d603-18b2-42e4-9709-3b9a1500aec1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bce2114cfe920542ba45a1dd4e68ecb9-7adc0e0f15cb7b46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "be9e4428943834b8a3028d57f13b5014", + "traceparent": "00-f2bde36e6df06443809bdd5898413a4a-58c152f589122948-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6e0f47268453e4ea7bf1eea7c4524522", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:02:49 GMT", + "Date": "Thu, 15 Jun 2023 22:38:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12406,37 +13066,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "be9e4428943834b8a3028d57f13b5014", - "x-ms-correlation-request-id": "cfc1f099-3cd3-42da-9b4b-a1c68a588d1a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "2d10b871-6a87-4a77-aa6c-39e71be93cf6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130249Z:cfc1f099-3cd3-42da-9b4b-a1c68a588d1a", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "6e0f47268453e4ea7bf1eea7c4524522", + "x-ms-correlation-request-id": "c728b872-a8ff-4c43-9891-9a87604e98ae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "69bea633-7579-41c9-b889-9ac0c3f8bfff", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223816Z:c728b872-a8ff-4c43-9891-9a87604e98ae", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:02:48.982584\u002B00:00", + "startTime": "2023-06-15T22:38:16.6991175\u002B00:00", "status": "InProgress", - "name": "1ab4a57e-879e-427f-be66-dc05cf7a0b05" + "name": "1c46d603-18b2-42e4-9709-3b9a1500aec1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ab4a57e-879e-427f-be66-dc05cf7a0b05?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1c46d603-18b2-42e4-9709-3b9a1500aec1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bce2114cfe920542ba45a1dd4e68ecb9-742e5e5d6f07854d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d44459bb19b3b9601822ed69e163b4de", + "traceparent": "00-f2bde36e6df06443809bdd5898413a4a-fbaa68cb53ecda4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "135bbfce1b25820a6b44aef7a8f0afc2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:02:50 GMT", + "Date": "Thu, 15 Jun 2023 22:38:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12445,37 +13105,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d44459bb19b3b9601822ed69e163b4de", - "x-ms-correlation-request-id": "35673194-1f4d-4802-8532-54fc51d063ec", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "f2cbf8fe-5ee8-444c-a2d7-ee41a4093187", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130250Z:35673194-1f4d-4802-8532-54fc51d063ec", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "135bbfce1b25820a6b44aef7a8f0afc2", + "x-ms-correlation-request-id": "35cb723b-1a51-4a08-8aa2-9a38dfbd5e66", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "d39b3162-35d5-4013-9eb0-1dc22a7b9699", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223818Z:35cb723b-1a51-4a08-8aa2-9a38dfbd5e66", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:02:48.982584\u002B00:00", + "startTime": "2023-06-15T22:38:16.6991175\u002B00:00", "status": "InProgress", - "name": "1ab4a57e-879e-427f-be66-dc05cf7a0b05" + "name": "1c46d603-18b2-42e4-9709-3b9a1500aec1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ab4a57e-879e-427f-be66-dc05cf7a0b05?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1c46d603-18b2-42e4-9709-3b9a1500aec1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bce2114cfe920542ba45a1dd4e68ecb9-1205d89f436a894a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4323aefbe6a9b7837cb56fb1e6e3f1b0", + "traceparent": "00-f2bde36e6df06443809bdd5898413a4a-d41536e3c6c9624a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5b5a813ea53625e4b60d5aca93ced493", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:02:51 GMT", + "Date": "Thu, 15 Jun 2023 22:38:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12484,37 +13144,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4323aefbe6a9b7837cb56fb1e6e3f1b0", - "x-ms-correlation-request-id": "deedbae6-068f-4cfa-b052-44cb42a9b139", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "5fc79520-f0c0-4eb0-adfd-4130cfb20a87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130252Z:deedbae6-068f-4cfa-b052-44cb42a9b139", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "5b5a813ea53625e4b60d5aca93ced493", + "x-ms-correlation-request-id": "e7591968-e3c3-48f1-9555-a751359a7805", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "185cdbd4-ef91-411a-8bbc-452b451584b7", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223819Z:e7591968-e3c3-48f1-9555-a751359a7805", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:02:48.982584\u002B00:00", + "startTime": "2023-06-15T22:38:16.6991175\u002B00:00", "status": "InProgress", - "name": "1ab4a57e-879e-427f-be66-dc05cf7a0b05" + "name": "1c46d603-18b2-42e4-9709-3b9a1500aec1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ab4a57e-879e-427f-be66-dc05cf7a0b05?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1c46d603-18b2-42e4-9709-3b9a1500aec1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bce2114cfe920542ba45a1dd4e68ecb9-988dba8ac2524247-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1640d26b2f730e94e4e4a516a64f5340", + "traceparent": "00-f2bde36e6df06443809bdd5898413a4a-9251d7c4d030724b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "38b98f73777a0b933d8d030ed5f33c8a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:02:53 GMT", + "Date": "Thu, 15 Jun 2023 22:38:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12523,37 +13183,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1640d26b2f730e94e4e4a516a64f5340", - "x-ms-correlation-request-id": "b36f97a8-2be3-4edc-ab5c-2d41e0648c0f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "a6b130c6-788e-4b32-b77f-336607fa050e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130253Z:b36f97a8-2be3-4edc-ab5c-2d41e0648c0f", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "38b98f73777a0b933d8d030ed5f33c8a", + "x-ms-correlation-request-id": "e903498c-db0c-4fcc-acd5-b8ea5dada2a3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "53ca9b2e-3302-465f-a32c-e4e872b6c63a", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223820Z:e903498c-db0c-4fcc-acd5-b8ea5dada2a3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:02:48.982584\u002B00:00", + "startTime": "2023-06-15T22:38:16.6991175\u002B00:00", "status": "InProgress", - "name": "1ab4a57e-879e-427f-be66-dc05cf7a0b05" + "name": "1c46d603-18b2-42e4-9709-3b9a1500aec1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ab4a57e-879e-427f-be66-dc05cf7a0b05?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1c46d603-18b2-42e4-9709-3b9a1500aec1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bce2114cfe920542ba45a1dd4e68ecb9-145ebddd91a08c4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "435caf4d0c18d56ad68d58fda9aed335", + "traceparent": "00-f2bde36e6df06443809bdd5898413a4a-280b68dd78aa7741-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "42682c41eaf829ecda355c18c13fef9c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:02:55 GMT", + "Date": "Thu, 15 Jun 2023 22:38:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12562,37 +13222,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "435caf4d0c18d56ad68d58fda9aed335", - "x-ms-correlation-request-id": "e3bb5b8a-446c-4a27-955f-f66281da3efb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "26fea270-5cde-4074-bbbd-dc90c0a1e08a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130255Z:e3bb5b8a-446c-4a27-955f-f66281da3efb", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "42682c41eaf829ecda355c18c13fef9c", + "x-ms-correlation-request-id": "28918ad6-774c-401c-b680-2016be5eac5b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "4e436b73-c63a-4343-81a3-878fdb2369d9", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223822Z:28918ad6-774c-401c-b680-2016be5eac5b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:02:48.982584\u002B00:00", + "startTime": "2023-06-15T22:38:16.6991175\u002B00:00", "status": "InProgress", - "name": "1ab4a57e-879e-427f-be66-dc05cf7a0b05" + "name": "1c46d603-18b2-42e4-9709-3b9a1500aec1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ab4a57e-879e-427f-be66-dc05cf7a0b05?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1c46d603-18b2-42e4-9709-3b9a1500aec1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bce2114cfe920542ba45a1dd4e68ecb9-b15af8bfe846fb4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0ffd3d309d22cb6a19145fc5406d102d", + "traceparent": "00-f2bde36e6df06443809bdd5898413a4a-d95789d19cc38347-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "19831a707636c647ed4f1da9a2d54fc3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:02:59 GMT", + "Date": "Thu, 15 Jun 2023 22:38:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12601,37 +13261,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ffd3d309d22cb6a19145fc5406d102d", - "x-ms-correlation-request-id": "b7c181d9-240f-435f-ab50-4265d12627a0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "3a574bf2-9330-4df2-a1a7-66d8315fd6ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130300Z:b7c181d9-240f-435f-ab50-4265d12627a0", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "19831a707636c647ed4f1da9a2d54fc3", + "x-ms-correlation-request-id": "a0b9f728-f85d-43c7-a437-f97554e666c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "ed8847a9-1270-4dc8-96a2-c5afe7bb81aa", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223826Z:a0b9f728-f85d-43c7-a437-f97554e666c9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:02:48.982584\u002B00:00", + "startTime": "2023-06-15T22:38:16.6991175\u002B00:00", "status": "InProgress", - "name": "1ab4a57e-879e-427f-be66-dc05cf7a0b05" + "name": "1c46d603-18b2-42e4-9709-3b9a1500aec1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ab4a57e-879e-427f-be66-dc05cf7a0b05?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1c46d603-18b2-42e4-9709-3b9a1500aec1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bce2114cfe920542ba45a1dd4e68ecb9-8ef8901c507cde41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "37632f62ae875e97676a40e5d7966435", + "traceparent": "00-f2bde36e6df06443809bdd5898413a4a-8b842a4d0ddd7245-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6688cfd09166899ba3905d441a7a49fd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:03:07 GMT", + "Date": "Thu, 15 Jun 2023 22:38:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12640,37 +13300,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "37632f62ae875e97676a40e5d7966435", - "x-ms-correlation-request-id": "32dd74ca-96f9-42d7-bc4a-2db8d90cc7df", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "e2d371c1-b6b5-447a-bcfd-6a130cb49e67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130308Z:32dd74ca-96f9-42d7-bc4a-2db8d90cc7df", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "6688cfd09166899ba3905d441a7a49fd", + "x-ms-correlation-request-id": "7735c0cc-0a53-406d-9469-169a1d700150", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "bb887c1c-a434-4256-8d47-ab6960734aad", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223834Z:7735c0cc-0a53-406d-9469-169a1d700150", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:02:48.982584\u002B00:00", + "startTime": "2023-06-15T22:38:16.6991175\u002B00:00", "status": "InProgress", - "name": "1ab4a57e-879e-427f-be66-dc05cf7a0b05" + "name": "1c46d603-18b2-42e4-9709-3b9a1500aec1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1ab4a57e-879e-427f-be66-dc05cf7a0b05?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1c46d603-18b2-42e4-9709-3b9a1500aec1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bce2114cfe920542ba45a1dd4e68ecb9-180f82cf8d0b3b40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "68e570114451b01d44902904ada59569", + "traceparent": "00-f2bde36e6df06443809bdd5898413a4a-ff03fd2429b0f048-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ba9e679e226fca53e4a254a9cc428704", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "183", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:03:24 GMT", + "Date": "Thu, 15 Jun 2023 22:38:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12679,29 +13339,29 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "68e570114451b01d44902904ada59569", - "x-ms-correlation-request-id": "aa880f17-7bae-4f37-ac08-5dcf8511aee6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "3795e4ce-918e-4e0f-94df-a8e2c4d97254", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130324Z:aa880f17-7bae-4f37-ac08-5dcf8511aee6", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "ba9e679e226fca53e4a254a9cc428704", + "x-ms-correlation-request-id": "39c34896-2292-4e6b-9795-d9f8f1de1208", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "a9760837-1b3b-415e-a138-aeb45a593c3e", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223850Z:39c34896-2292-4e6b-9795-d9f8f1de1208", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:02:48.982584\u002B00:00", - "endTime": "2023-03-23T13:03:20.8115848\u002B00:00", + "startTime": "2023-06-15T22:38:16.6991175\u002B00:00", + "endTime": "2023-06-15T22:38:47.3234313\u002B00:00", "status": "Succeeded", - "name": "1ab4a57e-879e-427f-be66-dc05cf7a0b05" + "name": "1c46d603-18b2-42e4-9709-3b9a1500aec1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg5433/providers/Microsoft.StorageCache/caches/testsc6612/storageTargets/storagetarget8708?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7779/storageTargets/storagetarget7159?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bce2114cfe920542ba45a1dd4e68ecb9-4c49b0926f6bfc46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7a9b2a7c9b4a82ada69ea7b75d85f483", + "traceparent": "00-f2bde36e6df06443809bdd5898413a4a-1801159c23fe324a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f14799e688b7df367ff975a61903ab73", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12710,7 +13370,7 @@ "Cache-Control": "no-cache", "Content-Length": "920", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:03:25 GMT", + "Date": "Thu, 15 Jun 2023 22:38:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12719,17 +13379,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a9b2a7c9b4a82ada69ea7b75d85f483", - "x-ms-correlation-request-id": "b9c792c2-2ee6-45a6-a12e-2abb102aff97", + "x-ms-client-request-id": "f14799e688b7df367ff975a61903ab73", + "x-ms-correlation-request-id": "bd872380-c6df-4ae3-b8f5-0183710365a8", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "a9a8712c-3d27-470f-a8df-8ebbda5e7b0d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130325Z:b9c792c2-2ee6-45a6-a12e-2abb102aff97", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "65dd2b88-4667-494f-b279-a4f5e5720fda", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223850Z:bd872380-c6df-4ae3-b8f5-0183710365a8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget8708", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5433/providers/Microsoft.StorageCache/caches/testsc6612/storageTargets/storagetarget8708", + "name": "storagetarget7159", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7779/storageTargets/storagetarget7159", "type": "Microsoft.StorageCache/caches/storageTargets", "location": "eastus", "properties": { @@ -12745,37 +13405,37 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T13:02:48.6302446Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-15T22:38:16.6041731Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T13:02:48.6302446Z" + "lastModifiedAt": "2023-06-15T22:38:16.6041731Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg5433/providers/Microsoft.StorageCache/caches/testsc6612/spaceAllocation?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7779/spaceAllocation?api-version=2023-05-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "57", "Content-Type": "application/json", - "traceparent": "00-7aa76620153c7241871ecab3936039cf-ec6bccad8c49134b-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cfb32aafa8871ddb11b3f3f78492b1c1", + "traceparent": "00-840d96705ad1f9468140e5bfd58be92d-3188260c3b42e045-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3a0b20059437ae537bbd82c33cf2bd60", "x-ms-return-client-request-id": "true" }, - "RequestBody": "[{\u0022name\u0022:\u0022storagetarget8708\u0022,\u0022allocationPercentage\u0022:100}]", + "RequestBody": "[{\u0022name\u0022:\u0022storagetarget7159\u0022,\u0022allocationPercentage\u0022:100}]", "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a0b2d6a7-4a48-4d4f-8a97-e758e2493753?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a3178c1c-3ce6-4cb9-a3f8-0970eb2fdf87?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 13:03:26 GMT", + "Date": "Thu, 15 Jun 2023 22:38:50 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a0b2d6a7-4a48-4d4f-8a97-e758e2493753?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a3178c1c-3ce6-4cb9-a3f8-0970eb2fdf87?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -12783,24 +13443,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cfb32aafa8871ddb11b3f3f78492b1c1", - "x-ms-correlation-request-id": "fa509c89-1ebb-4a04-8694-4e40bf771b7f", + "x-ms-client-request-id": "3a0b20059437ae537bbd82c33cf2bd60", + "x-ms-correlation-request-id": "c469e2ab-66d5-4357-815c-049bf9b83f19", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/UpdateSpaceAllocation1Min;59", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "a0b2d6a7-4a48-4d4f-8a97-e758e2493753", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130326Z:fa509c89-1ebb-4a04-8694-4e40bf771b7f", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-request-id": "a3178c1c-3ce6-4cb9-a3f8-0970eb2fdf87", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223851Z:c469e2ab-66d5-4357-815c-049bf9b83f19", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a0b2d6a7-4a48-4d4f-8a97-e758e2493753?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a3178c1c-3ce6-4cb9-a3f8-0970eb2fdf87?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7aa76620153c7241871ecab3936039cf-2754097f5c251449-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8254a69cc5f2d4e14f7e6897a8b6fe13", + "traceparent": "00-840d96705ad1f9468140e5bfd58be92d-57b8da6ff3ad3e4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "aca3e1f64c3751cc469976f90672a28d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12809,7 +13469,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:03:26 GMT", + "Date": "Thu, 15 Jun 2023 22:38:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12818,28 +13478,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8254a69cc5f2d4e14f7e6897a8b6fe13", - "x-ms-correlation-request-id": "91af103c-07c3-4b7f-8873-e48cc1d708d4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "b0150620-1a6f-48bd-8ebb-896c7077b733", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130326Z:91af103c-07c3-4b7f-8873-e48cc1d708d4", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "aca3e1f64c3751cc469976f90672a28d", + "x-ms-correlation-request-id": "6ace0321-ca0c-4498-8ac3-14e2830429ed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "4250cfbd-1433-48c8-ab26-95254d6959f0", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223851Z:6ace0321-ca0c-4498-8ac3-14e2830429ed", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:03:25.9217505\u002B00:00", + "startTime": "2023-06-15T22:38:51.0272141\u002B00:00", "status": "InProgress", - "name": "a0b2d6a7-4a48-4d4f-8a97-e758e2493753" + "name": "a3178c1c-3ce6-4cb9-a3f8-0970eb2fdf87" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a0b2d6a7-4a48-4d4f-8a97-e758e2493753?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a3178c1c-3ce6-4cb9-a3f8-0970eb2fdf87?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7aa76620153c7241871ecab3936039cf-549f7d0e6b2ba748-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "85e1e6ed471bc5883f3d0c25e62881ab", + "traceparent": "00-840d96705ad1f9468140e5bfd58be92d-94c0cb71ba1ef047-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bf9d143b2aa5ad3fd9f50a7859dc00ce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12848,7 +13508,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:03:28 GMT", + "Date": "Thu, 15 Jun 2023 22:38:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12857,28 +13517,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "85e1e6ed471bc5883f3d0c25e62881ab", - "x-ms-correlation-request-id": "8450bf80-0372-4905-b5f2-6208617e1cec", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "fab66d7c-707d-4b28-af7e-ab264d3644fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130328Z:8450bf80-0372-4905-b5f2-6208617e1cec", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "bf9d143b2aa5ad3fd9f50a7859dc00ce", + "x-ms-correlation-request-id": "9a8c29c1-0437-423e-b137-04fc452f16e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "0ea70628-e8f3-4d35-88b8-cc2dd9aa4294", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223852Z:9a8c29c1-0437-423e-b137-04fc452f16e2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:03:25.9217505\u002B00:00", + "startTime": "2023-06-15T22:38:51.0272141\u002B00:00", "status": "InProgress", - "name": "a0b2d6a7-4a48-4d4f-8a97-e758e2493753" + "name": "a3178c1c-3ce6-4cb9-a3f8-0970eb2fdf87" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a0b2d6a7-4a48-4d4f-8a97-e758e2493753?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a3178c1c-3ce6-4cb9-a3f8-0970eb2fdf87?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7aa76620153c7241871ecab3936039cf-4fd8568efa3c7f45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dd5a33602e3e10cef6955d7c8253cd0c", + "traceparent": "00-840d96705ad1f9468140e5bfd58be92d-bd28ae22773dfa41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5acda10b114ebb298c0c3999e14c0ebe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12887,7 +13547,7 @@ "Cache-Control": "no-cache", "Content-Length": "234", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:03:29 GMT", + "Date": "Thu, 15 Jun 2023 22:38:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12896,281 +13556,29 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dd5a33602e3e10cef6955d7c8253cd0c", - "x-ms-correlation-request-id": "d3ec6909-7217-4738-8fae-727e3f0a7f3c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "19506f4e-239f-4b1b-83bf-0a59e223be26", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130329Z:d3ec6909-7217-4738-8fae-727e3f0a7f3c", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" + "x-ms-client-request-id": "5acda10b114ebb298c0c3999e14c0ebe", + "x-ms-correlation-request-id": "46dc8dd0-aa8a-4897-accf-6335451e0c3a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "bd2f3554-c088-4327-9198-3e6adf236f21", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223853Z:46dc8dd0-aa8a-4897-accf-6335451e0c3a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T13:03:25.9217505\u002B00:00", - "endTime": "2023-03-23T13:03:28.6717705\u002B00:00", + "startTime": "2023-06-15T22:38:51.0272141\u002B00:00", + "endTime": "2023-06-15T22:38:53.0282926\u002B00:00", "status": "Succeeded", "properties": { "output": "success" }, - "name": "a0b2d6a7-4a48-4d4f-8a97-e758e2493753" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg5433/providers/Microsoft.StorageCache/caches/testsc6612?api-version=2023-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-4734b99425859b4083b01b0e3c935122-dbbaeaf9b2c0324c-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b5c5ad63cc8455a31e8f43b4b8bbed26", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eaec21dd-0381-458a-b404-afa9cd7bef3e?api-version=2023-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 13:03:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eaec21dd-0381-458a-b404-afa9cd7bef3e?monitor=true\u0026api-version=2023-01-01", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b5c5ad63cc8455a31e8f43b4b8bbed26", - "x-ms-correlation-request-id": "9fa11753-9e74-4eae-90d3-bde98f0341fe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "eaec21dd-0381-458a-b404-afa9cd7bef3e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130330Z:9fa11753-9e74-4eae-90d3-bde98f0341fe", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eaec21dd-0381-458a-b404-afa9cd7bef3e?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4734b99425859b4083b01b0e3c935122-e134e9ea640be642-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c57f36a7581d42b1d8069eb23c1c6a12", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:03:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c57f36a7581d42b1d8069eb23c1c6a12", - "x-ms-correlation-request-id": "9fe5c02e-e61a-4800-8521-5e4870bd29e5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "ced475e4-fc1c-429c-bbd0-c9856b679dee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130333Z:9fe5c02e-e61a-4800-8521-5e4870bd29e5", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T13:03:30.1874203\u002B00:00", - "status": "InProgress", - "name": "eaec21dd-0381-458a-b404-afa9cd7bef3e" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eaec21dd-0381-458a-b404-afa9cd7bef3e?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4734b99425859b4083b01b0e3c935122-e48875ab9b764d4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b844574cb4f931c395a2e4566127d3fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:03:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b844574cb4f931c395a2e4566127d3fd", - "x-ms-correlation-request-id": "6bd5178e-7dea-4162-a8fc-48af4671e88a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "81cd9fd3-2394-48b7-9270-b2d49d93b8b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130334Z:6bd5178e-7dea-4162-a8fc-48af4671e88a", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T13:03:30.1874203\u002B00:00", - "status": "InProgress", - "name": "eaec21dd-0381-458a-b404-afa9cd7bef3e" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg5433?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-37bbc89261dd0247a01c3119f08a696e-2bcb91ca5fafe44e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7436bcfc215bbed517d18f86ea0b42eb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 13:03:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDMzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d71d5802-a229-4b40-924a-6548e053bc2e", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "d71d5802-a229-4b40-924a-6548e053bc2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130335Z:d71d5802-a229-4b40-924a-6548e053bc2e" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDMzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-37bbc89261dd0247a01c3119f08a696e-1c45b3f5574d174c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9461ac9a9ed5f340724e307a745ae0b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 13:03:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDMzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bfbaa47e-ecc5-4afa-abc1-5c86e8e49180", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "bfbaa47e-ecc5-4afa-abc1-5c86e8e49180", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130335Z:bfbaa47e-ecc5-4afa-abc1-5c86e8e49180" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eaec21dd-0381-458a-b404-afa9cd7bef3e?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4734b99425859b4083b01b0e3c935122-67b5254963a8794b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e738a033b73ecf86882b697a53670420", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:03:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e738a033b73ecf86882b697a53670420", - "x-ms-correlation-request-id": "a71e93e6-9121-4cfd-babf-9d52d80227fc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "74cabeaf-00e1-42fb-b5c6-8e9d81cdcf84", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130336Z:a71e93e6-9121-4cfd-babf-9d52d80227fc", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T13:03:30.1874203\u002B00:00", - "status": "InProgress", - "name": "eaec21dd-0381-458a-b404-afa9cd7bef3e" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eaec21dd-0381-458a-b404-afa9cd7bef3e?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4734b99425859b4083b01b0e3c935122-efd4bbee857ee540-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b5bb704b3fc5db2815eb403d4d53a4f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 13:03:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b5bb704b3fc5db2815eb403d4d53a4f4", - "x-ms-correlation-request-id": "003516b2-1ebd-4826-a77d-8c8b946a546f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "59e11325-1a06-453c-81ec-373eac12acc7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T130337Z:003516b2-1ebd-4826-a77d-8c8b946a546f", - "x-ms-served-by": "50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576,50d3b30d-463e-4d96-acf3-a73e944079fb_133237390328798576" - }, - "ResponseBody": { - "startTime": "2023-03-23T13:03:30.1874203\u002B00:00", - "status": "InProgress", - "name": "eaec21dd-0381-458a-b404-afa9cd7bef3e" + "name": "a3178c1c-3ce6-4cb9-a3f8-0970eb2fdf87" } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "523618476", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "380426011", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/CreateOrUpdate().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/CreateOrUpdate().json index 05ea4c446a3d..6d4afa2ccf26 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/CreateOrUpdate().json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/CreateOrUpdate().json @@ -1,39 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-715bd907c51d454a9bc37b96d702f276-18188b3efe8b024d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3d12ae5f47566322b1832d3ffb591d08", + "traceparent": "00-2842879546ecae45a59429880efca003-ab1531cb13581042-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "96e47195514436f2cf5c3c369f5852e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:43:18 GMT", + "Date": "Wed, 28 Jun 2023 13:24:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "577b5ad1-024c-4be9-bedf-2a0cd1b22c01", + "x-ms-correlation-request-id": "32ce2c83-fdf2-4a23-b35a-244679751d31", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "577b5ad1-024c-4be9-bedf-2a0cd1b22c01", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114318Z:577b5ad1-024c-4be9-bedf-2a0cd1b22c01" + "x-ms-request-id": "32ce2c83-fdf2-4a23-b35a-244679751d31", + "x-ms-routing-request-id": "EASTUS:20230628T132422Z:32ce2c83-fdf2-4a23-b35a-244679751d31" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f", + "authorizationSource": "Bypassed", "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", + "subscriptionId": "733b22ab-69e4-4f63-a7e5-0f2312c2e35f", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", + "displayName": "Avere_AscDEV2_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,64 +43,65 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg6186?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-3b204e992633a147bc4506c260cf801a-70dd1505beb52c4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c97019fcddb1e10a1fbf42ab324dd1f6", + "traceparent": "00-3ccf32fbda2ef8429a72a4f1563aed9a-6cbb21a947dca94b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "78f3cef077407a3520dac37f90669728", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:43:22 GMT", + "Date": "Wed, 28 Jun 2023 13:24:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9a9e621-1778-47f3-a8bf-70222bde2a72", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "e9a9e621-1778-47f3-a8bf-70222bde2a72", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114322Z:e9a9e621-1778-47f3-a8bf-70222bde2a72" + "x-ms-correlation-request-id": "e886554d-2215-44d1-be6a-6dfdc2f2a3ca", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "e886554d-2215-44d1-be6a-6dfdc2f2a3ca", + "x-ms-routing-request-id": "EASTUS:20230628T132422Z:e886554d-2215-44d1-be6a-6dfdc2f2a3ca" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg6186", - "name": "storagecachetestrg6186", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "DeleteAfter": "2023-07-02T18:09:36.8931476Z", + "ServiceDirectory": "storagecache", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-bd7b454dd3351a4888869954b8f7acd3-1e654582b1bdc34b-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b22ba696455fcd1e437f608c3177bd1f", + "traceparent": "00-c9e3e7eb05bbad4d9c62e202749868ab-38d19f34b415964b-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "48aba0c98a9bb95a491b0810c31bb1d2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1042", + "Content-Length": "3020", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:43:24 GMT", + "Date": "Wed, 28 Jun 2023 13:24:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -109,65 +110,117 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b22ba696455fcd1e437f608c3177bd1f", - "x-ms-correlation-request-id": "81e0bb61-240e-4478-a7d0-cada57cf75a1", + "x-ms-client-request-id": "48aba0c98a9bb95a491b0810c31bb1d2", + "x-ms-correlation-request-id": "21d6c536-4ea5-4523-ab9c-9fc2580825bd", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "ac401337-da47-4dc0-8dc7-f2db0252498a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114324Z:81e0bb61-240e-4478-a7d0-cada57cf75a1", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "07f5ebe5-7c23-46a1-86a3-6d97d4b6971b", + "x-ms-routing-request-id": "EASTUS:20230628T132423Z:21d6c536-4ea5-4523-ab9c-9fc2580825bd", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "value": [ { - "name": "storagetarget1904", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget1904", + "name": "st0", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st0", + "type": "Microsoft.StorageCache/caches/storageTargets", + "location": "eastus", + "properties": { + "allocationPercentage": 34, + "targetType": "nfs3", + "provisioningState": "Succeeded", + "state": "Ready", + "junctions": [], + "nfs3": { + "target": "10.0.2.100", + "usageModel": "READ_ONLY", + "verificationTimer": 30 + } + }, + "systemData": { + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", + "createdByType": "Application", + "createdAt": "2023-06-28T13:09:13.4299157Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-28T13:09:13.4299157Z" + } + }, + { + "name": "st1", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st1", + "type": "Microsoft.StorageCache/caches/storageTargets", + "location": "eastus", + "properties": { + "allocationPercentage": 33, + "targetType": "nfs3", + "provisioningState": "Succeeded", + "state": "Ready", + "junctions": [], + "nfs3": { + "target": "10.0.2.101", + "usageModel": "READ_ONLY", + "verificationTimer": 30 + } + }, + "systemData": { + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", + "createdByType": "Application", + "createdAt": "2023-06-28T13:09:47.3987042Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-28T13:09:47.3987042Z" + } + }, + { + "name": "st2", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st2", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { - "allocationPercentage": 100, + "allocationPercentage": 33, "targetType": "nfs3", "provisioningState": "Succeeded", "state": "Ready", "junctions": [], "nfs3": { - "target": "10.0.2.4", + "target": "10.0.2.102", "usageModel": "READ_ONLY", - "verificationTimer": 20 + "verificationTimer": 30 } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T10:32:21.3211652Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:10:21.304985Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T10:32:21.3211652Z" + "lastModifiedAt": "2023-06-28T13:10:21.304985Z" } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget1904?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st0?api-version=2023-05-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-bdaab4822a44a0408f21efaf5a42fa54-9a5141354773544c-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7d4879b1c78bd1ae085c3688e0b77f35", + "traceparent": "00-ef33ddcddebd93438de754235955837c-44e0b5ddf3426e44-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d0ed4b0c68ce1e043b6975698e72a568", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/12d5b8e6-3ede-434d-847e-6c8d52180561?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8233b479-c7fc-4aaa-8528-c64c1c128ba2?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:43:25 GMT", + "Date": "Wed, 28 Jun 2023 13:24:23 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/12d5b8e6-3ede-434d-847e-6c8d52180561?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8233b479-c7fc-4aaa-8528-c64c1c128ba2?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -175,24 +228,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d4879b1c78bd1ae085c3688e0b77f35", - "x-ms-correlation-request-id": "7ebd197b-3d97-44a3-b7e1-85e846172931", + "x-ms-client-request-id": "d0ed4b0c68ce1e043b6975698e72a568", + "x-ms-correlation-request-id": "ed483f07-7fd1-47d5-98f2-1c54411414f7", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;59", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "12d5b8e6-3ede-434d-847e-6c8d52180561", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114325Z:7ebd197b-3d97-44a3-b7e1-85e846172931", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "8233b479-c7fc-4aaa-8528-c64c1c128ba2", + "x-ms-routing-request-id": "EASTUS:20230628T132424Z:ed483f07-7fd1-47d5-98f2-1c54411414f7", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/12d5b8e6-3ede-434d-847e-6c8d52180561?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8233b479-c7fc-4aaa-8528-c64c1c128ba2?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bdaab4822a44a0408f21efaf5a42fa54-d25c944731471c4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b8fa22025305ce6af85aa9030f95ed8c", + "traceparent": "00-ef33ddcddebd93438de754235955837c-d84372c2aaa09c45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4473f029c77861599b8d0c3114f02bd6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -201,7 +254,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:43:26 GMT", + "Date": "Wed, 28 Jun 2023 13:24:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -210,28 +263,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b8fa22025305ce6af85aa9030f95ed8c", - "x-ms-correlation-request-id": "f4df627d-2dfb-4c69-9aff-67fb7afba893", + "x-ms-client-request-id": "4473f029c77861599b8d0c3114f02bd6", + "x-ms-correlation-request-id": "e7ed2859-0874-469f-9430-ce943f086891", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "e2428d75-16c7-444e-925b-7561d3dd0130", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114326Z:f4df627d-2dfb-4c69-9aff-67fb7afba893", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "31ec20a2-4af7-44a6-9adf-728187a106f1", + "x-ms-routing-request-id": "EASTUS:20230628T132424Z:e7ed2859-0874-469f-9430-ce943f086891", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:43:25.4857547\u002B00:00", + "startTime": "2023-06-28T13:24:24.1201111\u002B00:00", "status": "InProgress", - "name": "12d5b8e6-3ede-434d-847e-6c8d52180561" + "name": "8233b479-c7fc-4aaa-8528-c64c1c128ba2" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/12d5b8e6-3ede-434d-847e-6c8d52180561?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8233b479-c7fc-4aaa-8528-c64c1c128ba2?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bdaab4822a44a0408f21efaf5a42fa54-ff916136874e2d44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e72f2b000a115b2dd69181e8427d548a", + "traceparent": "00-ef33ddcddebd93438de754235955837c-2cb1235d98185548-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "af4ba075b2af022505875c9439dfaf17", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -240,7 +293,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:43:27 GMT", + "Date": "Wed, 28 Jun 2023 13:24:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -249,28 +302,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e72f2b000a115b2dd69181e8427d548a", - "x-ms-correlation-request-id": "5044308f-10e5-4d7e-bc58-98ffc5c04edb", + "x-ms-client-request-id": "af4ba075b2af022505875c9439dfaf17", + "x-ms-correlation-request-id": "8142a629-94dd-48f5-bade-a733a9ff8533", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "662f4c61-da3d-464c-b63b-64502be85fdd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114328Z:5044308f-10e5-4d7e-bc58-98ffc5c04edb", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "4540302e-e58e-4189-8ef8-3d8b3504be79", + "x-ms-routing-request-id": "EASTUS:20230628T132425Z:8142a629-94dd-48f5-bade-a733a9ff8533", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:43:25.4857547\u002B00:00", + "startTime": "2023-06-28T13:24:24.1201111\u002B00:00", "status": "InProgress", - "name": "12d5b8e6-3ede-434d-847e-6c8d52180561" + "name": "8233b479-c7fc-4aaa-8528-c64c1c128ba2" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/12d5b8e6-3ede-434d-847e-6c8d52180561?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8233b479-c7fc-4aaa-8528-c64c1c128ba2?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bdaab4822a44a0408f21efaf5a42fa54-7c1882b85ebccd42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bd868dacc6bd0930de97ba97ac9fa766", + "traceparent": "00-ef33ddcddebd93438de754235955837c-27e98e0221fef543-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9d406fb261fefeefba0b6320fd155182", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -279,7 +332,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:43:29 GMT", + "Date": "Wed, 28 Jun 2023 13:24:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -288,28 +341,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd868dacc6bd0930de97ba97ac9fa766", - "x-ms-correlation-request-id": "255560bf-5d61-4157-af30-84452b16742a", + "x-ms-client-request-id": "9d406fb261fefeefba0b6320fd155182", + "x-ms-correlation-request-id": "2ad75b1d-9cbe-4660-95ce-0aba233165e3", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "f1a1c233-66f8-4d56-9a2e-f67872aea9ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114329Z:255560bf-5d61-4157-af30-84452b16742a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "b15225d2-4ab0-4e88-ae96-45ccf80f00c7", + "x-ms-routing-request-id": "EASTUS:20230628T132426Z:2ad75b1d-9cbe-4660-95ce-0aba233165e3", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:43:25.4857547\u002B00:00", + "startTime": "2023-06-28T13:24:24.1201111\u002B00:00", "status": "InProgress", - "name": "12d5b8e6-3ede-434d-847e-6c8d52180561" + "name": "8233b479-c7fc-4aaa-8528-c64c1c128ba2" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/12d5b8e6-3ede-434d-847e-6c8d52180561?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8233b479-c7fc-4aaa-8528-c64c1c128ba2?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bdaab4822a44a0408f21efaf5a42fa54-3b227c1e5358074a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5131f9b5c84ef797f49fe273d1828c7b", + "traceparent": "00-ef33ddcddebd93438de754235955837c-010083d6db881b4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ceaf580e07d87656cb713ff16ac428bb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -318,7 +371,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:43:30 GMT", + "Date": "Wed, 28 Jun 2023 13:24:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -327,28 +380,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5131f9b5c84ef797f49fe273d1828c7b", - "x-ms-correlation-request-id": "7082f333-128e-4092-b380-07521a875059", + "x-ms-client-request-id": "ceaf580e07d87656cb713ff16ac428bb", + "x-ms-correlation-request-id": "4477bb3b-3586-42a0-a8a2-a76a007ae8d7", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "e7c31ddc-7747-40ff-a9e6-2c2791180154", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114330Z:7082f333-128e-4092-b380-07521a875059", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "3b685329-d4f6-476e-bea5-810a3688ad1a", + "x-ms-routing-request-id": "EASTUS:20230628T132427Z:4477bb3b-3586-42a0-a8a2-a76a007ae8d7", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:43:25.4857547\u002B00:00", + "startTime": "2023-06-28T13:24:24.1201111\u002B00:00", "status": "InProgress", - "name": "12d5b8e6-3ede-434d-847e-6c8d52180561" + "name": "8233b479-c7fc-4aaa-8528-c64c1c128ba2" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/12d5b8e6-3ede-434d-847e-6c8d52180561?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8233b479-c7fc-4aaa-8528-c64c1c128ba2?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bdaab4822a44a0408f21efaf5a42fa54-888dc8d6f6f87043-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "81571e052f0e39cefa26097a4f96ae37", + "traceparent": "00-ef33ddcddebd93438de754235955837c-a15754e399ec5c43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a47ef4dd8db014d7b04df4a34e0504ef", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -357,7 +410,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:43:32 GMT", + "Date": "Wed, 28 Jun 2023 13:24:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -366,28 +419,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81571e052f0e39cefa26097a4f96ae37", - "x-ms-correlation-request-id": "e7ff8e53-98f8-4e77-9752-98b94d3ee506", + "x-ms-client-request-id": "a47ef4dd8db014d7b04df4a34e0504ef", + "x-ms-correlation-request-id": "a7f20119-2958-4e49-ac09-7e1d2e2b57c8", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "1402dd33-90cc-4176-8026-47d908f00cc4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114333Z:e7ff8e53-98f8-4e77-9752-98b94d3ee506", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "52ca3cb8-8bfa-43fb-8309-a072317467ba", + "x-ms-routing-request-id": "EASTUS:20230628T132429Z:a7f20119-2958-4e49-ac09-7e1d2e2b57c8", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:43:25.4857547\u002B00:00", + "startTime": "2023-06-28T13:24:24.1201111\u002B00:00", "status": "InProgress", - "name": "12d5b8e6-3ede-434d-847e-6c8d52180561" + "name": "8233b479-c7fc-4aaa-8528-c64c1c128ba2" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/12d5b8e6-3ede-434d-847e-6c8d52180561?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8233b479-c7fc-4aaa-8528-c64c1c128ba2?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bdaab4822a44a0408f21efaf5a42fa54-d26d9733d4aa0644-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "49331bea034be33cf68fc91ee4bd375c", + "traceparent": "00-ef33ddcddebd93438de754235955837c-21c3419d154f4444-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e186d936e12fab3e19c9d28d21fe93f6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -396,7 +449,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:43:36 GMT", + "Date": "Wed, 28 Jun 2023 13:24:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -405,28 +458,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "49331bea034be33cf68fc91ee4bd375c", - "x-ms-correlation-request-id": "96ac80d4-c08e-4e84-a57f-e3fa730d51c4", + "x-ms-client-request-id": "e186d936e12fab3e19c9d28d21fe93f6", + "x-ms-correlation-request-id": "f1a318d1-0eb9-4cec-896a-a47e1564b361", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "862672bf-171d-444d-aa5f-09eaf6d1d1c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114337Z:96ac80d4-c08e-4e84-a57f-e3fa730d51c4", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "0697f6ee-e888-4b88-80f6-d98845406654", + "x-ms-routing-request-id": "EASTUS:20230628T132433Z:f1a318d1-0eb9-4cec-896a-a47e1564b361", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:43:25.4857547\u002B00:00", + "startTime": "2023-06-28T13:24:24.1201111\u002B00:00", "status": "InProgress", - "name": "12d5b8e6-3ede-434d-847e-6c8d52180561" + "name": "8233b479-c7fc-4aaa-8528-c64c1c128ba2" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/12d5b8e6-3ede-434d-847e-6c8d52180561?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8233b479-c7fc-4aaa-8528-c64c1c128ba2?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bdaab4822a44a0408f21efaf5a42fa54-a34b3040827a1946-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8d923f0a264885572af75628be1ca75e", + "traceparent": "00-ef33ddcddebd93438de754235955837c-17a472e4aff7a545-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0842a8e3ac9681d2809b1d8b12b228c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -435,7 +488,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:43:45 GMT", + "Date": "Wed, 28 Jun 2023 13:24:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -444,28 +497,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d923f0a264885572af75628be1ca75e", - "x-ms-correlation-request-id": "5a72ec37-39e9-4190-8594-0cda1a04bbeb", + "x-ms-client-request-id": "0842a8e3ac9681d2809b1d8b12b228c6", + "x-ms-correlation-request-id": "f2df1a90-640c-4d73-b933-706941e85907", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "f7ea844c-c273-4854-9b21-57b58b226792", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114345Z:5a72ec37-39e9-4190-8594-0cda1a04bbeb", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "c6d5933a-9763-44a0-a284-ca5d1e18371f", + "x-ms-routing-request-id": "EASTUS:20230628T132441Z:f2df1a90-640c-4d73-b933-706941e85907", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:43:25.4857547\u002B00:00", + "startTime": "2023-06-28T13:24:24.1201111\u002B00:00", "status": "InProgress", - "name": "12d5b8e6-3ede-434d-847e-6c8d52180561" + "name": "8233b479-c7fc-4aaa-8528-c64c1c128ba2" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/12d5b8e6-3ede-434d-847e-6c8d52180561?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8233b479-c7fc-4aaa-8528-c64c1c128ba2?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bdaab4822a44a0408f21efaf5a42fa54-75b225870c5c374b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b688abf0434e012fe2738a7f65b0553c", + "traceparent": "00-ef33ddcddebd93438de754235955837c-6ea0db4e4e43e743-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "90bb4f6c463efb8bb6d38be6bb4af2b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -474,7 +527,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:44:01 GMT", + "Date": "Wed, 28 Jun 2023 13:24:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -483,28 +536,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b688abf0434e012fe2738a7f65b0553c", - "x-ms-correlation-request-id": "f7aa51e6-ad02-4b56-8528-92df9ca9bf0b", + "x-ms-client-request-id": "90bb4f6c463efb8bb6d38be6bb4af2b1", + "x-ms-correlation-request-id": "61948f7b-1b24-4806-85e7-41b997f4a29f", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "1c8d7b72-4a71-4bbd-82a2-88ee3d366825", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114401Z:f7aa51e6-ad02-4b56-8528-92df9ca9bf0b", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "d092cc52-5f0c-4c26-9e1a-b4885fb697d6", + "x-ms-routing-request-id": "EASTUS:20230628T132457Z:61948f7b-1b24-4806-85e7-41b997f4a29f", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:43:25.4857547\u002B00:00", + "startTime": "2023-06-28T13:24:24.1201111\u002B00:00", "status": "InProgress", - "name": "12d5b8e6-3ede-434d-847e-6c8d52180561" + "name": "8233b479-c7fc-4aaa-8528-c64c1c128ba2" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/12d5b8e6-3ede-434d-847e-6c8d52180561?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/8233b479-c7fc-4aaa-8528-c64c1c128ba2?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bdaab4822a44a0408f21efaf5a42fa54-95f075688456984d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "106fadee2104c4efc3ae1e54ac1325d9", + "traceparent": "00-ef33ddcddebd93438de754235955837c-1e3b2c3146b9da4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a6c0febafbc2895807056194c3b29867", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -513,7 +566,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:44:33 GMT", + "Date": "Wed, 28 Jun 2023 13:25:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -522,52 +575,41 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "106fadee2104c4efc3ae1e54ac1325d9", - "x-ms-correlation-request-id": "e514c8dd-a942-415d-9120-dd6573986541", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "25bd9216-7ce8-4a1e-a8fa-dfda1affd670", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114434Z:e514c8dd-a942-415d-9120-dd6573986541", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "a6c0febafbc2895807056194c3b29867", + "x-ms-correlation-request-id": "2f309ade-a037-4edc-a192-8b04fb1f531a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "3fc225cc-327c-420d-ba8e-e3f533c6e29c", + "x-ms-routing-request-id": "EASTUS:20230628T132529Z:2f309ade-a037-4edc-a192-8b04fb1f531a", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:43:25.4857547\u002B00:00", - "endTime": "2023-03-23T11:44:33.4126123\u002B00:00", + "startTime": "2023-06-28T13:24:24.1201111\u002B00:00", + "endTime": "2023-06-28T13:24:59.7967398\u002B00:00", "status": "Succeeded", - "name": "12d5b8e6-3ede-434d-847e-6c8d52180561" + "name": "8233b479-c7fc-4aaa-8528-c64c1c128ba2" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget5751?api-version=2023-01-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st1?api-version=2023-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "113", - "Content-Type": "application/json", - "traceparent": "00-5f3b64f97259c04dadf7f9981f9f3142-d51829ae36a01e45-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "34382d6b0d810fc790aad49bd81f79a1", + "traceparent": "00-17f06c65b936294db1ca412cf0185a54-a6e7bdd68969d540-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d2200ca102439cb81c4652c321ebc635", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "properties": { - "targetType": "nfs3", - "nfs3": { - "target": "10.0.2.4", - "usageModel": "READ_ONLY", - "verificationTimer": 30 - } - } - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4adada29-7a6e-4e07-aa4e-4c74e30ef6e6?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7ed821f4-7bb5-46ae-ab08-254b285e8127?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "911", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:44:35 GMT", + "Content-Length": "0", + "Date": "Wed, 28 Jun 2023 13:25:29 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7ed821f4-7bb5-46ae-ab08-254b285e8127?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -575,49 +617,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "34382d6b0d810fc790aad49bd81f79a1", - "x-ms-correlation-request-id": "6f4d3cee-fba9-4cfe-a2ad-3dfb1c95c6ce", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "4adada29-7a6e-4e07-aa4e-4c74e30ef6e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114435Z:6f4d3cee-fba9-4cfe-a2ad-3dfb1c95c6ce", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "d2200ca102439cb81c4652c321ebc635", + "x-ms-correlation-request-id": "56dc6f1f-8efa-4011-9de4-fec3d8f8f24e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;58", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "7ed821f4-7bb5-46ae-ab08-254b285e8127", + "x-ms-routing-request-id": "EASTUS:20230628T132530Z:56dc6f1f-8efa-4011-9de4-fec3d8f8f24e", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, - "ResponseBody": { - "name": "storagetarget5751", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget5751", - "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", - "properties": { - "allocationPercentage": 100, - "targetType": "nfs3", - "provisioningState": "Creating", - "state": "Busy", - "junctions": [], - "nfs3": { - "target": "10.0.2.4", - "usageModel": "READ_ONLY", - "verificationTimer": 30 - } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T11:44:34.3712366Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:44:34.3712366Z" - } - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4adada29-7a6e-4e07-aa4e-4c74e30ef6e6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7ed821f4-7bb5-46ae-ab08-254b285e8127?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5f3b64f97259c04dadf7f9981f9f3142-2285c0723fa4c742-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "82fa97b0081c9f6da80173761a28eb8e", + "traceparent": "00-17f06c65b936294db1ca412cf0185a54-b9bef5bce55d424d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ae44243a202ab76e46248a7ba995681b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -626,7 +643,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:44:35 GMT", + "Date": "Wed, 28 Jun 2023 13:25:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -635,28 +652,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82fa97b0081c9f6da80173761a28eb8e", - "x-ms-correlation-request-id": "d2cbb110-3e7c-43eb-91d2-6cff188b332e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "093ffe53-027c-4959-9952-9fd9779defaf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114436Z:d2cbb110-3e7c-43eb-91d2-6cff188b332e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "ae44243a202ab76e46248a7ba995681b", + "x-ms-correlation-request-id": "b7382e70-4358-4926-acc9-d1907fdaed4b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "e0a2ca13-5c69-46d0-a0f4-925bfa828ecf", + "x-ms-routing-request-id": "EASTUS:20230628T132530Z:b7382e70-4358-4926-acc9-d1907fdaed4b", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:44:35.5690739\u002B00:00", + "startTime": "2023-06-28T13:25:29.9771895\u002B00:00", "status": "InProgress", - "name": "4adada29-7a6e-4e07-aa4e-4c74e30ef6e6" + "name": "7ed821f4-7bb5-46ae-ab08-254b285e8127" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4adada29-7a6e-4e07-aa4e-4c74e30ef6e6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7ed821f4-7bb5-46ae-ab08-254b285e8127?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5f3b64f97259c04dadf7f9981f9f3142-8c129a9a28f8cb49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "da92b2a52c1511505f7c708e6da3343b", + "traceparent": "00-17f06c65b936294db1ca412cf0185a54-0d5ed984820c8e40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "57eb2b3f84e1207508afdb12797fb625", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -665,7 +682,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:44:36 GMT", + "Date": "Wed, 28 Jun 2023 13:25:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -674,28 +691,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "da92b2a52c1511505f7c708e6da3343b", - "x-ms-correlation-request-id": "b66c3946-0dd7-4bd4-9d66-d266ebe3ec0c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "b8ebe5bd-45ba-4287-bb2c-97190a97bc51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114437Z:b66c3946-0dd7-4bd4-9d66-d266ebe3ec0c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "57eb2b3f84e1207508afdb12797fb625", + "x-ms-correlation-request-id": "ec2b516a-94d4-4bf2-83b6-2aae279df4e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "c2cf2482-aa5b-4f8b-8afa-cae298f50900", + "x-ms-routing-request-id": "EASTUS:20230628T132531Z:ec2b516a-94d4-4bf2-83b6-2aae279df4e2", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:44:35.5690739\u002B00:00", + "startTime": "2023-06-28T13:25:29.9771895\u002B00:00", "status": "InProgress", - "name": "4adada29-7a6e-4e07-aa4e-4c74e30ef6e6" + "name": "7ed821f4-7bb5-46ae-ab08-254b285e8127" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4adada29-7a6e-4e07-aa4e-4c74e30ef6e6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7ed821f4-7bb5-46ae-ab08-254b285e8127?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5f3b64f97259c04dadf7f9981f9f3142-51e8e22a0f50464b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "40ea86dbf6251185cc700495e658a19b", + "traceparent": "00-17f06c65b936294db1ca412cf0185a54-91ad1de8fd4a3443-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fc894e0e17a7880bfd19cecdf688c761", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -704,7 +721,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:44:37 GMT", + "Date": "Wed, 28 Jun 2023 13:25:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -713,28 +730,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40ea86dbf6251185cc700495e658a19b", - "x-ms-correlation-request-id": "8cf04694-4af1-4c42-b428-c7269e4751b9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "f6b674d9-a150-4530-a037-db64289e06a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114438Z:8cf04694-4af1-4c42-b428-c7269e4751b9", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "fc894e0e17a7880bfd19cecdf688c761", + "x-ms-correlation-request-id": "7089044a-92fa-495c-b8f2-a29ccb03a0eb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "a83efa41-dafc-4481-bba2-1640f693cc73", + "x-ms-routing-request-id": "EASTUS:20230628T132532Z:7089044a-92fa-495c-b8f2-a29ccb03a0eb", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:44:35.5690739\u002B00:00", + "startTime": "2023-06-28T13:25:29.9771895\u002B00:00", "status": "InProgress", - "name": "4adada29-7a6e-4e07-aa4e-4c74e30ef6e6" + "name": "7ed821f4-7bb5-46ae-ab08-254b285e8127" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4adada29-7a6e-4e07-aa4e-4c74e30ef6e6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7ed821f4-7bb5-46ae-ab08-254b285e8127?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5f3b64f97259c04dadf7f9981f9f3142-ba88d6213116e049-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "297e1207f4c2843847e923a098de3205", + "traceparent": "00-17f06c65b936294db1ca412cf0185a54-c0bdb1b3c41ba744-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "baf96dc8e00bb621ae24a67a455c3ec6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -743,7 +760,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:44:39 GMT", + "Date": "Wed, 28 Jun 2023 13:25:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -752,28 +769,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "297e1207f4c2843847e923a098de3205", - "x-ms-correlation-request-id": "28e03c19-bf64-4e40-a932-7c3aa3ede4ab", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "a9bdd86f-59e5-4f97-a8b4-5b9e58bdd840", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114439Z:28e03c19-bf64-4e40-a932-7c3aa3ede4ab", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "baf96dc8e00bb621ae24a67a455c3ec6", + "x-ms-correlation-request-id": "c9d3e4a2-2243-4be5-ac1a-8e488d6be846", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "bdd5bfbe-b239-4b69-9d21-463d260de3e6", + "x-ms-routing-request-id": "EASTUS:20230628T132533Z:c9d3e4a2-2243-4be5-ac1a-8e488d6be846", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:44:35.5690739\u002B00:00", + "startTime": "2023-06-28T13:25:29.9771895\u002B00:00", "status": "InProgress", - "name": "4adada29-7a6e-4e07-aa4e-4c74e30ef6e6" + "name": "7ed821f4-7bb5-46ae-ab08-254b285e8127" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4adada29-7a6e-4e07-aa4e-4c74e30ef6e6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7ed821f4-7bb5-46ae-ab08-254b285e8127?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5f3b64f97259c04dadf7f9981f9f3142-e4cfd8344b9de446-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "939a38ccaa3eae692d800da427ba2a06", + "traceparent": "00-17f06c65b936294db1ca412cf0185a54-73388373b014fb49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5b6c656e6b0c28741f6359c8b5a8297f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -782,7 +799,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:44:42 GMT", + "Date": "Wed, 28 Jun 2023 13:25:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -791,28 +808,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "939a38ccaa3eae692d800da427ba2a06", - "x-ms-correlation-request-id": "304b7855-67ab-4a48-ba2c-4449462b7acc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "107de0ba-a419-4bf6-989e-186cd258f84b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114442Z:304b7855-67ab-4a48-ba2c-4449462b7acc", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "5b6c656e6b0c28741f6359c8b5a8297f", + "x-ms-correlation-request-id": "9fbbfe12-4c85-4bda-934d-af04c1ae9631", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "38983dd2-0c14-45d2-96cd-3fde7980df6c", + "x-ms-routing-request-id": "EASTUS:20230628T132535Z:9fbbfe12-4c85-4bda-934d-af04c1ae9631", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:44:35.5690739\u002B00:00", + "startTime": "2023-06-28T13:25:29.9771895\u002B00:00", "status": "InProgress", - "name": "4adada29-7a6e-4e07-aa4e-4c74e30ef6e6" + "name": "7ed821f4-7bb5-46ae-ab08-254b285e8127" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4adada29-7a6e-4e07-aa4e-4c74e30ef6e6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7ed821f4-7bb5-46ae-ab08-254b285e8127?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5f3b64f97259c04dadf7f9981f9f3142-50d659b69000c04f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5b87d4da0b24e6784e66f93bd3e579ee", + "traceparent": "00-17f06c65b936294db1ca412cf0185a54-dc1fe6b340c1334d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0c4979e8fc852d192cd24e83709043a1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -821,7 +838,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:44:46 GMT", + "Date": "Wed, 28 Jun 2023 13:25:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -830,28 +847,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b87d4da0b24e6784e66f93bd3e579ee", - "x-ms-correlation-request-id": "ac15d612-339b-4b23-ae69-d3da9017aa65", + "x-ms-client-request-id": "0c4979e8fc852d192cd24e83709043a1", + "x-ms-correlation-request-id": "bd199d6e-589a-4bf0-b6a2-f2f2c9aee6ea", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "fd1cd5aa-2d45-4dd7-8ea0-43277803402d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114446Z:ac15d612-339b-4b23-ae69-d3da9017aa65", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "69c91e6c-cff7-48ba-9eb0-b5c1152c94d1", + "x-ms-routing-request-id": "EASTUS:20230628T132539Z:bd199d6e-589a-4bf0-b6a2-f2f2c9aee6ea", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:44:35.5690739\u002B00:00", + "startTime": "2023-06-28T13:25:29.9771895\u002B00:00", "status": "InProgress", - "name": "4adada29-7a6e-4e07-aa4e-4c74e30ef6e6" + "name": "7ed821f4-7bb5-46ae-ab08-254b285e8127" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4adada29-7a6e-4e07-aa4e-4c74e30ef6e6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7ed821f4-7bb5-46ae-ab08-254b285e8127?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5f3b64f97259c04dadf7f9981f9f3142-fdc4a7fce7b1f143-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "adc9ff3e0ebd5c5da8d0fc41e7945c8c", + "traceparent": "00-17f06c65b936294db1ca412cf0185a54-0a053dab8a258e4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "915f07db6c1b5c55f8d19aa787590006", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -860,7 +877,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:44:54 GMT", + "Date": "Wed, 28 Jun 2023 13:25:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -869,37 +886,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "adc9ff3e0ebd5c5da8d0fc41e7945c8c", - "x-ms-correlation-request-id": "1acca1d2-deb8-441d-9093-a58d137f5892", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "85b816d3-fd17-458f-909a-423c683f8a9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114454Z:1acca1d2-deb8-441d-9093-a58d137f5892", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "915f07db6c1b5c55f8d19aa787590006", + "x-ms-correlation-request-id": "57b447d5-6666-4033-89e8-3f3537ce6e75", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "a57172ef-47c3-4a58-be5a-4665c69bed19", + "x-ms-routing-request-id": "EASTUS:20230628T132547Z:57b447d5-6666-4033-89e8-3f3537ce6e75", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:44:35.5690739\u002B00:00", + "startTime": "2023-06-28T13:25:29.9771895\u002B00:00", "status": "InProgress", - "name": "4adada29-7a6e-4e07-aa4e-4c74e30ef6e6" + "name": "7ed821f4-7bb5-46ae-ab08-254b285e8127" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4adada29-7a6e-4e07-aa4e-4c74e30ef6e6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7ed821f4-7bb5-46ae-ab08-254b285e8127?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5f3b64f97259c04dadf7f9981f9f3142-24393d1b127db643-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c3c51cbed756c1e0bfb345d8b02ddb47", + "traceparent": "00-17f06c65b936294db1ca412cf0185a54-74aec8b0e0e2b342-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cb9226fa311272414b3f2e391df1b78f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:45:11 GMT", + "Date": "Wed, 28 Jun 2023 13:26:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -908,38 +925,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3c51cbed756c1e0bfb345d8b02ddb47", - "x-ms-correlation-request-id": "a5c8277d-0d4a-4fde-aaa6-4ba5bd4cb5ce", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "12a021b9-bdd0-4159-a4d8-0557638a72a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114511Z:a5c8277d-0d4a-4fde-aaa6-4ba5bd4cb5ce", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "cb9226fa311272414b3f2e391df1b78f", + "x-ms-correlation-request-id": "a5f61110-eb95-48b9-a8fd-199e75fc5b2c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "9e09854a-502e-4968-9cd7-0373705a85d9", + "x-ms-routing-request-id": "EASTUS:20230628T132603Z:a5f61110-eb95-48b9-a8fd-199e75fc5b2c", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:44:35.5690739\u002B00:00", - "endTime": "2023-03-23T11:45:09.4471196\u002B00:00", - "status": "Succeeded", - "name": "4adada29-7a6e-4e07-aa4e-4c74e30ef6e6" + "startTime": "2023-06-28T13:25:29.9771895\u002B00:00", + "status": "InProgress", + "name": "7ed821f4-7bb5-46ae-ab08-254b285e8127" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget5751?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7ed821f4-7bb5-46ae-ab08-254b285e8127?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5f3b64f97259c04dadf7f9981f9f3142-48f39e9a3ecd7d42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "27661f077df1cc49772bb2530e37ffb9", + "traceparent": "00-17f06c65b936294db1ca412cf0185a54-36600a17e6662343-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "aeecb82097497c6424ed13b46172a6d2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "913", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:45:12 GMT", + "Date": "Wed, 28 Jun 2023 13:26:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -948,248 +964,900 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "27661f077df1cc49772bb2530e37ffb9", - "x-ms-correlation-request-id": "18e82291-affd-4377-81d5-71ae6b0ab329", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "5e7c895f-6451-4888-bd40-a970730d16e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114512Z:18e82291-affd-4377-81d5-71ae6b0ab329", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "aeecb82097497c6424ed13b46172a6d2", + "x-ms-correlation-request-id": "4bb438b0-695d-4c9b-bcdd-7a1be6b4df3a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "8f4cc32c-aed8-484e-ab88-cc42e33e462d", + "x-ms-routing-request-id": "EASTUS:20230628T132635Z:4bb438b0-695d-4c9b-bcdd-7a1be6b4df3a", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "name": "storagetarget5751", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget5751", - "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", - "properties": { - "allocationPercentage": 100, - "targetType": "nfs3", - "provisioningState": "Succeeded", - "state": "Ready", - "junctions": [], - "nfs3": { - "target": "10.0.2.4", - "usageModel": "READ_ONLY", - "verificationTimer": 30 - } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T11:44:34.3712366Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:44:34.3712366Z" - } + "startTime": "2023-06-28T13:25:29.9771895\u002B00:00", + "status": "InProgress", + "name": "7ed821f4-7bb5-46ae-ab08-254b285e8127" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg6186?api-version=**", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7ed821f4-7bb5-46ae-ab08-254b285e8127?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b7c3ef6fba20b34cada61e11d90309d9-d096d1eaacedef42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b67d6d09b51f67971e07ee09c884ac7b", + "traceparent": "00-17f06c65b936294db1ca412cf0185a54-a99670321a206941-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4a8848d277fea98fc6ed46dc3d1b3f07", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:45:16 GMT", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:27:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MTg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6284d3a6-35af-419b-adbc-549f247548a8", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "6284d3a6-35af-419b-adbc-549f247548a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114516Z:6284d3a6-35af-419b-adbc-549f247548a8" + "x-ms-client-request-id": "4a8848d277fea98fc6ed46dc3d1b3f07", + "x-ms-correlation-request-id": "6fcda648-a671-4537-b083-be3ca7bb30cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "54d0b761-0525-421a-8779-45064bdcc414", + "x-ms-routing-request-id": "EASTUS:20230628T132707Z:6fcda648-a671-4537-b083-be3ca7bb30cc", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-28T13:25:29.9771895\u002B00:00", + "endTime": "2023-06-28T13:26:57.1271102\u002B00:00", + "status": "Succeeded", + "name": "7ed821f4-7bb5-46ae-ab08-254b285e8127" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MTg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st2?api-version=2023-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b7c3ef6fba20b34cada61e11d90309d9-68e4a2b4c6092742-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "43ce8cb424af522787ff08ea8e4004f2", + "traceparent": "00-69b9b692aa057847954f32db88bb0541-f3505524049ee644-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ce870b1a516d62bdc216a6251e8c10d8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/905e29e7-b37c-4855-9560-5c18c17362b8?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:45:16 GMT", + "Date": "Wed, 28 Jun 2023 13:27:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MTg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", + "Location": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/905e29e7-b37c-4855-9560-5c18c17362b8?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7bb14e9-f3fa-4bf1-a813-269511542516", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "e7bb14e9-f3fa-4bf1-a813-269511542516", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114516Z:e7bb14e9-f3fa-4bf1-a813-269511542516" + "x-ms-client-request-id": "ce870b1a516d62bdc216a6251e8c10d8", + "x-ms-correlation-request-id": "b2955b46-da77-4194-af02-13cb8b2848ca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;57", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "905e29e7-b37c-4855-9560-5c18c17362b8", + "x-ms-routing-request-id": "EASTUS:20230628T132707Z:b2955b46-da77-4194-af02-13cb8b2848ca", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MTg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/905e29e7-b37c-4855-9560-5c18c17362b8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b7c3ef6fba20b34cada61e11d90309d9-b57c972e89ff804d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5a5e367f37fdd48bd33ce327686c4292", + "traceparent": "00-69b9b692aa057847954f32db88bb0541-5cd572abe3eee648-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "56990cadd8ea80648a2587e8d1698b39", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:45:31 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:27:07 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MTg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b67f0ad0-99d3-415f-b4ab-80236f8b1617", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "b67f0ad0-99d3-415f-b4ab-80236f8b1617", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114532Z:b67f0ad0-99d3-415f-b4ab-80236f8b1617" + "x-ms-client-request-id": "56990cadd8ea80648a2587e8d1698b39", + "x-ms-correlation-request-id": "8f6fa5f5-df71-4357-8594-2a2f003659b4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "795f41b5-e236-4dcf-95e2-c37284a279ef", + "x-ms-routing-request-id": "EASTUS:20230628T132707Z:8f6fa5f5-df71-4357-8594-2a2f003659b4", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-28T13:27:07.6907694\u002B00:00", + "status": "InProgress", + "name": "905e29e7-b37c-4855-9560-5c18c17362b8" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MTg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/905e29e7-b37c-4855-9560-5c18c17362b8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b7c3ef6fba20b34cada61e11d90309d9-4c6683aaf1a6c24d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3c55655569b5d0cb8ce7402e2bafb293", + "traceparent": "00-69b9b692aa057847954f32db88bb0541-8b4838b4fa654e41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e1436ddc6ab4ad9e7adea42a6861113a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:45:47 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:27:08 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MTg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4425057c-200c-4b3f-bb83-7eba9293ee8a", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "4425057c-200c-4b3f-bb83-7eba9293ee8a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114548Z:4425057c-200c-4b3f-bb83-7eba9293ee8a" + "x-ms-client-request-id": "e1436ddc6ab4ad9e7adea42a6861113a", + "x-ms-correlation-request-id": "bba9902d-06f7-4fb9-9825-d0b3d4ea552c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "8a0f2984-c1ab-4ef9-998a-c8173edceb96", + "x-ms-routing-request-id": "EASTUS:20230628T132708Z:bba9902d-06f7-4fb9-9825-d0b3d4ea552c", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-28T13:27:07.6907694\u002B00:00", + "status": "InProgress", + "name": "905e29e7-b37c-4855-9560-5c18c17362b8" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MTg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/905e29e7-b37c-4855-9560-5c18c17362b8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b7c3ef6fba20b34cada61e11d90309d9-24804e94767f8545-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "edac59f3572e7c8b00fa6f734100e91a", + "traceparent": "00-69b9b692aa057847954f32db88bb0541-6d9a64e9b7ff0f4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "12779dd7b9f2c0eef7e64a43e4a8d7bf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:46:02 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:27:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MTg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "521d8604-5415-487a-936b-6f3dee72712b", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "521d8604-5415-487a-936b-6f3dee72712b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114603Z:521d8604-5415-487a-936b-6f3dee72712b" + "x-ms-client-request-id": "12779dd7b9f2c0eef7e64a43e4a8d7bf", + "x-ms-correlation-request-id": "a346d17e-a10f-4f58-8821-cfdb38334ff5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "1cf4d05d-1da2-4ed9-befc-4b86d40f9324", + "x-ms-routing-request-id": "EASTUS:20230628T132709Z:a346d17e-a10f-4f58-8821-cfdb38334ff5", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-28T13:27:07.6907694\u002B00:00", + "status": "InProgress", + "name": "905e29e7-b37c-4855-9560-5c18c17362b8" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MTg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/905e29e7-b37c-4855-9560-5c18c17362b8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b7c3ef6fba20b34cada61e11d90309d9-ee066f7cccc6fd4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "299576bcc8ea163d6b8ece15f65ca823", + "traceparent": "00-69b9b692aa057847954f32db88bb0541-6bfc8737269daf4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e37fafb75d4443536decdb0c333a1729", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:46:18 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:27:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MTg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "edf7fdce-7e2f-4299-83aa-5253bd6b5a89", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "edf7fdce-7e2f-4299-83aa-5253bd6b5a89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114619Z:edf7fdce-7e2f-4299-83aa-5253bd6b5a89" + "x-ms-client-request-id": "e37fafb75d4443536decdb0c333a1729", + "x-ms-correlation-request-id": "c1144729-e498-4306-bae3-e724cbbb8430", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "c1717356-f720-42f7-9d0a-7f03d0de4333", + "x-ms-routing-request-id": "EASTUS:20230628T132710Z:c1144729-e498-4306-bae3-e724cbbb8430", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-28T13:27:07.6907694\u002B00:00", + "status": "InProgress", + "name": "905e29e7-b37c-4855-9560-5c18c17362b8" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MTg2LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/905e29e7-b37c-4855-9560-5c18c17362b8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b7c3ef6fba20b34cada61e11d90309d9-871f5f8db8fa6742-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0f34508954c0fd63dad83bbbf9578f8c", + "traceparent": "00-69b9b692aa057847954f32db88bb0541-f980135a329b5f4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "33104c1378f222467f82e9cd1f5bc8d2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:46:33 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:27:12 GMT", "Expires": "-1", "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9dfb18f-6afa-48f1-93fc-a38a79b44c93", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "f9dfb18f-6afa-48f1-93fc-a38a79b44c93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114634Z:f9dfb18f-6afa-48f1-93fc-a38a79b44c93" + "x-ms-client-request-id": "33104c1378f222467f82e9cd1f5bc8d2", + "x-ms-correlation-request-id": "70aa8431-0e23-4c8b-ad20-5a65452fc86f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "42e89ce8-4a70-4fb9-b8cf-8e9dac25c420", + "x-ms-routing-request-id": "EASTUS:20230628T132712Z:70aa8431-0e23-4c8b-ad20-5a65452fc86f", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-28T13:27:07.6907694\u002B00:00", + "status": "InProgress", + "name": "905e29e7-b37c-4855-9560-5c18c17362b8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/905e29e7-b37c-4855-9560-5c18c17362b8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-69b9b692aa057847954f32db88bb0541-d2fb4b0f2eab1740-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b973e5072ee27af64a33a406dee18dbd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:27:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b973e5072ee27af64a33a406dee18dbd", + "x-ms-correlation-request-id": "ba40bfde-869b-4d33-b0d5-fd70d2614292", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "e5c2eedc-e7fc-4b0d-99e4-0a82d82a9123", + "x-ms-routing-request-id": "EASTUS:20230628T132716Z:ba40bfde-869b-4d33-b0d5-fd70d2614292", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" + }, + "ResponseBody": { + "startTime": "2023-06-28T13:27:07.6907694\u002B00:00", + "status": "InProgress", + "name": "905e29e7-b37c-4855-9560-5c18c17362b8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/905e29e7-b37c-4855-9560-5c18c17362b8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-69b9b692aa057847954f32db88bb0541-4f063942adcf7843-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "982f20cfa3983fcd695c63c173862412", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:27:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "982f20cfa3983fcd695c63c173862412", + "x-ms-correlation-request-id": "ec40ae2c-adcc-43b4-a9bb-1ef282a521be", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "e09a19cf-a042-44eb-9c11-76b1e491a6c8", + "x-ms-routing-request-id": "EASTUS:20230628T132725Z:ec40ae2c-adcc-43b4-a9bb-1ef282a521be", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" + }, + "ResponseBody": { + "startTime": "2023-06-28T13:27:07.6907694\u002B00:00", + "status": "InProgress", + "name": "905e29e7-b37c-4855-9560-5c18c17362b8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/905e29e7-b37c-4855-9560-5c18c17362b8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-69b9b692aa057847954f32db88bb0541-781b80bc5e177d40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4e0409235ec7e5475595e9bed43f449d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:27:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e0409235ec7e5475595e9bed43f449d", + "x-ms-correlation-request-id": "da30b802-c717-4b98-a2aa-7caff28bd34c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "75058d7a-62c9-429d-8591-fe5e8d574e60", + "x-ms-routing-request-id": "EASTUS:20230628T132741Z:da30b802-c717-4b98-a2aa-7caff28bd34c", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" + }, + "ResponseBody": { + "startTime": "2023-06-28T13:27:07.6907694\u002B00:00", + "status": "InProgress", + "name": "905e29e7-b37c-4855-9560-5c18c17362b8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/905e29e7-b37c-4855-9560-5c18c17362b8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-69b9b692aa057847954f32db88bb0541-f59a4d8cefbec74b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fefe2cf4302b633917344f85cb3506c3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:28:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fefe2cf4302b633917344f85cb3506c3", + "x-ms-correlation-request-id": "6a910bcf-dcbf-48f3-8dcf-bcad3efe0bb1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "d26ea616-24a3-4c85-bdc2-515f947652bb", + "x-ms-routing-request-id": "EASTUS:20230628T132813Z:6a910bcf-dcbf-48f3-8dcf-bcad3efe0bb1", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" + }, + "ResponseBody": { + "startTime": "2023-06-28T13:27:07.6907694\u002B00:00", + "endTime": "2023-06-28T13:27:43.3640925\u002B00:00", + "status": "Succeeded", + "name": "905e29e7-b37c-4855-9560-5c18c17362b8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget2448?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "113", + "Content-Type": "application/json", + "traceparent": "00-2ee3660e74b51047b8d9985950024b3d-28996048588b4848-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ddd5e391f53fd9714a4202ba0e6b2a17", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "targetType": "nfs3", + "nfs3": { + "target": "10.0.2.4", + "usageModel": "READ_ONLY", + "verificationTimer": 30 + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7739576-b664-451c-abea-5b88c8267472?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "918", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:28:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ddd5e391f53fd9714a4202ba0e6b2a17", + "x-ms-correlation-request-id": "bf21988c-ea81-4040-9d85-18f6c0278d26", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "e7739576-b664-451c-abea-5b88c8267472", + "x-ms-routing-request-id": "EASTUS:20230628T132813Z:bf21988c-ea81-4040-9d85-18f6c0278d26", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" + }, + "ResponseBody": { + "name": "storagetarget2448", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget2448", + "type": "Microsoft.StorageCache/caches/storageTargets", + "location": "eastus", + "properties": { + "allocationPercentage": 100, + "targetType": "nfs3", + "provisioningState": "Creating", + "state": "Busy", + "junctions": [], + "nfs3": { + "target": "10.0.2.4", + "usageModel": "READ_ONLY", + "verificationTimer": 30 + } + }, + "systemData": { + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", + "createdByType": "Application", + "createdAt": "2023-06-28T13:28:13.2854006Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-28T13:28:13.2854006Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7739576-b664-451c-abea-5b88c8267472?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2ee3660e74b51047b8d9985950024b3d-ec0d7a655b86b241-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5c42af25c06f37b48c25e1ee37a809c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:28:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c42af25c06f37b48c25e1ee37a809c8", + "x-ms-correlation-request-id": "7c6649fa-e082-4b8e-af8d-b4bd2637cc14", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "a0306eae-4e45-400f-b354-b217ea0231a3", + "x-ms-routing-request-id": "EASTUS:20230628T132813Z:7c6649fa-e082-4b8e-af8d-b4bd2637cc14", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" + }, + "ResponseBody": { + "startTime": "2023-06-28T13:28:13.3963078\u002B00:00", + "status": "InProgress", + "name": "e7739576-b664-451c-abea-5b88c8267472" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7739576-b664-451c-abea-5b88c8267472?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2ee3660e74b51047b8d9985950024b3d-a1565e454270e741-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "68056d253cbfabe9f0053b0962631730", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:28:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68056d253cbfabe9f0053b0962631730", + "x-ms-correlation-request-id": "f9ce7ecc-7fb5-4608-a2e3-c8d2c77b5a16", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "42351808-9aa6-49f2-b247-62449b3f351c", + "x-ms-routing-request-id": "EASTUS:20230628T132814Z:f9ce7ecc-7fb5-4608-a2e3-c8d2c77b5a16", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" + }, + "ResponseBody": { + "startTime": "2023-06-28T13:28:13.3963078\u002B00:00", + "status": "InProgress", + "name": "e7739576-b664-451c-abea-5b88c8267472" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7739576-b664-451c-abea-5b88c8267472?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2ee3660e74b51047b8d9985950024b3d-677c9f949738ea45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5e957321ce2805a8170ffb00050497f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:28:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e957321ce2805a8170ffb00050497f8", + "x-ms-correlation-request-id": "1d7de977-6d4c-4208-bf6d-9145514e5964", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "a56d5b0f-235e-4c6b-9574-44909e2af3c3", + "x-ms-routing-request-id": "EASTUS:20230628T132815Z:1d7de977-6d4c-4208-bf6d-9145514e5964", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" + }, + "ResponseBody": { + "startTime": "2023-06-28T13:28:13.3963078\u002B00:00", + "status": "InProgress", + "name": "e7739576-b664-451c-abea-5b88c8267472" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7739576-b664-451c-abea-5b88c8267472?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2ee3660e74b51047b8d9985950024b3d-daea9dbd92836c4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "53e8ca2cb814e9cfc6976b6984abd429", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:28:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53e8ca2cb814e9cfc6976b6984abd429", + "x-ms-correlation-request-id": "70ce460c-e943-4c1d-9d7f-9eac9a32ccd2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "ac707fc5-7970-4bb5-b5ab-98b9abce033e", + "x-ms-routing-request-id": "EASTUS:20230628T132816Z:70ce460c-e943-4c1d-9d7f-9eac9a32ccd2", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" + }, + "ResponseBody": { + "startTime": "2023-06-28T13:28:13.3963078\u002B00:00", + "status": "InProgress", + "name": "e7739576-b664-451c-abea-5b88c8267472" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7739576-b664-451c-abea-5b88c8267472?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2ee3660e74b51047b8d9985950024b3d-70ec2b5dca592e43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c4ccb00daa1357a0c50050b041e9a5eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:28:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c4ccb00daa1357a0c50050b041e9a5eb", + "x-ms-correlation-request-id": "cc7c649c-6e10-4826-ae26-290b16133196", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "3b44a494-5d8c-4136-add6-abf48c9f96cd", + "x-ms-routing-request-id": "EASTUS:20230628T132818Z:cc7c649c-6e10-4826-ae26-290b16133196", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" + }, + "ResponseBody": { + "startTime": "2023-06-28T13:28:13.3963078\u002B00:00", + "status": "InProgress", + "name": "e7739576-b664-451c-abea-5b88c8267472" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7739576-b664-451c-abea-5b88c8267472?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2ee3660e74b51047b8d9985950024b3d-9af0b341ebb3f349-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "98dc436ec37a681ca3ac9891623e806c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:28:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98dc436ec37a681ca3ac9891623e806c", + "x-ms-correlation-request-id": "1a76c08d-bb81-4407-9139-511936872b09", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "6933adac-31b5-4c11-9f46-41a5a7290139", + "x-ms-routing-request-id": "EASTUS:20230628T132822Z:1a76c08d-bb81-4407-9139-511936872b09", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" + }, + "ResponseBody": { + "startTime": "2023-06-28T13:28:13.3963078\u002B00:00", + "status": "InProgress", + "name": "e7739576-b664-451c-abea-5b88c8267472" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7739576-b664-451c-abea-5b88c8267472?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2ee3660e74b51047b8d9985950024b3d-0b8cf45b34c48440-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "54f2d13bd33782e52a918e13681fa8dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:28:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54f2d13bd33782e52a918e13681fa8dc", + "x-ms-correlation-request-id": "9df284ca-c126-44d9-9f6c-486aa75b9b64", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "3e036d01-0098-405a-a60d-67f5d469a7fa", + "x-ms-routing-request-id": "EASTUS:20230628T132830Z:9df284ca-c126-44d9-9f6c-486aa75b9b64", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" + }, + "ResponseBody": { + "startTime": "2023-06-28T13:28:13.3963078\u002B00:00", + "status": "InProgress", + "name": "e7739576-b664-451c-abea-5b88c8267472" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e7739576-b664-451c-abea-5b88c8267472?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2ee3660e74b51047b8d9985950024b3d-762b2e8ce7cd6842-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "41fb80f13bce49af94632067110ef586", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "183", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:28:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41fb80f13bce49af94632067110ef586", + "x-ms-correlation-request-id": "a38312dc-dcb8-4bbe-ac1b-a0da0eabe9c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "fdbb725c-a943-4cd2-8cc5-9cba7976ce9d", + "x-ms-routing-request-id": "EASTUS:20230628T132846Z:a38312dc-dcb8-4bbe-ac1b-a0da0eabe9c2", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" + }, + "ResponseBody": { + "startTime": "2023-06-28T13:28:13.3963078\u002B00:00", + "endTime": "2023-06-28T13:28:46.171306\u002B00:00", + "status": "Succeeded", + "name": "e7739576-b664-451c-abea-5b88c8267472" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget2448?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-2ee3660e74b51047b8d9985950024b3d-1e33aeed37708041-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6f74e47f51f69ab35e5a6ee935090084", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "920", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:28:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f74e47f51f69ab35e5a6ee935090084", + "x-ms-correlation-request-id": "415f3296-d9dd-4838-8030-3a03a0bb63b2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "bfc4c6f3-4ef1-4bd2-9700-4141d7396766", + "x-ms-routing-request-id": "EASTUS:20230628T132847Z:415f3296-d9dd-4838-8030-3a03a0bb63b2", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" + }, + "ResponseBody": { + "name": "storagetarget2448", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget2448", + "type": "Microsoft.StorageCache/caches/storageTargets", + "location": "eastus", + "properties": { + "allocationPercentage": 100, + "targetType": "nfs3", + "provisioningState": "Succeeded", + "state": "Ready", + "junctions": [], + "nfs3": { + "target": "10.0.2.4", + "usageModel": "READ_ONLY", + "verificationTimer": 30 + } + }, + "systemData": { + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", + "createdByType": "Application", + "createdAt": "2023-06-28T13:28:13.2854006Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-28T13:28:13.2854006Z" + } + } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "60672091", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1132719219", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "733b22ab-69e4-4f63-a7e5-0f2312c2e35f" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/CreateOrUpdate()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/CreateOrUpdate()Async.json index 0a32c36ed3cd..09f92faec65c 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/CreateOrUpdate()Async.json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/CreateOrUpdate()Async.json @@ -1,40 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-49ab3644ef11b24e8fa48f0b6bb6ef18-0121e4a03dcc7144-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c2e5310dfd7cbff05d2d0479621e1d8e", + "traceparent": "00-eb234b257202d94e86f8731d84f8961c-55156e5b3b3bb543-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cc962d3b5d5ce35ccaba753584120af7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:12:57 GMT", + "Date": "Wed, 28 Jun 2023 13:00:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99e40dab-9e0d-45bd-a6ea-5f4dcdb932a3", + "x-ms-correlation-request-id": "33e5c3b0-3939-4809-bb59-2eb70dfa59fd", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "99e40dab-9e0d-45bd-a6ea-5f4dcdb932a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091257Z:99e40dab-9e0d-45bd-a6ea-5f4dcdb932a3" + "x-ms-request-id": "33e5c3b0-3939-4809-bb59-2eb70dfa59fd", + "x-ms-routing-request-id": "EASTUS:20230628T130054Z:33e5c3b0-3939-4809-bb59-2eb70dfa59fd" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f", + "authorizationSource": "Bypassed", "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", + "subscriptionId": "733b22ab-69e4-4f63-a7e5-0f2312c2e35f", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", + "displayName": "Avere_AscDEV2_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -44,54 +43,55 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg671?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-32488b54ad6d0449a7c3f4b3069572e8-b3618fb1741ec54e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "081874db81f67a3435cb1bb929772fda", + "traceparent": "00-cfffca422920ff44836bd3df8308f066-c01067083a13bd41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f5309972fdc61514c51f54c8fec43195", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "239", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:13:00 GMT", + "Date": "Wed, 28 Jun 2023 13:00:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0fd47be7-1c36-4bd7-8325-4c3be44a60b9", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "0fd47be7-1c36-4bd7-8325-4c3be44a60b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091300Z:0fd47be7-1c36-4bd7-8325-4c3be44a60b9" + "x-ms-correlation-request-id": "5eae1863-a1c5-4f33-91ea-d7ed1a7b2214", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "5eae1863-a1c5-4f33-91ea-d7ed1a7b2214", + "x-ms-routing-request-id": "EASTUS:20230628T130054Z:5eae1863-a1c5-4f33-91ea-d7ed1a7b2214" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg671", - "name": "storagecachetestrg671", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "DeleteAfter": "2023-07-02T18:09:36.8931476Z", + "ServiceDirectory": "storagecache", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ad5979baf360db6b30835f53b4f73a97", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "57c8ce3d3f825c1b324cb5932d865602", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -100,7 +100,7 @@ "Cache-Control": "no-cache", "Content-Length": "19", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:13:10 GMT", + "Date": "Wed, 28 Jun 2023 13:00:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -109,29 +109,29 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad5979baf360db6b30835f53b4f73a97", - "x-ms-correlation-request-id": "8f94ec49-2bec-4e94-a8c3-da377db11e64", + "x-ms-client-request-id": "57c8ce3d3f825c1b324cb5932d865602", + "x-ms-correlation-request-id": "18bac71f-ba1b-4b34-9d86-6800de158b85", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "05601b88-664e-4b22-85e1-e313e1d73cb1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091310Z:8f94ec49-2bec-4e94-a8c3-da377db11e64", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "73f23ad5-8db1-4f9f-a5a4-816d99c253b6", + "x-ms-routing-request-id": "EASTUS:20230628T130057Z:18bac71f-ba1b-4b34-9d86-6800de158b85", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "value": [] } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget8534?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget3426?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "113", "Content-Type": "application/json", - "traceparent": "00-298a1d07cdd05f479342862d469a782c-35dceff2facf0444-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5778a9cb1784b0af474631d40533b5d5", + "traceparent": "00-041cd928a567cc45b9126217085d5740-6bb89c99adc5b545-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "36dc1bf372bd183e81073c0994e40589", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -146,11 +146,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a4934fe9-6c93-41a4-b421-abfbdbf93ee1?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/28cdf4f5-bb5d-45d4-80ed-587a644b97ad?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "911", + "Content-Length": "918", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:13:26 GMT", + "Date": "Wed, 28 Jun 2023 13:00:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -159,19 +159,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5778a9cb1784b0af474631d40533b5d5", - "x-ms-correlation-request-id": "03a36074-7793-435f-a15e-11a7bf5c8315", + "x-ms-client-request-id": "36dc1bf372bd183e81073c0994e40589", + "x-ms-correlation-request-id": "da8a4c64-2920-4b75-a201-312272615d2e", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "a4934fe9-6c93-41a4-b421-abfbdbf93ee1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091327Z:03a36074-7793-435f-a15e-11a7bf5c8315", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "28cdf4f5-bb5d-45d4-80ed-587a644b97ad", + "x-ms-routing-request-id": "EASTUS:20230628T130058Z:da8a4c64-2920-4b75-a201-312272615d2e", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "name": "storagetarget8534", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget8534", + "name": "storagetarget3426", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget3426", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -185,23 +185,23 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T09:13:27.2601699Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:00:57.7899723Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:13:27.2601699Z" + "lastModifiedAt": "2023-06-28T13:00:57.7899723Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a4934fe9-6c93-41a4-b421-abfbdbf93ee1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/28cdf4f5-bb5d-45d4-80ed-587a644b97ad?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-298a1d07cdd05f479342862d469a782c-f130154449466444-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ce5d258483b76136a9fd18ac39062b50", + "traceparent": "00-041cd928a567cc45b9126217085d5740-81630df008073d4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a90bfd525e545c808a3e0038de529e68", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -210,7 +210,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:13:28 GMT", + "Date": "Wed, 28 Jun 2023 13:00:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -219,28 +219,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ce5d258483b76136a9fd18ac39062b50", - "x-ms-correlation-request-id": "485c1bd6-b40f-4b3f-a569-5b22cab3b9b1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "215eabc2-25be-4ab9-abc6-c504bf6df2e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091328Z:485c1bd6-b40f-4b3f-a569-5b22cab3b9b1", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "a90bfd525e545c808a3e0038de529e68", + "x-ms-correlation-request-id": "377d6ab6-354b-4462-8587-c99a2b96ef00", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "ed7b9f36-2b4f-410f-abee-778689caeec8", + "x-ms-routing-request-id": "EASTUS:20230628T130058Z:377d6ab6-354b-4462-8587-c99a2b96ef00", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:13:27.5923196\u002B00:00", + "startTime": "2023-06-28T13:00:57.8861369\u002B00:00", "status": "InProgress", - "name": "a4934fe9-6c93-41a4-b421-abfbdbf93ee1" + "name": "28cdf4f5-bb5d-45d4-80ed-587a644b97ad" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a4934fe9-6c93-41a4-b421-abfbdbf93ee1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/28cdf4f5-bb5d-45d4-80ed-587a644b97ad?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-298a1d07cdd05f479342862d469a782c-2b343ef762b97844-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4e167daad39411b3c16f1aaca48dce81", + "traceparent": "00-041cd928a567cc45b9126217085d5740-57643987085f7b40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8e4d0ab0b8a07d17e75e61faf8f69799", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -249,7 +249,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:13:29 GMT", + "Date": "Wed, 28 Jun 2023 13:00:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -258,28 +258,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4e167daad39411b3c16f1aaca48dce81", - "x-ms-correlation-request-id": "a7de6cbe-7626-46d3-ae53-660b14d976d2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "5f79bb26-a5d6-4047-a458-32b979b4925b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091330Z:a7de6cbe-7626-46d3-ae53-660b14d976d2", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "8e4d0ab0b8a07d17e75e61faf8f69799", + "x-ms-correlation-request-id": "70faac25-2048-43ee-a3b3-ac8361ab9a67", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "ff67270d-00e5-4300-bf70-5a9d344e0f6d", + "x-ms-routing-request-id": "EASTUS:20230628T130059Z:70faac25-2048-43ee-a3b3-ac8361ab9a67", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:13:27.5923196\u002B00:00", + "startTime": "2023-06-28T13:00:57.8861369\u002B00:00", "status": "InProgress", - "name": "a4934fe9-6c93-41a4-b421-abfbdbf93ee1" + "name": "28cdf4f5-bb5d-45d4-80ed-587a644b97ad" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a4934fe9-6c93-41a4-b421-abfbdbf93ee1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/28cdf4f5-bb5d-45d4-80ed-587a644b97ad?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-298a1d07cdd05f479342862d469a782c-1f1dbcd52101bf4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "df4fa007e7d51b1e72431ae3a13acf36", + "traceparent": "00-041cd928a567cc45b9126217085d5740-db24d750d4c4b747-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "96b772c75bd881347759bf7474fb9f81", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -288,7 +288,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:13:30 GMT", + "Date": "Wed, 28 Jun 2023 13:00:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -297,28 +297,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df4fa007e7d51b1e72431ae3a13acf36", - "x-ms-correlation-request-id": "97bb7428-c536-47dd-bfb9-8f4af78715fd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "a1cd5cd1-e3fe-4144-8294-a1805b07a4a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091331Z:97bb7428-c536-47dd-bfb9-8f4af78715fd", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "96b772c75bd881347759bf7474fb9f81", + "x-ms-correlation-request-id": "37f4f683-0307-4074-adc2-24b6286b4b42", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "da61f749-3db8-4f82-bdb2-a462eb075882", + "x-ms-routing-request-id": "EASTUS:20230628T130100Z:37f4f683-0307-4074-adc2-24b6286b4b42", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:13:27.5923196\u002B00:00", + "startTime": "2023-06-28T13:00:57.8861369\u002B00:00", "status": "InProgress", - "name": "a4934fe9-6c93-41a4-b421-abfbdbf93ee1" + "name": "28cdf4f5-bb5d-45d4-80ed-587a644b97ad" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a4934fe9-6c93-41a4-b421-abfbdbf93ee1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/28cdf4f5-bb5d-45d4-80ed-587a644b97ad?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-298a1d07cdd05f479342862d469a782c-c6eba2790603bf45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "637822acefafb1fc724c0c476989bc1c", + "traceparent": "00-041cd928a567cc45b9126217085d5740-031fc003a9ccd14e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "76971224b1999929e68dc1f5fc866393", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -327,7 +327,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:13:31 GMT", + "Date": "Wed, 28 Jun 2023 13:01:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -336,28 +336,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "637822acefafb1fc724c0c476989bc1c", - "x-ms-correlation-request-id": "5b3967d7-b9e2-4980-b2af-07729fe4566f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "8de69dba-4e8d-49e8-ba39-16157fb9679f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091332Z:5b3967d7-b9e2-4980-b2af-07729fe4566f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "76971224b1999929e68dc1f5fc866393", + "x-ms-correlation-request-id": "6d3d06c0-4e0a-4ce4-a464-0d8bf4806e68", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "2151de76-c5d8-47bf-9dd8-f23496b1d26c", + "x-ms-routing-request-id": "EASTUS:20230628T130101Z:6d3d06c0-4e0a-4ce4-a464-0d8bf4806e68", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:13:27.5923196\u002B00:00", + "startTime": "2023-06-28T13:00:57.8861369\u002B00:00", "status": "InProgress", - "name": "a4934fe9-6c93-41a4-b421-abfbdbf93ee1" + "name": "28cdf4f5-bb5d-45d4-80ed-587a644b97ad" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a4934fe9-6c93-41a4-b421-abfbdbf93ee1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/28cdf4f5-bb5d-45d4-80ed-587a644b97ad?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-298a1d07cdd05f479342862d469a782c-99065860fbbf3b42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "98a5962e4bb6c27a5ffadc51b8cf6f86", + "traceparent": "00-041cd928a567cc45b9126217085d5740-33051d26e434cb46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6c7066a7089b548fd5cc1646f9a209ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -366,7 +366,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:13:34 GMT", + "Date": "Wed, 28 Jun 2023 13:01:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -375,28 +375,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "98a5962e4bb6c27a5ffadc51b8cf6f86", - "x-ms-correlation-request-id": "b8515ba0-fbdf-4391-8be6-ceee33fb2f95", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "58eed0c2-be38-4ee2-830e-a96eb949fa54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091335Z:b8515ba0-fbdf-4391-8be6-ceee33fb2f95", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "6c7066a7089b548fd5cc1646f9a209ec", + "x-ms-correlation-request-id": "037b221f-553f-474b-82b3-b6585190ea6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "71f93d3f-df8d-4a5e-aa75-ef87c41fd083", + "x-ms-routing-request-id": "EASTUS:20230628T130103Z:037b221f-553f-474b-82b3-b6585190ea6c", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:13:27.5923196\u002B00:00", + "startTime": "2023-06-28T13:00:57.8861369\u002B00:00", "status": "InProgress", - "name": "a4934fe9-6c93-41a4-b421-abfbdbf93ee1" + "name": "28cdf4f5-bb5d-45d4-80ed-587a644b97ad" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a4934fe9-6c93-41a4-b421-abfbdbf93ee1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/28cdf4f5-bb5d-45d4-80ed-587a644b97ad?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-298a1d07cdd05f479342862d469a782c-259811bbd549d04b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8200e39f6a1417d2a49e6c89dad6b2e8", + "traceparent": "00-041cd928a567cc45b9126217085d5740-f7c9d534e0201546-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e6d5dfbf205f1600491daf4b993e84f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -405,7 +405,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:13:39 GMT", + "Date": "Wed, 28 Jun 2023 13:01:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -414,28 +414,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8200e39f6a1417d2a49e6c89dad6b2e8", - "x-ms-correlation-request-id": "f7d43b66-73e6-4b5e-8b24-df2baf3a76a1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "6cba80bb-3324-4514-b32e-3d09a8aebd71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091339Z:f7d43b66-73e6-4b5e-8b24-df2baf3a76a1", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e6d5dfbf205f1600491daf4b993e84f1", + "x-ms-correlation-request-id": "c6596a9b-21a2-426a-84d8-ea25b81e4dc4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "d3615771-fe8a-4602-9632-c011006420c1", + "x-ms-routing-request-id": "EASTUS:20230628T130107Z:c6596a9b-21a2-426a-84d8-ea25b81e4dc4", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:13:27.5923196\u002B00:00", + "startTime": "2023-06-28T13:00:57.8861369\u002B00:00", "status": "InProgress", - "name": "a4934fe9-6c93-41a4-b421-abfbdbf93ee1" + "name": "28cdf4f5-bb5d-45d4-80ed-587a644b97ad" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a4934fe9-6c93-41a4-b421-abfbdbf93ee1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/28cdf4f5-bb5d-45d4-80ed-587a644b97ad?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-298a1d07cdd05f479342862d469a782c-d15f0ead49ffd04f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0bb5fd8637956080a8b504b413abf8a3", + "traceparent": "00-041cd928a567cc45b9126217085d5740-a09b0c48e267a94b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0dcd2bf6328a1be68242a0cd9ae29f44", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -444,7 +444,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:13:47 GMT", + "Date": "Wed, 28 Jun 2023 13:01:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -453,28 +453,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0bb5fd8637956080a8b504b413abf8a3", - "x-ms-correlation-request-id": "ca06e1ed-704b-43b4-98a3-bfba776f2351", + "x-ms-client-request-id": "0dcd2bf6328a1be68242a0cd9ae29f44", + "x-ms-correlation-request-id": "46bd0faa-0f4b-48d8-8f12-62b85637c4ba", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "ca19be5b-62ea-4914-96b7-d14b45183fea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091347Z:ca06e1ed-704b-43b4-98a3-bfba776f2351", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "dd1cd25a-96c4-49ff-922c-05f19c2f0c42", + "x-ms-routing-request-id": "EASTUS:20230628T130115Z:46bd0faa-0f4b-48d8-8f12-62b85637c4ba", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:13:27.5923196\u002B00:00", + "startTime": "2023-06-28T13:00:57.8861369\u002B00:00", "status": "InProgress", - "name": "a4934fe9-6c93-41a4-b421-abfbdbf93ee1" + "name": "28cdf4f5-bb5d-45d4-80ed-587a644b97ad" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a4934fe9-6c93-41a4-b421-abfbdbf93ee1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/28cdf4f5-bb5d-45d4-80ed-587a644b97ad?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-298a1d07cdd05f479342862d469a782c-bd8aeaeb9bfc814a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "85a885dc3a89c307c48df418def0e889", + "traceparent": "00-041cd928a567cc45b9126217085d5740-2174d429877cfb47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1c36d4847db086346659227e5843bb96", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -483,7 +483,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:14:03 GMT", + "Date": "Wed, 28 Jun 2023 13:01:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -492,38 +492,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "85a885dc3a89c307c48df418def0e889", - "x-ms-correlation-request-id": "e2b71019-dc31-4908-93b2-c27499290f2f", + "x-ms-client-request-id": "1c36d4847db086346659227e5843bb96", + "x-ms-correlation-request-id": "cf410b67-c627-45c9-81f0-fdd0b6610b87", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "46f75fd4-58c4-44a4-840c-093ed8c3a318", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091404Z:e2b71019-dc31-4908-93b2-c27499290f2f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "fd698b73-6322-4e23-8185-a4cec40212cc", + "x-ms-routing-request-id": "EASTUS:20230628T130131Z:cf410b67-c627-45c9-81f0-fdd0b6610b87", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:13:27.5923196\u002B00:00", - "endTime": "2023-03-23T09:13:59.0342955\u002B00:00", + "startTime": "2023-06-28T13:00:57.8861369\u002B00:00", + "endTime": "2023-06-28T13:01:28.4544947\u002B00:00", "status": "Succeeded", - "name": "a4934fe9-6c93-41a4-b421-abfbdbf93ee1" + "name": "28cdf4f5-bb5d-45d4-80ed-587a644b97ad" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget8534?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget3426?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-298a1d07cdd05f479342862d469a782c-caeef7089d5d0d49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bbcaf348641a68f1639fda5f661d04f8", + "traceparent": "00-041cd928a567cc45b9126217085d5740-2b43751b5415244e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ce502547fbd58c62f9ba631d80327c67", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "913", + "Content-Length": "920", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:14:03 GMT", + "Date": "Wed, 28 Jun 2023 13:01:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -532,19 +532,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbcaf348641a68f1639fda5f661d04f8", - "x-ms-correlation-request-id": "d9d71491-8fd1-4fac-9116-ce01c186733c", + "x-ms-client-request-id": "ce502547fbd58c62f9ba631d80327c67", + "x-ms-correlation-request-id": "f114994a-8dce-4edb-bba4-38a09bca0db4", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "9161e93e-27f6-4dd9-aeda-8e91813a4b0d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091404Z:d9d71491-8fd1-4fac-9116-ce01c186733c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "df59a6a0-ce60-4ebe-858e-941658d2130a", + "x-ms-routing-request-id": "EASTUS:20230628T130132Z:f114994a-8dce-4edb-bba4-38a09bca0db4", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "name": "storagetarget8534", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget8534", + "name": "storagetarget3426", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget3426", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -558,80 +558,20 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T09:13:27.2601699Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:00:57.7899723Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:13:27.2601699Z" + "lastModifiedAt": "2023-06-28T13:00:57.7899723Z" } } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg671?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-1d930dbc72afe24eb32d13d0de1cd8f3-72602d9aebc6264e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "54acc9a52c2e4c5ff6f14607426882b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:15:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NzEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "606fda9e-ab2c-40cd-974d-f7273ec1d6fb", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "606fda9e-ab2c-40cd-974d-f7273ec1d6fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091554Z:606fda9e-ab2c-40cd-974d-f7273ec1d6fb" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NzEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1d930dbc72afe24eb32d13d0de1cd8f3-53384c8fa592d54d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1472fb8993441c5a947ec5281de926fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:15:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NzEtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "46eac6e3-0cea-426b-83dd-333529060191", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "46eac6e3-0cea-426b-83dd-333529060191", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091555Z:46eac6e3-0cea-426b-83dd-333529060191" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "458083436", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1583605919", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "733b22ab-69e4-4f63-a7e5-0f2312c2e35f" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/Exists().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/Exists().json index b783e06b5c07..057b7b6543a5 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/Exists().json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/Exists().json @@ -1,39 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-bf129942559d144da158c5da3a7c19a1-dd36cbda3a4f5846-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "022fbf5be0a529ac16b55be70b33af07", + "traceparent": "00-87aceebb6466014c806c13ed614a2045-73377c800adf3245-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6ad72470eae4a566935f808bec724f4b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:46:36 GMT", + "Date": "Wed, 28 Jun 2023 13:28:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6546e129-5585-453a-b8ad-fdd4696d429c", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "6546e129-5585-453a-b8ad-fdd4696d429c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114636Z:6546e129-5585-453a-b8ad-fdd4696d429c" + "x-ms-correlation-request-id": "6aac9684-145b-4bf3-9a8d-7b9295a589e1", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "6aac9684-145b-4bf3-9a8d-7b9295a589e1", + "x-ms-routing-request-id": "EASTUS:20230628T132848Z:6aac9684-145b-4bf3-9a8d-7b9295a589e1" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f", + "authorizationSource": "Bypassed", "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", + "subscriptionId": "733b22ab-69e4-4f63-a7e5-0f2312c2e35f", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", + "displayName": "Avere_AscDEV2_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,64 +43,65 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg5451?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-0205ac6670d11341afa5c0fbde1d3b2c-52077311e3b30d4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c8f7e1fe2d4a4796cba412856edb82e2", + "traceparent": "00-a3d122e523311d4c9509d463522c05cb-5d958d22bf196b41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "645d4f43996169212903a9d33eb57847", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:46:37 GMT", + "Date": "Wed, 28 Jun 2023 13:28:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dde01f34-22d8-4dff-8834-5b6020ecc6a2", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "dde01f34-22d8-4dff-8834-5b6020ecc6a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114638Z:dde01f34-22d8-4dff-8834-5b6020ecc6a2" + "x-ms-correlation-request-id": "d6802ce5-2596-4147-bc81-6efc2fe3abee", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "d6802ce5-2596-4147-bc81-6efc2fe3abee", + "x-ms-routing-request-id": "EASTUS:20230628T132848Z:d6802ce5-2596-4147-bc81-6efc2fe3abee" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg5451", - "name": "storagecachetestrg5451", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "DeleteAfter": "2023-07-02T18:09:36.8931476Z", + "ServiceDirectory": "storagecache", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-1faacffbc4d98e40bd5d651a66f2e765-1dda1cb42ecc1746-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9c9d28e4935fa5f1ff3ad901f5300b03", + "traceparent": "00-91fb927262e48b4d9a5f9e63464a9dc5-a43a889fa287c44c-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6c44f140af0851d12bbce0d89739ed6e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1042", + "Content-Length": "1049", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:46:38 GMT", + "Date": "Wed, 28 Jun 2023 13:28:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -109,21 +110,21 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9c9d28e4935fa5f1ff3ad901f5300b03", - "x-ms-correlation-request-id": "74c2825e-4aa7-4e74-bc40-a025e539b2df", + "x-ms-client-request-id": "6c44f140af0851d12bbce0d89739ed6e", + "x-ms-correlation-request-id": "651f20d2-ee85-480f-9def-871207bddfb0", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "a3cafe2d-beac-4b01-bfda-a02059f4b533", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114639Z:74c2825e-4aa7-4e74-bc40-a025e539b2df", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "873e77a2-cddd-491f-9e78-6b2c50dc8446", + "x-ms-routing-request-id": "EASTUS:20230628T132848Z:651f20d2-ee85-480f-9def-871207bddfb0", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "value": [ { - "name": "storagetarget5751", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget5751", + "name": "storagetarget2448", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget2448", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -133,41 +134,41 @@ "nfs3": { "target": "10.0.2.4", "usageModel": "READ_ONLY", - "verificationTimer": 10 + "verificationTimer": 30 } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T11:44:34.3712366Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:28:13.2854006Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:44:34.3712366Z" + "lastModifiedAt": "2023-06-28T13:28:13.2854006Z" } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget5751?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget2448?api-version=2023-05-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-a49fcf4244d5204da1ab5fd63ad443e6-c9851b5fca367849-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6ff10b85796c911198bbd93b9aa4a8d9", + "traceparent": "00-2223bad6f27afa449da4e0f04fa98d8f-5c99fa6173b8cc44-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a5a89c65bc4dd686026d40e0419266de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4e12eb0c-a2f7-40e4-a71c-95f9c60886cd?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f1881138-fa37-4618-a346-b793a1db907f?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:46:39 GMT", + "Date": "Wed, 28 Jun 2023 13:28:47 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4e12eb0c-a2f7-40e4-a71c-95f9c60886cd?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f1881138-fa37-4618-a346-b793a1db907f?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -175,24 +176,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6ff10b85796c911198bbd93b9aa4a8d9", - "x-ms-correlation-request-id": "b1bafe91-5b75-4a5a-9c47-633f7ee5dd22", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;58", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "4e12eb0c-a2f7-40e4-a71c-95f9c60886cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114640Z:b1bafe91-5b75-4a5a-9c47-633f7ee5dd22", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "a5a89c65bc4dd686026d40e0419266de", + "x-ms-correlation-request-id": "19cb3cca-1d52-4a36-8b7b-28491508a480", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;56", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "f1881138-fa37-4618-a346-b793a1db907f", + "x-ms-routing-request-id": "EASTUS:20230628T132848Z:19cb3cca-1d52-4a36-8b7b-28491508a480", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4e12eb0c-a2f7-40e4-a71c-95f9c60886cd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f1881138-fa37-4618-a346-b793a1db907f?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a49fcf4244d5204da1ab5fd63ad443e6-506d1a9d95378548-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "63ff0e9812e96a75160c03a4b9b50b5b", + "traceparent": "00-2223bad6f27afa449da4e0f04fa98d8f-67cb836c9eac5248-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a26e3a16d30c84f96b6e699b6ff01098", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -201,7 +202,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:46:40 GMT", + "Date": "Wed, 28 Jun 2023 13:28:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -210,28 +211,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63ff0e9812e96a75160c03a4b9b50b5b", - "x-ms-correlation-request-id": "6ca378fa-52db-42dc-ae1f-d3cdc5d324c1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "3f677090-16f4-438e-92d1-38e84fc93667", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114641Z:6ca378fa-52db-42dc-ae1f-d3cdc5d324c1", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "a26e3a16d30c84f96b6e699b6ff01098", + "x-ms-correlation-request-id": "23bc92d0-3545-495b-9611-9338e169e25d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "b92f6bb4-810b-486b-bb88-90130e08942d", + "x-ms-routing-request-id": "EASTUS:20230628T132848Z:23bc92d0-3545-495b-9611-9338e169e25d", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:46:39.9307643\u002B00:00", + "startTime": "2023-06-28T13:28:48.2807817\u002B00:00", "status": "InProgress", - "name": "4e12eb0c-a2f7-40e4-a71c-95f9c60886cd" + "name": "f1881138-fa37-4618-a346-b793a1db907f" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4e12eb0c-a2f7-40e4-a71c-95f9c60886cd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f1881138-fa37-4618-a346-b793a1db907f?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a49fcf4244d5204da1ab5fd63ad443e6-69f186484fbbcc43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f028ff9200091af128877f1ab0003d04", + "traceparent": "00-2223bad6f27afa449da4e0f04fa98d8f-ec0772e50dc75a42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5ff20255f2ee81405914264283e01db9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -240,7 +241,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:46:42 GMT", + "Date": "Wed, 28 Jun 2023 13:28:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -249,28 +250,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f028ff9200091af128877f1ab0003d04", - "x-ms-correlation-request-id": "5c799bc6-a409-44f5-8cc9-046ac55645cd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "cc0e5afc-62fa-4001-ae97-3f580cbce8ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114642Z:5c799bc6-a409-44f5-8cc9-046ac55645cd", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "5ff20255f2ee81405914264283e01db9", + "x-ms-correlation-request-id": "85c80e90-e4fb-4b39-87a9-b5657dde6503", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "da19e531-3b3e-4893-b04e-49927f95317a", + "x-ms-routing-request-id": "EASTUS:20230628T132849Z:85c80e90-e4fb-4b39-87a9-b5657dde6503", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:46:39.9307643\u002B00:00", + "startTime": "2023-06-28T13:28:48.2807817\u002B00:00", "status": "InProgress", - "name": "4e12eb0c-a2f7-40e4-a71c-95f9c60886cd" + "name": "f1881138-fa37-4618-a346-b793a1db907f" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4e12eb0c-a2f7-40e4-a71c-95f9c60886cd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f1881138-fa37-4618-a346-b793a1db907f?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a49fcf4244d5204da1ab5fd63ad443e6-5cf0d9654e7bff4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8ba23e6a44a4c6f08fbbf405683eb03b", + "traceparent": "00-2223bad6f27afa449da4e0f04fa98d8f-bb00a8bd8f618c42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "06ca509bc42413d13fc690bf79a7248e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -279,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:46:43 GMT", + "Date": "Wed, 28 Jun 2023 13:28:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -288,28 +289,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ba23e6a44a4c6f08fbbf405683eb03b", - "x-ms-correlation-request-id": "df7a0697-3c3b-492b-b766-f691acf2cbb2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "fe84030e-2823-4522-832e-4fe390af63a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114643Z:df7a0697-3c3b-492b-b766-f691acf2cbb2", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "06ca509bc42413d13fc690bf79a7248e", + "x-ms-correlation-request-id": "612549c3-b666-4483-b3b6-7ba3283e9fa1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "5b8d1cc0-a231-47e1-8377-805065005aa5", + "x-ms-routing-request-id": "EASTUS:20230628T132850Z:612549c3-b666-4483-b3b6-7ba3283e9fa1", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:46:39.9307643\u002B00:00", + "startTime": "2023-06-28T13:28:48.2807817\u002B00:00", "status": "InProgress", - "name": "4e12eb0c-a2f7-40e4-a71c-95f9c60886cd" + "name": "f1881138-fa37-4618-a346-b793a1db907f" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4e12eb0c-a2f7-40e4-a71c-95f9c60886cd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f1881138-fa37-4618-a346-b793a1db907f?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a49fcf4244d5204da1ab5fd63ad443e6-aadf42922ffeed4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "547e6d46606c98921ce53a62935bba16", + "traceparent": "00-2223bad6f27afa449da4e0f04fa98d8f-3618fd5c38cd7b45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b64f9ffa72562301f9ec48f8acb7008a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -318,7 +319,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:46:45 GMT", + "Date": "Wed, 28 Jun 2023 13:28:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -327,28 +328,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "547e6d46606c98921ce53a62935bba16", - "x-ms-correlation-request-id": "b9faa311-4c9f-4fa6-8e46-6168533aeb6e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "d9999ca5-c43b-4e3c-b602-99308b3b9ceb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114645Z:b9faa311-4c9f-4fa6-8e46-6168533aeb6e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "b64f9ffa72562301f9ec48f8acb7008a", + "x-ms-correlation-request-id": "075c95b5-aa71-49b5-be16-10a41edac86f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "f1805c88-57a2-4264-92a1-9361bb770bd4", + "x-ms-routing-request-id": "EASTUS:20230628T132851Z:075c95b5-aa71-49b5-be16-10a41edac86f", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:46:39.9307643\u002B00:00", + "startTime": "2023-06-28T13:28:48.2807817\u002B00:00", "status": "InProgress", - "name": "4e12eb0c-a2f7-40e4-a71c-95f9c60886cd" + "name": "f1881138-fa37-4618-a346-b793a1db907f" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4e12eb0c-a2f7-40e4-a71c-95f9c60886cd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f1881138-fa37-4618-a346-b793a1db907f?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a49fcf4244d5204da1ab5fd63ad443e6-c7fedb6393489644-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7b39ffcf7f124db60f62614d0becb1e9", + "traceparent": "00-2223bad6f27afa449da4e0f04fa98d8f-0d42eb33164e8142-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1effaf500925917430df2027618007b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -357,7 +358,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:46:47 GMT", + "Date": "Wed, 28 Jun 2023 13:28:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -366,28 +367,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b39ffcf7f124db60f62614d0becb1e9", - "x-ms-correlation-request-id": "572cd2f2-44e0-4a53-ad86-878531e88e65", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "17417a9c-0a8e-47ff-b565-bea096a2cf5c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114647Z:572cd2f2-44e0-4a53-ad86-878531e88e65", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "1effaf500925917430df2027618007b1", + "x-ms-correlation-request-id": "b4b7c671-6a18-4f57-9ebf-8c9134aff472", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "daf777c3-fc76-405d-86be-047859e6726a", + "x-ms-routing-request-id": "EASTUS:20230628T132853Z:b4b7c671-6a18-4f57-9ebf-8c9134aff472", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:46:39.9307643\u002B00:00", + "startTime": "2023-06-28T13:28:48.2807817\u002B00:00", "status": "InProgress", - "name": "4e12eb0c-a2f7-40e4-a71c-95f9c60886cd" + "name": "f1881138-fa37-4618-a346-b793a1db907f" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4e12eb0c-a2f7-40e4-a71c-95f9c60886cd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f1881138-fa37-4618-a346-b793a1db907f?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a49fcf4244d5204da1ab5fd63ad443e6-4ac7f65c2bdf4844-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "42d443d6e8820997ab0a6fbe0a8d3233", + "traceparent": "00-2223bad6f27afa449da4e0f04fa98d8f-f29a285d17fe244c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e34798f0679028634fa60d377bd96688", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -396,7 +397,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:46:51 GMT", + "Date": "Wed, 28 Jun 2023 13:28:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -405,28 +406,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42d443d6e8820997ab0a6fbe0a8d3233", - "x-ms-correlation-request-id": "3f9f6c7b-5e8a-46b4-a8a6-b0b9925ffcaa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "b71628ff-cfee-4ad2-94bc-bbde0bd6b382", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114651Z:3f9f6c7b-5e8a-46b4-a8a6-b0b9925ffcaa", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e34798f0679028634fa60d377bd96688", + "x-ms-correlation-request-id": "0a247b9d-a765-4487-9f93-080a67b08476", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "231bdb1a-e31c-4562-878d-d6cea303a760", + "x-ms-routing-request-id": "EASTUS:20230628T132857Z:0a247b9d-a765-4487-9f93-080a67b08476", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:46:39.9307643\u002B00:00", + "startTime": "2023-06-28T13:28:48.2807817\u002B00:00", "status": "InProgress", - "name": "4e12eb0c-a2f7-40e4-a71c-95f9c60886cd" + "name": "f1881138-fa37-4618-a346-b793a1db907f" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4e12eb0c-a2f7-40e4-a71c-95f9c60886cd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f1881138-fa37-4618-a346-b793a1db907f?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a49fcf4244d5204da1ab5fd63ad443e6-d10b69595e8eb14a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6835de013404c629b7314409ff448c30", + "traceparent": "00-2223bad6f27afa449da4e0f04fa98d8f-ef8089209b127441-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ca6f05c605a7f1682bbe857752d9c278", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -435,7 +436,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:46:59 GMT", + "Date": "Wed, 28 Jun 2023 13:29:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -444,37 +445,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6835de013404c629b7314409ff448c30", - "x-ms-correlation-request-id": "5c052861-270a-44fb-afa3-5872a19a3963", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "1a6f5edf-9eb4-4c54-83cc-1dcf610fc3e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114659Z:5c052861-270a-44fb-afa3-5872a19a3963", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "ca6f05c605a7f1682bbe857752d9c278", + "x-ms-correlation-request-id": "72086872-ba1a-4111-afe6-56114e6cbfef", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "dfeccf45-df04-4833-a354-62def0492a86", + "x-ms-routing-request-id": "EASTUS:20230628T132905Z:72086872-ba1a-4111-afe6-56114e6cbfef", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:46:39.9307643\u002B00:00", + "startTime": "2023-06-28T13:28:48.2807817\u002B00:00", "status": "InProgress", - "name": "4e12eb0c-a2f7-40e4-a71c-95f9c60886cd" + "name": "f1881138-fa37-4618-a346-b793a1db907f" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4e12eb0c-a2f7-40e4-a71c-95f9c60886cd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f1881138-fa37-4618-a346-b793a1db907f?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a49fcf4244d5204da1ab5fd63ad443e6-b2bc80b8390c4342-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4f8c51347787e7936730cf0810f84282", + "Connection": "close", + "traceparent": "00-2223bad6f27afa449da4e0f04fa98d8f-e843d685b5b14245-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "130796e41c6fe8f94bd7ce7efc3d1557", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:47:16 GMT", + "Date": "Wed, 28 Jun 2023 13:29:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -483,28 +486,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f8c51347787e7936730cf0810f84282", - "x-ms-correlation-request-id": "5b722b8f-9dd7-4b2b-b9f5-1c7d17f7ceb1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "06e47216-1442-4783-90dc-86b7461c9aaa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114716Z:5b722b8f-9dd7-4b2b-b9f5-1c7d17f7ceb1", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "130796e41c6fe8f94bd7ce7efc3d1557", + "x-ms-correlation-request-id": "c824adbf-e5c5-41ca-8940-6ba1020b4817", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "abd463a7-6c59-4946-afe2-7a51399f634b", + "x-ms-routing-request-id": "EASTUS:20230628T132921Z:c824adbf-e5c5-41ca-8940-6ba1020b4817", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:46:39.9307643\u002B00:00", + "startTime": "2023-06-28T13:28:48.2807817\u002B00:00", "status": "InProgress", - "name": "4e12eb0c-a2f7-40e4-a71c-95f9c60886cd" + "name": "f1881138-fa37-4618-a346-b793a1db907f" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4e12eb0c-a2f7-40e4-a71c-95f9c60886cd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f1881138-fa37-4618-a346-b793a1db907f?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a49fcf4244d5204da1ab5fd63ad443e6-ba3070d5877a674c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2d4c2d3048b6a1e41a0d8b50a38e0a67", + "traceparent": "00-2223bad6f27afa449da4e0f04fa98d8f-87be6ea98a73cc4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5c6198783d11ea093056b8d1e1ecd676", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -513,7 +516,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:47:47 GMT", + "Date": "Wed, 28 Jun 2023 13:29:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -522,39 +525,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d4c2d3048b6a1e41a0d8b50a38e0a67", - "x-ms-correlation-request-id": "b4e7a5c3-5882-422e-a4e9-7bdf0569a6b5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "9c2f892a-108b-44a1-ba79-d0b14924c011", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114748Z:b4e7a5c3-5882-422e-a4e9-7bdf0569a6b5", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "5c6198783d11ea093056b8d1e1ecd676", + "x-ms-correlation-request-id": "09059f68-a364-444a-9e79-809706c1bc64", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "65fcf5a9-99ca-4048-958b-db2215e57fdc", + "x-ms-routing-request-id": "EASTUS:20230628T132954Z:09059f68-a364-444a-9e79-809706c1bc64", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:46:39.9307643\u002B00:00", + "startTime": "2023-06-28T13:28:48.2807817\u002B00:00", "status": "InProgress", - "name": "4e12eb0c-a2f7-40e4-a71c-95f9c60886cd" + "name": "f1881138-fa37-4618-a346-b793a1db907f" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4e12eb0c-a2f7-40e4-a71c-95f9c60886cd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f1881138-fa37-4618-a346-b793a1db907f?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-a49fcf4244d5204da1ab5fd63ad443e6-88a51bfef2523f4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b88a3f7de20189ac4a4e01d46421b6be", + "traceparent": "00-2223bad6f27afa449da4e0f04fa98d8f-890deac25c89a44c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e55294e453d1aa180b877ed036e9f5ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:48:20 GMT", + "Date": "Wed, 28 Jun 2023 13:30:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -563,37 +564,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b88a3f7de20189ac4a4e01d46421b6be", - "x-ms-correlation-request-id": "1b1d528f-4398-4bcf-9703-9324c451f3b2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "e4122bee-bd1a-4f10-9060-7b349e27dee4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114820Z:1b1d528f-4398-4bcf-9703-9324c451f3b2", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e55294e453d1aa180b877ed036e9f5ee", + "x-ms-correlation-request-id": "7fedf910-f4a0-4727-ac1c-d1a43141d59f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "7571faab-6c36-472f-a54e-c6912c5737e6", + "x-ms-routing-request-id": "EASTUS:20230628T133026Z:7fedf910-f4a0-4727-ac1c-d1a43141d59f", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:46:39.9307643\u002B00:00", + "startTime": "2023-06-28T13:28:48.2807817\u002B00:00", "status": "InProgress", - "name": "4e12eb0c-a2f7-40e4-a71c-95f9c60886cd" + "name": "f1881138-fa37-4618-a346-b793a1db907f" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4e12eb0c-a2f7-40e4-a71c-95f9c60886cd?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f1881138-fa37-4618-a346-b793a1db907f?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a49fcf4244d5204da1ab5fd63ad443e6-846ef1ac9826b44b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d1d9c2ee5ff8eb796cea357aeb4343d9", + "traceparent": "00-2223bad6f27afa449da4e0f04fa98d8f-1147345b8547fd49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "baff2ea96578a7678d1de3196427065f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "183", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:48:54 GMT", + "Date": "Wed, 28 Jun 2023 13:30:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -602,30 +603,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1d9c2ee5ff8eb796cea357aeb4343d9", - "x-ms-correlation-request-id": "7c2e89c5-f290-4e3d-9f08-086ce64434f5", + "x-ms-client-request-id": "baff2ea96578a7678d1de3196427065f", + "x-ms-correlation-request-id": "13bedf93-858f-4dc1-8cbc-22a618969dfb", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "7f704f8c-7945-49fb-99c9-a7871e87cd89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114855Z:7c2e89c5-f290-4e3d-9f08-086ce64434f5", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "97e0e548-0709-4432-a253-1bb772795b70", + "x-ms-routing-request-id": "EASTUS:20230628T133058Z:13bedf93-858f-4dc1-8cbc-22a618969dfb", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:46:39.9307643\u002B00:00", - "endTime": "2023-03-23T11:48:40.4090491\u002B00:00", + "startTime": "2023-06-28T13:28:48.2807817\u002B00:00", + "endTime": "2023-06-28T13:30:36.887556\u002B00:00", "status": "Succeeded", - "name": "4e12eb0c-a2f7-40e4-a71c-95f9c60886cd" + "name": "f1881138-fa37-4618-a346-b793a1db907f" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget6934?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget9624?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-81ab4a98177dbd488279621d63aa8f0b-972e4a0ffb823248-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6dd18a688189814dc2e268470f3cf956", + "traceparent": "00-1687bfe285e42f47ba246796c314a3ca-693796025be45e41-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ea679a5886307f24b6508abe39b34660", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -634,7 +635,7 @@ "Cache-Control": "no-cache", "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:48:56 GMT", + "Date": "Wed, 28 Jun 2023 13:30:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -643,13 +644,13 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6dd18a688189814dc2e268470f3cf956", - "x-ms-correlation-request-id": "230b289f-cbdd-4a66-ac3a-8ded4379f6dd", + "x-ms-client-request-id": "ea679a5886307f24b6508abe39b34660", + "x-ms-correlation-request-id": "a9265514-108e-418e-88a9-1ac7754e11f6", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "dda1c985-4fec-44f0-b63f-56683d4b960b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114856Z:230b289f-cbdd-4a66-ac3a-8ded4379f6dd", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "fc51c3dc-6281-4b8e-86ae-f1f67ca8afea", + "x-ms-routing-request-id": "EASTUS:20230628T133058Z:a9265514-108e-418e-88a9-1ac7754e11f6", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "error": { @@ -659,16 +660,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget6934?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget9624?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "113", "Content-Type": "application/json", - "traceparent": "00-634ae1068015c049bb14d11d36864e52-58dc588fb71a7046-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b4e062cc6f38c51d9f4c16ad329d070a", + "traceparent": "00-db3001013049d84f90b8332655ac96a9-2f6caeea0f0ad042-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ecb328cafd1b2d7eab58b36ffe46e480", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -683,11 +684,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/671a1c88-1c46-4440-bbf2-7381029cebb0?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/01203be0-fb24-4ba4-a1ce-23b218a76356?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "911", + "Content-Length": "918", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:48:57 GMT", + "Date": "Wed, 28 Jun 2023 13:30:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -696,19 +697,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b4e062cc6f38c51d9f4c16ad329d070a", - "x-ms-correlation-request-id": "9a4d2f60-2a1a-4204-a494-086ad562b4e9", + "x-ms-client-request-id": "ecb328cafd1b2d7eab58b36ffe46e480", + "x-ms-correlation-request-id": "9ffb5b65-a87d-4ac2-9336-1b4ba8141c92", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "671a1c88-1c46-4440-bbf2-7381029cebb0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114857Z:9a4d2f60-2a1a-4204-a494-086ad562b4e9", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "01203be0-fb24-4ba4-a1ce-23b218a76356", + "x-ms-routing-request-id": "EASTUS:20230628T133058Z:9ffb5b65-a87d-4ac2-9336-1b4ba8141c92", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "name": "storagetarget6934", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget6934", + "name": "storagetarget9624", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget9624", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -722,23 +723,23 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T11:48:57.1844606Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:30:58.7409294Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:48:57.1844606Z" + "lastModifiedAt": "2023-06-28T13:30:58.7409294Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/671a1c88-1c46-4440-bbf2-7381029cebb0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/01203be0-fb24-4ba4-a1ce-23b218a76356?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-634ae1068015c049bb14d11d36864e52-8967149fbf2f6b48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e01f233b2562f9ed6c0bcd3d6aa04e25", + "traceparent": "00-db3001013049d84f90b8332655ac96a9-4b6864804adefb4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ff9ab89c73525ae51b3a3fd8d2b58070", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -747,7 +748,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:48:57 GMT", + "Date": "Wed, 28 Jun 2023 13:30:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -756,28 +757,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e01f233b2562f9ed6c0bcd3d6aa04e25", - "x-ms-correlation-request-id": "4b169ba5-dfbd-4eb9-a9de-40b544cae60a", + "x-ms-client-request-id": "ff9ab89c73525ae51b3a3fd8d2b58070", + "x-ms-correlation-request-id": "cf3945e1-2e85-4ff0-820e-59b3858c9897", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "aacaf396-ddba-4658-8faa-49bc7fec351f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114857Z:4b169ba5-dfbd-4eb9-a9de-40b544cae60a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "3e4dd8e4-7970-49f9-be39-ecf457402767", + "x-ms-routing-request-id": "EASTUS:20230628T133058Z:cf3945e1-2e85-4ff0-820e-59b3858c9897", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:48:57.5039171\u002B00:00", + "startTime": "2023-06-28T13:30:58.8135117\u002B00:00", "status": "InProgress", - "name": "671a1c88-1c46-4440-bbf2-7381029cebb0" + "name": "01203be0-fb24-4ba4-a1ce-23b218a76356" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/671a1c88-1c46-4440-bbf2-7381029cebb0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/01203be0-fb24-4ba4-a1ce-23b218a76356?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-634ae1068015c049bb14d11d36864e52-376270554562194c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "601f5ddb62407b71fd9f28e739a1b5fb", + "traceparent": "00-db3001013049d84f90b8332655ac96a9-cfe128928aa45a4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "69a0096cf7d5c6d3af0c12e13c694fc2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -786,7 +787,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:48:58 GMT", + "Date": "Wed, 28 Jun 2023 13:30:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -795,28 +796,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "601f5ddb62407b71fd9f28e739a1b5fb", - "x-ms-correlation-request-id": "1d2ea6d0-7bd1-4a53-b78c-963372980676", + "x-ms-client-request-id": "69a0096cf7d5c6d3af0c12e13c694fc2", + "x-ms-correlation-request-id": "8728434a-ea52-45b3-b928-6f43d5606858", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "3a5ffb6a-f8e0-425d-a11a-0bd14658ea29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114859Z:1d2ea6d0-7bd1-4a53-b78c-963372980676", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "4148c20d-e11a-4f5e-a2d9-9ab6f15f3e32", + "x-ms-routing-request-id": "EASTUS:20230628T133059Z:8728434a-ea52-45b3-b928-6f43d5606858", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:48:57.5039171\u002B00:00", + "startTime": "2023-06-28T13:30:58.8135117\u002B00:00", "status": "InProgress", - "name": "671a1c88-1c46-4440-bbf2-7381029cebb0" + "name": "01203be0-fb24-4ba4-a1ce-23b218a76356" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/671a1c88-1c46-4440-bbf2-7381029cebb0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/01203be0-fb24-4ba4-a1ce-23b218a76356?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-634ae1068015c049bb14d11d36864e52-ed680347e6a2b145-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0f7169ef267e02a7c20229d98327d7eb", + "traceparent": "00-db3001013049d84f90b8332655ac96a9-cdcb887da5e5bd47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "46d34904e4acab2dea833352c4a1d525", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -825,7 +826,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:48:59 GMT", + "Date": "Wed, 28 Jun 2023 13:31:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -834,28 +835,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0f7169ef267e02a7c20229d98327d7eb", - "x-ms-correlation-request-id": "6614cef3-796e-4b8c-a52c-61410e141919", + "x-ms-client-request-id": "46d34904e4acab2dea833352c4a1d525", + "x-ms-correlation-request-id": "b5fb7b13-beda-4539-bb50-a5c26ba79cd6", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "7f0f2470-cf17-43fe-8096-99bb7d1d341b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114900Z:6614cef3-796e-4b8c-a52c-61410e141919", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "667dd402-906e-49a9-8aaa-c7d06b5d52c1", + "x-ms-routing-request-id": "EASTUS:20230628T133101Z:b5fb7b13-beda-4539-bb50-a5c26ba79cd6", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:48:57.5039171\u002B00:00", + "startTime": "2023-06-28T13:30:58.8135117\u002B00:00", "status": "InProgress", - "name": "671a1c88-1c46-4440-bbf2-7381029cebb0" + "name": "01203be0-fb24-4ba4-a1ce-23b218a76356" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/671a1c88-1c46-4440-bbf2-7381029cebb0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/01203be0-fb24-4ba4-a1ce-23b218a76356?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-634ae1068015c049bb14d11d36864e52-6e611098b71b7246-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b2a11002fc84d96cb1a4e2c3fc05bfcb", + "traceparent": "00-db3001013049d84f90b8332655ac96a9-c12ec2adabd6744f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d3a950b9ea48a594e5d3504660031eb1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -864,7 +865,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:49:01 GMT", + "Date": "Wed, 28 Jun 2023 13:31:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -873,28 +874,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2a11002fc84d96cb1a4e2c3fc05bfcb", - "x-ms-correlation-request-id": "ed565843-42ac-4864-96b4-26b89a5e47aa", + "x-ms-client-request-id": "d3a950b9ea48a594e5d3504660031eb1", + "x-ms-correlation-request-id": "d6459701-1ac3-4cd5-a459-9e967400108b", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "7b22abe2-740b-4459-a8fb-2b6a4183fa52", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114901Z:ed565843-42ac-4864-96b4-26b89a5e47aa", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "64aeab74-dadb-41d2-a48f-7692e8bdeca7", + "x-ms-routing-request-id": "EASTUS:20230628T133102Z:d6459701-1ac3-4cd5-a459-9e967400108b", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:48:57.5039171\u002B00:00", + "startTime": "2023-06-28T13:30:58.8135117\u002B00:00", "status": "InProgress", - "name": "671a1c88-1c46-4440-bbf2-7381029cebb0" + "name": "01203be0-fb24-4ba4-a1ce-23b218a76356" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/671a1c88-1c46-4440-bbf2-7381029cebb0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/01203be0-fb24-4ba4-a1ce-23b218a76356?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-634ae1068015c049bb14d11d36864e52-a93bd8e23025fc46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "004dd2563f2fb4a6b61c9e3d3998f7d6", + "traceparent": "00-db3001013049d84f90b8332655ac96a9-2d9f243c34d0aa4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "88d47cea3ae187c4dcf47e51c380010e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -903,7 +904,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:49:03 GMT", + "Date": "Wed, 28 Jun 2023 13:31:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -912,28 +913,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "004dd2563f2fb4a6b61c9e3d3998f7d6", - "x-ms-correlation-request-id": "1d0cdcec-3621-4b55-b772-eb3e34d7cd4d", + "x-ms-client-request-id": "88d47cea3ae187c4dcf47e51c380010e", + "x-ms-correlation-request-id": "323e56c1-e8bc-4499-923f-7df8d85b76ef", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "9d23fac0-a431-408a-9cb9-3052453ea5ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114904Z:1d0cdcec-3621-4b55-b772-eb3e34d7cd4d", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "5b192fea-4729-45a3-80ec-96c40c7bdcb9", + "x-ms-routing-request-id": "EASTUS:20230628T133104Z:323e56c1-e8bc-4499-923f-7df8d85b76ef", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:48:57.5039171\u002B00:00", + "startTime": "2023-06-28T13:30:58.8135117\u002B00:00", "status": "InProgress", - "name": "671a1c88-1c46-4440-bbf2-7381029cebb0" + "name": "01203be0-fb24-4ba4-a1ce-23b218a76356" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/671a1c88-1c46-4440-bbf2-7381029cebb0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/01203be0-fb24-4ba4-a1ce-23b218a76356?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-634ae1068015c049bb14d11d36864e52-92599c339783f540-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "29e53cc702fff377fc985dda43e306bc", + "traceparent": "00-db3001013049d84f90b8332655ac96a9-4aeae1c375685242-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ec27ed377cc0197ab42e60d894e74be6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -942,7 +943,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:49:08 GMT", + "Date": "Wed, 28 Jun 2023 13:31:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -951,28 +952,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29e53cc702fff377fc985dda43e306bc", - "x-ms-correlation-request-id": "dcc4e4d9-0689-4214-b4ce-ac3b539adfc4", + "x-ms-client-request-id": "ec27ed377cc0197ab42e60d894e74be6", + "x-ms-correlation-request-id": "ae91d17a-d068-418a-82f0-e634d42aaada", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "3c90a281-7a3c-41d6-a28b-3b2124a3fc61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114908Z:dcc4e4d9-0689-4214-b4ce-ac3b539adfc4", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "8c47daaf-578e-4c83-9450-934e712791cd", + "x-ms-routing-request-id": "EASTUS:20230628T133108Z:ae91d17a-d068-418a-82f0-e634d42aaada", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:48:57.5039171\u002B00:00", + "startTime": "2023-06-28T13:30:58.8135117\u002B00:00", "status": "InProgress", - "name": "671a1c88-1c46-4440-bbf2-7381029cebb0" + "name": "01203be0-fb24-4ba4-a1ce-23b218a76356" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/671a1c88-1c46-4440-bbf2-7381029cebb0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/01203be0-fb24-4ba4-a1ce-23b218a76356?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-634ae1068015c049bb14d11d36864e52-953d0684f05b9b47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b1835d43d6d9c2bc69ecfc675d2e9f19", + "traceparent": "00-db3001013049d84f90b8332655ac96a9-6bfa918f0c96e24c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "486881654ccc7f438b22f7536b42e165", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -981,7 +982,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:49:16 GMT", + "Date": "Wed, 28 Jun 2023 13:31:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -990,28 +991,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1835d43d6d9c2bc69ecfc675d2e9f19", - "x-ms-correlation-request-id": "7dede30e-c211-4c9c-bac4-96b8f7a9911f", + "x-ms-client-request-id": "486881654ccc7f438b22f7536b42e165", + "x-ms-correlation-request-id": "753aab39-3998-4121-a0a3-b39a04c32ee1", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "a4fda68d-a655-4986-b723-ec556f7a4e67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114916Z:7dede30e-c211-4c9c-bac4-96b8f7a9911f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "524d45fc-da31-4c09-8b24-bc6e156c5730", + "x-ms-routing-request-id": "EASTUS:20230628T133116Z:753aab39-3998-4121-a0a3-b39a04c32ee1", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:48:57.5039171\u002B00:00", + "startTime": "2023-06-28T13:30:58.8135117\u002B00:00", "status": "InProgress", - "name": "671a1c88-1c46-4440-bbf2-7381029cebb0" + "name": "01203be0-fb24-4ba4-a1ce-23b218a76356" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/671a1c88-1c46-4440-bbf2-7381029cebb0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/01203be0-fb24-4ba4-a1ce-23b218a76356?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-634ae1068015c049bb14d11d36864e52-bfb4edaa40da024f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bffc0cac961f54cb5a5a0396e1cc71d2", + "traceparent": "00-db3001013049d84f90b8332655ac96a9-ea14132d30438b4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "730f41d232dc6ef102bad4b3daecf2f4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1020,7 +1021,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:49:32 GMT", + "Date": "Wed, 28 Jun 2023 13:31:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1029,38 +1030,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bffc0cac961f54cb5a5a0396e1cc71d2", - "x-ms-correlation-request-id": "84389f40-adc6-4da2-aac2-9e092bd146a7", + "x-ms-client-request-id": "730f41d232dc6ef102bad4b3daecf2f4", + "x-ms-correlation-request-id": "e1a8490b-6f38-45d4-87da-afa3f04f5b22", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "7172fa51-5e8e-4478-ae3c-4393ec91b187", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114933Z:84389f40-adc6-4da2-aac2-9e092bd146a7", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "f4a269e5-2d75-45f3-b644-3631ce709f22", + "x-ms-routing-request-id": "EASTUS:20230628T133132Z:e1a8490b-6f38-45d4-87da-afa3f04f5b22", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:48:57.5039171\u002B00:00", - "endTime": "2023-03-23T11:49:29.3367329\u002B00:00", + "startTime": "2023-06-28T13:30:58.8135117\u002B00:00", + "endTime": "2023-06-28T13:31:28.5174346\u002B00:00", "status": "Succeeded", - "name": "671a1c88-1c46-4440-bbf2-7381029cebb0" + "name": "01203be0-fb24-4ba4-a1ce-23b218a76356" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget6934?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget9624?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-634ae1068015c049bb14d11d36864e52-72d1af51fd0f6241-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dbfae1164614f0fd8023bf13051095cd", + "traceparent": "00-db3001013049d84f90b8332655ac96a9-cfc338bf42179947-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "41ec97a9b917ea41a9a7609d8526ad71", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "913", + "Content-Length": "920", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:49:32 GMT", + "Date": "Wed, 28 Jun 2023 13:31:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1069,19 +1070,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dbfae1164614f0fd8023bf13051095cd", - "x-ms-correlation-request-id": "58e001e9-aeb4-4f3b-9149-436241bd3ef1", + "x-ms-client-request-id": "41ec97a9b917ea41a9a7609d8526ad71", + "x-ms-correlation-request-id": "d33dca89-61c6-4996-96d0-38f27bdc2b22", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;118", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "1456caf4-43ba-4585-8783-e46ec4b3f6a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114933Z:58e001e9-aeb4-4f3b-9149-436241bd3ef1", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "5d7f4c88-e200-41b8-86ea-9d5b79a8198b", + "x-ms-routing-request-id": "EASTUS:20230628T133132Z:d33dca89-61c6-4996-96d0-38f27bdc2b22", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "name": "storagetarget6934", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget6934", + "name": "storagetarget9624", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget9624", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -1095,33 +1096,33 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T11:48:57.1844606Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:30:58.7409294Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:48:57.1844606Z" + "lastModifiedAt": "2023-06-28T13:30:58.7409294Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget6934?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget9624?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-5faac81e8684ab4e82f4802860521536-511be195eb931049-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "372d44f846e7ad9d912f567fd325e09d", + "traceparent": "00-8ab1728390f88d4ca97f6eb174c19d64-283e1b914437a843-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5205fa4cd7d8330a90fa4612788fa49f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "913", + "Content-Length": "920", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:49:33 GMT", + "Date": "Wed, 28 Jun 2023 13:31:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1130,19 +1131,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "372d44f846e7ad9d912f567fd325e09d", - "x-ms-correlation-request-id": "1915ac3c-537a-41db-916c-c49c95f57955", + "x-ms-client-request-id": "5205fa4cd7d8330a90fa4612788fa49f", + "x-ms-correlation-request-id": "da29cbbf-4f57-4f5d-963f-f7681320d6a1", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;117", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "5d3986e0-9d19-437e-8b11-ee1dc2426cd0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114934Z:1915ac3c-537a-41db-916c-c49c95f57955", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "00711b87-6292-46c8-a2c0-44b5ee79e395", + "x-ms-routing-request-id": "EASTUS:20230628T133132Z:da29cbbf-4f57-4f5d-963f-f7681320d6a1", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "name": "storagetarget6934", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget6934", + "name": "storagetarget9624", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget9624", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -1156,222 +1157,20 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T11:48:57.1844606Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:30:58.7409294Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:48:57.1844606Z" + "lastModifiedAt": "2023-06-28T13:30:58.7409294Z" } } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg5451?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-698a56403dd38748b339675b57f369e1-c6596de42f68704e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7c502a7bc43465040e0b3ffcd6b84e4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:49:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDUxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a85c635c-adfb-4c76-bf83-eb8356c30c77", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "a85c635c-adfb-4c76-bf83-eb8356c30c77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114939Z:a85c635c-adfb-4c76-bf83-eb8356c30c77" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDUxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-698a56403dd38748b339675b57f369e1-f747a5d80246b54a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "db98224219c034993fc728dc06a1d6d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:49:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDUxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c3f45fb-1e4c-4a46-89b3-869e508d1cf0", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "2c3f45fb-1e4c-4a46-89b3-869e508d1cf0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114940Z:2c3f45fb-1e4c-4a46-89b3-869e508d1cf0" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDUxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-698a56403dd38748b339675b57f369e1-e084f3030e95514d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9dba0ce1428741ff3f7f37e67a1f7690", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:49:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDUxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b40f5dac-d4f2-44ef-9af9-2b87f796059f", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "b40f5dac-d4f2-44ef-9af9-2b87f796059f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T114956Z:b40f5dac-d4f2-44ef-9af9-2b87f796059f" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDUxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-698a56403dd38748b339675b57f369e1-695536722dc03346-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b3b9e4ed721faa8a9c6a5ed6100ecaa3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:50:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDUxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bda1acf6-a5ac-4b75-a77a-d9a2532122a3", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "bda1acf6-a5ac-4b75-a77a-d9a2532122a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115011Z:bda1acf6-a5ac-4b75-a77a-d9a2532122a3" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDUxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-698a56403dd38748b339675b57f369e1-fdc596a444a36f4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e304707680c3ffd323579c40e1b3ba1f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:50:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDUxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a0a71e2-299a-46d0-aa7d-18e09cd0515a", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "3a0a71e2-299a-46d0-aa7d-18e09cd0515a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115027Z:3a0a71e2-299a-46d0-aa7d-18e09cd0515a" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDUxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-698a56403dd38748b339675b57f369e1-2661c1a185bfc046-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "21ee985122e76eba8210011ce4283131", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:50:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDUxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d68a7b02-bf55-4ab3-b3cd-63945d12bbe6", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "d68a7b02-bf55-4ab3-b3cd-63945d12bbe6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115042Z:d68a7b02-bf55-4ab3-b3cd-63945d12bbe6" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1NDUxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-698a56403dd38748b339675b57f369e1-c28cf83371c8f447-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0a6f94b5921b6dcd11ba90c8d549c8e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:50:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f2f7db48-4059-4f18-a931-6fe0f8da7621", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "f2f7db48-4059-4f18-a931-6fe0f8da7621", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115058Z:f2f7db48-4059-4f18-a931-6fe0f8da7621" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "734258941", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1330510919", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "733b22ab-69e4-4f63-a7e5-0f2312c2e35f" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/Exists()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/Exists()Async.json index d7e5e397d978..c2e885b69c61 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/Exists()Async.json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/Exists()Async.json @@ -1,40 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-08c8b2b92491ac43a92ff88837798faf-2b4a243f8337c941-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9d3328de0d692d7b2e1a6b72cdfe5295", + "traceparent": "00-fa5b940b7e063e4aa46dd13782729aa4-26df28f09bb82a41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "be46544e08a5d5f7882cac3d29097821", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:16:33 GMT", + "Date": "Wed, 28 Jun 2023 13:01:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef50281e-7346-4365-bb0d-97bf17a8d4df", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "ef50281e-7346-4365-bb0d-97bf17a8d4df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091634Z:ef50281e-7346-4365-bb0d-97bf17a8d4df" + "x-ms-correlation-request-id": "3b36e8e2-e683-4d95-a4ea-76670c1fa59c", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "3b36e8e2-e683-4d95-a4ea-76670c1fa59c", + "x-ms-routing-request-id": "EASTUS:20230628T130132Z:3b36e8e2-e683-4d95-a4ea-76670c1fa59c" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f", + "authorizationSource": "Bypassed", "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", + "subscriptionId": "733b22ab-69e4-4f63-a7e5-0f2312c2e35f", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", + "displayName": "Avere_AscDEV2_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -44,63 +43,64 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg1953?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-cdde6695fcc1184ab6e501572ce41fa7-528c06c6140d0745-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1295785170c4b9ad12181f14c1da0367", + "traceparent": "00-6da9823704257246bb631191edad5ed4-b9fa098e5eb8c64f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a4d3caf192c7feb7cbb6371ad4f555d8", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:16:38 GMT", + "Date": "Wed, 28 Jun 2023 13:01:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1e0c589d-966e-41fd-bea3-4dcd27b060de", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "1e0c589d-966e-41fd-bea3-4dcd27b060de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091639Z:1e0c589d-966e-41fd-bea3-4dcd27b060de" + "x-ms-correlation-request-id": "71019b5d-ff7d-4e38-931d-f63b5b1b89ac", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "71019b5d-ff7d-4e38-931d-f63b5b1b89ac", + "x-ms-routing-request-id": "EASTUS:20230628T130132Z:71019b5d-ff7d-4e38-931d-f63b5b1b89ac" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg1953", - "name": "storagecachetestrg1953", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "DeleteAfter": "2023-07-02T18:09:36.8931476Z", + "ServiceDirectory": "storagecache", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d63e99413d84605e5e302d22255e8c57", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2fab3c11ec1c4aeeb1bc8caf817ae180", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1000", + "Content-Length": "1049", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:16:41 GMT", + "Date": "Wed, 28 Jun 2023 13:01:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -109,21 +109,21 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d63e99413d84605e5e302d22255e8c57", - "x-ms-correlation-request-id": "a9ff7744-dea2-4c71-887a-5c68a13becb1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "416de1b8-9c26-4c74-8622-4c6fcb6102a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091641Z:a9ff7744-dea2-4c71-887a-5c68a13becb1", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "2fab3c11ec1c4aeeb1bc8caf817ae180", + "x-ms-correlation-request-id": "02d9544f-8ee1-4003-9183-9667950cdf32", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListStorageTarget1Min;118", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "41952c9b-3c2e-4970-84fb-bb5e5be9e063", + "x-ms-routing-request-id": "EASTUS:20230628T130133Z:02d9544f-8ee1-4003-9183-9667950cdf32", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "value": [ { - "name": "storagetarget8534", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget8534", + "name": "storagetarget3426", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget3426", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -133,41 +133,41 @@ "nfs3": { "target": "10.0.2.4", "usageModel": "READ_ONLY", - "verificationTimer": 20 + "verificationTimer": 30 } }, "systemData": { - "createdBy": "wenjiefu@microsoft.com", - "createdByType": "User", - "createdAt": "2023-03-23T09:14:34.3734164Z", - "lastModifiedBy": "wenjiefu@microsoft.com", - "lastModifiedByType": "User", - "lastModifiedAt": "2023-03-23T09:14:34.3734164Z" + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", + "createdByType": "Application", + "createdAt": "2023-06-28T13:00:57.7899723Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-28T13:00:57.7899723Z" } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget8534?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget3426?api-version=2023-05-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-65cbd4dacbf53a4d82053def9babd8ac-e90e161f3801d048-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0f8f42bf284bb81986e456f55b196d3f", + "traceparent": "00-752cd0082ea605468ffb35d25ef0876d-f864c8e833cf5542-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "76d689cb4a91bbcb9d48f2efd1dc0193", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b330535b-eea9-4c06-aaa9-24fe72e597fe?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a802d4c4-43d8-43f1-a5f5-67bdd77937e3?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:16:41 GMT", + "Date": "Wed, 28 Jun 2023 13:01:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b330535b-eea9-4c06-aaa9-24fe72e597fe?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a802d4c4-43d8-43f1-a5f5-67bdd77937e3?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -175,33 +175,33 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0f8f42bf284bb81986e456f55b196d3f", - "x-ms-correlation-request-id": "10ae9b8e-4958-433a-a3a6-afeb409de46f", + "x-ms-client-request-id": "76d689cb4a91bbcb9d48f2efd1dc0193", + "x-ms-correlation-request-id": "ab19b524-53ba-4467-a171-4772014662f6", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;59", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "b330535b-eea9-4c06-aaa9-24fe72e597fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091642Z:10ae9b8e-4958-433a-a3a6-afeb409de46f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "a802d4c4-43d8-43f1-a5f5-67bdd77937e3", + "x-ms-routing-request-id": "EASTUS:20230628T130133Z:ab19b524-53ba-4467-a171-4772014662f6", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b330535b-eea9-4c06-aaa9-24fe72e597fe?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a802d4c4-43d8-43f1-a5f5-67bdd77937e3?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-65cbd4dacbf53a4d82053def9babd8ac-94700eedf6c90240-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7f55c88bf44a191b7f854fa0e6690444", + "traceparent": "00-752cd0082ea605468ffb35d25ef0876d-b82692c4b2c47343-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4a4fb6d4df1ec74771f091d4f9ff78d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:16:43 GMT", + "Date": "Wed, 28 Jun 2023 13:01:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -210,37 +210,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7f55c88bf44a191b7f854fa0e6690444", - "x-ms-correlation-request-id": "d1626c92-7bc0-4432-a75b-847ba40a0ce5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "330bd102-e9aa-4444-b631-6f92727b8df5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091643Z:d1626c92-7bc0-4432-a75b-847ba40a0ce5", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "4a4fb6d4df1ec74771f091d4f9ff78d5", + "x-ms-correlation-request-id": "0a616c82-afd1-462e-ab78-0efeeed68307", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "261f1318-0042-4121-84de-6b921b4f1661", + "x-ms-routing-request-id": "EASTUS:20230628T130133Z:0a616c82-afd1-462e-ab78-0efeeed68307", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:16:42.281408\u002B00:00", + "startTime": "2023-06-28T13:01:33.2983202\u002B00:00", "status": "InProgress", - "name": "b330535b-eea9-4c06-aaa9-24fe72e597fe" + "name": "a802d4c4-43d8-43f1-a5f5-67bdd77937e3" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b330535b-eea9-4c06-aaa9-24fe72e597fe?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a802d4c4-43d8-43f1-a5f5-67bdd77937e3?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-65cbd4dacbf53a4d82053def9babd8ac-c99970041011a946-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1abbedc327d20043957af616738576fc", + "traceparent": "00-752cd0082ea605468ffb35d25ef0876d-eef7739d00b0e64c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "add9f9baf44e812284d29a0858c0b595", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:16:44 GMT", + "Date": "Wed, 28 Jun 2023 13:01:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -249,37 +249,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1abbedc327d20043957af616738576fc", - "x-ms-correlation-request-id": "677bdbf1-8f67-4f41-8430-2a0c78d1bfcb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "edce85a7-962a-4ace-8116-22393454b3f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091644Z:677bdbf1-8f67-4f41-8430-2a0c78d1bfcb", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "add9f9baf44e812284d29a0858c0b595", + "x-ms-correlation-request-id": "4576104b-7e24-40c6-b877-68fccdfb0db5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "7dd94e67-523d-46a4-a165-5a7fe98a5828", + "x-ms-routing-request-id": "EASTUS:20230628T130134Z:4576104b-7e24-40c6-b877-68fccdfb0db5", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:16:42.281408\u002B00:00", + "startTime": "2023-06-28T13:01:33.2983202\u002B00:00", "status": "InProgress", - "name": "b330535b-eea9-4c06-aaa9-24fe72e597fe" + "name": "a802d4c4-43d8-43f1-a5f5-67bdd77937e3" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b330535b-eea9-4c06-aaa9-24fe72e597fe?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a802d4c4-43d8-43f1-a5f5-67bdd77937e3?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-65cbd4dacbf53a4d82053def9babd8ac-76fba816ca4d9047-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9269a14fedc473f5ef72e68d6e0c2db0", + "traceparent": "00-752cd0082ea605468ffb35d25ef0876d-aaf947169b1f134f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1a1aa1cbb68cf6748c647b6db72f0adc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:16:45 GMT", + "Date": "Wed, 28 Jun 2023 13:01:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -288,37 +288,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9269a14fedc473f5ef72e68d6e0c2db0", - "x-ms-correlation-request-id": "74817bbe-4a20-46d9-a980-0967ccbc187f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "5ba8d73f-359f-40c9-90e1-65f969a7593e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091646Z:74817bbe-4a20-46d9-a980-0967ccbc187f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "1a1aa1cbb68cf6748c647b6db72f0adc", + "x-ms-correlation-request-id": "08e5a7f7-2950-41ce-84f9-34c1103c6473", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "dc2ac994-cc8e-4203-b589-fe1021f9abd9", + "x-ms-routing-request-id": "EASTUS:20230628T130135Z:08e5a7f7-2950-41ce-84f9-34c1103c6473", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:16:42.281408\u002B00:00", + "startTime": "2023-06-28T13:01:33.2983202\u002B00:00", "status": "InProgress", - "name": "b330535b-eea9-4c06-aaa9-24fe72e597fe" + "name": "a802d4c4-43d8-43f1-a5f5-67bdd77937e3" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b330535b-eea9-4c06-aaa9-24fe72e597fe?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a802d4c4-43d8-43f1-a5f5-67bdd77937e3?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-65cbd4dacbf53a4d82053def9babd8ac-22204f57d25d8749-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "55d06f307acf64e28554e9cffd04a5fa", + "traceparent": "00-752cd0082ea605468ffb35d25ef0876d-f2bfb3773892cb4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0d501d10ce2de00294cdc64c453f6fb0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:16:46 GMT", + "Date": "Wed, 28 Jun 2023 13:01:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -327,37 +327,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "55d06f307acf64e28554e9cffd04a5fa", - "x-ms-correlation-request-id": "f47b1f46-19ae-4ed1-a968-c83dbdb1dee6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "974e70c6-d2e0-4f0a-aad0-e871113b8c59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091647Z:f47b1f46-19ae-4ed1-a968-c83dbdb1dee6", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "0d501d10ce2de00294cdc64c453f6fb0", + "x-ms-correlation-request-id": "9ebae3d1-a1a9-468e-85e5-9cf0b10761d6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "0115df74-0be5-4cec-a4a0-cd6108a968b7", + "x-ms-routing-request-id": "EASTUS:20230628T130136Z:9ebae3d1-a1a9-468e-85e5-9cf0b10761d6", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:16:42.281408\u002B00:00", + "startTime": "2023-06-28T13:01:33.2983202\u002B00:00", "status": "InProgress", - "name": "b330535b-eea9-4c06-aaa9-24fe72e597fe" + "name": "a802d4c4-43d8-43f1-a5f5-67bdd77937e3" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b330535b-eea9-4c06-aaa9-24fe72e597fe?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a802d4c4-43d8-43f1-a5f5-67bdd77937e3?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-65cbd4dacbf53a4d82053def9babd8ac-b347b83cba257a4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4450530f71ffd580f7472a6041b59189", + "traceparent": "00-752cd0082ea605468ffb35d25ef0876d-eff361b445406e40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5809fc3b5de4034884e221e978b4c954", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:16:49 GMT", + "Date": "Wed, 28 Jun 2023 13:01:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -366,37 +366,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4450530f71ffd580f7472a6041b59189", - "x-ms-correlation-request-id": "a80900ad-e588-48a8-8f78-97a44f16c659", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "7c1506c1-77ce-42e9-bdf4-7e6231fbc123", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091649Z:a80900ad-e588-48a8-8f78-97a44f16c659", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "5809fc3b5de4034884e221e978b4c954", + "x-ms-correlation-request-id": "2b9bc9ae-048d-4831-9078-09056a47979f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "443af6bb-d3b9-4e6d-937b-0f7c6d572e56", + "x-ms-routing-request-id": "EASTUS:20230628T130138Z:2b9bc9ae-048d-4831-9078-09056a47979f", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:16:42.281408\u002B00:00", + "startTime": "2023-06-28T13:01:33.2983202\u002B00:00", "status": "InProgress", - "name": "b330535b-eea9-4c06-aaa9-24fe72e597fe" + "name": "a802d4c4-43d8-43f1-a5f5-67bdd77937e3" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b330535b-eea9-4c06-aaa9-24fe72e597fe?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a802d4c4-43d8-43f1-a5f5-67bdd77937e3?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-65cbd4dacbf53a4d82053def9babd8ac-77913495d446d645-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "04e6454d21b4d52dbf050d6f042675eb", + "traceparent": "00-752cd0082ea605468ffb35d25ef0876d-cd58e63c6c8a4041-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3af7bdc7a770fc689e3986bef027b14d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:16:53 GMT", + "Date": "Wed, 28 Jun 2023 13:01:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -405,37 +405,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "04e6454d21b4d52dbf050d6f042675eb", - "x-ms-correlation-request-id": "2fc21877-a9d4-44c4-8001-f2c88ec0ab71", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "d9cb02b6-d555-48fa-9974-21ce6ea2094f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091654Z:2fc21877-a9d4-44c4-8001-f2c88ec0ab71", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "3af7bdc7a770fc689e3986bef027b14d", + "x-ms-correlation-request-id": "f7839d98-6ebc-4c61-8134-07ba791b431e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "d26e1d88-251a-449e-8cc1-6e35b7b3dbf7", + "x-ms-routing-request-id": "EASTUS:20230628T130142Z:f7839d98-6ebc-4c61-8134-07ba791b431e", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:16:42.281408\u002B00:00", + "startTime": "2023-06-28T13:01:33.2983202\u002B00:00", "status": "InProgress", - "name": "b330535b-eea9-4c06-aaa9-24fe72e597fe" + "name": "a802d4c4-43d8-43f1-a5f5-67bdd77937e3" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b330535b-eea9-4c06-aaa9-24fe72e597fe?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a802d4c4-43d8-43f1-a5f5-67bdd77937e3?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-65cbd4dacbf53a4d82053def9babd8ac-77e89a619b406049-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1b7debcce9bbbeb1eefa5d87508223cf", + "traceparent": "00-752cd0082ea605468ffb35d25ef0876d-0c099f4cdbabed4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bb32cbf5b226b2f7d54c884aad1867df", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:17:01 GMT", + "Date": "Wed, 28 Jun 2023 13:01:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -444,37 +444,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b7debcce9bbbeb1eefa5d87508223cf", - "x-ms-correlation-request-id": "493192b1-7785-4cd6-9052-0c72630bb6df", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "86ae5a5f-b8e2-4c33-a4f7-27a592c6c8be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091702Z:493192b1-7785-4cd6-9052-0c72630bb6df", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "bb32cbf5b226b2f7d54c884aad1867df", + "x-ms-correlation-request-id": "f9ebda00-0b0d-4480-ace3-5063aa460646", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "84235b9b-fc71-4645-9f6f-bdbdf68b9b83", + "x-ms-routing-request-id": "EASTUS:20230628T130150Z:f9ebda00-0b0d-4480-ace3-5063aa460646", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:16:42.281408\u002B00:00", + "startTime": "2023-06-28T13:01:33.2983202\u002B00:00", "status": "InProgress", - "name": "b330535b-eea9-4c06-aaa9-24fe72e597fe" + "name": "a802d4c4-43d8-43f1-a5f5-67bdd77937e3" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b330535b-eea9-4c06-aaa9-24fe72e597fe?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a802d4c4-43d8-43f1-a5f5-67bdd77937e3?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-65cbd4dacbf53a4d82053def9babd8ac-65e03b0e68fca04c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b88260c3a11eee45267b85f96410d1d1", + "traceparent": "00-752cd0082ea605468ffb35d25ef0876d-85065a0768266145-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8785710434479340930cb9aad789135c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:17:18 GMT", + "Date": "Wed, 28 Jun 2023 13:02:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -483,37 +483,76 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b88260c3a11eee45267b85f96410d1d1", - "x-ms-correlation-request-id": "e50e8826-a865-401c-bc68-cd8f59f3b49a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "fd18a930-27f8-43cd-b86e-9e68be1f55e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091718Z:e50e8826-a865-401c-bc68-cd8f59f3b49a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "8785710434479340930cb9aad789135c", + "x-ms-correlation-request-id": "0efb2a70-ff35-4e28-ab4f-b0a0070b0ca6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "28049a1f-bddf-4132-bc33-0a8c49945737", + "x-ms-routing-request-id": "EASTUS:20230628T130206Z:0efb2a70-ff35-4e28-ab4f-b0a0070b0ca6", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" + }, + "ResponseBody": { + "startTime": "2023-06-28T13:01:33.2983202\u002B00:00", + "status": "InProgress", + "name": "a802d4c4-43d8-43f1-a5f5-67bdd77937e3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a802d4c4-43d8-43f1-a5f5-67bdd77937e3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-752cd0082ea605468ffb35d25ef0876d-5b755f74c5607348-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "adf3d3310d82142ec54464241f1d4f86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:02:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "adf3d3310d82142ec54464241f1d4f86", + "x-ms-correlation-request-id": "127f2500-6cc8-4e1f-8bcd-538b9bad0ca4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "3df2a323-b792-47c6-a5ad-17c934b36c5a", + "x-ms-routing-request-id": "EASTUS:20230628T130238Z:127f2500-6cc8-4e1f-8bcd-538b9bad0ca4", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:16:42.281408\u002B00:00", + "startTime": "2023-06-28T13:01:33.2983202\u002B00:00", "status": "InProgress", - "name": "b330535b-eea9-4c06-aaa9-24fe72e597fe" + "name": "a802d4c4-43d8-43f1-a5f5-67bdd77937e3" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b330535b-eea9-4c06-aaa9-24fe72e597fe?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a802d4c4-43d8-43f1-a5f5-67bdd77937e3?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-65cbd4dacbf53a4d82053def9babd8ac-9c5e8b66d4dc1c47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "55933ed2763863cd942815bac3a5843c", + "traceparent": "00-752cd0082ea605468ffb35d25ef0876d-fc61defe26c8bf48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7fbaa6d22aa2c1058a9e2719f84ddb4b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "183", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:17:50 GMT", + "Date": "Wed, 28 Jun 2023 13:03:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -522,30 +561,69 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "55933ed2763863cd942815bac3a5843c", - "x-ms-correlation-request-id": "6cfd4b56-11c3-414b-9b6f-7b7df6cd2a90", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "1110a1be-b584-42ae-ac48-77e6da6e75d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091751Z:6cfd4b56-11c3-414b-9b6f-7b7df6cd2a90", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "7fbaa6d22aa2c1058a9e2719f84ddb4b", + "x-ms-correlation-request-id": "74536f98-732b-477c-8899-eedcae73cb34", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "1bde3920-1096-414e-80c4-82dd8e06c3c1", + "x-ms-routing-request-id": "EASTUS:20230628T130310Z:74536f98-732b-477c-8899-eedcae73cb34", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:16:42.281408\u002B00:00", - "endTime": "2023-03-23T09:17:29.0870963\u002B00:00", + "startTime": "2023-06-28T13:01:33.2983202\u002B00:00", + "status": "InProgress", + "name": "a802d4c4-43d8-43f1-a5f5-67bdd77937e3" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a802d4c4-43d8-43f1-a5f5-67bdd77937e3?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-752cd0082ea605468ffb35d25ef0876d-08c38175ecf4d94e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d9192b39ba24f65d4370c102cf1c7476", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:03:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d9192b39ba24f65d4370c102cf1c7476", + "x-ms-correlation-request-id": "33c4badb-08e6-4d28-8835-636ff59cf533", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "32efd544-5b31-4d6b-971f-26a55a084f7a", + "x-ms-routing-request-id": "EASTUS:20230628T130342Z:33c4badb-08e6-4d28-8835-636ff59cf533", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" + }, + "ResponseBody": { + "startTime": "2023-06-28T13:01:33.2983202\u002B00:00", + "endTime": "2023-06-28T13:03:22.0906448\u002B00:00", "status": "Succeeded", - "name": "b330535b-eea9-4c06-aaa9-24fe72e597fe" + "name": "a802d4c4-43d8-43f1-a5f5-67bdd77937e3" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget272?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget9407?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-61360253d4fbf84a90657306a89f8281-a42130e5f03bd245-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a3a3ac3ecdbda52a8ff43f63b75ade29", + "traceparent": "00-996f650ae116a445af0a4dcd039f2269-ab6b2cc7c883b544-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ce30d833ba93ce073222e3e5141b7869", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -554,7 +632,7 @@ "Cache-Control": "no-cache", "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:17:52 GMT", + "Date": "Wed, 28 Jun 2023 13:03:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -563,13 +641,13 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a3a3ac3ecdbda52a8ff43f63b75ade29", - "x-ms-correlation-request-id": "11b2a752-03e3-4694-9ba0-0aa67f349d7f", + "x-ms-client-request-id": "ce30d833ba93ce073222e3e5141b7869", + "x-ms-correlation-request-id": "56ea6d69-69b0-4219-87e1-43da4e1b8cbd", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "f7289355-dcda-49cc-9103-fc8e240d1a57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091752Z:11b2a752-03e3-4694-9ba0-0aa67f349d7f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "c33da308-4ba0-4424-b56d-35a454e0d5b7", + "x-ms-routing-request-id": "EASTUS:20230628T130343Z:56ea6d69-69b0-4219-87e1-43da4e1b8cbd", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "error": { @@ -579,16 +657,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget272?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget9407?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "113", "Content-Type": "application/json", - "traceparent": "00-ab4073f744912c40a738cd91b7a27509-b31a7deafa04fc43-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ee11b58b97cd924c1e23f68c8b2a81f6", + "traceparent": "00-9df460cf1935dd46b8e6b53da465dda1-ec56f2328e11f549-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "04f3ea1861754918c33c316803f16e2a", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -603,11 +681,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4cf0f0fd-dbf8-4fac-b723-b17102e50f2d?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e01d6e3-955d-4b08-9ff6-36ff39374bc0?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "909", + "Content-Length": "918", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:17:52 GMT", + "Date": "Wed, 28 Jun 2023 13:03:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -616,19 +694,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee11b58b97cd924c1e23f68c8b2a81f6", - "x-ms-correlation-request-id": "54710541-134a-4aec-b951-01399bb88be7", + "x-ms-client-request-id": "04f3ea1861754918c33c316803f16e2a", + "x-ms-correlation-request-id": "06f0c1ee-e32e-466f-8fc1-079310d4f209", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "4cf0f0fd-dbf8-4fac-b723-b17102e50f2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091753Z:54710541-134a-4aec-b951-01399bb88be7", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "4e01d6e3-955d-4b08-9ff6-36ff39374bc0", + "x-ms-routing-request-id": "EASTUS:20230628T130343Z:06f0c1ee-e32e-466f-8fc1-079310d4f209", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "name": "storagetarget272", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget272", + "name": "storagetarget9407", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget9407", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -642,23 +720,23 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T09:17:52.7632185Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:03:43.4783649Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:17:52.7632185Z" + "lastModifiedAt": "2023-06-28T13:03:43.4783649Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4cf0f0fd-dbf8-4fac-b723-b17102e50f2d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e01d6e3-955d-4b08-9ff6-36ff39374bc0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab4073f744912c40a738cd91b7a27509-707d1420fd9bfd49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f03891374e73a7146011859ad69e1a64", + "traceparent": "00-9df460cf1935dd46b8e6b53da465dda1-06d518fd9b474e42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "31b799487281d148c0e70b57889ecb41", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -667,7 +745,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:17:53 GMT", + "Date": "Wed, 28 Jun 2023 13:03:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -676,28 +754,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f03891374e73a7146011859ad69e1a64", - "x-ms-correlation-request-id": "2270e797-e562-4557-b10c-6c79ad448451", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "220b2995-609f-41bb-a15b-057b840c3cbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091753Z:2270e797-e562-4557-b10c-6c79ad448451", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "31b799487281d148c0e70b57889ecb41", + "x-ms-correlation-request-id": "3569a987-64f6-4ff7-8c8d-a7a16e9cd145", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "42f096f3-cb96-45d1-99aa-01af429dae69", + "x-ms-routing-request-id": "EASTUS:20230628T130343Z:3569a987-64f6-4ff7-8c8d-a7a16e9cd145", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:17:53.1047861\u002B00:00", + "startTime": "2023-06-28T13:03:43.5753462\u002B00:00", "status": "InProgress", - "name": "4cf0f0fd-dbf8-4fac-b723-b17102e50f2d" + "name": "4e01d6e3-955d-4b08-9ff6-36ff39374bc0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4cf0f0fd-dbf8-4fac-b723-b17102e50f2d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e01d6e3-955d-4b08-9ff6-36ff39374bc0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab4073f744912c40a738cd91b7a27509-fc711f8f04893d49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9f1b49737a345cfba0a0851deeca051e", + "traceparent": "00-9df460cf1935dd46b8e6b53da465dda1-8736a195569e5b4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b934b8b404569bbe4581f16a6f81cfb2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -706,7 +784,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:17:54 GMT", + "Date": "Wed, 28 Jun 2023 13:03:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -715,28 +793,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f1b49737a345cfba0a0851deeca051e", - "x-ms-correlation-request-id": "de99dfab-9fec-486d-aab3-dbf3ff0d6f2e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "a6b35df7-c4e9-4407-b717-959e16b639b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091754Z:de99dfab-9fec-486d-aab3-dbf3ff0d6f2e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "b934b8b404569bbe4581f16a6f81cfb2", + "x-ms-correlation-request-id": "56350bbd-26f8-4e53-9d33-1199423a2dc9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "343fd8a4-927b-4013-be5c-0fa1744b9093", + "x-ms-routing-request-id": "EASTUS:20230628T130344Z:56350bbd-26f8-4e53-9d33-1199423a2dc9", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:17:53.1047861\u002B00:00", + "startTime": "2023-06-28T13:03:43.5753462\u002B00:00", "status": "InProgress", - "name": "4cf0f0fd-dbf8-4fac-b723-b17102e50f2d" + "name": "4e01d6e3-955d-4b08-9ff6-36ff39374bc0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4cf0f0fd-dbf8-4fac-b723-b17102e50f2d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e01d6e3-955d-4b08-9ff6-36ff39374bc0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab4073f744912c40a738cd91b7a27509-04df3eeb39e03c45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fa55284590f1fa83037e031ca97a9aca", + "traceparent": "00-9df460cf1935dd46b8e6b53da465dda1-ca14d18f7e96874d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6920dd0e3d3a3ea913f4b3c3714ee973", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -745,7 +823,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:17:55 GMT", + "Date": "Wed, 28 Jun 2023 13:03:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -754,28 +832,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa55284590f1fa83037e031ca97a9aca", - "x-ms-correlation-request-id": "f357e5dc-4f24-46e5-87db-c2739a076e72", + "x-ms-client-request-id": "6920dd0e3d3a3ea913f4b3c3714ee973", + "x-ms-correlation-request-id": "8360a7ef-82c1-4e20-b043-727f2bc690b6", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "7af9292e-9219-4411-8037-c2884ec7953b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091756Z:f357e5dc-4f24-46e5-87db-c2739a076e72", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "d1b2a397-3a52-4361-9f5f-49cfbd144a65", + "x-ms-routing-request-id": "EASTUS:20230628T130345Z:8360a7ef-82c1-4e20-b043-727f2bc690b6", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:17:53.1047861\u002B00:00", + "startTime": "2023-06-28T13:03:43.5753462\u002B00:00", "status": "InProgress", - "name": "4cf0f0fd-dbf8-4fac-b723-b17102e50f2d" + "name": "4e01d6e3-955d-4b08-9ff6-36ff39374bc0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4cf0f0fd-dbf8-4fac-b723-b17102e50f2d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e01d6e3-955d-4b08-9ff6-36ff39374bc0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab4073f744912c40a738cd91b7a27509-fa952190bfd1f140-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "440e44953ee5bc9996db4fd3c8f6b896", + "traceparent": "00-9df460cf1935dd46b8e6b53da465dda1-e343b7c81043d54c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c1e2b04075dc44feda1bec0080de613f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -784,7 +862,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:17:56 GMT", + "Date": "Wed, 28 Jun 2023 13:03:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -793,28 +871,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "440e44953ee5bc9996db4fd3c8f6b896", - "x-ms-correlation-request-id": "478b7db1-6c9e-4f72-a981-d5e9ac178dac", + "x-ms-client-request-id": "c1e2b04075dc44feda1bec0080de613f", + "x-ms-correlation-request-id": "31f8d586-aa46-49b1-b5c8-5f5a50a66463", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "a77c3fa9-e444-4514-a9ba-d20d1cec5295", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091757Z:478b7db1-6c9e-4f72-a981-d5e9ac178dac", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "d2abf923-efb0-4abf-9a42-93b5605243ea", + "x-ms-routing-request-id": "EASTUS:20230628T130346Z:31f8d586-aa46-49b1-b5c8-5f5a50a66463", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:17:53.1047861\u002B00:00", + "startTime": "2023-06-28T13:03:43.5753462\u002B00:00", "status": "InProgress", - "name": "4cf0f0fd-dbf8-4fac-b723-b17102e50f2d" + "name": "4e01d6e3-955d-4b08-9ff6-36ff39374bc0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4cf0f0fd-dbf8-4fac-b723-b17102e50f2d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e01d6e3-955d-4b08-9ff6-36ff39374bc0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab4073f744912c40a738cd91b7a27509-137969c3206a9040-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ae54670b2048e272c6219bb576deb326", + "traceparent": "00-9df460cf1935dd46b8e6b53da465dda1-602ec49ca78e5c4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ab495818617e77070ff5a66150fb2af6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -823,7 +901,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:17:59 GMT", + "Date": "Wed, 28 Jun 2023 13:03:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -832,28 +910,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae54670b2048e272c6219bb576deb326", - "x-ms-correlation-request-id": "08849ec9-79fb-46f5-99e4-32f93b9cb9f1", + "x-ms-client-request-id": "ab495818617e77070ff5a66150fb2af6", + "x-ms-correlation-request-id": "4f203952-8dc5-4835-854e-00452729b1ec", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "ff7ba036-8cfa-4032-bf49-26ae9c771c36", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091759Z:08849ec9-79fb-46f5-99e4-32f93b9cb9f1", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "cab043eb-52ab-4375-8ac2-60cfa6d178c2", + "x-ms-routing-request-id": "EASTUS:20230628T130348Z:4f203952-8dc5-4835-854e-00452729b1ec", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:17:53.1047861\u002B00:00", + "startTime": "2023-06-28T13:03:43.5753462\u002B00:00", "status": "InProgress", - "name": "4cf0f0fd-dbf8-4fac-b723-b17102e50f2d" + "name": "4e01d6e3-955d-4b08-9ff6-36ff39374bc0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4cf0f0fd-dbf8-4fac-b723-b17102e50f2d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e01d6e3-955d-4b08-9ff6-36ff39374bc0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab4073f744912c40a738cd91b7a27509-3cf8f34c87c23045-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a987ba05c0bb07388e98631541af310d", + "traceparent": "00-9df460cf1935dd46b8e6b53da465dda1-4adb08e20cafab43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bf297e970d9e98d6dedb8e1f51a9be34", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -862,7 +940,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:18:03 GMT", + "Date": "Wed, 28 Jun 2023 13:03:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -871,28 +949,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a987ba05c0bb07388e98631541af310d", - "x-ms-correlation-request-id": "02cbac0c-1361-4637-bc02-676d2c3dfc8a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "9f9b264c-3170-42c3-8fba-d09950770cde", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091804Z:02cbac0c-1361-4637-bc02-676d2c3dfc8a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "bf297e970d9e98d6dedb8e1f51a9be34", + "x-ms-correlation-request-id": "19084412-1414-48f5-af0f-1029e88f1ec8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "5d10884e-7223-44fa-a7e2-8e9d696b63b0", + "x-ms-routing-request-id": "EASTUS:20230628T130352Z:19084412-1414-48f5-af0f-1029e88f1ec8", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:17:53.1047861\u002B00:00", + "startTime": "2023-06-28T13:03:43.5753462\u002B00:00", "status": "InProgress", - "name": "4cf0f0fd-dbf8-4fac-b723-b17102e50f2d" + "name": "4e01d6e3-955d-4b08-9ff6-36ff39374bc0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4cf0f0fd-dbf8-4fac-b723-b17102e50f2d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e01d6e3-955d-4b08-9ff6-36ff39374bc0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab4073f744912c40a738cd91b7a27509-249181b2ddf7de44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "42106dc6eb267582d22c7ec4a2e446b7", + "traceparent": "00-9df460cf1935dd46b8e6b53da465dda1-4659ee8cdfb78649-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "19aa74923e05dff5a96bb1e6cf9cf3df", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -901,7 +979,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:18:11 GMT", + "Date": "Wed, 28 Jun 2023 13:04:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -910,37 +988,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42106dc6eb267582d22c7ec4a2e446b7", - "x-ms-correlation-request-id": "fae707c8-fe2a-4382-a00f-6d8e38ef7727", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "94c65c6d-4fb0-43c5-b48e-7520f44f3c76", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091812Z:fae707c8-fe2a-4382-a00f-6d8e38ef7727", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "19aa74923e05dff5a96bb1e6cf9cf3df", + "x-ms-correlation-request-id": "e2caa781-74df-4214-ae87-29f8786829b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "0a8cc5a4-d402-48c6-b9d7-30d21510eb44", + "x-ms-routing-request-id": "EASTUS:20230628T130401Z:e2caa781-74df-4214-ae87-29f8786829b3", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:17:53.1047861\u002B00:00", + "startTime": "2023-06-28T13:03:43.5753462\u002B00:00", "status": "InProgress", - "name": "4cf0f0fd-dbf8-4fac-b723-b17102e50f2d" + "name": "4e01d6e3-955d-4b08-9ff6-36ff39374bc0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/4cf0f0fd-dbf8-4fac-b723-b17102e50f2d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e01d6e3-955d-4b08-9ff6-36ff39374bc0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab4073f744912c40a738cd91b7a27509-e4947036e0d7604e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0ecd28280e6e4bda2e4c20b0bc5ca016", + "traceparent": "00-9df460cf1935dd46b8e6b53da465dda1-13c6fc5de96d0a48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0268f5f1a2b40aa181b0cca2d2e82566", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "183", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:18:28 GMT", + "Date": "Wed, 28 Jun 2023 13:04:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -949,38 +1027,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ecd28280e6e4bda2e4c20b0bc5ca016", - "x-ms-correlation-request-id": "e2aa5d72-fed4-4837-a251-bde6af4f7595", + "x-ms-client-request-id": "0268f5f1a2b40aa181b0cca2d2e82566", + "x-ms-correlation-request-id": "c75b639a-bd6b-44e9-be2f-06e3603a19c1", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "28e8caf8-ead1-4065-81dd-88a0fda0679a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091828Z:e2aa5d72-fed4-4837-a251-bde6af4f7595", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "00b94fa5-b09c-472f-b934-1e3975798e1b", + "x-ms-routing-request-id": "EASTUS:20230628T130417Z:c75b639a-bd6b-44e9-be2f-06e3603a19c1", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:17:53.1047861\u002B00:00", - "endTime": "2023-03-23T09:18:23.467675\u002B00:00", + "startTime": "2023-06-28T13:03:43.5753462\u002B00:00", + "endTime": "2023-06-28T13:04:12.8887676\u002B00:00", "status": "Succeeded", - "name": "4cf0f0fd-dbf8-4fac-b723-b17102e50f2d" + "name": "4e01d6e3-955d-4b08-9ff6-36ff39374bc0" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget272?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget9407?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab4073f744912c40a738cd91b7a27509-24fb5ff36c0c4a4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "09ee8eef71cd19003812d78e427465a9", + "traceparent": "00-9df460cf1935dd46b8e6b53da465dda1-0dc8676b42ec4145-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dccf7137105059f1884a16325befc941", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "911", + "Content-Length": "920", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:18:28 GMT", + "Date": "Wed, 28 Jun 2023 13:04:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -989,19 +1067,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09ee8eef71cd19003812d78e427465a9", - "x-ms-correlation-request-id": "5303dfae-4703-4964-951f-d9ae52386b1e", + "x-ms-client-request-id": "dccf7137105059f1884a16325befc941", + "x-ms-correlation-request-id": "c2bd9fea-4b92-48e6-a19e-c4d63324e4ec", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;118", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "7580b99b-9a75-4177-8033-438dc5c67e61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091829Z:5303dfae-4703-4964-951f-d9ae52386b1e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "c80b8b41-f63e-4131-a29e-9c4ece769cf9", + "x-ms-routing-request-id": "EASTUS:20230628T130417Z:c2bd9fea-4b92-48e6-a19e-c4d63324e4ec", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "name": "storagetarget272", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget272", + "name": "storagetarget9407", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget9407", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -1015,33 +1093,33 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T09:17:52.7632185Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:03:43.4783649Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:17:52.7632185Z" + "lastModifiedAt": "2023-06-28T13:03:43.4783649Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget272?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget9407?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-8f2dd061f3f5d84eb6d0c330ea45c94b-d892900283be6347-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "19edac5223e2b79e92c513d9cbd1b975", + "traceparent": "00-73aab5029a01744b939eddbe7c509872-0bf7f1c39ce61343-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5b2eafe7bc40f080d3a0975471530cc0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "911", + "Content-Length": "920", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:18:29 GMT", + "Date": "Wed, 28 Jun 2023 13:04:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1050,19 +1128,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19edac5223e2b79e92c513d9cbd1b975", - "x-ms-correlation-request-id": "8a862b3c-dbd6-4699-a699-51b047cd60e8", + "x-ms-client-request-id": "5b2eafe7bc40f080d3a0975471530cc0", + "x-ms-correlation-request-id": "8e4ab706-0fe7-4169-994b-ada3c54f5457", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;117", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "d9e1b3cb-8f61-4132-bf5a-cb7a3ba5a8e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091829Z:8a862b3c-dbd6-4699-a699-51b047cd60e8", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "f6c80c5e-a3c8-40e8-8de5-c1d462b50abc", + "x-ms-routing-request-id": "EASTUS:20230628T130417Z:8e4ab706-0fe7-4169-994b-ada3c54f5457", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "name": "storagetarget272", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget272", + "name": "storagetarget9407", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget9407", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -1076,79 +1154,20 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T09:17:52.7632185Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:03:43.4783649Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:17:52.7632185Z" + "lastModifiedAt": "2023-06-28T13:03:43.4783649Z" } } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg1953?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-10e5e2063909c6468ae4a41b3d7613b1-5a62b9551980ef4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "13d4678c3cf5b6e928b4d55c374c08b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:18:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxOTUzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69516218-7d94-4b02-a8aa-30f58cadd11f", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "69516218-7d94-4b02-a8aa-30f58cadd11f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091832Z:69516218-7d94-4b02-a8aa-30f58cadd11f" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxOTUzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-10e5e2063909c6468ae4a41b3d7613b1-3000602423dee445-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "db02625951a015b4c237f02d4d427f46", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:18:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcxOTUzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "71828963-ca21-4611-8f36-8f141999bf1b", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "71828963-ca21-4611-8f36-8f141999bf1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091833Z:71828963-ca21-4611-8f36-8f141999bf1b" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1005714622", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1565982031", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "733b22ab-69e4-4f63-a7e5-0f2312c2e35f" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/Get().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/Get().json index 2f04972c5831..6055a805500e 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/Get().json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/Get().json @@ -1,39 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-1f389c921b97f1438b47b66f94cc29f8-6472b7c00b73c04b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8e7ab6ab686c92369ba13e4352488ced", + "traceparent": "00-0082e782af85ac40be5d459bb2898944-4d2f915331459b42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e5afa5b8d44d35de1d488d3959ec5420", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:51:00 GMT", + "Date": "Wed, 28 Jun 2023 13:31:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b106cdd-523b-4062-a529-5598a2738a34", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "1b106cdd-523b-4062-a529-5598a2738a34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115100Z:1b106cdd-523b-4062-a529-5598a2738a34" + "x-ms-correlation-request-id": "32310cb1-0898-43fc-9e3b-4f31aeeb991e", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "32310cb1-0898-43fc-9e3b-4f31aeeb991e", + "x-ms-routing-request-id": "EASTUS:20230628T133133Z:32310cb1-0898-43fc-9e3b-4f31aeeb991e" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f", + "authorizationSource": "Bypassed", "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", + "subscriptionId": "733b22ab-69e4-4f63-a7e5-0f2312c2e35f", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", + "displayName": "Avere_AscDEV2_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,64 +43,65 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg7479?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-19b64368a2cd244e96fa95f3fbefb7ad-99636e7c939c294d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2e03387dbe5bc8b17f0854ec924c6eb5", + "traceparent": "00-30cc5ea4ed502c429e381b1894d90f40-46ea7c129e14dd48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "65c4857ebd56564705c182a8c2560f80", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:51:01 GMT", + "Date": "Wed, 28 Jun 2023 13:31:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d197573a-6e76-4cd5-b2a5-607eb156bf67", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "d197573a-6e76-4cd5-b2a5-607eb156bf67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115101Z:d197573a-6e76-4cd5-b2a5-607eb156bf67" + "x-ms-correlation-request-id": "690f375f-6eed-42e7-aa2b-8294c95e30cd", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "690f375f-6eed-42e7-aa2b-8294c95e30cd", + "x-ms-routing-request-id": "EASTUS:20230628T133133Z:690f375f-6eed-42e7-aa2b-8294c95e30cd" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg7479", - "name": "storagecachetestrg7479", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "DeleteAfter": "2023-07-02T18:09:36.8931476Z", + "ServiceDirectory": "storagecache", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-4c1af2a051ca5b40acd92e18fdfdaaa7-1d11c47960a7ce4f-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "634edbca7ad4c4871c4eed5d1f461a85", + "traceparent": "00-ee8fd52e50ec5d43afbc79157d0d3fed-f42f450934a80f45-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cfa3abe6f1f439820db8f3274ea98e67", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1042", + "Content-Length": "1049", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:51:02 GMT", + "Date": "Wed, 28 Jun 2023 13:31:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -109,21 +110,21 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "634edbca7ad4c4871c4eed5d1f461a85", - "x-ms-correlation-request-id": "6319126f-f5de-4408-b863-8869060af452", + "x-ms-client-request-id": "cfa3abe6f1f439820db8f3274ea98e67", + "x-ms-correlation-request-id": "8beae9ac-f0f1-471e-8902-9d727a995598", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "f8068dd4-b41a-4394-833d-bbaa015c3fbc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115103Z:6319126f-f5de-4408-b863-8869060af452", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "4096d599-7f45-45b1-9657-7e9eecf8aabd", + "x-ms-routing-request-id": "EASTUS:20230628T133133Z:8beae9ac-f0f1-471e-8902-9d727a995598", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "value": [ { - "name": "storagetarget6934", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget6934", + "name": "storagetarget9624", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget9624", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -137,37 +138,37 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T11:48:57.1844606Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:30:58.7409294Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:48:57.1844606Z" + "lastModifiedAt": "2023-06-28T13:30:58.7409294Z" } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget6934?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget9624?api-version=2023-05-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-eb251d3df2423d428b37c4e238d39be9-ebc4e29f4a46dc45-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "371f2c19e120f750c9c6ec60e1a60855", + "traceparent": "00-f7df046e406e154a843623111370ee35-792c99eba48e304a-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "83fbdcc9d476fbe85e59df8b523673c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fe9c2734-e4e7-4cab-80d8-e0e4278d80ae?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64f0689d-41bb-46cc-b390-8a0b1462f406?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:51:03 GMT", + "Date": "Wed, 28 Jun 2023 13:31:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fe9c2734-e4e7-4cab-80d8-e0e4278d80ae?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64f0689d-41bb-46cc-b390-8a0b1462f406?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -175,24 +176,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "371f2c19e120f750c9c6ec60e1a60855", - "x-ms-correlation-request-id": "60d34d8b-1f12-40e0-82ff-0c9fc8c92ea2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;59", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "fe9c2734-e4e7-4cab-80d8-e0e4278d80ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115103Z:60d34d8b-1f12-40e0-82ff-0c9fc8c92ea2", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "83fbdcc9d476fbe85e59df8b523673c6", + "x-ms-correlation-request-id": "07126772-04fd-4c2e-a1a5-92faf5e3d21e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;57", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "64f0689d-41bb-46cc-b390-8a0b1462f406", + "x-ms-routing-request-id": "EASTUS:20230628T133133Z:07126772-04fd-4c2e-a1a5-92faf5e3d21e", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fe9c2734-e4e7-4cab-80d8-e0e4278d80ae?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64f0689d-41bb-46cc-b390-8a0b1462f406?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-eb251d3df2423d428b37c4e238d39be9-8da8214ce44d2a4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "65d2cfed372ce9958b57990e8e27e276", + "traceparent": "00-f7df046e406e154a843623111370ee35-bf7409b343acd941-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e6de1a338c5a1109c3a8719a11f7e6d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -201,7 +202,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:51:04 GMT", + "Date": "Wed, 28 Jun 2023 13:31:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -210,28 +211,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65d2cfed372ce9958b57990e8e27e276", - "x-ms-correlation-request-id": "40dd86ee-61c3-4251-a5bc-2805f342218c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "bf2955e7-4585-408b-9da6-9c5d30c2df57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115105Z:40dd86ee-61c3-4251-a5bc-2805f342218c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e6de1a338c5a1109c3a8719a11f7e6d6", + "x-ms-correlation-request-id": "e8b0ed2a-da0a-4ff3-9ffc-12b2b8c0d41a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "c0813384-fadb-49d0-ac02-e45d983d2f52", + "x-ms-routing-request-id": "EASTUS:20230628T133133Z:e8b0ed2a-da0a-4ff3-9ffc-12b2b8c0d41a", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:51:03.7407453\u002B00:00", + "startTime": "2023-06-28T13:31:33.7831335\u002B00:00", "status": "InProgress", - "name": "fe9c2734-e4e7-4cab-80d8-e0e4278d80ae" + "name": "64f0689d-41bb-46cc-b390-8a0b1462f406" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fe9c2734-e4e7-4cab-80d8-e0e4278d80ae?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64f0689d-41bb-46cc-b390-8a0b1462f406?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-eb251d3df2423d428b37c4e238d39be9-51c5f6201a778542-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "918d9845adbf8f47c51b86e0ce432675", + "traceparent": "00-f7df046e406e154a843623111370ee35-fba8f098dbe6574d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "40ed2d44e056441eaf6e7feb7c49313e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -240,7 +241,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:51:06 GMT", + "Date": "Wed, 28 Jun 2023 13:31:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -249,28 +250,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "918d9845adbf8f47c51b86e0ce432675", - "x-ms-correlation-request-id": "b9165e2f-ad8c-421e-93b0-fb8fd4a37fab", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "3d54457a-2d69-41ab-8b96-6f0c6a56b01b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115106Z:b9165e2f-ad8c-421e-93b0-fb8fd4a37fab", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "40ed2d44e056441eaf6e7feb7c49313e", + "x-ms-correlation-request-id": "72bd6cc2-051a-4dc3-bc10-9305f2750bbc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "2051970c-b85b-4c3e-8f54-be3e1bc23c36", + "x-ms-routing-request-id": "EASTUS:20230628T133134Z:72bd6cc2-051a-4dc3-bc10-9305f2750bbc", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:51:03.7407453\u002B00:00", + "startTime": "2023-06-28T13:31:33.7831335\u002B00:00", "status": "InProgress", - "name": "fe9c2734-e4e7-4cab-80d8-e0e4278d80ae" + "name": "64f0689d-41bb-46cc-b390-8a0b1462f406" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fe9c2734-e4e7-4cab-80d8-e0e4278d80ae?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64f0689d-41bb-46cc-b390-8a0b1462f406?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-eb251d3df2423d428b37c4e238d39be9-abacb58259955d4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1272b21da3d39828f89ee1e6f0587588", + "traceparent": "00-f7df046e406e154a843623111370ee35-9e9ee5d693b72349-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "375782518d57ad6b0440eaa114917b0c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -279,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:51:07 GMT", + "Date": "Wed, 28 Jun 2023 13:31:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -288,28 +289,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1272b21da3d39828f89ee1e6f0587588", - "x-ms-correlation-request-id": "5ec8124c-fcbb-4d54-b2d1-ce29a8f5a2a7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "2e73e45f-2682-4eb8-bfab-99b134e38d30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115107Z:5ec8124c-fcbb-4d54-b2d1-ce29a8f5a2a7", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "375782518d57ad6b0440eaa114917b0c", + "x-ms-correlation-request-id": "da13f661-af1c-4934-86bd-17cce81425e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "abc511d1-d1c7-4283-8511-00247c570c67", + "x-ms-routing-request-id": "EASTUS:20230628T133135Z:da13f661-af1c-4934-86bd-17cce81425e9", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:51:03.7407453\u002B00:00", + "startTime": "2023-06-28T13:31:33.7831335\u002B00:00", "status": "InProgress", - "name": "fe9c2734-e4e7-4cab-80d8-e0e4278d80ae" + "name": "64f0689d-41bb-46cc-b390-8a0b1462f406" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fe9c2734-e4e7-4cab-80d8-e0e4278d80ae?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64f0689d-41bb-46cc-b390-8a0b1462f406?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-eb251d3df2423d428b37c4e238d39be9-b7707d1f54f67a47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "38c79c5c17c63f7a87429f10b0b41a48", + "traceparent": "00-f7df046e406e154a843623111370ee35-bd1cf50ec367d043-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9c5981a4c7325305fc9a36ec0c1d9579", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -318,7 +319,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:51:08 GMT", + "Date": "Wed, 28 Jun 2023 13:31:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -327,28 +328,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "38c79c5c17c63f7a87429f10b0b41a48", - "x-ms-correlation-request-id": "264030ee-b3a5-499e-86de-3620417011f0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "1073ba70-01d1-45c9-a700-23165bb7c118", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115109Z:264030ee-b3a5-499e-86de-3620417011f0", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "9c5981a4c7325305fc9a36ec0c1d9579", + "x-ms-correlation-request-id": "ea263a62-60d1-4d3d-bacd-15c685000e9d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "08cbd2dd-0a41-44bb-8611-710e9c0a3583", + "x-ms-routing-request-id": "EASTUS:20230628T133137Z:ea263a62-60d1-4d3d-bacd-15c685000e9d", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:51:03.7407453\u002B00:00", + "startTime": "2023-06-28T13:31:33.7831335\u002B00:00", "status": "InProgress", - "name": "fe9c2734-e4e7-4cab-80d8-e0e4278d80ae" + "name": "64f0689d-41bb-46cc-b390-8a0b1462f406" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fe9c2734-e4e7-4cab-80d8-e0e4278d80ae?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64f0689d-41bb-46cc-b390-8a0b1462f406?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-eb251d3df2423d428b37c4e238d39be9-b30fbe745d8dde41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dbf12430d0b5a2a26ff59821cc619f6d", + "traceparent": "00-f7df046e406e154a843623111370ee35-a7ecdf3356911347-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8e493276af9fb77ec1403c16f67d2f1e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -357,7 +358,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:51:10 GMT", + "Date": "Wed, 28 Jun 2023 13:31:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -366,28 +367,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dbf12430d0b5a2a26ff59821cc619f6d", - "x-ms-correlation-request-id": "baee4bee-d1e0-46cf-aa68-0826b6b32d0e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "f82e1c01-0972-4b66-8391-dbf48859d215", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115111Z:baee4bee-d1e0-46cf-aa68-0826b6b32d0e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "8e493276af9fb77ec1403c16f67d2f1e", + "x-ms-correlation-request-id": "435f2bdc-1f96-4440-ac19-548c76616c3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "5d22e860-71cd-4483-a35d-d82a38b0ee0e", + "x-ms-routing-request-id": "EASTUS:20230628T133139Z:435f2bdc-1f96-4440-ac19-548c76616c3c", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:51:03.7407453\u002B00:00", + "startTime": "2023-06-28T13:31:33.7831335\u002B00:00", "status": "InProgress", - "name": "fe9c2734-e4e7-4cab-80d8-e0e4278d80ae" + "name": "64f0689d-41bb-46cc-b390-8a0b1462f406" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fe9c2734-e4e7-4cab-80d8-e0e4278d80ae?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64f0689d-41bb-46cc-b390-8a0b1462f406?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-eb251d3df2423d428b37c4e238d39be9-62f29b88d4369743-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3283fda6ee7b05ae38328b910418e743", + "traceparent": "00-f7df046e406e154a843623111370ee35-d61010a4e1e3704d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fa4773f395f0890c7d043abd567fa1e6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -396,7 +397,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:51:15 GMT", + "Date": "Wed, 28 Jun 2023 13:31:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -405,28 +406,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3283fda6ee7b05ae38328b910418e743", - "x-ms-correlation-request-id": "c96fedb3-e176-4239-a48e-c214f228bc46", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "25dea088-3ffa-4ab4-881c-c2b50b6660de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115115Z:c96fedb3-e176-4239-a48e-c214f228bc46", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "fa4773f395f0890c7d043abd567fa1e6", + "x-ms-correlation-request-id": "01922664-0e26-4ecf-868a-436dbabb2d3f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "317d9018-6174-4f21-b173-971671110ee1", + "x-ms-routing-request-id": "EASTUS:20230628T133143Z:01922664-0e26-4ecf-868a-436dbabb2d3f", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:51:03.7407453\u002B00:00", + "startTime": "2023-06-28T13:31:33.7831335\u002B00:00", "status": "InProgress", - "name": "fe9c2734-e4e7-4cab-80d8-e0e4278d80ae" + "name": "64f0689d-41bb-46cc-b390-8a0b1462f406" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fe9c2734-e4e7-4cab-80d8-e0e4278d80ae?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64f0689d-41bb-46cc-b390-8a0b1462f406?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-eb251d3df2423d428b37c4e238d39be9-a2675c60e747604a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cbb6988399678cd3fa25c9d17f597325", + "traceparent": "00-f7df046e406e154a843623111370ee35-ea0fbc8382ca8a41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e12a71abec48f46c03a2daf28bee5c7f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -435,7 +436,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:51:23 GMT", + "Date": "Wed, 28 Jun 2023 13:31:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -444,28 +445,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cbb6988399678cd3fa25c9d17f597325", - "x-ms-correlation-request-id": "a55c8f96-882c-4e50-9ce6-7fa9b0da03ac", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "f2f3a659-f5f2-4f8c-9b68-2ef501d6e56f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115124Z:a55c8f96-882c-4e50-9ce6-7fa9b0da03ac", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e12a71abec48f46c03a2daf28bee5c7f", + "x-ms-correlation-request-id": "084d7562-17b8-4630-8ca5-1dcf66efe250", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "078fea3a-65a0-41c0-99ac-9ff42fcbb06e", + "x-ms-routing-request-id": "EASTUS:20230628T133151Z:084d7562-17b8-4630-8ca5-1dcf66efe250", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:51:03.7407453\u002B00:00", + "startTime": "2023-06-28T13:31:33.7831335\u002B00:00", "status": "InProgress", - "name": "fe9c2734-e4e7-4cab-80d8-e0e4278d80ae" + "name": "64f0689d-41bb-46cc-b390-8a0b1462f406" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fe9c2734-e4e7-4cab-80d8-e0e4278d80ae?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64f0689d-41bb-46cc-b390-8a0b1462f406?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-eb251d3df2423d428b37c4e238d39be9-fb95d5448617a044-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b26a32a2e83042cc75eba28244119e57", + "traceparent": "00-f7df046e406e154a843623111370ee35-114c6be62b0d4c45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "98f8176a9ad6e08926bf119b74c16042", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -474,7 +475,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:51:40 GMT", + "Date": "Wed, 28 Jun 2023 13:32:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -483,28 +484,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b26a32a2e83042cc75eba28244119e57", - "x-ms-correlation-request-id": "47dad3a4-74f8-4b83-ae87-abfd8983c008", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "dcad19a5-1c8b-49b8-9992-0dc8775c465c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115140Z:47dad3a4-74f8-4b83-ae87-abfd8983c008", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "98f8176a9ad6e08926bf119b74c16042", + "x-ms-correlation-request-id": "f18bf1a9-e2ad-4604-8354-8b917cdbeb95", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "c76edd99-8b3a-4fe6-9f73-d048d0a92039", + "x-ms-routing-request-id": "EASTUS:20230628T133207Z:f18bf1a9-e2ad-4604-8354-8b917cdbeb95", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:51:03.7407453\u002B00:00", + "startTime": "2023-06-28T13:31:33.7831335\u002B00:00", "status": "InProgress", - "name": "fe9c2734-e4e7-4cab-80d8-e0e4278d80ae" + "name": "64f0689d-41bb-46cc-b390-8a0b1462f406" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fe9c2734-e4e7-4cab-80d8-e0e4278d80ae?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64f0689d-41bb-46cc-b390-8a0b1462f406?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-eb251d3df2423d428b37c4e238d39be9-c34f6d3ff02b6f49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "349d540dd4ab0d052af7385624dc86df", + "traceparent": "00-f7df046e406e154a843623111370ee35-7694bfdad0030143-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "856b569f4e5207d50752f74ebb19fe8e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -513,7 +514,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:52:11 GMT", + "Date": "Wed, 28 Jun 2023 13:32:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -522,28 +523,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "349d540dd4ab0d052af7385624dc86df", - "x-ms-correlation-request-id": "a806c473-64c5-4221-8a1b-817cdde4aee7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "fe6adbf8-7e60-4792-a829-12d1da0c6147", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115212Z:a806c473-64c5-4221-8a1b-817cdde4aee7", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "856b569f4e5207d50752f74ebb19fe8e", + "x-ms-correlation-request-id": "f242cbd2-1696-49ac-81f8-abed741963e7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "70b87e11-0689-4d01-a71c-4bdbe1e5c84e", + "x-ms-routing-request-id": "EASTUS:20230628T133239Z:f242cbd2-1696-49ac-81f8-abed741963e7", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:51:03.7407453\u002B00:00", + "startTime": "2023-06-28T13:31:33.7831335\u002B00:00", "status": "InProgress", - "name": "fe9c2734-e4e7-4cab-80d8-e0e4278d80ae" + "name": "64f0689d-41bb-46cc-b390-8a0b1462f406" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fe9c2734-e4e7-4cab-80d8-e0e4278d80ae?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64f0689d-41bb-46cc-b390-8a0b1462f406?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-eb251d3df2423d428b37c4e238d39be9-ef6de3666703eb4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d1ee65bf34ae9b13cb73557bf65148e9", + "traceparent": "00-f7df046e406e154a843623111370ee35-3fe74462adee124f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3e52baa70886100fe74aba89dad07f41", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -552,7 +553,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:52:44 GMT", + "Date": "Wed, 28 Jun 2023 13:33:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -561,37 +562,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1ee65bf34ae9b13cb73557bf65148e9", - "x-ms-correlation-request-id": "7a3670d5-50de-438c-9bea-9c488cf6c8ba", + "x-ms-client-request-id": "3e52baa70886100fe74aba89dad07f41", + "x-ms-correlation-request-id": "fd19bee8-a72f-44b1-845e-32160358285c", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "6d88c4c7-874c-4b72-9d00-b4b3f6791e66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115244Z:7a3670d5-50de-438c-9bea-9c488cf6c8ba", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "b2ca2142-e9af-43a8-8869-58be9e9ab01e", + "x-ms-routing-request-id": "EASTUS:20230628T133311Z:fd19bee8-a72f-44b1-845e-32160358285c", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:51:03.7407453\u002B00:00", + "startTime": "2023-06-28T13:31:33.7831335\u002B00:00", "status": "InProgress", - "name": "fe9c2734-e4e7-4cab-80d8-e0e4278d80ae" + "name": "64f0689d-41bb-46cc-b390-8a0b1462f406" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fe9c2734-e4e7-4cab-80d8-e0e4278d80ae?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64f0689d-41bb-46cc-b390-8a0b1462f406?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-eb251d3df2423d428b37c4e238d39be9-03263deb9e2af445-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2ac472873ebbce7a2d5c8839af761d98", + "traceparent": "00-f7df046e406e154a843623111370ee35-308df383a40a3e41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "34539741d7831c2d42f19184a33b250c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "183", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:53:16 GMT", + "Date": "Wed, 28 Jun 2023 13:33:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -600,32 +601,32 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2ac472873ebbce7a2d5c8839af761d98", - "x-ms-correlation-request-id": "16135cdb-137e-44e4-a3ce-deb67353999a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "13ad9262-52aa-4f2d-9513-755f1cbc4674", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115317Z:16135cdb-137e-44e4-a3ce-deb67353999a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "34539741d7831c2d42f19184a33b250c", + "x-ms-correlation-request-id": "e7b66a69-53d3-498e-9e53-8c9b513126df", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "ac14becd-b229-4857-b012-8fbe0b411cc8", + "x-ms-routing-request-id": "EASTUS:20230628T133343Z:e7b66a69-53d3-498e-9e53-8c9b513126df", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:51:03.7407453\u002B00:00", - "endTime": "2023-03-23T11:53:03.6170424\u002B00:00", + "startTime": "2023-06-28T13:31:33.7831335\u002B00:00", + "endTime": "2023-06-28T13:33:22.033664\u002B00:00", "status": "Succeeded", - "name": "fe9c2734-e4e7-4cab-80d8-e0e4278d80ae" + "name": "64f0689d-41bb-46cc-b390-8a0b1462f406" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/gettarget?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/gettarget?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "113", "Content-Type": "application/json", - "traceparent": "00-9f69306e65e1674f9e7648eacabb1117-28a78fee99c2e14a-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dfc3c265cc22d8a8410169377e8916d9", + "traceparent": "00-dfe94bc1981b21479a9ba17b815b4704-049abfe7bb0d204e-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "baf382c0226f96bb465b9d08934c2c36", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -640,11 +641,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/6ab8e814-4aab-48b9-b45f-bb163fee6478?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/fc51f2e2-05eb-4dff-824d-9edb79329d37?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "895", + "Content-Length": "902", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:53:18 GMT", + "Date": "Wed, 28 Jun 2023 13:33:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -653,19 +654,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dfc3c265cc22d8a8410169377e8916d9", - "x-ms-correlation-request-id": "449949a6-e23f-4e66-be97-a4da3b5e8578", + "x-ms-client-request-id": "baf382c0226f96bb465b9d08934c2c36", + "x-ms-correlation-request-id": "6b580a4d-d547-47c4-8fb7-c06a19bba3ad", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "6ab8e814-4aab-48b9-b45f-bb163fee6478", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115318Z:449949a6-e23f-4e66-be97-a4da3b5e8578", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "fc51f2e2-05eb-4dff-824d-9edb79329d37", + "x-ms-routing-request-id": "EASTUS:20230628T133343Z:6b580a4d-d547-47c4-8fb7-c06a19bba3ad", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "name": "gettarget", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/gettarget", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/gettarget", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -679,23 +680,23 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T11:53:17.5957984Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:33:43.5532886Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:53:17.5957984Z" + "lastModifiedAt": "2023-06-28T13:33:43.5532886Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/6ab8e814-4aab-48b9-b45f-bb163fee6478?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/fc51f2e2-05eb-4dff-824d-9edb79329d37?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9f69306e65e1674f9e7648eacabb1117-ad0d0983a49eb649-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3316bc56688dbac6c9ebe9bad54350a3", + "traceparent": "00-dfe94bc1981b21479a9ba17b815b4704-fd1732549eb99848-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "58c8ad24c5dd1fd2dcbcee283a2589f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -704,7 +705,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:53:18 GMT", + "Date": "Wed, 28 Jun 2023 13:33:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -713,28 +714,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3316bc56688dbac6c9ebe9bad54350a3", - "x-ms-correlation-request-id": "f9a55f41-4304-4212-9043-70ff3ff01b89", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "a8b95004-7f00-4341-a6f9-72a60aff40fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115319Z:f9a55f41-4304-4212-9043-70ff3ff01b89", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "58c8ad24c5dd1fd2dcbcee283a2589f5", + "x-ms-correlation-request-id": "6c65ce6b-4a80-467b-8b09-7b629a30743d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "37621a92-1a49-42ee-a702-2d8af4c4bdb7", + "x-ms-routing-request-id": "EASTUS:20230628T133343Z:6c65ce6b-4a80-467b-8b09-7b629a30743d", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:53:18.7828537\u002B00:00", + "startTime": "2023-06-28T13:33:43.6702755\u002B00:00", "status": "InProgress", - "name": "6ab8e814-4aab-48b9-b45f-bb163fee6478" + "name": "fc51f2e2-05eb-4dff-824d-9edb79329d37" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/6ab8e814-4aab-48b9-b45f-bb163fee6478?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/fc51f2e2-05eb-4dff-824d-9edb79329d37?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9f69306e65e1674f9e7648eacabb1117-22abbf92355b9d40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "608aaf466ba709809f42f40227572c67", + "traceparent": "00-dfe94bc1981b21479a9ba17b815b4704-527103df43288f44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "edb25ac5022ef74577232c3925261fbb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -743,7 +744,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:53:19 GMT", + "Date": "Wed, 28 Jun 2023 13:33:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -752,28 +753,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "608aaf466ba709809f42f40227572c67", - "x-ms-correlation-request-id": "7d9961cc-6e26-478e-a777-b43720a90ada", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "9dae1605-2505-4e61-b51c-a3a475e1b623", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115320Z:7d9961cc-6e26-478e-a777-b43720a90ada", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "edb25ac5022ef74577232c3925261fbb", + "x-ms-correlation-request-id": "579f8040-bb10-4ba2-9a2e-d80d306861b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "2f7bc8d6-15d1-4a19-a92b-b755b67246cc", + "x-ms-routing-request-id": "EASTUS:20230628T133344Z:579f8040-bb10-4ba2-9a2e-d80d306861b9", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:53:18.7828537\u002B00:00", + "startTime": "2023-06-28T13:33:43.6702755\u002B00:00", "status": "InProgress", - "name": "6ab8e814-4aab-48b9-b45f-bb163fee6478" + "name": "fc51f2e2-05eb-4dff-824d-9edb79329d37" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/6ab8e814-4aab-48b9-b45f-bb163fee6478?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/fc51f2e2-05eb-4dff-824d-9edb79329d37?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9f69306e65e1674f9e7648eacabb1117-4ba5ae1620e4994d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c1e01415e272464b8814e82d7269aba7", + "traceparent": "00-dfe94bc1981b21479a9ba17b815b4704-29cf4952780dc449-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e5e3f0eed4840c59e3ed470adbe29567", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -782,7 +783,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:53:20 GMT", + "Date": "Wed, 28 Jun 2023 13:33:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -791,28 +792,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c1e01415e272464b8814e82d7269aba7", - "x-ms-correlation-request-id": "b4a18ac4-2e41-4700-84f3-d60865bd3922", + "x-ms-client-request-id": "e5e3f0eed4840c59e3ed470adbe29567", + "x-ms-correlation-request-id": "7d3a4495-0f21-4aa5-afaf-7e6300389ad5", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "9f12ea5c-7414-4bcc-88f5-9a2c77f16a83", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115321Z:b4a18ac4-2e41-4700-84f3-d60865bd3922", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "85873b9d-637e-43a7-9e93-5d3751bf0f3f", + "x-ms-routing-request-id": "EASTUS:20230628T133345Z:7d3a4495-0f21-4aa5-afaf-7e6300389ad5", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:53:18.7828537\u002B00:00", + "startTime": "2023-06-28T13:33:43.6702755\u002B00:00", "status": "InProgress", - "name": "6ab8e814-4aab-48b9-b45f-bb163fee6478" + "name": "fc51f2e2-05eb-4dff-824d-9edb79329d37" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/6ab8e814-4aab-48b9-b45f-bb163fee6478?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/fc51f2e2-05eb-4dff-824d-9edb79329d37?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9f69306e65e1674f9e7648eacabb1117-0d612e30fe03d042-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fc0a01cf8a4feaad3c0d944b73c49271", + "traceparent": "00-dfe94bc1981b21479a9ba17b815b4704-3e667ecfee475d46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1bcf07ac7ed8227e67d0e0b99999f9b5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -821,7 +822,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:53:22 GMT", + "Date": "Wed, 28 Jun 2023 13:33:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -830,28 +831,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc0a01cf8a4feaad3c0d944b73c49271", - "x-ms-correlation-request-id": "68dabfaf-14c3-42f3-8864-901b3068d0eb", + "x-ms-client-request-id": "1bcf07ac7ed8227e67d0e0b99999f9b5", + "x-ms-correlation-request-id": "a09a8523-5181-4654-8e0e-fab0aabb7fca", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "02389785-390e-4c31-8176-d64f0ba0ecaf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115323Z:68dabfaf-14c3-42f3-8864-901b3068d0eb", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "cbe47388-219c-41ed-8309-fb7b74f1842d", + "x-ms-routing-request-id": "EASTUS:20230628T133346Z:a09a8523-5181-4654-8e0e-fab0aabb7fca", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:53:18.7828537\u002B00:00", + "startTime": "2023-06-28T13:33:43.6702755\u002B00:00", "status": "InProgress", - "name": "6ab8e814-4aab-48b9-b45f-bb163fee6478" + "name": "fc51f2e2-05eb-4dff-824d-9edb79329d37" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/6ab8e814-4aab-48b9-b45f-bb163fee6478?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/fc51f2e2-05eb-4dff-824d-9edb79329d37?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9f69306e65e1674f9e7648eacabb1117-59c499d455514547-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c1a481be8e6264306444d89283529635", + "traceparent": "00-dfe94bc1981b21479a9ba17b815b4704-d6315812ceb1fd44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "493a329ca441f17001a50a40bb3b1b95", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -860,7 +861,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:53:24 GMT", + "Date": "Wed, 28 Jun 2023 13:33:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -869,28 +870,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c1a481be8e6264306444d89283529635", - "x-ms-correlation-request-id": "149f2b6f-4d94-4498-b102-dcae225faeda", + "x-ms-client-request-id": "493a329ca441f17001a50a40bb3b1b95", + "x-ms-correlation-request-id": "a71be2f7-0426-4362-a8dc-dce3adc49a4b", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "c1adb43b-4a1d-4130-b96f-e314d576192a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115325Z:149f2b6f-4d94-4498-b102-dcae225faeda", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "3cc8f6cd-5a53-4927-b33e-0867b2329f4b", + "x-ms-routing-request-id": "EASTUS:20230628T133349Z:a71be2f7-0426-4362-a8dc-dce3adc49a4b", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:53:18.7828537\u002B00:00", + "startTime": "2023-06-28T13:33:43.6702755\u002B00:00", "status": "InProgress", - "name": "6ab8e814-4aab-48b9-b45f-bb163fee6478" + "name": "fc51f2e2-05eb-4dff-824d-9edb79329d37" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/6ab8e814-4aab-48b9-b45f-bb163fee6478?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/fc51f2e2-05eb-4dff-824d-9edb79329d37?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9f69306e65e1674f9e7648eacabb1117-39b30afd2f824143-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "26324d972f4c8a1866f685654dffd2c4", + "traceparent": "00-dfe94bc1981b21479a9ba17b815b4704-68561692961d2b49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1d8dc48d03566fe272c17db3f49f7349", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -899,7 +900,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:53:29 GMT", + "Date": "Wed, 28 Jun 2023 13:33:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -908,28 +909,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "26324d972f4c8a1866f685654dffd2c4", - "x-ms-correlation-request-id": "4dfbda3e-2e89-4a4d-a5e7-aca5fcfd135f", + "x-ms-client-request-id": "1d8dc48d03566fe272c17db3f49f7349", + "x-ms-correlation-request-id": "d93dcdbb-25e6-46cc-b904-e00becf20b36", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "3e516e22-cedf-4472-ad43-3e735fbaf8ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115329Z:4dfbda3e-2e89-4a4d-a5e7-aca5fcfd135f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "bade8feb-49e7-429d-90b6-2b1f8b13c34f", + "x-ms-routing-request-id": "EASTUS:20230628T133353Z:d93dcdbb-25e6-46cc-b904-e00becf20b36", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:53:18.7828537\u002B00:00", + "startTime": "2023-06-28T13:33:43.6702755\u002B00:00", "status": "InProgress", - "name": "6ab8e814-4aab-48b9-b45f-bb163fee6478" + "name": "fc51f2e2-05eb-4dff-824d-9edb79329d37" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/6ab8e814-4aab-48b9-b45f-bb163fee6478?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/fc51f2e2-05eb-4dff-824d-9edb79329d37?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9f69306e65e1674f9e7648eacabb1117-37f91b42375eb34c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f16e7681e9c44144d0a6980ab21b67ea", + "traceparent": "00-dfe94bc1981b21479a9ba17b815b4704-7a3d89dcd14eae44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a96e91f44ca8072696de1a33743d662c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -938,7 +939,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:53:37 GMT", + "Date": "Wed, 28 Jun 2023 13:34:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -947,39 +948,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f16e7681e9c44144d0a6980ab21b67ea", - "x-ms-correlation-request-id": "fbec0fa2-807c-467b-a59c-5c3dffefb99b", + "x-ms-client-request-id": "a96e91f44ca8072696de1a33743d662c", + "x-ms-correlation-request-id": "d48ec7c8-b15d-461f-9975-955801768bf7", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "370702e2-6f71-46d3-a072-06ecdeda4d52", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115337Z:fbec0fa2-807c-467b-a59c-5c3dffefb99b", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "9f94bbd1-ee5b-4a88-8ace-fef817286090", + "x-ms-routing-request-id": "EASTUS:20230628T133401Z:d48ec7c8-b15d-461f-9975-955801768bf7", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:53:18.7828537\u002B00:00", + "startTime": "2023-06-28T13:33:43.6702755\u002B00:00", "status": "InProgress", - "name": "6ab8e814-4aab-48b9-b45f-bb163fee6478" + "name": "fc51f2e2-05eb-4dff-824d-9edb79329d37" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/6ab8e814-4aab-48b9-b45f-bb163fee6478?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/fc51f2e2-05eb-4dff-824d-9edb79329d37?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-9f69306e65e1674f9e7648eacabb1117-9fa911582603344e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "26b35f766b918e24681a5b6c08cb1764", + "traceparent": "00-dfe94bc1981b21479a9ba17b815b4704-fee21ab48a892549-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d42b4ab5db0c985f4fcad68026bcfc62", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "184", + "Content-Length": "183", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:53:53 GMT", + "Date": "Wed, 28 Jun 2023 13:34:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -988,38 +987,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "26b35f766b918e24681a5b6c08cb1764", - "x-ms-correlation-request-id": "9ad279d4-b550-4542-a480-607f49ea8217", + "x-ms-client-request-id": "d42b4ab5db0c985f4fcad68026bcfc62", + "x-ms-correlation-request-id": "95ffdd93-d9f5-4d0d-bdab-3f207637221a", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "a63e7daf-9da7-499f-8653-f3b5326522c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115354Z:9ad279d4-b550-4542-a480-607f49ea8217", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "f12db97e-a530-4466-8610-50ad64c2961a", + "x-ms-routing-request-id": "EASTUS:20230628T133417Z:95ffdd93-d9f5-4d0d-bdab-3f207637221a", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:53:18.7828537\u002B00:00", - "endTime": "2023-03-23T11:53:48.3663718\u002B00:00", + "startTime": "2023-06-28T13:33:43.6702755\u002B00:00", + "endTime": "2023-06-28T13:34:14.679054\u002B00:00", "status": "Succeeded", - "name": "6ab8e814-4aab-48b9-b45f-bb163fee6478" + "name": "fc51f2e2-05eb-4dff-824d-9edb79329d37" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/gettarget?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/gettarget?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-9f69306e65e1674f9e7648eacabb1117-f88a4e906ad7734b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0c101471a5e3ae7008f056a6970dd84a", + "traceparent": "00-dfe94bc1981b21479a9ba17b815b4704-f5dca6af1962a247-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "294bc13272cd41ed9e858777e9affb34", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "897", + "Content-Length": "904", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:53:54 GMT", + "Date": "Wed, 28 Jun 2023 13:34:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1028,19 +1027,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c101471a5e3ae7008f056a6970dd84a", - "x-ms-correlation-request-id": "44efbb4e-8abb-4be7-b0eb-1b52f171fb3e", + "x-ms-client-request-id": "294bc13272cd41ed9e858777e9affb34", + "x-ms-correlation-request-id": "c8d4919d-b723-447d-9731-530aab959b20", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "7d82b70f-ea50-440e-9986-f2cdea8016ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115355Z:44efbb4e-8abb-4be7-b0eb-1b52f171fb3e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "475d9d18-0479-49e6-aa58-cba51eaf030f", + "x-ms-routing-request-id": "EASTUS:20230628T133417Z:c8d4919d-b723-447d-9731-530aab959b20", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "name": "gettarget", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/gettarget", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/gettarget", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -1054,33 +1053,33 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T11:53:17.5957984Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:33:43.5532886Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:53:17.5957984Z" + "lastModifiedAt": "2023-06-28T13:33:43.5532886Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/gettarget?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/gettarget?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-5620e584a0e06b44830ee5a633adba9e-8ff1fa0b1b0e2e4f-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "edee9b8fac4b163251e088aa8dd83804", + "traceparent": "00-75da8c8428d99a479ef4171ef85295cb-fbeb1c708836784f-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a9fe505a9e73183d32d559dd75a5e1d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "897", + "Content-Length": "904", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:53:55 GMT", + "Date": "Wed, 28 Jun 2023 13:34:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1089,19 +1088,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "edee9b8fac4b163251e088aa8dd83804", - "x-ms-correlation-request-id": "58da5553-4671-4bc6-823a-5924d0d1dfb9", + "x-ms-client-request-id": "a9fe505a9e73183d32d559dd75a5e1d9", + "x-ms-correlation-request-id": "2d6d4fb5-3958-479f-97e1-1070b24d76cd", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;118", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "80345d85-0c38-4bd6-a8e0-5fccf86d4af7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115356Z:58da5553-4671-4bc6-823a-5924d0d1dfb9", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "ef7aa1e9-3295-49e9-a437-e85a939a1c13", + "x-ms-routing-request-id": "EASTUS:20230628T133417Z:2d6d4fb5-3958-479f-97e1-1070b24d76cd", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "name": "gettarget", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/gettarget", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/gettarget", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -1115,222 +1114,20 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T11:53:17.5957984Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:33:43.5532886Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:53:17.5957984Z" + "lastModifiedAt": "2023-06-28T13:33:43.5532886Z" } } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg7479?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-00456e02263f8c40a0bea6ba75947fe9-6d6625bd3504ae4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9d99348f5a0bd106ee051da0157ef75a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:54:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NDc5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "09a61abf-62cf-4272-a879-7eabae937859", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "09a61abf-62cf-4272-a879-7eabae937859", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115401Z:09a61abf-62cf-4272-a879-7eabae937859" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NDc5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-00456e02263f8c40a0bea6ba75947fe9-a29419e1a91d284f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "631752b83a74343f941cff458e9100d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:54:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NDc5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99090570-f868-4b70-9dac-fd8c43ed8e76", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "99090570-f868-4b70-9dac-fd8c43ed8e76", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115402Z:99090570-f868-4b70-9dac-fd8c43ed8e76" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NDc5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-00456e02263f8c40a0bea6ba75947fe9-a6b4d3e518b32c4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7c682de8cbfb66261bd4bb109f02b428", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:54:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NDc5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf26a424-bd4f-43c7-9244-e6d7a8885f2f", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "bf26a424-bd4f-43c7-9244-e6d7a8885f2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115417Z:bf26a424-bd4f-43c7-9244-e6d7a8885f2f" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NDc5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-00456e02263f8c40a0bea6ba75947fe9-9cba1de3ecb51b41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c3e8eee5936607e6d1a8d8c029d23651", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:54:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NDc5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aed3e342-98de-4d02-a375-3c86bdd1252f", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "aed3e342-98de-4d02-a375-3c86bdd1252f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115433Z:aed3e342-98de-4d02-a375-3c86bdd1252f" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NDc5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-00456e02263f8c40a0bea6ba75947fe9-bd481926bb18ed4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ef1ae8f9a35ded332bb1479f7f2e9592", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:54:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NDc5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb1717f9-a3dd-4462-9724-f02189aafcda", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "bb1717f9-a3dd-4462-9724-f02189aafcda", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115448Z:bb1717f9-a3dd-4462-9724-f02189aafcda" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NDc5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-00456e02263f8c40a0bea6ba75947fe9-09f48e1221ff1c49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a060d7683da8546c4661ab53f2663c49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:55:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NDc5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a238654-c025-4c9d-a872-6dfb499b68c0", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "8a238654-c025-4c9d-a872-6dfb499b68c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115504Z:8a238654-c025-4c9d-a872-6dfb499b68c0" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3NDc5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-00456e02263f8c40a0bea6ba75947fe9-0c6ce7d7d268cd48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b6176a9ec4e842cabafb97b54c4787a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:55:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ab7db48-b2ef-4502-ba69-35d12e149fff", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "1ab7db48-b2ef-4502-ba69-35d12e149fff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115519Z:1ab7db48-b2ef-4502-ba69-35d12e149fff" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1491630859", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "438624542", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "733b22ab-69e4-4f63-a7e5-0f2312c2e35f" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/Get()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/Get()Async.json index c65f6d10897f..d7ba0ba8aff2 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/Get()Async.json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/Get()Async.json @@ -1,39 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-854e497d3bb2884780977023b735f2c9-df1e7136a8ca5a4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7359c0a391526a248e0c098712aeb1bf", + "traceparent": "00-7a7120c9cc898e4d8070e224d0007f15-3531aa351ac26b4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "498c72245722195dc72a6e70519e13e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:19:09 GMT", + "Date": "Wed, 28 Jun 2023 13:04:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "60aacfb0-595c-401f-8921-404281bc78b1", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "60aacfb0-595c-401f-8921-404281bc78b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091909Z:60aacfb0-595c-401f-8921-404281bc78b1" + "x-ms-correlation-request-id": "6cd28878-f6f6-44bf-82ba-5d2cb25fd217", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "6cd28878-f6f6-44bf-82ba-5d2cb25fd217", + "x-ms-routing-request-id": "EASTUS:20230628T130417Z:6cd28878-f6f6-44bf-82ba-5d2cb25fd217" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f", + "authorizationSource": "Bypassed", "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", + "subscriptionId": "733b22ab-69e4-4f63-a7e5-0f2312c2e35f", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", + "displayName": "Avere_AscDEV2_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,63 +43,64 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg7904?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-d9a509b97c961041b728aba7b464c11e-622471bab1c7e44e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "920f3439401a445588749c9ccc858cb0", + "traceparent": "00-e617da419a28f54391fe4f0221415cec-aeb982ee16d2fc48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "52f795a8b75d39729ed843c127c59edf", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:19:13 GMT", + "Date": "Wed, 28 Jun 2023 13:04:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9acfc55a-2210-4599-9c2f-102a2e2d678e", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "9acfc55a-2210-4599-9c2f-102a2e2d678e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091914Z:9acfc55a-2210-4599-9c2f-102a2e2d678e" + "x-ms-correlation-request-id": "ceed3ed1-4159-46b7-89c8-de3369b3a698", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "ceed3ed1-4159-46b7-89c8-de3369b3a698", + "x-ms-routing-request-id": "EASTUS:20230628T130417Z:ceed3ed1-4159-46b7-89c8-de3369b3a698" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg7904", - "name": "storagecachetestrg7904", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "DeleteAfter": "2023-07-02T18:09:36.8931476Z", + "ServiceDirectory": "storagecache", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f1f4c991c361c438fa5aa3b0ae262759", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "25e8483d4bdf54af91b5ec192acd83b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1040", + "Content-Length": "1049", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:19:15 GMT", + "Date": "Wed, 28 Jun 2023 13:04:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -108,21 +109,21 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1f4c991c361c438fa5aa3b0ae262759", - "x-ms-correlation-request-id": "b72d989d-520b-4618-80fb-0f53ec0c20f6", + "x-ms-client-request-id": "25e8483d4bdf54af91b5ec192acd83b3", + "x-ms-correlation-request-id": "b4aaf4cd-59ee-443c-9d8b-c0355898dba4", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "68a63a3d-492e-47c5-bc04-8a04b2cb5529", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091916Z:b72d989d-520b-4618-80fb-0f53ec0c20f6", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "020d4336-9efd-4fe4-8527-943015c1de48", + "x-ms-routing-request-id": "EASTUS:20230628T130417Z:b4aaf4cd-59ee-443c-9d8b-c0355898dba4", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "value": [ { - "name": "storagetarget272", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget272", + "name": "storagetarget9407", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget9407", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -136,37 +137,37 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T09:17:52.7632185Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:03:43.4783649Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:17:52.7632185Z" + "lastModifiedAt": "2023-06-28T13:03:43.4783649Z" } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget272?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/storagetarget9407?api-version=2023-05-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-0b7395588d29684db43c6166201cb883-ed95e85d95dfcd40-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "95cc6bcfbc3c7f89032eca1d87cec286", + "traceparent": "00-cf7c921e058f4c4aa4ed8c9447ceed4a-5865abfd6e904547-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d94a83f3b5f26c920053aa49149bf102", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/c19c5678-24fe-4fdc-885b-cb50f2f74caa?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a78f104f-985c-4ab9-af90-cad16e8990a4?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:19:16 GMT", + "Date": "Wed, 28 Jun 2023 13:04:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/c19c5678-24fe-4fdc-885b-cb50f2f74caa?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a78f104f-985c-4ab9-af90-cad16e8990a4?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -174,24 +175,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "95cc6bcfbc3c7f89032eca1d87cec286", - "x-ms-correlation-request-id": "46f23e06-341e-4a03-92f2-50211a88b55c", + "x-ms-client-request-id": "d94a83f3b5f26c920053aa49149bf102", + "x-ms-correlation-request-id": "6f03c209-316e-4c14-b29c-756e6f3bcc97", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;58", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "c19c5678-24fe-4fdc-885b-cb50f2f74caa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091917Z:46f23e06-341e-4a03-92f2-50211a88b55c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "a78f104f-985c-4ab9-af90-cad16e8990a4", + "x-ms-routing-request-id": "EASTUS:20230628T130418Z:6f03c209-316e-4c14-b29c-756e6f3bcc97", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/c19c5678-24fe-4fdc-885b-cb50f2f74caa?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a78f104f-985c-4ab9-af90-cad16e8990a4?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0b7395588d29684db43c6166201cb883-61c4e5e856fba444-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "60cd424df7b9d5744074ed33f81b3c2c", + "traceparent": "00-cf7c921e058f4c4aa4ed8c9447ceed4a-50ebd77d3a4e8a4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a4ce8f55c47a87edb57b258ca16640f6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -200,7 +201,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:19:17 GMT", + "Date": "Wed, 28 Jun 2023 13:04:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -209,28 +210,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60cd424df7b9d5744074ed33f81b3c2c", - "x-ms-correlation-request-id": "6b59bcdd-4f55-493c-ad21-f4d64f3a6022", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "a5aec677-a518-490b-9ba4-d2daa6fc2fae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091918Z:6b59bcdd-4f55-493c-ad21-f4d64f3a6022", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "a4ce8f55c47a87edb57b258ca16640f6", + "x-ms-correlation-request-id": "71c4ecc9-140f-4347-a329-e7cb3f54e947", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "79ae122a-a2ce-4cab-980f-24e35922e412", + "x-ms-routing-request-id": "EASTUS:20230628T130418Z:71c4ecc9-140f-4347-a329-e7cb3f54e947", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:19:16.8843337\u002B00:00", + "startTime": "2023-06-28T13:04:18.1700714\u002B00:00", "status": "InProgress", - "name": "c19c5678-24fe-4fdc-885b-cb50f2f74caa" + "name": "a78f104f-985c-4ab9-af90-cad16e8990a4" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/c19c5678-24fe-4fdc-885b-cb50f2f74caa?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a78f104f-985c-4ab9-af90-cad16e8990a4?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0b7395588d29684db43c6166201cb883-9a8293b992668d4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d7331d9742a5009cfb5599f024c9e25d", + "traceparent": "00-cf7c921e058f4c4aa4ed8c9447ceed4a-f76f360bedf1fe44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9b8deac37a9a05fd80edf34ff4eaa2a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -239,7 +240,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:19:18 GMT", + "Date": "Wed, 28 Jun 2023 13:04:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -248,28 +249,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7331d9742a5009cfb5599f024c9e25d", - "x-ms-correlation-request-id": "4dae7897-43fb-4fdd-a9bb-254688d1cf4d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "1a0a62da-ad9e-4e9b-a05b-8c911b5a23b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091919Z:4dae7897-43fb-4fdd-a9bb-254688d1cf4d", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "9b8deac37a9a05fd80edf34ff4eaa2a7", + "x-ms-correlation-request-id": "07871612-2bdc-4c20-b6cc-356bd67d148e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "68fa6bf1-4efa-421e-bf62-95a112dfac15", + "x-ms-routing-request-id": "EASTUS:20230628T130419Z:07871612-2bdc-4c20-b6cc-356bd67d148e", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:19:16.8843337\u002B00:00", + "startTime": "2023-06-28T13:04:18.1700714\u002B00:00", "status": "InProgress", - "name": "c19c5678-24fe-4fdc-885b-cb50f2f74caa" + "name": "a78f104f-985c-4ab9-af90-cad16e8990a4" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/c19c5678-24fe-4fdc-885b-cb50f2f74caa?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a78f104f-985c-4ab9-af90-cad16e8990a4?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0b7395588d29684db43c6166201cb883-97b6e563ff593949-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "44cf6798610185cc62aba448e03c7de0", + "traceparent": "00-cf7c921e058f4c4aa4ed8c9447ceed4a-0f0dd9a99d0d304b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "84f4d8444dccc787a2ab533bc876bb80", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -278,7 +279,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:19:19 GMT", + "Date": "Wed, 28 Jun 2023 13:04:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -287,28 +288,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44cf6798610185cc62aba448e03c7de0", - "x-ms-correlation-request-id": "006bd86b-5543-43b0-8526-da138f8cc851", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "6e734127-106a-4eb4-be5b-b9c5bfd9a2f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091920Z:006bd86b-5543-43b0-8526-da138f8cc851", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "84f4d8444dccc787a2ab533bc876bb80", + "x-ms-correlation-request-id": "e38491bb-9677-4ba6-bdb8-14b26510671a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "909b532e-8a81-48a5-b3a6-38dc8019700f", + "x-ms-routing-request-id": "EASTUS:20230628T130420Z:e38491bb-9677-4ba6-bdb8-14b26510671a", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:19:16.8843337\u002B00:00", + "startTime": "2023-06-28T13:04:18.1700714\u002B00:00", "status": "InProgress", - "name": "c19c5678-24fe-4fdc-885b-cb50f2f74caa" + "name": "a78f104f-985c-4ab9-af90-cad16e8990a4" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/c19c5678-24fe-4fdc-885b-cb50f2f74caa?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a78f104f-985c-4ab9-af90-cad16e8990a4?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0b7395588d29684db43c6166201cb883-dca353f0d5e5974b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7f286b0ebe710abca6cc64645d84b077", + "traceparent": "00-cf7c921e058f4c4aa4ed8c9447ceed4a-6fb2245230ea2146-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e0e4ca6273ccdb3792c8238dd09d92cb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -317,7 +318,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:19:22 GMT", + "Date": "Wed, 28 Jun 2023 13:04:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -326,28 +327,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7f286b0ebe710abca6cc64645d84b077", - "x-ms-correlation-request-id": "dded820b-c776-4c98-b787-faf7b8675a7d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "c21235c3-682b-4076-8148-9130a88b5d81", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091922Z:dded820b-c776-4c98-b787-faf7b8675a7d", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e0e4ca6273ccdb3792c8238dd09d92cb", + "x-ms-correlation-request-id": "611b50bd-9688-41a2-9bf5-ca62fcfdb3f8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "cbbc2028-2ed2-4be3-90f8-53655b768744", + "x-ms-routing-request-id": "EASTUS:20230628T130421Z:611b50bd-9688-41a2-9bf5-ca62fcfdb3f8", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:19:16.8843337\u002B00:00", + "startTime": "2023-06-28T13:04:18.1700714\u002B00:00", "status": "InProgress", - "name": "c19c5678-24fe-4fdc-885b-cb50f2f74caa" + "name": "a78f104f-985c-4ab9-af90-cad16e8990a4" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/c19c5678-24fe-4fdc-885b-cb50f2f74caa?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a78f104f-985c-4ab9-af90-cad16e8990a4?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0b7395588d29684db43c6166201cb883-e6bcdbe7e0579b49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "909a8f91f84b362a50ae74fa9e5420bf", + "traceparent": "00-cf7c921e058f4c4aa4ed8c9447ceed4a-49e834d5ec837340-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c8487ed9bb71752962c5f8ef26c23d0a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -356,7 +357,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:19:24 GMT", + "Date": "Wed, 28 Jun 2023 13:04:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -365,28 +366,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "909a8f91f84b362a50ae74fa9e5420bf", - "x-ms-correlation-request-id": "203e0695-2192-40e8-85e9-8634f4b49e14", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "4a1bffe3-12e1-4d47-b763-788e192e47cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091924Z:203e0695-2192-40e8-85e9-8634f4b49e14", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "c8487ed9bb71752962c5f8ef26c23d0a", + "x-ms-correlation-request-id": "03c036e0-a021-4061-90b6-64dafd7f2008", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "b2d5f3f4-80f1-44ab-9029-ee6f853d038f", + "x-ms-routing-request-id": "EASTUS:20230628T130423Z:03c036e0-a021-4061-90b6-64dafd7f2008", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:19:16.8843337\u002B00:00", + "startTime": "2023-06-28T13:04:18.1700714\u002B00:00", "status": "InProgress", - "name": "c19c5678-24fe-4fdc-885b-cb50f2f74caa" + "name": "a78f104f-985c-4ab9-af90-cad16e8990a4" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/c19c5678-24fe-4fdc-885b-cb50f2f74caa?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a78f104f-985c-4ab9-af90-cad16e8990a4?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0b7395588d29684db43c6166201cb883-4557ab85f3ab1143-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b8e1b8d763a1d9ecabc59e35fc6827de", + "traceparent": "00-cf7c921e058f4c4aa4ed8c9447ceed4a-9a7dcfcda5d6cf4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2aec7331c106d0dba119f2042afaf704", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -395,7 +396,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:19:28 GMT", + "Date": "Wed, 28 Jun 2023 13:04:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -404,28 +405,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b8e1b8d763a1d9ecabc59e35fc6827de", - "x-ms-correlation-request-id": "c67d4b03-735c-4cbc-a059-86e26c9691f5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "dfaf4439-1743-4fd3-9265-5344fec374b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091928Z:c67d4b03-735c-4cbc-a059-86e26c9691f5", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "2aec7331c106d0dba119f2042afaf704", + "x-ms-correlation-request-id": "8bf5906b-4650-4bf3-99ca-7bd36ba9a415", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "bd143297-cc19-49ea-9907-b5c2f7718c70", + "x-ms-routing-request-id": "EASTUS:20230628T130427Z:8bf5906b-4650-4bf3-99ca-7bd36ba9a415", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:19:16.8843337\u002B00:00", + "startTime": "2023-06-28T13:04:18.1700714\u002B00:00", "status": "InProgress", - "name": "c19c5678-24fe-4fdc-885b-cb50f2f74caa" + "name": "a78f104f-985c-4ab9-af90-cad16e8990a4" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/c19c5678-24fe-4fdc-885b-cb50f2f74caa?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a78f104f-985c-4ab9-af90-cad16e8990a4?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0b7395588d29684db43c6166201cb883-b62098e0fa8b624a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "50b62cfaeca2169540f12ec24ac26c51", + "traceparent": "00-cf7c921e058f4c4aa4ed8c9447ceed4a-f92ee49099b17b42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4a628818f32ea70ea16e7d067b47b4d0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -434,7 +435,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:19:36 GMT", + "Date": "Wed, 28 Jun 2023 13:04:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -443,28 +444,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "50b62cfaeca2169540f12ec24ac26c51", - "x-ms-correlation-request-id": "813cf51c-2e13-4891-af54-55d2d9711f39", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "7011c1f8-613b-4b2d-a41e-42bf25e49e76", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091936Z:813cf51c-2e13-4891-af54-55d2d9711f39", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "4a628818f32ea70ea16e7d067b47b4d0", + "x-ms-correlation-request-id": "071498d0-237d-4f38-96de-72dc05dc4f37", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "2e011b9c-b285-43ef-968d-576acff9998f", + "x-ms-routing-request-id": "EASTUS:20230628T130435Z:071498d0-237d-4f38-96de-72dc05dc4f37", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:19:16.8843337\u002B00:00", + "startTime": "2023-06-28T13:04:18.1700714\u002B00:00", "status": "InProgress", - "name": "c19c5678-24fe-4fdc-885b-cb50f2f74caa" + "name": "a78f104f-985c-4ab9-af90-cad16e8990a4" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/c19c5678-24fe-4fdc-885b-cb50f2f74caa?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a78f104f-985c-4ab9-af90-cad16e8990a4?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0b7395588d29684db43c6166201cb883-874d806bf2f40e49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a48ca5abf7a22ed5a3c0e5865af539e8", + "traceparent": "00-cf7c921e058f4c4aa4ed8c9447ceed4a-61cb0a50e4fb3945-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5d5b188a68b117c4a2782658c9244b68", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -473,7 +474,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:19:52 GMT", + "Date": "Wed, 28 Jun 2023 13:04:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -482,28 +483,108 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a48ca5abf7a22ed5a3c0e5865af539e8", - "x-ms-correlation-request-id": "385bdf95-7e30-40e7-a8d6-bc20f5d515ad", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "3b830034-fb14-49aa-8663-b8bb8b92920f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T091953Z:385bdf95-7e30-40e7-a8d6-bc20f5d515ad", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "5d5b188a68b117c4a2782658c9244b68", + "x-ms-correlation-request-id": "7fea812d-8c5a-4945-8ad7-99a705cd5c9a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "50721000-654e-4dec-a866-7ff92396e76e", + "x-ms-routing-request-id": "EASTUS:20230628T130451Z:7fea812d-8c5a-4945-8ad7-99a705cd5c9a", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" + }, + "ResponseBody": { + "startTime": "2023-06-28T13:04:18.1700714\u002B00:00", + "status": "InProgress", + "name": "a78f104f-985c-4ab9-af90-cad16e8990a4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a78f104f-985c-4ab9-af90-cad16e8990a4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cf7c921e058f4c4aa4ed8c9447ceed4a-2f2ea038e587ce49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9dd7f4cdf3603ddb6445899844d45459", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:05:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9dd7f4cdf3603ddb6445899844d45459", + "x-ms-correlation-request-id": "c88a57e2-c8ba-4876-a0ac-8fdcbf4dc163", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "6b292974-b973-4aca-847b-a9027ae39fd6", + "x-ms-routing-request-id": "EASTUS:20230628T130523Z:c88a57e2-c8ba-4876-a0ac-8fdcbf4dc163", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:19:16.8843337\u002B00:00", + "startTime": "2023-06-28T13:04:18.1700714\u002B00:00", "status": "InProgress", - "name": "c19c5678-24fe-4fdc-885b-cb50f2f74caa" + "name": "a78f104f-985c-4ab9-af90-cad16e8990a4" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/c19c5678-24fe-4fdc-885b-cb50f2f74caa?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a78f104f-985c-4ab9-af90-cad16e8990a4?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0b7395588d29684db43c6166201cb883-59df1f9d3146634f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "71ff9687cf9deb1c23cb78af34298fe9", + "Connection": "close", + "traceparent": "00-cf7c921e058f4c4aa4ed8c9447ceed4a-88157d999f7fb048-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "11792264999eaf53c44aa7b6cdb5dd7c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 28 Jun 2023 13:05:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11792264999eaf53c44aa7b6cdb5dd7c", + "x-ms-correlation-request-id": "0d79a378-b7e0-4d74-980b-0fc11f8c1e39", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "c8873ff4-9f80-4a28-bb48-d74bdb8347a2", + "x-ms-routing-request-id": "EASTUS:20230628T130555Z:0d79a378-b7e0-4d74-980b-0fc11f8c1e39", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" + }, + "ResponseBody": { + "startTime": "2023-06-28T13:04:18.1700714\u002B00:00", + "status": "InProgress", + "name": "a78f104f-985c-4ab9-af90-cad16e8990a4" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a78f104f-985c-4ab9-af90-cad16e8990a4?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-cf7c921e058f4c4aa4ed8c9447ceed4a-eff98674969df949-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "87391523177097703d1df86bdf2cd3ce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -512,7 +593,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:20:25 GMT", + "Date": "Wed, 28 Jun 2023 13:06:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -521,32 +602,32 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "71ff9687cf9deb1c23cb78af34298fe9", - "x-ms-correlation-request-id": "6bdd960f-5a5f-4c14-ab49-2b48793ea764", + "x-ms-client-request-id": "87391523177097703d1df86bdf2cd3ce", + "x-ms-correlation-request-id": "e7c54d62-b7c7-4914-af87-39b0c37f564c", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "e6da3c40-2bf0-41b7-a1c9-37d145ccf4c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092025Z:6bdd960f-5a5f-4c14-ab49-2b48793ea764", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "04f66c39-7f34-420e-9c65-55f33f71700b", + "x-ms-routing-request-id": "EASTUS:20230628T130628Z:e7c54d62-b7c7-4914-af87-39b0c37f564c", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:19:16.8843337\u002B00:00", - "endTime": "2023-03-23T09:20:13.6252471\u002B00:00", + "startTime": "2023-06-28T13:04:18.1700714\u002B00:00", + "endTime": "2023-06-28T13:06:06.9298728\u002B00:00", "status": "Succeeded", - "name": "c19c5678-24fe-4fdc-885b-cb50f2f74caa" + "name": "a78f104f-985c-4ab9-af90-cad16e8990a4" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/gettarget?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/gettarget?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "113", "Content-Type": "application/json", - "traceparent": "00-bcb4bf9c6208304693488ca5acb73680-dfc232ee5e797046-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "57894c5882dc033b5688ade1070ebc4b", + "traceparent": "00-0708d3d1258b0541a9db12f8583be9e2-17a3010def7af340-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a6f4cd2339ab33c9a027d9154c2570af", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -561,11 +642,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/739b4d3a-5728-4678-bd8f-e509bb2eee20?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "895", + "Content-Length": "902", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:20:26 GMT", + "Date": "Wed, 28 Jun 2023 13:06:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -574,19 +655,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57894c5882dc033b5688ade1070ebc4b", - "x-ms-correlation-request-id": "13f715de-1063-42a7-a804-9c9562f8b188", + "x-ms-client-request-id": "a6f4cd2339ab33c9a027d9154c2570af", + "x-ms-correlation-request-id": "d856b6ef-73e3-4411-b0a8-cf7283da26b2", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092027Z:13f715de-1063-42a7-a804-9c9562f8b188", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "739b4d3a-5728-4678-bd8f-e509bb2eee20", + "x-ms-routing-request-id": "EASTUS:20230628T130628Z:d856b6ef-73e3-4411-b0a8-cf7283da26b2", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "name": "gettarget", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/gettarget", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/gettarget", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -600,23 +681,23 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T09:20:25.6409047Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:06:28.2423288Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:20:25.6409047Z" + "lastModifiedAt": "2023-06-28T13:06:28.2423288Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/739b4d3a-5728-4678-bd8f-e509bb2eee20?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bcb4bf9c6208304693488ca5acb73680-94da9d2b97ba6246-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0d2dfc30e16b050b5bfc1a15223be414", + "traceparent": "00-0708d3d1258b0541a9db12f8583be9e2-d6931843d79b394b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0092d97737c1e9d04b05e6493e5a4b17", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -625,7 +706,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:20:26 GMT", + "Date": "Wed, 28 Jun 2023 13:06:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -634,28 +715,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d2dfc30e16b050b5bfc1a15223be414", - "x-ms-correlation-request-id": "83758a16-594d-41e0-b2aa-ad1fee03bdbe", + "x-ms-client-request-id": "0092d97737c1e9d04b05e6493e5a4b17", + "x-ms-correlation-request-id": "b388acc4-8bef-47f9-839e-8b1a8e326fba", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "078c0c9d-8e81-4fc9-8867-54e339e4c007", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092027Z:83758a16-594d-41e0-b2aa-ad1fee03bdbe", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "2d3b87c1-1dec-4305-a940-56a6d96d033f", + "x-ms-routing-request-id": "EASTUS:20230628T130628Z:b388acc4-8bef-47f9-839e-8b1a8e326fba", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:20:26.8509827\u002B00:00", + "startTime": "2023-06-28T13:06:28.6721171\u002B00:00", "status": "InProgress", - "name": "a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937" + "name": "739b4d3a-5728-4678-bd8f-e509bb2eee20" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/739b4d3a-5728-4678-bd8f-e509bb2eee20?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bcb4bf9c6208304693488ca5acb73680-b6ae2ac71b27534a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "eef72c0fdcee5d2698adce3b01648330", + "traceparent": "00-0708d3d1258b0541a9db12f8583be9e2-01699c4826eefa46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d20349aca3b75532e4a7f4c9654892b8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -664,7 +745,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:20:28 GMT", + "Date": "Wed, 28 Jun 2023 13:06:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -673,67 +754,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eef72c0fdcee5d2698adce3b01648330", - "x-ms-correlation-request-id": "b6d11d53-6e96-4b2f-b471-dac1f0dca869", + "x-ms-client-request-id": "d20349aca3b75532e4a7f4c9654892b8", + "x-ms-correlation-request-id": "6b4bfcd8-95e2-48aa-8044-9c99600c5e84", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "5f1bcb8c-365d-41c5-8c2f-ff9e7a690a30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092028Z:b6d11d53-6e96-4b2f-b471-dac1f0dca869", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" - }, - "ResponseBody": { - "startTime": "2023-03-23T09:20:26.8509827\u002B00:00", - "status": "InProgress", - "name": "a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-bcb4bf9c6208304693488ca5acb73680-a33c74b4314f4642-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0ab0338faee1d6df3a3558c6e09eb94d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:20:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ab0338faee1d6df3a3558c6e09eb94d", - "x-ms-correlation-request-id": "b4288c08-293d-46ef-9ad0-d3e07962e657", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "7589019c-043e-4ace-9ba0-859c20bcd0fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092029Z:b4288c08-293d-46ef-9ad0-d3e07962e657", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "9e520359-e60c-4c6b-9f75-f3877ae8d433", + "x-ms-routing-request-id": "EASTUS:20230628T130629Z:6b4bfcd8-95e2-48aa-8044-9c99600c5e84", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:20:26.8509827\u002B00:00", + "startTime": "2023-06-28T13:06:28.6721171\u002B00:00", "status": "InProgress", - "name": "a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937" + "name": "739b4d3a-5728-4678-bd8f-e509bb2eee20" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/739b4d3a-5728-4678-bd8f-e509bb2eee20?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bcb4bf9c6208304693488ca5acb73680-343a69f27136ec4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "53c86cbc0a2f548bd6cf75be13d004f6", + "traceparent": "00-0708d3d1258b0541a9db12f8583be9e2-72bd04eb9960e249-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "739d4156709230ed3b8be396e79f0e57", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -742,7 +784,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:20:30 GMT", + "Date": "Wed, 28 Jun 2023 13:06:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -751,28 +793,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53c86cbc0a2f548bd6cf75be13d004f6", - "x-ms-correlation-request-id": "4f2ae30d-fbf6-4621-b44f-3dacde1e1afe", + "x-ms-client-request-id": "739d4156709230ed3b8be396e79f0e57", + "x-ms-correlation-request-id": "305efcdb-4e4b-4677-b863-fd45289f7e15", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "0b2cab81-f715-403c-b38c-91db0b3cc051", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092031Z:4f2ae30d-fbf6-4621-b44f-3dacde1e1afe", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "86514d63-ddc4-42f9-b491-687004950fea", + "x-ms-routing-request-id": "EASTUS:20230628T130630Z:305efcdb-4e4b-4677-b863-fd45289f7e15", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:20:26.8509827\u002B00:00", + "startTime": "2023-06-28T13:06:28.6721171\u002B00:00", "status": "InProgress", - "name": "a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937" + "name": "739b4d3a-5728-4678-bd8f-e509bb2eee20" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/739b4d3a-5728-4678-bd8f-e509bb2eee20?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bcb4bf9c6208304693488ca5acb73680-ece23a2a23d65441-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ef85e979d98a60334c20b3b8845f7df9", + "traceparent": "00-0708d3d1258b0541a9db12f8583be9e2-00eee85fae68934e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "57d4bc97fde4d3e0a63d1b1942078403", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -781,7 +823,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:20:32 GMT", + "Date": "Wed, 28 Jun 2023 13:06:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -790,28 +832,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef85e979d98a60334c20b3b8845f7df9", - "x-ms-correlation-request-id": "9305c91f-c352-4d1b-a367-3186bdd6716e", + "x-ms-client-request-id": "57d4bc97fde4d3e0a63d1b1942078403", + "x-ms-correlation-request-id": "b436dc18-459c-41c5-a2f2-5a51587da9d5", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "cd2521ed-4ced-4dbf-9c75-c7370310e3c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092033Z:9305c91f-c352-4d1b-a367-3186bdd6716e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "4bd7e147-85f2-431e-ae79-15c933158066", + "x-ms-routing-request-id": "EASTUS:20230628T130631Z:b436dc18-459c-41c5-a2f2-5a51587da9d5", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:20:26.8509827\u002B00:00", + "startTime": "2023-06-28T13:06:28.6721171\u002B00:00", "status": "InProgress", - "name": "a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937" + "name": "739b4d3a-5728-4678-bd8f-e509bb2eee20" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/739b4d3a-5728-4678-bd8f-e509bb2eee20?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bcb4bf9c6208304693488ca5acb73680-e1ec1212810c9a49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "957e81f3309b8401a85c34123921c369", + "traceparent": "00-0708d3d1258b0541a9db12f8583be9e2-23662c53a02cda49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fcf22d72d7bd3b855bd3962cc09c6e44", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -820,7 +862,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:20:37 GMT", + "Date": "Wed, 28 Jun 2023 13:06:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -829,28 +871,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "957e81f3309b8401a85c34123921c369", - "x-ms-correlation-request-id": "f4905ce6-300f-4a55-a73e-f12eda81a5ba", + "x-ms-client-request-id": "fcf22d72d7bd3b855bd3962cc09c6e44", + "x-ms-correlation-request-id": "9bd8e843-4c00-4c8f-adb1-bb4de61692f5", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "4ea50ec9-592a-4dad-8c54-d34351c597f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092037Z:f4905ce6-300f-4a55-a73e-f12eda81a5ba", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "b332af34-cb9f-4630-a6e7-e0c86867120a", + "x-ms-routing-request-id": "EASTUS:20230628T130634Z:9bd8e843-4c00-4c8f-adb1-bb4de61692f5", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:20:26.8509827\u002B00:00", + "startTime": "2023-06-28T13:06:28.6721171\u002B00:00", "status": "InProgress", - "name": "a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937" + "name": "739b4d3a-5728-4678-bd8f-e509bb2eee20" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/739b4d3a-5728-4678-bd8f-e509bb2eee20?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bcb4bf9c6208304693488ca5acb73680-c4553e4b919cb546-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f64d6131ca18e3c23867060e57d2d077", + "traceparent": "00-0708d3d1258b0541a9db12f8583be9e2-757333bb23ab3348-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a8319d993a7459d461c9cd5555d4ee34", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -859,7 +901,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:20:45 GMT", + "Date": "Wed, 28 Jun 2023 13:06:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -868,28 +910,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f64d6131ca18e3c23867060e57d2d077", - "x-ms-correlation-request-id": "7d49c906-9ea1-40b8-943e-1d83df27c336", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "4d8c9e31-e803-4a9c-a6e3-fe713fbf502d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092046Z:7d49c906-9ea1-40b8-943e-1d83df27c336", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "a8319d993a7459d461c9cd5555d4ee34", + "x-ms-correlation-request-id": "79788a24-b082-4530-b60b-82e973d895c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "e1d1e965-ff1e-4582-a133-2123c96ded10", + "x-ms-routing-request-id": "EASTUS:20230628T130638Z:79788a24-b082-4530-b60b-82e973d895c9", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:20:26.8509827\u002B00:00", + "startTime": "2023-06-28T13:06:28.6721171\u002B00:00", "status": "InProgress", - "name": "a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937" + "name": "739b4d3a-5728-4678-bd8f-e509bb2eee20" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/739b4d3a-5728-4678-bd8f-e509bb2eee20?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bcb4bf9c6208304693488ca5acb73680-088cabbd3f4cee4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "91ca7c526e51485be801472ea521272b", + "traceparent": "00-0708d3d1258b0541a9db12f8583be9e2-278669d518061140-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b923e00611acbf993798fc1067b31309", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,7 +940,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:21:01 GMT", + "Date": "Wed, 28 Jun 2023 13:06:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -907,28 +949,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "91ca7c526e51485be801472ea521272b", - "x-ms-correlation-request-id": "1adbd52b-68a8-4e30-af0a-5453a99354f3", + "x-ms-client-request-id": "b923e00611acbf993798fc1067b31309", + "x-ms-correlation-request-id": "9bf64395-171c-42bd-8dd0-d422631ca43a", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "2faba84b-3470-48a3-b82a-57bc50dcff53", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092102Z:1adbd52b-68a8-4e30-af0a-5453a99354f3", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "ca040e11-af73-434a-8d96-a7ecc108aa24", + "x-ms-routing-request-id": "EASTUS:20230628T130646Z:9bf64395-171c-42bd-8dd0-d422631ca43a", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:20:26.8509827\u002B00:00", + "startTime": "2023-06-28T13:06:28.6721171\u002B00:00", "status": "InProgress", - "name": "a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937" + "name": "739b4d3a-5728-4678-bd8f-e509bb2eee20" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/739b4d3a-5728-4678-bd8f-e509bb2eee20?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bcb4bf9c6208304693488ca5acb73680-872a18540a7aef4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2387495d861129e0be9b5c3429f32dd5", + "traceparent": "00-0708d3d1258b0541a9db12f8583be9e2-b3ec9cd304519a4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a480d6cedcd5378f59999bf30a2fe687", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -937,7 +979,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:21:34 GMT", + "Date": "Wed, 28 Jun 2023 13:07:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -946,38 +988,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2387495d861129e0be9b5c3429f32dd5", - "x-ms-correlation-request-id": "ce7592dd-d76c-47f2-8c90-39eea2a3a8ca", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "66fd8ab0-8d51-45e4-a28a-b859616a30d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092134Z:ce7592dd-d76c-47f2-8c90-39eea2a3a8ca", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "a480d6cedcd5378f59999bf30a2fe687", + "x-ms-correlation-request-id": "e3626793-329f-438e-9863-e485d3043356", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "8ab254d1-fd34-43b3-8668-3f2352ffcbf5", + "x-ms-routing-request-id": "EASTUS:20230628T130702Z:e3626793-329f-438e-9863-e485d3043356", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:20:26.8509827\u002B00:00", - "endTime": "2023-03-23T09:21:22.1741818\u002B00:00", + "startTime": "2023-06-28T13:06:28.6721171\u002B00:00", + "endTime": "2023-06-28T13:07:01.7821865\u002B00:00", "status": "Succeeded", - "name": "a0e7fcb9-c1d8-4bbe-97aa-6a3df3968937" + "name": "739b4d3a-5728-4678-bd8f-e509bb2eee20" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/gettarget?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/gettarget?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bcb4bf9c6208304693488ca5acb73680-f82afdf3764a294a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bcbfbd8c3157c21805040e1783943e17", + "traceparent": "00-0708d3d1258b0541a9db12f8583be9e2-5d880d8c8089a14b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e02662e4b5788798037270db3ec3f1ae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "897", + "Content-Length": "904", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:21:36 GMT", + "Date": "Wed, 28 Jun 2023 13:07:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -986,19 +1028,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bcbfbd8c3157c21805040e1783943e17", - "x-ms-correlation-request-id": "420b8d1b-08d0-4e3d-895b-96587b2ce64c", + "x-ms-client-request-id": "e02662e4b5788798037270db3ec3f1ae", + "x-ms-correlation-request-id": "b0fbfbab-91ad-45c4-93f8-296b63f0a2a6", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "7deeabfe-c2eb-4f45-901b-04d4ed1eed6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092136Z:420b8d1b-08d0-4e3d-895b-96587b2ce64c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "48c740b7-78d5-4623-9ee8-adfb1e7e1ab8", + "x-ms-routing-request-id": "EASTUS:20230628T130702Z:b0fbfbab-91ad-45c4-93f8-296b63f0a2a6", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "name": "gettarget", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/gettarget", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/gettarget", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -1012,33 +1054,33 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T09:20:25.6409047Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:06:28.2423288Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:20:25.6409047Z" + "lastModifiedAt": "2023-06-28T13:06:28.2423288Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/gettarget?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/gettarget?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e6bc43e77f86b641be64e045abe39b9d-dc4c08a01ba59f4e-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0db0db40ac4bcb659ba1d3b612261ff4", + "traceparent": "00-70afb15496b0954093c8ec0d12377ec0-c0f8dc41773dc24b-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7e86c3b649532a5e51eb601376a6b408", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "897", + "Content-Length": "904", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:21:36 GMT", + "Date": "Wed, 28 Jun 2023 13:07:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1047,19 +1089,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0db0db40ac4bcb659ba1d3b612261ff4", - "x-ms-correlation-request-id": "0267041d-7246-4c68-9ba3-f7c35f614c79", + "x-ms-client-request-id": "7e86c3b649532a5e51eb601376a6b408", + "x-ms-correlation-request-id": "2d638ed8-7cd0-4539-a4dc-5f56bd06fea0", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;118", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "eff17993-df81-4f07-9e3f-9dfb2dd15208", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092136Z:0267041d-7246-4c68-9ba3-f7c35f614c79", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "a09939cd-e674-4aef-b1ae-207871bd083d", + "x-ms-routing-request-id": "EASTUS:20230628T130702Z:2d638ed8-7cd0-4539-a4dc-5f56bd06fea0", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "name": "gettarget", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/gettarget", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/gettarget", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -1073,79 +1115,20 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T09:20:25.6409047Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:06:28.2423288Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:20:25.6409047Z" + "lastModifiedAt": "2023-06-28T13:06:28.2423288Z" } } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg7904?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-561481053a5e194a8d040d5b0f1fa176-021bd405bac3dc41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e8a271d46a612cd431c41d0c77c9a52a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:21:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3OTA0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e86af2b3-ce67-42f0-9c32-1754291493b8", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "e86af2b3-ce67-42f0-9c32-1754291493b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092139Z:e86af2b3-ce67-42f0-9c32-1754291493b8" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3OTA0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-561481053a5e194a8d040d5b0f1fa176-9acae8e521f5cd4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "11421ae555f1d5b50683db878f5854d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:21:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3OTA0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b8f17d3-f0c4-42df-8eeb-98881c93a689", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "9b8f17d3-f0c4-42df-8eeb-98881c93a689", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092140Z:9b8f17d3-f0c4-42df-8eeb-98881c93a689" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "3548076", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1877961485", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "733b22ab-69e4-4f63-a7e5-0f2312c2e35f" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/GetAll().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/GetAll().json index ab80a1cfdd95..a96a5ceb9ab4 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/GetAll().json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/GetAll().json @@ -1,39 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-86080a6bd6dbee4eb3ce54716fea69da-6a9d354f04072a45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "33cdbf69d5ddab10550fed2176afce40", + "traceparent": "00-3460e056e8f9fa43adb15e7aa3d2fbb0-7cf7679e3fb34f46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6d48ceac92b11716cb4eb8781df80dc3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:55:20 GMT", + "Date": "Wed, 28 Jun 2023 13:34:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4f5ab42-13f6-40cf-87cf-b32129345d88", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "e4f5ab42-13f6-40cf-87cf-b32129345d88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115521Z:e4f5ab42-13f6-40cf-87cf-b32129345d88" + "x-ms-correlation-request-id": "6e41712d-72e1-4153-b555-35a0063b79e4", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "6e41712d-72e1-4153-b555-35a0063b79e4", + "x-ms-routing-request-id": "EASTUS:20230628T133418Z:6e41712d-72e1-4153-b555-35a0063b79e4" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f", + "authorizationSource": "Bypassed", "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", + "subscriptionId": "733b22ab-69e4-4f63-a7e5-0f2312c2e35f", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", + "displayName": "Avere_AscDEV2_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,64 +43,65 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg8813?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-afc68adf93414949a7d422c8a5b47f89-1866a2f514b1654c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b0b2caf28659e4126c80f0d8f23190de", + "traceparent": "00-6b2af8b0bf3763478afd907a355fac08-e91ce6a97cd8894e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1de6605a740103c74c04b0c7fc352648", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:55:23 GMT", + "Date": "Wed, 28 Jun 2023 13:34:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5165fd1f-d7b9-406f-b772-a5f439859fe2", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "5165fd1f-d7b9-406f-b772-a5f439859fe2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115523Z:5165fd1f-d7b9-406f-b772-a5f439859fe2" + "x-ms-correlation-request-id": "a1ba7945-4e1c-4dbc-8cb3-b76432df9c5a", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "a1ba7945-4e1c-4dbc-8cb3-b76432df9c5a", + "x-ms-routing-request-id": "EASTUS:20230628T133418Z:a1ba7945-4e1c-4dbc-8cb3-b76432df9c5a" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg8813", - "name": "storagecachetestrg8813", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "DeleteAfter": "2023-07-02T18:09:36.8931476Z", + "ServiceDirectory": "storagecache", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-eb2185b1f11be540bdbff6179a9c2a8a-dc1995c800faa74d-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d9df31e56f5fed5b1ebd1d109040985a", + "traceparent": "00-20d237a1f220f848b46d321a46377c76-8f3001c7ca74b14c-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7610df6219082257cbd5a8d1f86e537a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1026", + "Content-Length": "1033", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:55:25 GMT", + "Date": "Wed, 28 Jun 2023 13:34:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -109,21 +110,21 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d9df31e56f5fed5b1ebd1d109040985a", - "x-ms-correlation-request-id": "1892d611-3ebe-4f5f-a48e-c2e1ff39cb4f", + "x-ms-client-request-id": "7610df6219082257cbd5a8d1f86e537a", + "x-ms-correlation-request-id": "065c605c-5fde-46e8-a07e-44e92c40637a", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "9bb31a91-bcc5-489f-ad0b-945205735c6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115525Z:1892d611-3ebe-4f5f-a48e-c2e1ff39cb4f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "8d65b693-a6b5-4d6c-8440-7bb113afc9aa", + "x-ms-routing-request-id": "EASTUS:20230628T133418Z:065c605c-5fde-46e8-a07e-44e92c40637a", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "value": [ { "name": "gettarget", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/gettarget", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/gettarget", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -137,37 +138,37 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T11:53:17.5957984Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:33:43.5532886Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:53:17.5957984Z" + "lastModifiedAt": "2023-06-28T13:33:43.5532886Z" } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/gettarget?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/gettarget?api-version=2023-05-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-15671fd27f1dba408bdbc0be4d0f3bde-f7f8611dc8771543-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "01405153d8a53910bb4f71551fd263de", + "traceparent": "00-7483cbb262effa43873f6062ba0f5f7a-ea5281832e032d49-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ea7700e9d7483789064420ace14f1a95", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/03297e13-a6b3-43ec-a089-d9facdd369e6?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f5796cc3-e678-4f64-af1e-6c3b69f7bc73?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:55:25 GMT", + "Date": "Wed, 28 Jun 2023 13:34:18 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/03297e13-a6b3-43ec-a089-d9facdd369e6?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f5796cc3-e678-4f64-af1e-6c3b69f7bc73?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -175,24 +176,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01405153d8a53910bb4f71551fd263de", - "x-ms-correlation-request-id": "c39f26f9-d5c1-4bec-8b77-3cfe86003a97", + "x-ms-client-request-id": "ea7700e9d7483789064420ace14f1a95", + "x-ms-correlation-request-id": "3601367d-3454-42d4-9b00-47182d3e5e9a", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;58", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "03297e13-a6b3-43ec-a089-d9facdd369e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115525Z:c39f26f9-d5c1-4bec-8b77-3cfe86003a97", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "f5796cc3-e678-4f64-af1e-6c3b69f7bc73", + "x-ms-routing-request-id": "EASTUS:20230628T133418Z:3601367d-3454-42d4-9b00-47182d3e5e9a", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/03297e13-a6b3-43ec-a089-d9facdd369e6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f5796cc3-e678-4f64-af1e-6c3b69f7bc73?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-15671fd27f1dba408bdbc0be4d0f3bde-227199efd95fd74f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a08595e78ff10d3821a61e0ffd06ce4b", + "traceparent": "00-7483cbb262effa43873f6062ba0f5f7a-806b2086a731084d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fcdd36b03cbe8a0056d970c3f9aa417b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -201,7 +202,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:55:27 GMT", + "Date": "Wed, 28 Jun 2023 13:34:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -210,28 +211,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a08595e78ff10d3821a61e0ffd06ce4b", - "x-ms-correlation-request-id": "83e4e621-f6fa-46ec-8afb-c88334d8c8bf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "9bbe434d-07b3-4c78-b6bb-5b9a234f3eab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115527Z:83e4e621-f6fa-46ec-8afb-c88334d8c8bf", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "fcdd36b03cbe8a0056d970c3f9aa417b", + "x-ms-correlation-request-id": "97e1ef16-08a7-4615-8ee0-a28ee97e6f4e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "628ac06a-76bd-4b73-bea3-6a1f53efd994", + "x-ms-routing-request-id": "EASTUS:20230628T133418Z:97e1ef16-08a7-4615-8ee0-a28ee97e6f4e", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:55:25.7955187\u002B00:00", + "startTime": "2023-06-28T13:34:18.8352889\u002B00:00", "status": "InProgress", - "name": "03297e13-a6b3-43ec-a089-d9facdd369e6" + "name": "f5796cc3-e678-4f64-af1e-6c3b69f7bc73" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/03297e13-a6b3-43ec-a089-d9facdd369e6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f5796cc3-e678-4f64-af1e-6c3b69f7bc73?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-15671fd27f1dba408bdbc0be4d0f3bde-1206510820b50347-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4db33f591aaeec6b9dbc92e14574d0b9", + "traceparent": "00-7483cbb262effa43873f6062ba0f5f7a-278913d8e2f62a45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "89aa12bb165853924437e184855e6a10", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -240,7 +241,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:55:28 GMT", + "Date": "Wed, 28 Jun 2023 13:34:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -249,28 +250,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4db33f591aaeec6b9dbc92e14574d0b9", - "x-ms-correlation-request-id": "f31149b5-2a70-496f-963b-e58a7e7aa866", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "36d98803-b643-43ed-ad85-45b99377d149", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115528Z:f31149b5-2a70-496f-963b-e58a7e7aa866", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "89aa12bb165853924437e184855e6a10", + "x-ms-correlation-request-id": "15cd311b-ac27-40ff-85e4-384fbd5a9b24", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "9e486c62-7672-4c96-b207-9218b93f332b", + "x-ms-routing-request-id": "EASTUS:20230628T133420Z:15cd311b-ac27-40ff-85e4-384fbd5a9b24", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:55:25.7955187\u002B00:00", + "startTime": "2023-06-28T13:34:18.8352889\u002B00:00", "status": "InProgress", - "name": "03297e13-a6b3-43ec-a089-d9facdd369e6" + "name": "f5796cc3-e678-4f64-af1e-6c3b69f7bc73" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/03297e13-a6b3-43ec-a089-d9facdd369e6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f5796cc3-e678-4f64-af1e-6c3b69f7bc73?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-15671fd27f1dba408bdbc0be4d0f3bde-9ca2f70f5e8e2347-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "896d45fcc24dceed0a845c4948a48568", + "traceparent": "00-7483cbb262effa43873f6062ba0f5f7a-388e25ce5ef6cc49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "aafb423a1d72ebd76f8be70e26f7465f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -279,7 +280,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:55:29 GMT", + "Date": "Wed, 28 Jun 2023 13:34:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -288,28 +289,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "896d45fcc24dceed0a845c4948a48568", - "x-ms-correlation-request-id": "59575bbe-0cd2-421a-934f-9062cf223836", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "d353ec5d-24d7-4328-b6a3-b67fcc8856e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115529Z:59575bbe-0cd2-421a-934f-9062cf223836", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "aafb423a1d72ebd76f8be70e26f7465f", + "x-ms-correlation-request-id": "d8403d7c-35f0-4c3a-9614-a65ac33515de", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "2f9b20cf-b4dc-4609-bd55-872e382605c1", + "x-ms-routing-request-id": "EASTUS:20230628T133421Z:d8403d7c-35f0-4c3a-9614-a65ac33515de", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:55:25.7955187\u002B00:00", + "startTime": "2023-06-28T13:34:18.8352889\u002B00:00", "status": "InProgress", - "name": "03297e13-a6b3-43ec-a089-d9facdd369e6" + "name": "f5796cc3-e678-4f64-af1e-6c3b69f7bc73" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/03297e13-a6b3-43ec-a089-d9facdd369e6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f5796cc3-e678-4f64-af1e-6c3b69f7bc73?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-15671fd27f1dba408bdbc0be4d0f3bde-ac7abc8cb6135949-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "294247f6054ecc7d2a980334fc57c7ad", + "traceparent": "00-7483cbb262effa43873f6062ba0f5f7a-b4f408a1f1401d41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b96fd582814b9a85a489b7865a7b05f7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -318,7 +319,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:55:30 GMT", + "Date": "Wed, 28 Jun 2023 13:34:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -327,28 +328,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "294247f6054ecc7d2a980334fc57c7ad", - "x-ms-correlation-request-id": "c63f4dfc-3356-4e29-91ec-d82bee955578", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "eba15b34-5b27-4dda-baa4-25909a15cb7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115530Z:c63f4dfc-3356-4e29-91ec-d82bee955578", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "b96fd582814b9a85a489b7865a7b05f7", + "x-ms-correlation-request-id": "110bf05f-70f4-4a6c-b34c-d28b7189d842", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "0800fb0f-0765-42d2-9c1e-7c76a37b1cff", + "x-ms-routing-request-id": "EASTUS:20230628T133422Z:110bf05f-70f4-4a6c-b34c-d28b7189d842", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:55:25.7955187\u002B00:00", + "startTime": "2023-06-28T13:34:18.8352889\u002B00:00", "status": "InProgress", - "name": "03297e13-a6b3-43ec-a089-d9facdd369e6" + "name": "f5796cc3-e678-4f64-af1e-6c3b69f7bc73" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/03297e13-a6b3-43ec-a089-d9facdd369e6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f5796cc3-e678-4f64-af1e-6c3b69f7bc73?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-15671fd27f1dba408bdbc0be4d0f3bde-caf81a5637e1044c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b81264d5449896fd52e4422abe22a4f9", + "traceparent": "00-7483cbb262effa43873f6062ba0f5f7a-5ff19beaf1a7e74f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b7895f6e96ae9d093abe1acd2e842c4d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -357,7 +358,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:55:33 GMT", + "Date": "Wed, 28 Jun 2023 13:34:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -366,28 +367,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b81264d5449896fd52e4422abe22a4f9", - "x-ms-correlation-request-id": "22458859-b26d-42ed-aa8f-8dc264e3d8f6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "564d0d1c-53f2-4947-a8f7-e1aaf0bb087e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115533Z:22458859-b26d-42ed-aa8f-8dc264e3d8f6", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "b7895f6e96ae9d093abe1acd2e842c4d", + "x-ms-correlation-request-id": "f84916e3-fb53-474e-9ea1-f5add06f4536", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "53e51706-22e7-4f78-a101-3726674599c1", + "x-ms-routing-request-id": "EASTUS:20230628T133424Z:f84916e3-fb53-474e-9ea1-f5add06f4536", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:55:25.7955187\u002B00:00", + "startTime": "2023-06-28T13:34:18.8352889\u002B00:00", "status": "InProgress", - "name": "03297e13-a6b3-43ec-a089-d9facdd369e6" + "name": "f5796cc3-e678-4f64-af1e-6c3b69f7bc73" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/03297e13-a6b3-43ec-a089-d9facdd369e6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f5796cc3-e678-4f64-af1e-6c3b69f7bc73?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-15671fd27f1dba408bdbc0be4d0f3bde-e7cd49fde37a6441-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fdea2a37a631f66ac8a05fb4bfb8d2b2", + "traceparent": "00-7483cbb262effa43873f6062ba0f5f7a-a4d94bd36df33c47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "af0282f0b1eeb8c4bc6106e9665091f3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -396,7 +397,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:55:37 GMT", + "Date": "Wed, 28 Jun 2023 13:34:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -405,28 +406,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fdea2a37a631f66ac8a05fb4bfb8d2b2", - "x-ms-correlation-request-id": "ba00b9bc-735b-4300-89f2-262b23863db3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "6f2da71c-f266-48cd-a4e7-7fece2174e10", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115537Z:ba00b9bc-735b-4300-89f2-262b23863db3", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "af0282f0b1eeb8c4bc6106e9665091f3", + "x-ms-correlation-request-id": "4d9dc705-5ce8-44ee-8d84-81a7a309869f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "5cbb3307-5ac7-4071-9889-a95a4babdc03", + "x-ms-routing-request-id": "EASTUS:20230628T133428Z:4d9dc705-5ce8-44ee-8d84-81a7a309869f", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:55:25.7955187\u002B00:00", + "startTime": "2023-06-28T13:34:18.8352889\u002B00:00", "status": "InProgress", - "name": "03297e13-a6b3-43ec-a089-d9facdd369e6" + "name": "f5796cc3-e678-4f64-af1e-6c3b69f7bc73" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/03297e13-a6b3-43ec-a089-d9facdd369e6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f5796cc3-e678-4f64-af1e-6c3b69f7bc73?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-15671fd27f1dba408bdbc0be4d0f3bde-8cba97cda2d0294c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e373afbccc91b2cf49abd76ac3520e08", + "traceparent": "00-7483cbb262effa43873f6062ba0f5f7a-ae7c815bebd2cd45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c79ff0858f6eebb0ccd27e8d66b86c20", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -435,7 +436,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:55:45 GMT", + "Date": "Wed, 28 Jun 2023 13:34:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -444,28 +445,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e373afbccc91b2cf49abd76ac3520e08", - "x-ms-correlation-request-id": "aca7b9cc-cc6f-44fc-a8fb-6b1e448bb264", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "0a52c934-c437-4b92-a21f-043c13ad29fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115545Z:aca7b9cc-cc6f-44fc-a8fb-6b1e448bb264", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "c79ff0858f6eebb0ccd27e8d66b86c20", + "x-ms-correlation-request-id": "72c77f9a-1208-489c-a3a8-efa8faae5239", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "a738c4d7-42e3-429c-838d-43095821511a", + "x-ms-routing-request-id": "EASTUS:20230628T133436Z:72c77f9a-1208-489c-a3a8-efa8faae5239", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:55:25.7955187\u002B00:00", + "startTime": "2023-06-28T13:34:18.8352889\u002B00:00", "status": "InProgress", - "name": "03297e13-a6b3-43ec-a089-d9facdd369e6" + "name": "f5796cc3-e678-4f64-af1e-6c3b69f7bc73" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/03297e13-a6b3-43ec-a089-d9facdd369e6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f5796cc3-e678-4f64-af1e-6c3b69f7bc73?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-15671fd27f1dba408bdbc0be4d0f3bde-6b22402ea8691948-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d1fc0af3c96d2e7bf91bf0f7e449d799", + "traceparent": "00-7483cbb262effa43873f6062ba0f5f7a-735aefb6684ff844-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d8966a5c5579bd099ad0fb4d902037e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -474,7 +475,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:56:01 GMT", + "Date": "Wed, 28 Jun 2023 13:34:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -483,37 +484,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1fc0af3c96d2e7bf91bf0f7e449d799", - "x-ms-correlation-request-id": "c4910d75-8d43-4de1-83b6-454cb057b82c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "7a72b0dc-d035-441b-9ec1-7d0ee8ad3363", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115602Z:c4910d75-8d43-4de1-83b6-454cb057b82c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "d8966a5c5579bd099ad0fb4d902037e9", + "x-ms-correlation-request-id": "d44f5d46-0f29-4995-91ff-286d7a3eb644", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "cf0a470d-0750-4ae5-b26e-125c3ea1394e", + "x-ms-routing-request-id": "EASTUS:20230628T133452Z:d44f5d46-0f29-4995-91ff-286d7a3eb644", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:55:25.7955187\u002B00:00", + "startTime": "2023-06-28T13:34:18.8352889\u002B00:00", "status": "InProgress", - "name": "03297e13-a6b3-43ec-a089-d9facdd369e6" + "name": "f5796cc3-e678-4f64-af1e-6c3b69f7bc73" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/03297e13-a6b3-43ec-a089-d9facdd369e6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f5796cc3-e678-4f64-af1e-6c3b69f7bc73?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-15671fd27f1dba408bdbc0be4d0f3bde-9e7a2572969fb142-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0e6e8f12c1ae6a685a38b486cf003375", + "Connection": "close", + "traceparent": "00-7483cbb262effa43873f6062ba0f5f7a-aacab6a10db7f344-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3d47262c65e461dfd116e21c32365203", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:56:34 GMT", + "Date": "Wed, 28 Jun 2023 13:35:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -522,28 +525,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e6e8f12c1ae6a685a38b486cf003375", - "x-ms-correlation-request-id": "09c035e8-9b65-4d60-af9b-f3999913a024", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "25ebc72c-1cd6-4cc5-8286-b22fd10fb9f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115634Z:09c035e8-9b65-4d60-af9b-f3999913a024", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "3d47262c65e461dfd116e21c32365203", + "x-ms-correlation-request-id": "0ca42d9c-c969-4af7-8760-c1fc3eead5d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "04ecb2f2-3f50-4085-a3ea-833ff2b95f9e", + "x-ms-routing-request-id": "EASTUS:20230628T133524Z:0ca42d9c-c969-4af7-8760-c1fc3eead5d2", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:55:25.7955187\u002B00:00", + "startTime": "2023-06-28T13:34:18.8352889\u002B00:00", "status": "InProgress", - "name": "03297e13-a6b3-43ec-a089-d9facdd369e6" + "name": "f5796cc3-e678-4f64-af1e-6c3b69f7bc73" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/03297e13-a6b3-43ec-a089-d9facdd369e6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f5796cc3-e678-4f64-af1e-6c3b69f7bc73?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-15671fd27f1dba408bdbc0be4d0f3bde-1a2225c32fc4e94a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b5c1569200bcf2453445e975dcd7cd00", + "traceparent": "00-7483cbb262effa43873f6062ba0f5f7a-247dcc5e6deefc40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fb8ce5f4b8ba307ae6e12c9d94625bac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -552,7 +555,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:57:06 GMT", + "Date": "Wed, 28 Jun 2023 13:35:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -561,37 +564,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b5c1569200bcf2453445e975dcd7cd00", - "x-ms-correlation-request-id": "71dd17b1-80f8-49e1-b993-e8a348179941", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "5e4487cc-fc1e-4fb5-8c69-dfed24b5bd33", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115706Z:71dd17b1-80f8-49e1-b993-e8a348179941", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "fb8ce5f4b8ba307ae6e12c9d94625bac", + "x-ms-correlation-request-id": "e3fc6655-0046-4622-9222-3731392d1fa1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "348fa446-ddb5-45fc-86bb-d8eaebdf60d5", + "x-ms-routing-request-id": "EASTUS:20230628T133556Z:e3fc6655-0046-4622-9222-3731392d1fa1", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:55:25.7955187\u002B00:00", + "startTime": "2023-06-28T13:34:18.8352889\u002B00:00", "status": "InProgress", - "name": "03297e13-a6b3-43ec-a089-d9facdd369e6" + "name": "f5796cc3-e678-4f64-af1e-6c3b69f7bc73" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/03297e13-a6b3-43ec-a089-d9facdd369e6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f5796cc3-e678-4f64-af1e-6c3b69f7bc73?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-15671fd27f1dba408bdbc0be4d0f3bde-0fa972fc8844b449-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "33573ed400e3325aa191773515f55ff9", + "traceparent": "00-7483cbb262effa43873f6062ba0f5f7a-5e4bc3bba7f83a4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4061949b2e71f63b8b35066272ed8b63", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "183", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:57:38 GMT", + "Date": "Wed, 28 Jun 2023 13:36:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -600,32 +603,32 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "33573ed400e3325aa191773515f55ff9", - "x-ms-correlation-request-id": "82d40605-ec69-450b-a261-830833f1218f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "7e124d5f-a405-487e-b19c-c473d7f6bdc5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115739Z:82d40605-ec69-450b-a261-830833f1218f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "4061949b2e71f63b8b35066272ed8b63", + "x-ms-correlation-request-id": "8311d856-a6fe-456a-baa0-aaaad2cb11fa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "543a3855-cf4b-4dca-a9ab-af22f88fcd00", + "x-ms-routing-request-id": "EASTUS:20230628T133628Z:8311d856-a6fe-456a-baa0-aaaad2cb11fa", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:55:25.7955187\u002B00:00", - "endTime": "2023-03-23T11:57:25.339347\u002B00:00", + "startTime": "2023-06-28T13:34:18.8352889\u002B00:00", + "endTime": "2023-06-28T13:36:07.4149324\u002B00:00", "status": "Succeeded", - "name": "03297e13-a6b3-43ec-a089-d9facdd369e6" + "name": "f5796cc3-e678-4f64-af1e-6c3b69f7bc73" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st0?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "115", "Content-Type": "application/json", - "traceparent": "00-07e70be0146594498e72002545a1eaf4-40282eba29a97241-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8e657ae7218812dd4a7bda68d7f28e82", + "traceparent": "00-0cd1cda2d7e0cc4abb62ea25745f498b-76bce24bf13b7e48-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "aa59f77e3b93742fac1657023941cc6e", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -640,11 +643,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/73c14857-c6ed-4735-b2fe-9af7936998a5?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f317f65-781b-4c13-85b5-753ae523ff16?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "885", + "Content-Length": "890", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:57:39 GMT", + "Date": "Wed, 28 Jun 2023 13:36:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -653,19 +656,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8e657ae7218812dd4a7bda68d7f28e82", - "x-ms-correlation-request-id": "e17e1708-7305-4076-8693-385075051c32", + "x-ms-client-request-id": "aa59f77e3b93742fac1657023941cc6e", + "x-ms-correlation-request-id": "68654502-f244-4d8e-acac-c321882b7ad5", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "73c14857-c6ed-4735-b2fe-9af7936998a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115740Z:e17e1708-7305-4076-8693-385075051c32", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "5f317f65-781b-4c13-85b5-753ae523ff16", + "x-ms-routing-request-id": "EASTUS:20230628T133629Z:68654502-f244-4d8e-acac-c321882b7ad5", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "name": "st0", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st0", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st0", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -679,23 +682,23 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T11:57:39.3413162Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:36:28.895585Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:57:39.3413162Z" + "lastModifiedAt": "2023-06-28T13:36:28.895585Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/73c14857-c6ed-4735-b2fe-9af7936998a5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f317f65-781b-4c13-85b5-753ae523ff16?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07e70be0146594498e72002545a1eaf4-afb87e49ed357d4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "618df0e53f71b2786144e86825f15baf", + "traceparent": "00-0cd1cda2d7e0cc4abb62ea25745f498b-798602467694df48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9c1fc856b009601965ed935ad738bd4a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -704,7 +707,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:57:39 GMT", + "Date": "Wed, 28 Jun 2023 13:36:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -713,28 +716,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "618df0e53f71b2786144e86825f15baf", - "x-ms-correlation-request-id": "dba57813-5f0e-4409-a2db-b3faab53d2ad", + "x-ms-client-request-id": "9c1fc856b009601965ed935ad738bd4a", + "x-ms-correlation-request-id": "774c4d7b-a605-4136-8cbe-1272a78bd577", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "39f61f76-c9f1-4eb0-87a9-9917ccf8b82d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115740Z:dba57813-5f0e-4409-a2db-b3faab53d2ad", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "e84ce198-3d6d-4d52-9e4f-0618b28ac6b4", + "x-ms-routing-request-id": "EASTUS:20230628T133629Z:774c4d7b-a605-4136-8cbe-1272a78bd577", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:57:40.3403881\u002B00:00", + "startTime": "2023-06-28T13:36:29.6034165\u002B00:00", "status": "InProgress", - "name": "73c14857-c6ed-4735-b2fe-9af7936998a5" + "name": "5f317f65-781b-4c13-85b5-753ae523ff16" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/73c14857-c6ed-4735-b2fe-9af7936998a5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f317f65-781b-4c13-85b5-753ae523ff16?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07e70be0146594498e72002545a1eaf4-15b27aff7e43c443-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "61caf403ce43e74fe8d491f90eb28939", + "traceparent": "00-0cd1cda2d7e0cc4abb62ea25745f498b-03df8a70ae46e546-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3ca79768ee6c6c8d669300fecaa9c294", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -743,7 +746,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:57:41 GMT", + "Date": "Wed, 28 Jun 2023 13:36:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -752,28 +755,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "61caf403ce43e74fe8d491f90eb28939", - "x-ms-correlation-request-id": "469045c4-da52-40c5-a699-e3792f1419fd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "436e685c-a22f-4f40-a51b-14b72089ad3e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115742Z:469045c4-da52-40c5-a699-e3792f1419fd", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "3ca79768ee6c6c8d669300fecaa9c294", + "x-ms-correlation-request-id": "b77cba3b-2e5d-449f-9c60-c46dcdf7eb62", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "6ca627b9-9917-41fe-bb09-1949f40d55a5", + "x-ms-routing-request-id": "EASTUS:20230628T133630Z:b77cba3b-2e5d-449f-9c60-c46dcdf7eb62", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:57:40.3403881\u002B00:00", + "startTime": "2023-06-28T13:36:29.6034165\u002B00:00", "status": "InProgress", - "name": "73c14857-c6ed-4735-b2fe-9af7936998a5" + "name": "5f317f65-781b-4c13-85b5-753ae523ff16" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/73c14857-c6ed-4735-b2fe-9af7936998a5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f317f65-781b-4c13-85b5-753ae523ff16?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07e70be0146594498e72002545a1eaf4-ff8e10851d6b9743-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e7829b9e2d642b103bff2f6417296b0a", + "traceparent": "00-0cd1cda2d7e0cc4abb62ea25745f498b-1897864197076d4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "70ac5d5830210a651c2037e87e36ed71", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -782,7 +785,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:57:42 GMT", + "Date": "Wed, 28 Jun 2023 13:36:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -791,28 +794,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e7829b9e2d642b103bff2f6417296b0a", - "x-ms-correlation-request-id": "e5b8fdf6-6712-405f-b13a-569274ea9de3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "ac3b9483-93de-4b32-9eea-4acf2b25b0c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115743Z:e5b8fdf6-6712-405f-b13a-569274ea9de3", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "70ac5d5830210a651c2037e87e36ed71", + "x-ms-correlation-request-id": "6847d99f-31e1-4340-abf0-8f010ce10368", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "25d79d20-7b69-4280-a699-57f773a3ea58", + "x-ms-routing-request-id": "EASTUS:20230628T133631Z:6847d99f-31e1-4340-abf0-8f010ce10368", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:57:40.3403881\u002B00:00", + "startTime": "2023-06-28T13:36:29.6034165\u002B00:00", "status": "InProgress", - "name": "73c14857-c6ed-4735-b2fe-9af7936998a5" + "name": "5f317f65-781b-4c13-85b5-753ae523ff16" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/73c14857-c6ed-4735-b2fe-9af7936998a5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f317f65-781b-4c13-85b5-753ae523ff16?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07e70be0146594498e72002545a1eaf4-809d43c3da8d5544-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "942764337c4517fba0a6789dad7ea4ae", + "traceparent": "00-0cd1cda2d7e0cc4abb62ea25745f498b-0b15709afaf4a149-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1a1d26d78170688d3bb23676af1a95bb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -821,7 +824,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:57:43 GMT", + "Date": "Wed, 28 Jun 2023 13:36:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -830,28 +833,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "942764337c4517fba0a6789dad7ea4ae", - "x-ms-correlation-request-id": "62c3bc16-9210-4eed-af4f-66dc351d5539", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "7c5db3d3-78b8-42af-a0f0-aee892588e92", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115744Z:62c3bc16-9210-4eed-af4f-66dc351d5539", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "1a1d26d78170688d3bb23676af1a95bb", + "x-ms-correlation-request-id": "adbe56f3-3e0d-4b6f-98f5-ba895abf797d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "8aa6e682-6c71-45f4-b8fd-b96dd40235a8", + "x-ms-routing-request-id": "EASTUS:20230628T133632Z:adbe56f3-3e0d-4b6f-98f5-ba895abf797d", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:57:40.3403881\u002B00:00", + "startTime": "2023-06-28T13:36:29.6034165\u002B00:00", "status": "InProgress", - "name": "73c14857-c6ed-4735-b2fe-9af7936998a5" + "name": "5f317f65-781b-4c13-85b5-753ae523ff16" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/73c14857-c6ed-4735-b2fe-9af7936998a5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f317f65-781b-4c13-85b5-753ae523ff16?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07e70be0146594498e72002545a1eaf4-ce459258cb580c46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8acaaebb736ed54ae39e25439feacfbf", + "traceparent": "00-0cd1cda2d7e0cc4abb62ea25745f498b-fea9869ec7bf374e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7901fe2a4d8c3728329c1f4bb6a5ee2f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -860,7 +863,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:57:46 GMT", + "Date": "Wed, 28 Jun 2023 13:36:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -869,28 +872,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8acaaebb736ed54ae39e25439feacfbf", - "x-ms-correlation-request-id": "068f10de-f3c3-4ab5-ae85-889619c814d2", + "x-ms-client-request-id": "7901fe2a4d8c3728329c1f4bb6a5ee2f", + "x-ms-correlation-request-id": "646ae25e-e5eb-45f2-96a3-6e0b329d4ee4", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "211eb92d-6d67-4bd8-b71f-fdf3841aeb21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115746Z:068f10de-f3c3-4ab5-ae85-889619c814d2", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "fd7f3717-01fc-4fdb-bf39-bd431960a9be", + "x-ms-routing-request-id": "EASTUS:20230628T133634Z:646ae25e-e5eb-45f2-96a3-6e0b329d4ee4", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:57:40.3403881\u002B00:00", + "startTime": "2023-06-28T13:36:29.6034165\u002B00:00", "status": "InProgress", - "name": "73c14857-c6ed-4735-b2fe-9af7936998a5" + "name": "5f317f65-781b-4c13-85b5-753ae523ff16" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/73c14857-c6ed-4735-b2fe-9af7936998a5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f317f65-781b-4c13-85b5-753ae523ff16?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07e70be0146594498e72002545a1eaf4-11ba03d03f005347-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "aac68668f48b21f39f6b46beb5737ebc", + "traceparent": "00-0cd1cda2d7e0cc4abb62ea25745f498b-2470b33e07a07b4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a3268fa5a88cd724d044356ffaee5a02", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -899,7 +902,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:57:50 GMT", + "Date": "Wed, 28 Jun 2023 13:36:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -908,28 +911,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aac68668f48b21f39f6b46beb5737ebc", - "x-ms-correlation-request-id": "11cc5576-fa84-4915-b788-9d5da653407e", + "x-ms-client-request-id": "a3268fa5a88cd724d044356ffaee5a02", + "x-ms-correlation-request-id": "00346230-80f1-490f-b397-38d52803d8c2", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "83b8b0bf-96d6-45b8-b70a-6b3c9fd44894", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115751Z:11cc5576-fa84-4915-b788-9d5da653407e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "eec2b44a-db10-48f2-9d59-0828d437bd35", + "x-ms-routing-request-id": "EASTUS:20230628T133639Z:00346230-80f1-490f-b397-38d52803d8c2", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:57:40.3403881\u002B00:00", + "startTime": "2023-06-28T13:36:29.6034165\u002B00:00", "status": "InProgress", - "name": "73c14857-c6ed-4735-b2fe-9af7936998a5" + "name": "5f317f65-781b-4c13-85b5-753ae523ff16" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/73c14857-c6ed-4735-b2fe-9af7936998a5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f317f65-781b-4c13-85b5-753ae523ff16?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07e70be0146594498e72002545a1eaf4-0f13945d6edd344f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "68a9805be15fbf9c1951b1a756b877b5", + "traceparent": "00-0cd1cda2d7e0cc4abb62ea25745f498b-a881d8ce92a54c4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7fbd7c8a74358ae4fee5e7d36141b196", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -938,7 +941,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:57:59 GMT", + "Date": "Wed, 28 Jun 2023 13:36:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -947,28 +950,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "68a9805be15fbf9c1951b1a756b877b5", - "x-ms-correlation-request-id": "21bcb2aa-e808-43d0-a2a1-a894df1b4178", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "c93fe830-b948-4b05-aea5-dd1a547bf3b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115759Z:21bcb2aa-e808-43d0-a2a1-a894df1b4178", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "7fbd7c8a74358ae4fee5e7d36141b196", + "x-ms-correlation-request-id": "efd4c5aa-6dba-480d-92d2-351574746055", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "96aa523e-26cb-410b-9587-399970458589", + "x-ms-routing-request-id": "EASTUS:20230628T133647Z:efd4c5aa-6dba-480d-92d2-351574746055", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:57:40.3403881\u002B00:00", + "startTime": "2023-06-28T13:36:29.6034165\u002B00:00", "status": "InProgress", - "name": "73c14857-c6ed-4735-b2fe-9af7936998a5" + "name": "5f317f65-781b-4c13-85b5-753ae523ff16" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/73c14857-c6ed-4735-b2fe-9af7936998a5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/5f317f65-781b-4c13-85b5-753ae523ff16?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07e70be0146594498e72002545a1eaf4-076f5fb5d9451842-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2635b9d6f9b8c622baa8ea022d8c2070", + "traceparent": "00-0cd1cda2d7e0cc4abb62ea25745f498b-e01522d20a0bfd49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "20d007c4f1f3822eda29a94818b93d44", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -977,7 +980,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:58:15 GMT", + "Date": "Wed, 28 Jun 2023 13:37:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -986,38 +989,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2635b9d6f9b8c622baa8ea022d8c2070", - "x-ms-correlation-request-id": "58a22bfe-1da9-4d43-afb2-413ecd3e14ff", + "x-ms-client-request-id": "20d007c4f1f3822eda29a94818b93d44", + "x-ms-correlation-request-id": "dab310ea-5f2c-442e-891f-16287767d927", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "eb878699-7538-482e-b839-cf8110df6f4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115816Z:58a22bfe-1da9-4d43-afb2-413ecd3e14ff", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "4210ba5a-d5c7-4900-8b62-8a85ef67f465", + "x-ms-routing-request-id": "EASTUS:20230628T133703Z:dab310ea-5f2c-442e-891f-16287767d927", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:57:40.3403881\u002B00:00", - "endTime": "2023-03-23T11:58:09.3111739\u002B00:00", + "startTime": "2023-06-28T13:36:29.6034165\u002B00:00", + "endTime": "2023-06-28T13:36:59.2289995\u002B00:00", "status": "Succeeded", - "name": "73c14857-c6ed-4735-b2fe-9af7936998a5" + "name": "5f317f65-781b-4c13-85b5-753ae523ff16" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-07e70be0146594498e72002545a1eaf4-e0624c0e01ac6c4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1fe868206641875fea06903a434ccae7", + "traceparent": "00-0cd1cda2d7e0cc4abb62ea25745f498b-d0ce97ca32e18e42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3ac01d416ee731faaa9ca5a7c051768f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "887", + "Content-Length": "892", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:58:15 GMT", + "Date": "Wed, 28 Jun 2023 13:37:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1026,19 +1029,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1fe868206641875fea06903a434ccae7", - "x-ms-correlation-request-id": "9a55a3ef-fbe5-4eb7-888d-99d0dba27c9e", + "x-ms-client-request-id": "3ac01d416ee731faaa9ca5a7c051768f", + "x-ms-correlation-request-id": "1a20bc85-d34b-495c-a930-ca2ea1396fe6", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "9ffe940d-1eea-49d7-956e-0bf2bfeb60f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115816Z:9a55a3ef-fbe5-4eb7-888d-99d0dba27c9e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "6034c30c-5160-4417-9221-3b1a23ad1ee7", + "x-ms-routing-request-id": "EASTUS:20230628T133703Z:1a20bc85-d34b-495c-a930-ca2ea1396fe6", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "name": "st0", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st0", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st0", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -1052,26 +1055,26 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T11:57:39.3413162Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:36:28.895585Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:57:39.3413162Z" + "lastModifiedAt": "2023-06-28T13:36:28.895585Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st1?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "115", "Content-Type": "application/json", - "traceparent": "00-662dbb62586a6948b9f0ddf815dc4f63-83c72bf0151b2342-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fce790f4573d61045de2aeb7f699918d", + "traceparent": "00-e822f3ad32c1724ab438caaea2dfe7e0-e931e96b84134f4e-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f3aa9e923a1e990e4d3aa50bca9c7245", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1086,11 +1089,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f59c81d5-1104-478f-ad4d-c33856f728ac?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e8a3e73f-d50a-4838-a4f6-762de46f7986?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "884", + "Content-Length": "891", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:58:16 GMT", + "Date": "Wed, 28 Jun 2023 13:37:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1099,19 +1102,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fce790f4573d61045de2aeb7f699918d", - "x-ms-correlation-request-id": "a6a89507-1e7e-4679-af90-e64e2cbf4bd7", + "x-ms-client-request-id": "f3aa9e923a1e990e4d3aa50bca9c7245", + "x-ms-correlation-request-id": "106401a9-3bbd-4ab3-81a4-48c9def5bd38", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;58", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "f59c81d5-1104-478f-ad4d-c33856f728ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115817Z:a6a89507-1e7e-4679-af90-e64e2cbf4bd7", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "e8a3e73f-d50a-4838-a4f6-762de46f7986", + "x-ms-routing-request-id": "EASTUS:20230628T133703Z:106401a9-3bbd-4ab3-81a4-48c9def5bd38", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "name": "st1", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st1", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st1", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 50, "targetType": "nfs3", @@ -1125,32 +1128,32 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T11:58:16.7782926Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:37:03.6948857Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:58:16.7782926Z" + "lastModifiedAt": "2023-06-28T13:37:03.6948857Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f59c81d5-1104-478f-ad4d-c33856f728ac?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e8a3e73f-d50a-4838-a4f6-762de46f7986?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-662dbb62586a6948b9f0ddf815dc4f63-874e8ed586f73f4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9d0e03dd24a4c9326486c25eb8a89050", + "traceparent": "00-e822f3ad32c1724ab438caaea2dfe7e0-31d155afa6bb604f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "79b61ab34a0e07250e27ecacc8ee660e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:58:17 GMT", + "Date": "Wed, 28 Jun 2023 13:37:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1159,37 +1162,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9d0e03dd24a4c9326486c25eb8a89050", - "x-ms-correlation-request-id": "75d83929-f087-4e2b-96bc-d01dbe4873df", + "x-ms-client-request-id": "79b61ab34a0e07250e27ecacc8ee660e", + "x-ms-correlation-request-id": "acd56bce-82b1-4f4b-8b14-25573ec5c59b", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "14116e6a-0367-4e4b-9e73-d4ccfb9b1e95", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115817Z:75d83929-f087-4e2b-96bc-d01dbe4873df", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "21bb7a98-77ec-46f1-88f0-9c31e3f12baa", + "x-ms-routing-request-id": "EASTUS:20230628T133704Z:acd56bce-82b1-4f4b-8b14-25573ec5c59b", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:58:17.093009\u002B00:00", + "startTime": "2023-06-28T13:37:03.7759142\u002B00:00", "status": "InProgress", - "name": "f59c81d5-1104-478f-ad4d-c33856f728ac" + "name": "e8a3e73f-d50a-4838-a4f6-762de46f7986" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f59c81d5-1104-478f-ad4d-c33856f728ac?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e8a3e73f-d50a-4838-a4f6-762de46f7986?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-662dbb62586a6948b9f0ddf815dc4f63-094fbfa82323d841-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "01090374dcc69c171c77a38f1a52f874", + "traceparent": "00-e822f3ad32c1724ab438caaea2dfe7e0-a7facda30b5aa245-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1dff602933c01a0eef53e57fc5b74cc6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:58:18 GMT", + "Date": "Wed, 28 Jun 2023 13:37:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1198,37 +1201,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01090374dcc69c171c77a38f1a52f874", - "x-ms-correlation-request-id": "98961ca3-542e-40bc-ab68-7cc11916b5de", + "x-ms-client-request-id": "1dff602933c01a0eef53e57fc5b74cc6", + "x-ms-correlation-request-id": "17136ceb-9fd2-4199-bb51-3f0cf0897314", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "12e4937e-a125-4d93-8e33-69d74504eaae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115818Z:98961ca3-542e-40bc-ab68-7cc11916b5de", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "ec83f79d-cec1-424e-a47f-30c396b54481", + "x-ms-routing-request-id": "EASTUS:20230628T133705Z:17136ceb-9fd2-4199-bb51-3f0cf0897314", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:58:17.093009\u002B00:00", + "startTime": "2023-06-28T13:37:03.7759142\u002B00:00", "status": "InProgress", - "name": "f59c81d5-1104-478f-ad4d-c33856f728ac" + "name": "e8a3e73f-d50a-4838-a4f6-762de46f7986" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f59c81d5-1104-478f-ad4d-c33856f728ac?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e8a3e73f-d50a-4838-a4f6-762de46f7986?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-662dbb62586a6948b9f0ddf815dc4f63-9b6432b100225d4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f2d93f5ff48b0ce80ebc89499515b8b0", + "traceparent": "00-e822f3ad32c1724ab438caaea2dfe7e0-948a9e21e5bea843-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b0571c78f9e65d367d8a34588a028d1e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:58:19 GMT", + "Date": "Wed, 28 Jun 2023 13:37:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1237,37 +1240,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f2d93f5ff48b0ce80ebc89499515b8b0", - "x-ms-correlation-request-id": "8c4a3f11-6ed2-41b5-a3e7-cb21302b182a", + "x-ms-client-request-id": "b0571c78f9e65d367d8a34588a028d1e", + "x-ms-correlation-request-id": "426b8de0-b795-4338-a108-2d0ec3719034", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "4b7be85b-2109-485b-b7f3-1896bf0d57a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115820Z:8c4a3f11-6ed2-41b5-a3e7-cb21302b182a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "3cfc7a70-0e00-4d04-80f1-17ff8a293754", + "x-ms-routing-request-id": "EASTUS:20230628T133706Z:426b8de0-b795-4338-a108-2d0ec3719034", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:58:17.093009\u002B00:00", + "startTime": "2023-06-28T13:37:03.7759142\u002B00:00", "status": "InProgress", - "name": "f59c81d5-1104-478f-ad4d-c33856f728ac" + "name": "e8a3e73f-d50a-4838-a4f6-762de46f7986" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f59c81d5-1104-478f-ad4d-c33856f728ac?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e8a3e73f-d50a-4838-a4f6-762de46f7986?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-662dbb62586a6948b9f0ddf815dc4f63-e5145231c1621b41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "653deb1d81de00a7eb71812d81a3ae12", + "traceparent": "00-e822f3ad32c1724ab438caaea2dfe7e0-259a8a5d66e9c547-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ec2d6638a48780c80b9b89ba64a64157", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:58:20 GMT", + "Date": "Wed, 28 Jun 2023 13:37:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1276,37 +1279,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "653deb1d81de00a7eb71812d81a3ae12", - "x-ms-correlation-request-id": "42807e40-d027-4f5a-a04c-bbf1d7af6033", + "x-ms-client-request-id": "ec2d6638a48780c80b9b89ba64a64157", + "x-ms-correlation-request-id": "3414856d-a1f9-4ee4-9e8a-362193b96d1c", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "6a35e9db-b2a8-4046-acee-627d7893b7ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115821Z:42807e40-d027-4f5a-a04c-bbf1d7af6033", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "c50705ce-2206-4821-b66e-2ecbb613d177", + "x-ms-routing-request-id": "EASTUS:20230628T133707Z:3414856d-a1f9-4ee4-9e8a-362193b96d1c", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:58:17.093009\u002B00:00", + "startTime": "2023-06-28T13:37:03.7759142\u002B00:00", "status": "InProgress", - "name": "f59c81d5-1104-478f-ad4d-c33856f728ac" + "name": "e8a3e73f-d50a-4838-a4f6-762de46f7986" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f59c81d5-1104-478f-ad4d-c33856f728ac?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e8a3e73f-d50a-4838-a4f6-762de46f7986?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-662dbb62586a6948b9f0ddf815dc4f63-e0e55360ea771d46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "78ff4d8e9ecf80c51afcf30953ce0606", + "traceparent": "00-e822f3ad32c1724ab438caaea2dfe7e0-b4ced0065ae3be40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ac3326dbb597302829a2a036feb690ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:58:22 GMT", + "Date": "Wed, 28 Jun 2023 13:37:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1315,37 +1318,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78ff4d8e9ecf80c51afcf30953ce0606", - "x-ms-correlation-request-id": "83571817-6e41-43da-b659-85924c34a603", + "x-ms-client-request-id": "ac3326dbb597302829a2a036feb690ed", + "x-ms-correlation-request-id": "2056a371-7057-4822-96f2-62cea40be480", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "5928c051-8724-49f1-aea1-d19e2f15ab14", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115823Z:83571817-6e41-43da-b659-85924c34a603", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "2fe5dbec-43cb-4789-af75-156a0871f0da", + "x-ms-routing-request-id": "EASTUS:20230628T133709Z:2056a371-7057-4822-96f2-62cea40be480", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:58:17.093009\u002B00:00", + "startTime": "2023-06-28T13:37:03.7759142\u002B00:00", "status": "InProgress", - "name": "f59c81d5-1104-478f-ad4d-c33856f728ac" + "name": "e8a3e73f-d50a-4838-a4f6-762de46f7986" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f59c81d5-1104-478f-ad4d-c33856f728ac?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e8a3e73f-d50a-4838-a4f6-762de46f7986?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-662dbb62586a6948b9f0ddf815dc4f63-74903e1f0127bb40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2f71f2be9214dd9598d8061972bb8b6b", + "traceparent": "00-e822f3ad32c1724ab438caaea2dfe7e0-663c02ac5cd65841-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5e46c7c66089d43f54d7a54a707bf8d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:58:27 GMT", + "Date": "Wed, 28 Jun 2023 13:37:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1354,37 +1357,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2f71f2be9214dd9598d8061972bb8b6b", - "x-ms-correlation-request-id": "de899dda-d598-46af-8864-af53912894e3", + "x-ms-client-request-id": "5e46c7c66089d43f54d7a54a707bf8d6", + "x-ms-correlation-request-id": "988e8445-4992-409c-9371-a4167eb4b763", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "6e40d876-4537-4ef3-a436-003acac5431d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115828Z:de899dda-d598-46af-8864-af53912894e3", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "e18a89cd-0e61-4ca5-9b9c-49af9bddb9e0", + "x-ms-routing-request-id": "EASTUS:20230628T133713Z:988e8445-4992-409c-9371-a4167eb4b763", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:58:17.093009\u002B00:00", + "startTime": "2023-06-28T13:37:03.7759142\u002B00:00", "status": "InProgress", - "name": "f59c81d5-1104-478f-ad4d-c33856f728ac" + "name": "e8a3e73f-d50a-4838-a4f6-762de46f7986" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f59c81d5-1104-478f-ad4d-c33856f728ac?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e8a3e73f-d50a-4838-a4f6-762de46f7986?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-662dbb62586a6948b9f0ddf815dc4f63-39a5a462f7331740-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "48bb760d3f157fe025bc4be18e9dad1d", + "traceparent": "00-e822f3ad32c1724ab438caaea2dfe7e0-8d1ce31d92ddee41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "647ddd48e1cf82873dfdc2e504928155", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:58:36 GMT", + "Date": "Wed, 28 Jun 2023 13:37:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1393,37 +1396,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "48bb760d3f157fe025bc4be18e9dad1d", - "x-ms-correlation-request-id": "123ab9f6-cf33-4824-a5a2-6e3ea9a39752", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "69d9e2c6-06c8-4020-b847-994f2693e5b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115836Z:123ab9f6-cf33-4824-a5a2-6e3ea9a39752", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "647ddd48e1cf82873dfdc2e504928155", + "x-ms-correlation-request-id": "9e9a30fc-973a-4d49-b39a-5c8e947b1d3d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "80adc368-4a50-4959-833e-5a46fac684f6", + "x-ms-routing-request-id": "EASTUS:20230628T133721Z:9e9a30fc-973a-4d49-b39a-5c8e947b1d3d", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:58:17.093009\u002B00:00", + "startTime": "2023-06-28T13:37:03.7759142\u002B00:00", "status": "InProgress", - "name": "f59c81d5-1104-478f-ad4d-c33856f728ac" + "name": "e8a3e73f-d50a-4838-a4f6-762de46f7986" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f59c81d5-1104-478f-ad4d-c33856f728ac?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e8a3e73f-d50a-4838-a4f6-762de46f7986?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-662dbb62586a6948b9f0ddf815dc4f63-e517494aa1b7c34f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8e6e7a6a7f31fbfdb721e0f697ac0d5f", + "traceparent": "00-e822f3ad32c1724ab438caaea2dfe7e0-a1c19a779da4194b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9df49b0ae3607acde75e57bf10ddc0ae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "183", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:58:52 GMT", + "Date": "Wed, 28 Jun 2023 13:37:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1432,38 +1435,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8e6e7a6a7f31fbfdb721e0f697ac0d5f", - "x-ms-correlation-request-id": "11e97ade-5709-4d14-8b36-1ba2dd7a0c00", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "a896896e-8d14-4020-a87f-058538c66cc9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115852Z:11e97ade-5709-4d14-8b36-1ba2dd7a0c00", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "9df49b0ae3607acde75e57bf10ddc0ae", + "x-ms-correlation-request-id": "cb934a1b-875e-41e3-8339-3fbc4a532b77", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "721cf397-d050-4be2-a252-c96d95e0366b", + "x-ms-routing-request-id": "EASTUS:20230628T133737Z:cb934a1b-875e-41e3-8339-3fbc4a532b77", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:58:17.093009\u002B00:00", - "endTime": "2023-03-23T11:58:51.1576173\u002B00:00", + "startTime": "2023-06-28T13:37:03.7759142\u002B00:00", + "endTime": "2023-06-28T13:37:35.7008145\u002B00:00", "status": "Succeeded", - "name": "f59c81d5-1104-478f-ad4d-c33856f728ac" + "name": "e8a3e73f-d50a-4838-a4f6-762de46f7986" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-662dbb62586a6948b9f0ddf815dc4f63-343f2e2cff1fae4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dcfb8871be137ff111f2095847b44ffa", + "traceparent": "00-e822f3ad32c1724ab438caaea2dfe7e0-44ff26b78896da47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "20edc9a92b38e51d40c3208c9e59d0c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "886", + "Content-Length": "893", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:58:52 GMT", + "Date": "Wed, 28 Jun 2023 13:37:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1472,19 +1475,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dcfb8871be137ff111f2095847b44ffa", - "x-ms-correlation-request-id": "5e39c496-5742-4428-aa02-dfbf26ddbfb9", + "x-ms-client-request-id": "20edc9a92b38e51d40c3208c9e59d0c2", + "x-ms-correlation-request-id": "e6263ff9-0e58-4de2-8710-b30abc023ee8", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;118", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "41c8e80c-af46-41c6-8a9c-0ae369180c4a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115853Z:5e39c496-5742-4428-aa02-dfbf26ddbfb9", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "2ade3be6-6fb3-42a1-95db-baaf9151c934", + "x-ms-routing-request-id": "EASTUS:20230628T133737Z:e6263ff9-0e58-4de2-8710-b30abc023ee8", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "name": "st1", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st1", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st1", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 50, "targetType": "nfs3", @@ -1498,26 +1501,26 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T11:58:16.7782926Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:37:03.6948857Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:58:16.7782926Z" + "lastModifiedAt": "2023-06-28T13:37:03.6948857Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st2?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "115", "Content-Type": "application/json", - "traceparent": "00-48294450233731478c8cb8164605721a-86de7bbfbc95dc46-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f8aee92bfd4c8e3979bf91f35feae779", + "traceparent": "00-2d9a21865a753647a50933308ab8b6b6-7e0270df91fbc346-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d44050565b8764760f037d7089c77260", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1532,11 +1535,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b5c97181-0f9d-4f92-ac8a-e5bcda5e942f?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e6bd0eb-a38f-48fd-ad8d-352d206ca7c4?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "884", + "Content-Length": "891", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:58:53 GMT", + "Date": "Wed, 28 Jun 2023 13:37:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1545,19 +1548,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8aee92bfd4c8e3979bf91f35feae779", - "x-ms-correlation-request-id": "46f64e8c-eff8-4947-9236-f02b1ffc7f13", + "x-ms-client-request-id": "d44050565b8764760f037d7089c77260", + "x-ms-correlation-request-id": "dbe9169d-73d9-4335-858b-aafb04ba5886", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;58", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "b5c97181-0f9d-4f92-ac8a-e5bcda5e942f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115853Z:46f64e8c-eff8-4947-9236-f02b1ffc7f13", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "4e6bd0eb-a38f-48fd-ad8d-352d206ca7c4", + "x-ms-routing-request-id": "EASTUS:20230628T133737Z:dbe9169d-73d9-4335-858b-aafb04ba5886", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "name": "st2", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st2", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st2", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 33, "targetType": "nfs3", @@ -1571,23 +1574,23 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T11:58:53.2823286Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:37:37.7597567Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:58:53.2823286Z" + "lastModifiedAt": "2023-06-28T13:37:37.7597567Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b5c97181-0f9d-4f92-ac8a-e5bcda5e942f?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e6bd0eb-a38f-48fd-ad8d-352d206ca7c4?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-48294450233731478c8cb8164605721a-4c573d776a72b542-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "aecae5d215fd74134e6d62532dfd1f27", + "traceparent": "00-2d9a21865a753647a50933308ab8b6b6-8f3ebe53feaa684a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bf69958eeb9d4d2652891134aead5b78", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1596,7 +1599,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:58:53 GMT", + "Date": "Wed, 28 Jun 2023 13:37:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1605,28 +1608,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aecae5d215fd74134e6d62532dfd1f27", - "x-ms-correlation-request-id": "1bee9b1a-506e-4fcc-90ad-e220a1662226", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "a79cac51-ff0b-4563-b2fb-98b3bdacb762", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115854Z:1bee9b1a-506e-4fcc-90ad-e220a1662226", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "bf69958eeb9d4d2652891134aead5b78", + "x-ms-correlation-request-id": "d9f2a599-b7b0-46ea-84e5-17a387307268", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "2a929146-9357-4963-be26-a9307042ce61", + "x-ms-routing-request-id": "EASTUS:20230628T133737Z:d9f2a599-b7b0-46ea-84e5-17a387307268", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:58:53.6578722\u002B00:00", + "startTime": "2023-06-28T13:37:37.8258211\u002B00:00", "status": "InProgress", - "name": "b5c97181-0f9d-4f92-ac8a-e5bcda5e942f" + "name": "4e6bd0eb-a38f-48fd-ad8d-352d206ca7c4" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b5c97181-0f9d-4f92-ac8a-e5bcda5e942f?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e6bd0eb-a38f-48fd-ad8d-352d206ca7c4?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-48294450233731478c8cb8164605721a-f71d2816ac662c42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5ca98f0a49435a58de026e5d80fa18d4", + "traceparent": "00-2d9a21865a753647a50933308ab8b6b6-e73d81d80dd0f647-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8a4fc051951ef51d33605677fedaa2ce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1635,7 +1638,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:58:54 GMT", + "Date": "Wed, 28 Jun 2023 13:37:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1644,28 +1647,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ca98f0a49435a58de026e5d80fa18d4", - "x-ms-correlation-request-id": "ce5d5aaf-eabc-48a5-aba7-cb1e290e34ee", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "8a42a70b-85c4-41c4-a8d6-f23ef9a58825", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115855Z:ce5d5aaf-eabc-48a5-aba7-cb1e290e34ee", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "8a4fc051951ef51d33605677fedaa2ce", + "x-ms-correlation-request-id": "eff0b365-f815-4091-9f37-47c48c020ac2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "e4ea7d4c-c1ca-4374-93e4-246f59ca6ce5", + "x-ms-routing-request-id": "EASTUS:20230628T133738Z:eff0b365-f815-4091-9f37-47c48c020ac2", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:58:53.6578722\u002B00:00", + "startTime": "2023-06-28T13:37:37.8258211\u002B00:00", "status": "InProgress", - "name": "b5c97181-0f9d-4f92-ac8a-e5bcda5e942f" + "name": "4e6bd0eb-a38f-48fd-ad8d-352d206ca7c4" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b5c97181-0f9d-4f92-ac8a-e5bcda5e942f?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e6bd0eb-a38f-48fd-ad8d-352d206ca7c4?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-48294450233731478c8cb8164605721a-e3fa2e453ec1fb41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "79218e0c3920997cd8fbb7346db77f8c", + "traceparent": "00-2d9a21865a753647a50933308ab8b6b6-767a431a0d0f2f4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f4e1ef27b25e51c2edede71b4fe730d0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1674,7 +1677,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:58:55 GMT", + "Date": "Wed, 28 Jun 2023 13:37:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1683,28 +1686,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "79218e0c3920997cd8fbb7346db77f8c", - "x-ms-correlation-request-id": "62ebb1f6-e256-43ff-8645-82df8fef1a14", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "ac3f112d-2dd0-45fc-a213-b8885215f8dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115856Z:62ebb1f6-e256-43ff-8645-82df8fef1a14", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "f4e1ef27b25e51c2edede71b4fe730d0", + "x-ms-correlation-request-id": "dcd4c2f4-4d67-42ac-9a09-781085af65e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "cc89e5f5-bde3-4af0-897b-afe2a3892da0", + "x-ms-routing-request-id": "EASTUS:20230628T133740Z:dcd4c2f4-4d67-42ac-9a09-781085af65e2", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:58:53.6578722\u002B00:00", + "startTime": "2023-06-28T13:37:37.8258211\u002B00:00", "status": "InProgress", - "name": "b5c97181-0f9d-4f92-ac8a-e5bcda5e942f" + "name": "4e6bd0eb-a38f-48fd-ad8d-352d206ca7c4" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b5c97181-0f9d-4f92-ac8a-e5bcda5e942f?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e6bd0eb-a38f-48fd-ad8d-352d206ca7c4?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-48294450233731478c8cb8164605721a-f65d717271ae9f49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e63455cf57fb89bf8d6fcffaa6b6f354", + "traceparent": "00-2d9a21865a753647a50933308ab8b6b6-b67ffb652a41044d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "024ae4b451f1f86f77748c3c95af4f78", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1713,7 +1716,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:58:57 GMT", + "Date": "Wed, 28 Jun 2023 13:37:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1722,28 +1725,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e63455cf57fb89bf8d6fcffaa6b6f354", - "x-ms-correlation-request-id": "6622bc59-ddf8-4390-8c82-65598fa186bc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "4125b7e5-22ee-4bf5-9a2e-8ae7ccee0b10", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115857Z:6622bc59-ddf8-4390-8c82-65598fa186bc", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "024ae4b451f1f86f77748c3c95af4f78", + "x-ms-correlation-request-id": "451f3a14-1e06-4a43-a974-420df5efe13a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "9c73c764-bb1d-4cff-a1c6-a7f6263f7bd1", + "x-ms-routing-request-id": "EASTUS:20230628T133741Z:451f3a14-1e06-4a43-a974-420df5efe13a", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:58:53.6578722\u002B00:00", + "startTime": "2023-06-28T13:37:37.8258211\u002B00:00", "status": "InProgress", - "name": "b5c97181-0f9d-4f92-ac8a-e5bcda5e942f" + "name": "4e6bd0eb-a38f-48fd-ad8d-352d206ca7c4" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b5c97181-0f9d-4f92-ac8a-e5bcda5e942f?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e6bd0eb-a38f-48fd-ad8d-352d206ca7c4?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-48294450233731478c8cb8164605721a-b955e9d202e3bb43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9f478e55a5dbd007120f84479123ed27", + "traceparent": "00-2d9a21865a753647a50933308ab8b6b6-83e4f8fe1e01a74c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "be0d43e766cb9e19fdfe9c30ae02a54b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1752,7 +1755,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:58:59 GMT", + "Date": "Wed, 28 Jun 2023 13:37:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1761,28 +1764,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f478e55a5dbd007120f84479123ed27", - "x-ms-correlation-request-id": "67129654-db4d-4650-9e98-d46c5928462c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "b3c75719-8246-4f9e-929d-00f2457810d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115900Z:67129654-db4d-4650-9e98-d46c5928462c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "be0d43e766cb9e19fdfe9c30ae02a54b", + "x-ms-correlation-request-id": "2a50a7e1-afa8-4cbe-b038-ee421ad4b6be", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "2a453e5e-1e51-42cf-9e1c-f94ddbe4c3e2", + "x-ms-routing-request-id": "EASTUS:20230628T133743Z:2a50a7e1-afa8-4cbe-b038-ee421ad4b6be", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:58:53.6578722\u002B00:00", + "startTime": "2023-06-28T13:37:37.8258211\u002B00:00", "status": "InProgress", - "name": "b5c97181-0f9d-4f92-ac8a-e5bcda5e942f" + "name": "4e6bd0eb-a38f-48fd-ad8d-352d206ca7c4" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b5c97181-0f9d-4f92-ac8a-e5bcda5e942f?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e6bd0eb-a38f-48fd-ad8d-352d206ca7c4?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-48294450233731478c8cb8164605721a-16baf89a4a544c44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2b8de28331c5b4d8ce98ecb06a82f222", + "traceparent": "00-2d9a21865a753647a50933308ab8b6b6-f070d4a1342ba64d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "19c38630a08fd5dc80e97dea2685bb3e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1791,7 +1794,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:59:03 GMT", + "Date": "Wed, 28 Jun 2023 13:37:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1800,28 +1803,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b8de28331c5b4d8ce98ecb06a82f222", - "x-ms-correlation-request-id": "71e5e95c-8269-4b36-91ee-dfda6640e7ef", + "x-ms-client-request-id": "19c38630a08fd5dc80e97dea2685bb3e", + "x-ms-correlation-request-id": "e573974b-32c6-4709-ac04-85897c926dc5", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "259da5ae-f2f7-421f-adef-8e7d5ff475de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115904Z:71e5e95c-8269-4b36-91ee-dfda6640e7ef", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "6861c22b-5e5e-4dd6-8f13-3883b02de91d", + "x-ms-routing-request-id": "EASTUS:20230628T133747Z:e573974b-32c6-4709-ac04-85897c926dc5", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:58:53.6578722\u002B00:00", + "startTime": "2023-06-28T13:37:37.8258211\u002B00:00", "status": "InProgress", - "name": "b5c97181-0f9d-4f92-ac8a-e5bcda5e942f" + "name": "4e6bd0eb-a38f-48fd-ad8d-352d206ca7c4" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b5c97181-0f9d-4f92-ac8a-e5bcda5e942f?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e6bd0eb-a38f-48fd-ad8d-352d206ca7c4?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-48294450233731478c8cb8164605721a-d29ee9474305634b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dfdf6207e07029b04d63d3ecd377f76a", + "traceparent": "00-2d9a21865a753647a50933308ab8b6b6-3b0158768d6a784e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0c346e9e71da4e04caab04f3b53f4a74", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1830,7 +1833,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:59:12 GMT", + "Date": "Wed, 28 Jun 2023 13:37:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1839,28 +1842,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dfdf6207e07029b04d63d3ecd377f76a", - "x-ms-correlation-request-id": "4f52fbbb-2e9b-4fd9-9500-3782d5dc4e63", + "x-ms-client-request-id": "0c346e9e71da4e04caab04f3b53f4a74", + "x-ms-correlation-request-id": "5d7a9d18-8128-491c-b9dc-af3b7b87c355", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "a0df23ab-d4d2-4100-a53f-d44812b798e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115912Z:4f52fbbb-2e9b-4fd9-9500-3782d5dc4e63", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "8bd63893-0cc9-4273-815a-8e4bc104f384", + "x-ms-routing-request-id": "EASTUS:20230628T133755Z:5d7a9d18-8128-491c-b9dc-af3b7b87c355", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:58:53.6578722\u002B00:00", + "startTime": "2023-06-28T13:37:37.8258211\u002B00:00", "status": "InProgress", - "name": "b5c97181-0f9d-4f92-ac8a-e5bcda5e942f" + "name": "4e6bd0eb-a38f-48fd-ad8d-352d206ca7c4" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b5c97181-0f9d-4f92-ac8a-e5bcda5e942f?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/4e6bd0eb-a38f-48fd-ad8d-352d206ca7c4?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-48294450233731478c8cb8164605721a-be3a33d388abdf4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c476a882c828238fb692d043b9566690", + "traceparent": "00-2d9a21865a753647a50933308ab8b6b6-7bee6df2cd8fab4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0e0c40ce35eb46e867373ee2e82f7878", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1869,7 +1872,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:59:28 GMT", + "Date": "Wed, 28 Jun 2023 13:38:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1878,38 +1881,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c476a882c828238fb692d043b9566690", - "x-ms-correlation-request-id": "42e605c6-c59d-4521-a949-ad715bf167d9", + "x-ms-client-request-id": "0e0c40ce35eb46e867373ee2e82f7878", + "x-ms-correlation-request-id": "76f6b898-da0d-4c1a-a7c3-2f11998ec477", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "cdad5e39-4512-4574-8374-ca9f3fdae3d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115929Z:42e605c6-c59d-4521-a949-ad715bf167d9", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "9a6cbc95-4cf6-4e41-8ebe-08ea316a5864", + "x-ms-routing-request-id": "EASTUS:20230628T133811Z:76f6b898-da0d-4c1a-a7c3-2f11998ec477", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T11:58:53.6578722\u002B00:00", - "endTime": "2023-03-23T11:59:23.0068284\u002B00:00", + "startTime": "2023-06-28T13:37:37.8258211\u002B00:00", + "endTime": "2023-06-28T13:38:08.2844521\u002B00:00", "status": "Succeeded", - "name": "b5c97181-0f9d-4f92-ac8a-e5bcda5e942f" + "name": "4e6bd0eb-a38f-48fd-ad8d-352d206ca7c4" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st2?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-48294450233731478c8cb8164605721a-4b4cf1e1a079774f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2f3f621c0e43a3b73263dd615eece156", + "traceparent": "00-2d9a21865a753647a50933308ab8b6b6-ad7d74d9862fdb4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3f915e4299cebe7182754ee39ce82041", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "886", + "Content-Length": "893", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:59:29 GMT", + "Date": "Wed, 28 Jun 2023 13:38:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1918,19 +1921,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2f3f621c0e43a3b73263dd615eece156", - "x-ms-correlation-request-id": "3f7b6f62-961a-42ca-99dc-23fbfdbe62c3", + "x-ms-client-request-id": "3f915e4299cebe7182754ee39ce82041", + "x-ms-correlation-request-id": "49b51cb8-2fc5-47fd-b24a-98abb121f027", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;118", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "248b01db-d9ee-4119-92d7-6097e1798062", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115929Z:3f7b6f62-961a-42ca-99dc-23fbfdbe62c3", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "021bdea1-9e5b-48c5-b5c6-051fc2257396", + "x-ms-routing-request-id": "EASTUS:20230628T133811Z:49b51cb8-2fc5-47fd-b24a-98abb121f027", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "name": "st2", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st2", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st2", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 33, "targetType": "nfs3", @@ -1944,33 +1947,33 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T11:58:53.2823286Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:37:37.7597567Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:58:53.2823286Z" + "lastModifiedAt": "2023-06-28T13:37:37.7597567Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2de2f76ad402e74cb849f6b2e328145b-c6f49e4032c0e642-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c22e82a12e0b3ff9d3bc28de0f6c70f7", + "traceparent": "00-0f1abcb321e46e49ad85e2378bb6c43e-04fe2719f49bba4d-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e51c099fad79695286eda5a23321659b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "3001", + "Content-Length": "3020", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 11:59:29 GMT", + "Date": "Wed, 28 Jun 2023 13:38:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1979,21 +1982,21 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c22e82a12e0b3ff9d3bc28de0f6c70f7", - "x-ms-correlation-request-id": "304771ac-1c33-48f2-93f7-9a10c3255caa", + "x-ms-client-request-id": "e51c099fad79695286eda5a23321659b", + "x-ms-correlation-request-id": "15b2ac48-cd92-4313-bee5-0cf126256858", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "b05eab22-d471-4798-a2e7-5877fa8d91cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115930Z:304771ac-1c33-48f2-93f7-9a10c3255caa", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "ddc1ff22-9d81-4592-828c-7833df684c09", + "x-ms-routing-request-id": "EASTUS:20230628T133811Z:15b2ac48-cd92-4313-bee5-0cf126256858", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "value": [ { "name": "st0", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st0", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st0", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 34, "targetType": "nfs3", @@ -2007,19 +2010,19 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T11:57:39.3413162Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:36:28.895585Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:57:39.3413162Z" + "lastModifiedAt": "2023-06-28T13:36:28.895585Z" } }, { "name": "st1", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st1", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st1", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 33, "targetType": "nfs3", @@ -2033,19 +2036,19 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T11:58:16.7782926Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:37:03.6948857Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:58:16.7782926Z" + "lastModifiedAt": "2023-06-28T13:37:03.6948857Z" } }, { "name": "st2", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st2", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st2", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 33, "targetType": "nfs3", @@ -2059,197 +2062,22 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T11:58:53.2823286Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:37:37.7597567Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T11:58:53.2823286Z" + "lastModifiedAt": "2023-06-28T13:37:37.7597567Z" } } ] } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg8813?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-b6e91bd7c0ae6146934fd3f22df8589a-fc36808039dd234f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "71cf42fcc7377426f1d391c4ea2dc5ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:59:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4ODEzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c212d5f-b626-474c-9467-6b8469f6a272", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "4c212d5f-b626-474c-9467-6b8469f6a272", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115932Z:4c212d5f-b626-474c-9467-6b8469f6a272" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4ODEzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b6e91bd7c0ae6146934fd3f22df8589a-f8d87ee640785a43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1b65e6f3701cd91e5bb9d1379d3455a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 11:59:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4ODEzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1509fdaf-b39b-4537-aa7b-26dd045019da", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "1509fdaf-b39b-4537-aa7b-26dd045019da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T115933Z:1509fdaf-b39b-4537-aa7b-26dd045019da" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4ODEzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b6e91bd7c0ae6146934fd3f22df8589a-cf9463344b23ec4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "952d5df739ca58cebde108376b9e8e18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 12:00:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4ODEzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e43c06fd-104d-4ab5-9ae9-83c3c430bffc", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "e43c06fd-104d-4ab5-9ae9-83c3c430bffc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T120001Z:e43c06fd-104d-4ab5-9ae9-83c3c430bffc" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4ODEzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b6e91bd7c0ae6146934fd3f22df8589a-07bc365a8863864c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "03d1cc3fa9c83fad5bc8db6fd34d5033", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 12:00:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4ODEzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25fd91b2-fa54-4020-85cb-7630362d0cd0", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "25fd91b2-fa54-4020-85cb-7630362d0cd0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T120017Z:25fd91b2-fa54-4020-85cb-7630362d0cd0" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4ODEzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-b6e91bd7c0ae6146934fd3f22df8589a-3852985abb23104c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8790b6abfeabbafa180c5e3b68e76dbd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 12:00:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4ODEzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0eac1553-7f26-48e9-b11f-5daf9c6b1696", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "0eac1553-7f26-48e9-b11f-5daf9c6b1696", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T120032Z:0eac1553-7f26-48e9-b11f-5daf9c6b1696" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4ODEzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b6e91bd7c0ae6146934fd3f22df8589a-2f49f5b837e5754c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d0f8b82a51634dddb0ee39015d5f846f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 12:00:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe5a077b-e16a-482c-b533-4d08fbbfae2a", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "fe5a077b-e16a-482c-b533-4d08fbbfae2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T120049Z:fe5a077b-e16a-482c-b533-4d08fbbfae2a" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "818276665", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1244635112", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "733b22ab-69e4-4f63-a7e5-0f2312c2e35f" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/GetAll()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/GetAll()Async.json index 22d56f07e7ea..11c26627048e 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/GetAll()Async.json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetCollectionTest/GetAll()Async.json @@ -1,40 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-55e9237aefc66441bdbfa08f6306ae2f-53fc232da4446049-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0a27719fd257b51591012c15c8c47865", + "traceparent": "00-29af65f9d744dd4a9dfcbd43b60db275-63443cf03436fa49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "28089684d1aa2817a92d695bb8deca05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:25:51 GMT", + "Date": "Wed, 28 Jun 2023 13:07:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80e3d6e3-fbe4-4914-9841-bfe66f151256", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "80e3d6e3-fbe4-4914-9841-bfe66f151256", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092552Z:80e3d6e3-fbe4-4914-9841-bfe66f151256" + "x-ms-correlation-request-id": "e1545784-9ce0-4d08-abb2-fd0d88f5eca8", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "e1545784-9ce0-4d08-abb2-fd0d88f5eca8", + "x-ms-routing-request-id": "EASTUS:20230628T130703Z:e1545784-9ce0-4d08-abb2-fd0d88f5eca8" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f", + "authorizationSource": "Bypassed", "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", + "subscriptionId": "733b22ab-69e4-4f63-a7e5-0f2312c2e35f", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", + "displayName": "Avere_AscDEV2_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -44,63 +43,64 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2510?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-91777222d2447e439136e794cbf41e9c-aae1f40446d26549-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7c8c5e580d314f853aa374edb71313eb", + "traceparent": "00-9bd9589bf2b0f94696170733dd814ce2-056e4d09d71c1a4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "545ca5b6b62ff09cd84ae629ca3bda19", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:25:56 GMT", + "Date": "Wed, 28 Jun 2023 13:07:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65010c10-a9eb-47a0-8234-bb4f42cf8784", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "65010c10-a9eb-47a0-8234-bb4f42cf8784", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092556Z:65010c10-a9eb-47a0-8234-bb4f42cf8784" + "x-ms-correlation-request-id": "d9892d68-ab24-495d-9704-d60001183415", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "d9892d68-ab24-495d-9704-d60001183415", + "x-ms-routing-request-id": "EASTUS:20230628T130703Z:d9892d68-ab24-495d-9704-d60001183415" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2510", - "name": "storagecachetestrg2510", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "DeleteAfter": "2023-07-02T18:09:36.8931476Z", + "ServiceDirectory": "storagecache", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f7609f6fb013a89b98347d909048c435", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e3a173f061aaea70f9ce0f55af9890e0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1026", + "Content-Length": "1033", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:25:57 GMT", + "Date": "Wed, 28 Jun 2023 13:07:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -109,21 +109,21 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7609f6fb013a89b98347d909048c435", - "x-ms-correlation-request-id": "8da9735a-4c1d-4a8f-9d72-b0a013815f4a", + "x-ms-client-request-id": "e3a173f061aaea70f9ce0f55af9890e0", + "x-ms-correlation-request-id": "ae68eef5-65cf-4774-a13e-2360528cfe2e", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "d807e0d7-a52b-48f3-9e59-9f7340c9c827", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092558Z:8da9735a-4c1d-4a8f-9d72-b0a013815f4a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "bae65433-4002-4aef-9491-bd2b2f5761e5", + "x-ms-routing-request-id": "EASTUS:20230628T130703Z:ae68eef5-65cf-4774-a13e-2360528cfe2e", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "value": [ { "name": "gettarget", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/gettarget", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/gettarget", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -137,37 +137,37 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T09:20:25.6409047Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:06:28.2423288Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:20:25.6409047Z" + "lastModifiedAt": "2023-06-28T13:06:28.2423288Z" } } ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/gettarget?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/gettarget?api-version=2023-05-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-8b83b46b0bef524ebea1911fb498368d-c18f80193f33cd44-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "52f638f3d94a646ea1ba1d2fa0c8daee", + "traceparent": "00-b90391c8bf25484c826bd7d231cdf0d9-2e7121ed0d1f1a48-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ee25b11ee842cd3bf9185060eaed5d6d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b0847b17-45af-4683-afc4-1e2edc7d5089?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3eec1654-4d5e-4363-8f06-c516849d8701?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:25:58 GMT", + "Date": "Wed, 28 Jun 2023 13:07:03 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b0847b17-45af-4683-afc4-1e2edc7d5089?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3eec1654-4d5e-4363-8f06-c516849d8701?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -175,33 +175,33 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52f638f3d94a646ea1ba1d2fa0c8daee", - "x-ms-correlation-request-id": "31bc19a9-2ca6-4290-a89d-fa67f84b28f0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;59", + "x-ms-client-request-id": "ee25b11ee842cd3bf9185060eaed5d6d", + "x-ms-correlation-request-id": "7291d6f1-b1a2-4de5-90ca-55e665bc3203", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;58", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "b0847b17-45af-4683-afc4-1e2edc7d5089", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092559Z:31bc19a9-2ca6-4290-a89d-fa67f84b28f0", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "3eec1654-4d5e-4363-8f06-c516849d8701", + "x-ms-routing-request-id": "EASTUS:20230628T130703Z:7291d6f1-b1a2-4de5-90ca-55e665bc3203", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b0847b17-45af-4683-afc4-1e2edc7d5089?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3eec1654-4d5e-4363-8f06-c516849d8701?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8b83b46b0bef524ebea1911fb498368d-c1af392bade2144a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7ffa3edec11c95a031fc5558926b07d0", + "traceparent": "00-b90391c8bf25484c826bd7d231cdf0d9-0ae3fcb3b1b1f044-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "180a05baec1608d738d3e9911010ff0b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:26:00 GMT", + "Date": "Wed, 28 Jun 2023 13:07:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -210,37 +210,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ffa3edec11c95a031fc5558926b07d0", - "x-ms-correlation-request-id": "bbcdfff9-3c1e-44be-b324-3d8a805a91bb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "7eadef06-a7fa-4262-a42b-0275e40a403a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092601Z:bbcdfff9-3c1e-44be-b324-3d8a805a91bb", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "180a05baec1608d738d3e9911010ff0b", + "x-ms-correlation-request-id": "6c1f14bf-8fd5-48a1-aa93-bf49e8194551", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "f9e015ee-7359-4092-a954-7aa70048674f", + "x-ms-routing-request-id": "EASTUS:20230628T130703Z:6c1f14bf-8fd5-48a1-aa93-bf49e8194551", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:25:58.868284\u002B00:00", + "startTime": "2023-06-28T13:07:03.6124196\u002B00:00", "status": "InProgress", - "name": "b0847b17-45af-4683-afc4-1e2edc7d5089" + "name": "3eec1654-4d5e-4363-8f06-c516849d8701" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b0847b17-45af-4683-afc4-1e2edc7d5089?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3eec1654-4d5e-4363-8f06-c516849d8701?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8b83b46b0bef524ebea1911fb498368d-8ba0176d5e59e847-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "66778e599fef861d3d4d8f66f570d3ac", + "traceparent": "00-b90391c8bf25484c826bd7d231cdf0d9-44560faca721b844-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5f02a1704a2d37a356d0b9d08dda25b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:26:02 GMT", + "Date": "Wed, 28 Jun 2023 13:07:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -249,37 +249,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66778e599fef861d3d4d8f66f570d3ac", - "x-ms-correlation-request-id": "4316409b-968c-4dec-a6af-b497efba9bb0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "4851f34c-b094-404f-8f7c-e77a32664f7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092602Z:4316409b-968c-4dec-a6af-b497efba9bb0", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "5f02a1704a2d37a356d0b9d08dda25b2", + "x-ms-correlation-request-id": "7bbe6967-9e19-49f3-9b02-fa0a6f5c2463", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "b543d3c9-3647-4463-acca-986f7d6790e1", + "x-ms-routing-request-id": "EASTUS:20230628T130704Z:7bbe6967-9e19-49f3-9b02-fa0a6f5c2463", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:25:58.868284\u002B00:00", + "startTime": "2023-06-28T13:07:03.6124196\u002B00:00", "status": "InProgress", - "name": "b0847b17-45af-4683-afc4-1e2edc7d5089" + "name": "3eec1654-4d5e-4363-8f06-c516849d8701" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b0847b17-45af-4683-afc4-1e2edc7d5089?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3eec1654-4d5e-4363-8f06-c516849d8701?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8b83b46b0bef524ebea1911fb498368d-97863b946804c842-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "62502cfc5acd57d18ac3f31b17a11557", + "traceparent": "00-b90391c8bf25484c826bd7d231cdf0d9-822bb4a9a2f6da46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e5a511d744e2665778620c69fdc94424", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:26:03 GMT", + "Date": "Wed, 28 Jun 2023 13:07:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -288,37 +288,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62502cfc5acd57d18ac3f31b17a11557", - "x-ms-correlation-request-id": "89dc1b2d-3b45-4bdd-aa56-7905fc9061be", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "d955f69b-d0c9-46d1-a29c-86c5681f1050", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092604Z:89dc1b2d-3b45-4bdd-aa56-7905fc9061be", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e5a511d744e2665778620c69fdc94424", + "x-ms-correlation-request-id": "f8b7bf6c-e8c3-4990-943f-a3223a208b0a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "100219f4-454e-4c6c-b218-cc2334db1044", + "x-ms-routing-request-id": "EASTUS:20230628T130705Z:f8b7bf6c-e8c3-4990-943f-a3223a208b0a", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:25:58.868284\u002B00:00", + "startTime": "2023-06-28T13:07:03.6124196\u002B00:00", "status": "InProgress", - "name": "b0847b17-45af-4683-afc4-1e2edc7d5089" + "name": "3eec1654-4d5e-4363-8f06-c516849d8701" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b0847b17-45af-4683-afc4-1e2edc7d5089?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3eec1654-4d5e-4363-8f06-c516849d8701?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8b83b46b0bef524ebea1911fb498368d-24d086ebb7d01648-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "01a313dc587e3f01217341ce3139a0c0", + "traceparent": "00-b90391c8bf25484c826bd7d231cdf0d9-704c34d7fd130740-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "05ef4f72e1456f1161d3c24532077b5e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:26:04 GMT", + "Date": "Wed, 28 Jun 2023 13:07:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -327,37 +327,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01a313dc587e3f01217341ce3139a0c0", - "x-ms-correlation-request-id": "d028edcf-e983-403b-b7d0-c0547b1d3293", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "41c63e8d-c33d-44f0-b3e3-4ffcd8c051d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092605Z:d028edcf-e983-403b-b7d0-c0547b1d3293", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "05ef4f72e1456f1161d3c24532077b5e", + "x-ms-correlation-request-id": "3f5254e5-2452-461c-a46c-e43559171f58", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "90141874-abbc-4ebb-bc55-95e87541cf2f", + "x-ms-routing-request-id": "EASTUS:20230628T130706Z:3f5254e5-2452-461c-a46c-e43559171f58", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:25:58.868284\u002B00:00", + "startTime": "2023-06-28T13:07:03.6124196\u002B00:00", "status": "InProgress", - "name": "b0847b17-45af-4683-afc4-1e2edc7d5089" + "name": "3eec1654-4d5e-4363-8f06-c516849d8701" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b0847b17-45af-4683-afc4-1e2edc7d5089?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3eec1654-4d5e-4363-8f06-c516849d8701?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8b83b46b0bef524ebea1911fb498368d-14e3714b11626845-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "665ca928a51afe02bc1fdb2cab016e9b", + "traceparent": "00-b90391c8bf25484c826bd7d231cdf0d9-7807cafe0dc4e14f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ffba37ae196b2c284a9be7ca3d3a398d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:26:06 GMT", + "Date": "Wed, 28 Jun 2023 13:07:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -366,37 +366,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "665ca928a51afe02bc1fdb2cab016e9b", - "x-ms-correlation-request-id": "141020c1-60e8-4a2f-99e1-fa2a312227a1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "21e6ce03-cfec-4186-a078-d6e23f1b5581", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092607Z:141020c1-60e8-4a2f-99e1-fa2a312227a1", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "ffba37ae196b2c284a9be7ca3d3a398d", + "x-ms-correlation-request-id": "cac2452d-caf9-48a9-a868-f2d5f61b9995", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "e2d792ed-974e-4532-bb49-8bc66fe2e6f9", + "x-ms-routing-request-id": "EASTUS:20230628T130708Z:cac2452d-caf9-48a9-a868-f2d5f61b9995", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:25:58.868284\u002B00:00", + "startTime": "2023-06-28T13:07:03.6124196\u002B00:00", "status": "InProgress", - "name": "b0847b17-45af-4683-afc4-1e2edc7d5089" + "name": "3eec1654-4d5e-4363-8f06-c516849d8701" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b0847b17-45af-4683-afc4-1e2edc7d5089?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3eec1654-4d5e-4363-8f06-c516849d8701?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8b83b46b0bef524ebea1911fb498368d-08ae3bba259e6341-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e1893738d1cca32d2a11405a19022651", + "traceparent": "00-b90391c8bf25484c826bd7d231cdf0d9-db70834f20531a49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3d5d958c20eaf56dff35840f82123370", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:26:11 GMT", + "Date": "Wed, 28 Jun 2023 13:07:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -405,37 +405,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1893738d1cca32d2a11405a19022651", - "x-ms-correlation-request-id": "8d1c4d62-537e-4f5d-b59a-6ff0a7317953", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "f6e8786d-e033-4aec-b4b1-7cb02c7520f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092611Z:8d1c4d62-537e-4f5d-b59a-6ff0a7317953", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "3d5d958c20eaf56dff35840f82123370", + "x-ms-correlation-request-id": "2a1ecdb1-bd73-4d4d-aa3e-863c4fd3273f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "eff82ba6-0354-4879-a1a0-1bcaf03477e9", + "x-ms-routing-request-id": "EASTUS:20230628T130713Z:2a1ecdb1-bd73-4d4d-aa3e-863c4fd3273f", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:25:58.868284\u002B00:00", + "startTime": "2023-06-28T13:07:03.6124196\u002B00:00", "status": "InProgress", - "name": "b0847b17-45af-4683-afc4-1e2edc7d5089" + "name": "3eec1654-4d5e-4363-8f06-c516849d8701" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b0847b17-45af-4683-afc4-1e2edc7d5089?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3eec1654-4d5e-4363-8f06-c516849d8701?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8b83b46b0bef524ebea1911fb498368d-4f7c6924cb2d7841-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6df33322af45373d10a4455f7dd5931f", + "traceparent": "00-b90391c8bf25484c826bd7d231cdf0d9-ae566ba2aa756d4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c6baaee7440e58b927c3bbaafa463126", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:26:19 GMT", + "Date": "Wed, 28 Jun 2023 13:07:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -444,37 +444,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6df33322af45373d10a4455f7dd5931f", - "x-ms-correlation-request-id": "9bfd1367-5102-40d0-8b93-005ffc3512de", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "e6fe4c98-2a25-4222-9bc3-9a288e88e9f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092620Z:9bfd1367-5102-40d0-8b93-005ffc3512de", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "c6baaee7440e58b927c3bbaafa463126", + "x-ms-correlation-request-id": "93bbda88-f2d9-4de4-8d89-4eb51151dc35", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "f542dcfc-3a62-4a00-9eaa-19fa9d0ff078", + "x-ms-routing-request-id": "EASTUS:20230628T130721Z:93bbda88-f2d9-4de4-8d89-4eb51151dc35", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:25:58.868284\u002B00:00", + "startTime": "2023-06-28T13:07:03.6124196\u002B00:00", "status": "InProgress", - "name": "b0847b17-45af-4683-afc4-1e2edc7d5089" + "name": "3eec1654-4d5e-4363-8f06-c516849d8701" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b0847b17-45af-4683-afc4-1e2edc7d5089?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3eec1654-4d5e-4363-8f06-c516849d8701?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8b83b46b0bef524ebea1911fb498368d-28479271c2fe5c42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fa96a504beaf56f37cb83b0964a8e5b9", + "traceparent": "00-b90391c8bf25484c826bd7d231cdf0d9-7feb599015816649-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9db8359a3ea98d73cac400359519aa37", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:26:35 GMT", + "Date": "Wed, 28 Jun 2023 13:07:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -483,37 +483,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa96a504beaf56f37cb83b0964a8e5b9", - "x-ms-correlation-request-id": "9e9c526e-5094-4d18-9a6f-3a141d3fc220", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "9bc90970-7c8c-49af-bf71-8456b82fb0be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092636Z:9e9c526e-5094-4d18-9a6f-3a141d3fc220", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "9db8359a3ea98d73cac400359519aa37", + "x-ms-correlation-request-id": "2433bfc9-d453-4cba-8a89-02c7faa08a97", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "c1fa32ef-533c-4c70-bade-1e1b5220ced1", + "x-ms-routing-request-id": "EASTUS:20230628T130737Z:2433bfc9-d453-4cba-8a89-02c7faa08a97", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:25:58.868284\u002B00:00", + "startTime": "2023-06-28T13:07:03.6124196\u002B00:00", "status": "InProgress", - "name": "b0847b17-45af-4683-afc4-1e2edc7d5089" + "name": "3eec1654-4d5e-4363-8f06-c516849d8701" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b0847b17-45af-4683-afc4-1e2edc7d5089?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3eec1654-4d5e-4363-8f06-c516849d8701?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8b83b46b0bef524ebea1911fb498368d-64f1d9ab0c825e4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "78098af9010e8856fa52d1278ccd2655", + "traceparent": "00-b90391c8bf25484c826bd7d231cdf0d9-0a90766fc044ef46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8fe37667727f487edc05152765c3fbb8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:27:08 GMT", + "Date": "Wed, 28 Jun 2023 13:08:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -522,37 +522,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78098af9010e8856fa52d1278ccd2655", - "x-ms-correlation-request-id": "ee823fc4-4797-4a09-85d6-d4ba13d59b79", + "x-ms-client-request-id": "8fe37667727f487edc05152765c3fbb8", + "x-ms-correlation-request-id": "6c4c204f-8df5-47cb-ae1a-c321253fbd1a", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "a2c7baa7-eed9-4f9c-880d-7f1da587345f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092708Z:ee823fc4-4797-4a09-85d6-d4ba13d59b79", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "65ed3f86-ee98-472a-b14f-833eef9179f7", + "x-ms-routing-request-id": "EASTUS:20230628T130809Z:6c4c204f-8df5-47cb-ae1a-c321253fbd1a", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:25:58.868284\u002B00:00", + "startTime": "2023-06-28T13:07:03.6124196\u002B00:00", "status": "InProgress", - "name": "b0847b17-45af-4683-afc4-1e2edc7d5089" + "name": "3eec1654-4d5e-4363-8f06-c516849d8701" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b0847b17-45af-4683-afc4-1e2edc7d5089?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3eec1654-4d5e-4363-8f06-c516849d8701?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8b83b46b0bef524ebea1911fb498368d-03a58966f3565b4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7355207e2c6c64a13f9cf18c7333d267", + "traceparent": "00-b90391c8bf25484c826bd7d231cdf0d9-8f849b02efd4e94a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4c755d039659a9c73b2dfc4a4483c20d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:27:40 GMT", + "Date": "Wed, 28 Jun 2023 13:08:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -561,37 +561,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7355207e2c6c64a13f9cf18c7333d267", - "x-ms-correlation-request-id": "26a3769f-8ce0-458e-9f3f-0b03ca4998a4", + "x-ms-client-request-id": "4c755d039659a9c73b2dfc4a4483c20d", + "x-ms-correlation-request-id": "a5583de5-9b47-49fe-a2c5-64561687446f", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "aa97c625-5b05-4541-8758-53e1b3e9dd0a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092741Z:26a3769f-8ce0-458e-9f3f-0b03ca4998a4", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "f365181e-2e68-433e-a4aa-5ec9d880e831", + "x-ms-routing-request-id": "EASTUS:20230628T130841Z:a5583de5-9b47-49fe-a2c5-64561687446f", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:25:58.868284\u002B00:00", + "startTime": "2023-06-28T13:07:03.6124196\u002B00:00", "status": "InProgress", - "name": "b0847b17-45af-4683-afc4-1e2edc7d5089" + "name": "3eec1654-4d5e-4363-8f06-c516849d8701" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b0847b17-45af-4683-afc4-1e2edc7d5089?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3eec1654-4d5e-4363-8f06-c516849d8701?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-8b83b46b0bef524ebea1911fb498368d-b576dc6b5770cd4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f2668bbf1acc03114e0eff5cedcbc9ae", + "traceparent": "00-b90391c8bf25484c826bd7d231cdf0d9-fa6891e2c0ff554a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "84428319a26327a7b770c1a4284b2806", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:28:13 GMT", + "Date": "Wed, 28 Jun 2023 13:09:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -600,71 +600,32 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f2668bbf1acc03114e0eff5cedcbc9ae", - "x-ms-correlation-request-id": "309155d6-2f97-44aa-b5fe-2216073e28c4", + "x-ms-client-request-id": "84428319a26327a7b770c1a4284b2806", + "x-ms-correlation-request-id": "5b95afe5-58b8-4a21-bcdc-137ee1229e19", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "eda8a0ae-54f1-414e-a324-21eb9ff40c10", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092813Z:309155d6-2f97-44aa-b5fe-2216073e28c4", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" - }, - "ResponseBody": { - "startTime": "2023-03-23T09:25:58.868284\u002B00:00", - "status": "InProgress", - "name": "b0847b17-45af-4683-afc4-1e2edc7d5089" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b0847b17-45af-4683-afc4-1e2edc7d5089?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8b83b46b0bef524ebea1911fb498368d-4166fd203d397a4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "448be6927153cc4de9a4397110ca15c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "183", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:28:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "448be6927153cc4de9a4397110ca15c6", - "x-ms-correlation-request-id": "85dd14cb-dd59-400d-a4c2-38296d197432", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "d33ec0d9-e402-4931-a712-c1b3374f02d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092845Z:85dd14cb-dd59-400d-a4c2-38296d197432", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "aaed6bf4-bcd0-4f93-a4c8-f1b847af29c1", + "x-ms-routing-request-id": "EASTUS:20230628T130913Z:5b95afe5-58b8-4a21-bcdc-137ee1229e19", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:25:58.868284\u002B00:00", - "endTime": "2023-03-23T09:28:20.7334155\u002B00:00", + "startTime": "2023-06-28T13:07:03.6124196\u002B00:00", + "endTime": "2023-06-28T13:08:51.5975616\u002B00:00", "status": "Succeeded", - "name": "b0847b17-45af-4683-afc4-1e2edc7d5089" + "name": "3eec1654-4d5e-4363-8f06-c516849d8701" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st0?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "115", "Content-Type": "application/json", - "traceparent": "00-f9e0580d03e47b4eb57e5474c4a24df9-916a7b92d23f6347-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "01686980336763890e51255d2c447773", + "traceparent": "00-c35df69a7f9875418d4f14b8542b50b9-fc4057c1ba94524c-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "383147c95da4d0deaf39535276330458", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -679,11 +640,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/34ba2cf0-49a5-4f35-bff4-0a98e8d54082?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/20f61a9c-7f63-4742-93ae-f2be6823dc8a?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "883", + "Content-Length": "892", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:28:46 GMT", + "Date": "Wed, 28 Jun 2023 13:09:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -692,19 +653,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01686980336763890e51255d2c447773", - "x-ms-correlation-request-id": "357ce95b-82fa-4914-921e-cb710e904759", + "x-ms-client-request-id": "383147c95da4d0deaf39535276330458", + "x-ms-correlation-request-id": "ca9daad9-f4fa-48a8-936c-bbbd5d8844c4", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "34ba2cf0-49a5-4f35-bff4-0a98e8d54082", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092847Z:357ce95b-82fa-4914-921e-cb710e904759", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "20f61a9c-7f63-4742-93ae-f2be6823dc8a", + "x-ms-routing-request-id": "EASTUS:20230628T130913Z:ca9daad9-f4fa-48a8-936c-bbbd5d8844c4", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "name": "st0", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st0", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st0", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -718,23 +679,23 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T09:28:45.810988Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:09:13.4299157Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:28:45.810988Z" + "lastModifiedAt": "2023-06-28T13:09:13.4299157Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/34ba2cf0-49a5-4f35-bff4-0a98e8d54082?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/20f61a9c-7f63-4742-93ae-f2be6823dc8a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9e0580d03e47b4eb57e5474c4a24df9-c3de62211b0a744d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "84dc38f8c7635e475d2735014cefa0a4", + "traceparent": "00-c35df69a7f9875418d4f14b8542b50b9-94223917198f0242-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fd81f5058a52bb69a471d5294f54b083", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -743,7 +704,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:28:46 GMT", + "Date": "Wed, 28 Jun 2023 13:09:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -752,28 +713,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "84dc38f8c7635e475d2735014cefa0a4", - "x-ms-correlation-request-id": "dcbffce4-bbbe-4e03-9113-0bf86e942def", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "10e4eb8c-135f-47ec-828f-6f8cbecbe296", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092847Z:dcbffce4-bbbe-4e03-9113-0bf86e942def", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "fd81f5058a52bb69a471d5294f54b083", + "x-ms-correlation-request-id": "b1e5f6af-5e39-461a-bf18-1d036ff6fa40", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "f96a4169-1d8a-4572-9c99-ab039d4cdb9b", + "x-ms-routing-request-id": "EASTUS:20230628T130913Z:b1e5f6af-5e39-461a-bf18-1d036ff6fa40", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:28:47.0030513\u002B00:00", + "startTime": "2023-06-28T13:09:13.6145917\u002B00:00", "status": "InProgress", - "name": "34ba2cf0-49a5-4f35-bff4-0a98e8d54082" + "name": "20f61a9c-7f63-4742-93ae-f2be6823dc8a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/34ba2cf0-49a5-4f35-bff4-0a98e8d54082?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/20f61a9c-7f63-4742-93ae-f2be6823dc8a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9e0580d03e47b4eb57e5474c4a24df9-fcc21303e5a0a24e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cd9ec52d88d0f21e541bc4cd2a61826e", + "traceparent": "00-c35df69a7f9875418d4f14b8542b50b9-23a912faa9346749-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2062686c463d5286f1d08256c8f5fb8c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -782,7 +743,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:28:48 GMT", + "Date": "Wed, 28 Jun 2023 13:09:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -791,28 +752,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd9ec52d88d0f21e541bc4cd2a61826e", - "x-ms-correlation-request-id": "3ee8c659-db0f-4764-9798-eb1389e4f5b6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "abdcb1f4-ac08-4c05-8a84-714a5628638e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092848Z:3ee8c659-db0f-4764-9798-eb1389e4f5b6", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "2062686c463d5286f1d08256c8f5fb8c", + "x-ms-correlation-request-id": "8ac5d7fe-bf43-40c4-beac-84b18c0b8e96", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "3918dcff-c360-46c0-b073-4d0229f46d4a", + "x-ms-routing-request-id": "EASTUS:20230628T130914Z:8ac5d7fe-bf43-40c4-beac-84b18c0b8e96", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:28:47.0030513\u002B00:00", + "startTime": "2023-06-28T13:09:13.6145917\u002B00:00", "status": "InProgress", - "name": "34ba2cf0-49a5-4f35-bff4-0a98e8d54082" + "name": "20f61a9c-7f63-4742-93ae-f2be6823dc8a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/34ba2cf0-49a5-4f35-bff4-0a98e8d54082?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/20f61a9c-7f63-4742-93ae-f2be6823dc8a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9e0580d03e47b4eb57e5474c4a24df9-d43a56c517bd894f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f365a05ef2670b10fb9b2f815812004d", + "traceparent": "00-c35df69a7f9875418d4f14b8542b50b9-2ea810e5d9a1294a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "804d63b807b2b7069e523d0ea12c1161", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -821,7 +782,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:28:49 GMT", + "Date": "Wed, 28 Jun 2023 13:09:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -830,28 +791,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f365a05ef2670b10fb9b2f815812004d", - "x-ms-correlation-request-id": "3888bc4e-1d5a-4c5d-8984-90e470876c58", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "bbe4fdb7-8cf7-4922-a04f-4aa0168bcac5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092849Z:3888bc4e-1d5a-4c5d-8984-90e470876c58", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "804d63b807b2b7069e523d0ea12c1161", + "x-ms-correlation-request-id": "37eb2e42-4fd7-453b-b5e7-0b7ff1f76dc4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "8954080d-443f-45d3-97f1-9bcfd0f5cef1", + "x-ms-routing-request-id": "EASTUS:20230628T130915Z:37eb2e42-4fd7-453b-b5e7-0b7ff1f76dc4", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:28:47.0030513\u002B00:00", + "startTime": "2023-06-28T13:09:13.6145917\u002B00:00", "status": "InProgress", - "name": "34ba2cf0-49a5-4f35-bff4-0a98e8d54082" + "name": "20f61a9c-7f63-4742-93ae-f2be6823dc8a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/34ba2cf0-49a5-4f35-bff4-0a98e8d54082?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/20f61a9c-7f63-4742-93ae-f2be6823dc8a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9e0580d03e47b4eb57e5474c4a24df9-6b45020545526143-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1bf964f8250270b31aea2f48037934fb", + "traceparent": "00-c35df69a7f9875418d4f14b8542b50b9-17f8bef4b4b6c943-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6c7d119d61bfbeb26f2f0b810813f3af", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -860,7 +821,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:28:50 GMT", + "Date": "Wed, 28 Jun 2023 13:09:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -869,28 +830,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1bf964f8250270b31aea2f48037934fb", - "x-ms-correlation-request-id": "2615898f-49a0-4b76-aed2-ff3b5b413f64", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "125a2e7d-d855-45bf-90ec-fe158baa30f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092851Z:2615898f-49a0-4b76-aed2-ff3b5b413f64", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "6c7d119d61bfbeb26f2f0b810813f3af", + "x-ms-correlation-request-id": "d057f6b1-51fe-4cb6-bb4b-5e8a4057ae07", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "f732ff15-0c9a-4a82-9db9-3126becc85e1", + "x-ms-routing-request-id": "EASTUS:20230628T130916Z:d057f6b1-51fe-4cb6-bb4b-5e8a4057ae07", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:28:47.0030513\u002B00:00", + "startTime": "2023-06-28T13:09:13.6145917\u002B00:00", "status": "InProgress", - "name": "34ba2cf0-49a5-4f35-bff4-0a98e8d54082" + "name": "20f61a9c-7f63-4742-93ae-f2be6823dc8a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/34ba2cf0-49a5-4f35-bff4-0a98e8d54082?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/20f61a9c-7f63-4742-93ae-f2be6823dc8a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9e0580d03e47b4eb57e5474c4a24df9-24edbd637541ff4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "aba3c6a4ad8a3a3cb492d235599c9942", + "traceparent": "00-c35df69a7f9875418d4f14b8542b50b9-0de1e68d23970140-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "eb704876300764d162aa81eb0977b0c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -899,7 +860,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:28:53 GMT", + "Date": "Wed, 28 Jun 2023 13:09:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -908,28 +869,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aba3c6a4ad8a3a3cb492d235599c9942", - "x-ms-correlation-request-id": "072ce465-699f-443e-a83b-8341324050ec", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "0abd5c1d-1617-47f7-a748-e266b233675d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092853Z:072ce465-699f-443e-a83b-8341324050ec", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "eb704876300764d162aa81eb0977b0c5", + "x-ms-correlation-request-id": "93fec537-8b0e-4427-b643-1ded384059fd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "e6dc8cfa-9b5a-49ab-84fb-bba74c388df2", + "x-ms-routing-request-id": "EASTUS:20230628T130918Z:93fec537-8b0e-4427-b643-1ded384059fd", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:28:47.0030513\u002B00:00", + "startTime": "2023-06-28T13:09:13.6145917\u002B00:00", "status": "InProgress", - "name": "34ba2cf0-49a5-4f35-bff4-0a98e8d54082" + "name": "20f61a9c-7f63-4742-93ae-f2be6823dc8a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/34ba2cf0-49a5-4f35-bff4-0a98e8d54082?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/20f61a9c-7f63-4742-93ae-f2be6823dc8a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9e0580d03e47b4eb57e5474c4a24df9-8d78c4f1561a8847-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c5d4771a6768396cedf4d87dc3c80781", + "traceparent": "00-c35df69a7f9875418d4f14b8542b50b9-cf7733727fb86f4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b6b920be8f7757cdb18e1182fb84af8b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -938,7 +899,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:28:57 GMT", + "Date": "Wed, 28 Jun 2023 13:09:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -947,28 +908,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c5d4771a6768396cedf4d87dc3c80781", - "x-ms-correlation-request-id": "14ce661d-7143-46db-a3e1-fe7a056c380b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "493f7471-95f1-4d6c-8455-3acba099c7ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092857Z:14ce661d-7143-46db-a3e1-fe7a056c380b", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "b6b920be8f7757cdb18e1182fb84af8b", + "x-ms-correlation-request-id": "379c3f5e-bdc7-4152-8dca-d71482f7632d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "4f821a58-7e78-4f66-a9c5-4fad0ed19008", + "x-ms-routing-request-id": "EASTUS:20230628T130923Z:379c3f5e-bdc7-4152-8dca-d71482f7632d", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:28:47.0030513\u002B00:00", + "startTime": "2023-06-28T13:09:13.6145917\u002B00:00", "status": "InProgress", - "name": "34ba2cf0-49a5-4f35-bff4-0a98e8d54082" + "name": "20f61a9c-7f63-4742-93ae-f2be6823dc8a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/34ba2cf0-49a5-4f35-bff4-0a98e8d54082?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/20f61a9c-7f63-4742-93ae-f2be6823dc8a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9e0580d03e47b4eb57e5474c4a24df9-e8fb8fc3d8611746-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "92dc3366556f4bc227be666f527e177e", + "traceparent": "00-c35df69a7f9875418d4f14b8542b50b9-0a09385803093849-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "58988d5e26bb6d5a40180914dfc6b5f7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -977,7 +938,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:29:05 GMT", + "Date": "Wed, 28 Jun 2023 13:09:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -986,28 +947,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "92dc3366556f4bc227be666f527e177e", - "x-ms-correlation-request-id": "f4cc0f83-3d93-40c9-806e-93306bc25158", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "6aa4e8ec-559f-4b10-bc08-1e7e589a0551", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092906Z:f4cc0f83-3d93-40c9-806e-93306bc25158", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "58988d5e26bb6d5a40180914dfc6b5f7", + "x-ms-correlation-request-id": "1945e0ab-74f2-410b-823f-ddb2bab3ac3c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "4ef0855a-df81-4055-88a2-ab179404d1a7", + "x-ms-routing-request-id": "EASTUS:20230628T130931Z:1945e0ab-74f2-410b-823f-ddb2bab3ac3c", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:28:47.0030513\u002B00:00", + "startTime": "2023-06-28T13:09:13.6145917\u002B00:00", "status": "InProgress", - "name": "34ba2cf0-49a5-4f35-bff4-0a98e8d54082" + "name": "20f61a9c-7f63-4742-93ae-f2be6823dc8a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/34ba2cf0-49a5-4f35-bff4-0a98e8d54082?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/20f61a9c-7f63-4742-93ae-f2be6823dc8a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9e0580d03e47b4eb57e5474c4a24df9-8b9d7374c04f4644-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8c2eec506ea43d935a69be96d4bf77ec", + "traceparent": "00-c35df69a7f9875418d4f14b8542b50b9-4b588f23355ecc45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e7c2467e3d5ae6377b183a781e4e69dd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1016,7 +977,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:29:21 GMT", + "Date": "Wed, 28 Jun 2023 13:09:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1025,38 +986,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8c2eec506ea43d935a69be96d4bf77ec", - "x-ms-correlation-request-id": "f5161d19-682f-4bf3-bfc2-bcf564d07f84", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "14716fe4-f3ac-4660-b5fe-793d329d063a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092922Z:f5161d19-682f-4bf3-bfc2-bcf564d07f84", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e7c2467e3d5ae6377b183a781e4e69dd", + "x-ms-correlation-request-id": "fe700681-66fa-44fa-bfd1-c969dd24fa63", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "89ca3697-be8d-4524-a707-3602542f3415", + "x-ms-routing-request-id": "EASTUS:20230628T130947Z:fe700681-66fa-44fa-bfd1-c969dd24fa63", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:28:47.0030513\u002B00:00", - "endTime": "2023-03-23T09:29:20.4524265\u002B00:00", + "startTime": "2023-06-28T13:09:13.6145917\u002B00:00", + "endTime": "2023-06-28T13:09:43.3806315\u002B00:00", "status": "Succeeded", - "name": "34ba2cf0-49a5-4f35-bff4-0a98e8d54082" + "name": "20f61a9c-7f63-4742-93ae-f2be6823dc8a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st0?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-f9e0580d03e47b4eb57e5474c4a24df9-25a85e9b98d0ca4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "25ce508a07bfc4d3b4899daa00fce76e", + "traceparent": "00-c35df69a7f9875418d4f14b8542b50b9-cd8cccd81888b741-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7b8df6fb58df9809c64b755f85b878ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "885", + "Content-Length": "894", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:29:22 GMT", + "Date": "Wed, 28 Jun 2023 13:09:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1065,19 +1026,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "25ce508a07bfc4d3b4899daa00fce76e", - "x-ms-correlation-request-id": "77d586f1-54b0-4b2c-80dd-54f6fe58c74e", + "x-ms-client-request-id": "7b8df6fb58df9809c64b755f85b878ea", + "x-ms-correlation-request-id": "76022e01-55dd-4565-afba-3eac17652e32", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "aa0417c5-6a00-44dd-9fc4-d37d31ad04a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092922Z:77d586f1-54b0-4b2c-80dd-54f6fe58c74e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "f92e8173-3b84-47c6-a5dc-17b4c96b3b13", + "x-ms-routing-request-id": "EASTUS:20230628T130947Z:76022e01-55dd-4565-afba-3eac17652e32", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "name": "st0", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st0", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st0", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -1091,26 +1052,26 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T09:28:45.810988Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:09:13.4299157Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:28:45.810988Z" + "lastModifiedAt": "2023-06-28T13:09:13.4299157Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st1?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "115", "Content-Type": "application/json", - "traceparent": "00-e43109a0239c0c4997f1709df0410884-2f13279723713447-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d62c5adc7b9af8dda09f3705962b7768", + "traceparent": "00-caf92ec04a43fa4d8bcc6a6b3e5314a9-796f5e8742403d48-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b50419d8c7c1203055b1dda2ece14ef2", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1125,11 +1086,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/e2793ff4-ed1c-4d93-926d-7854cb262c7c?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/38f59d34-bb6d-440a-ac9d-a77245038c7d?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "882", + "Content-Length": "891", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:29:22 GMT", + "Date": "Wed, 28 Jun 2023 13:09:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1138,19 +1099,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d62c5adc7b9af8dda09f3705962b7768", - "x-ms-correlation-request-id": "f91ce519-9dbc-454d-909b-257e2ad3f7d7", + "x-ms-client-request-id": "b50419d8c7c1203055b1dda2ece14ef2", + "x-ms-correlation-request-id": "e94431a0-f5a4-49d3-86d8-af14802d3ee0", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;58", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "e2793ff4-ed1c-4d93-926d-7854cb262c7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092923Z:f91ce519-9dbc-454d-909b-257e2ad3f7d7", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "38f59d34-bb6d-440a-ac9d-a77245038c7d", + "x-ms-routing-request-id": "EASTUS:20230628T130947Z:e94431a0-f5a4-49d3-86d8-af14802d3ee0", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "name": "st1", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st1", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st1", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 50, "targetType": "nfs3", @@ -1164,23 +1125,23 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T09:29:23.326723Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:09:47.3987042Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:29:23.326723Z" + "lastModifiedAt": "2023-06-28T13:09:47.3987042Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/e2793ff4-ed1c-4d93-926d-7854cb262c7c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/38f59d34-bb6d-440a-ac9d-a77245038c7d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e43109a0239c0c4997f1709df0410884-cb02be86bcd7b44c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7ab95082a0920e5173d68520cfcd2e89", + "traceparent": "00-caf92ec04a43fa4d8bcc6a6b3e5314a9-7c4400de23a03a4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "049f4fa0b34a331bc66d262d7a66ace4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1189,7 +1150,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:29:23 GMT", + "Date": "Wed, 28 Jun 2023 13:09:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1198,28 +1159,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ab95082a0920e5173d68520cfcd2e89", - "x-ms-correlation-request-id": "03bdd614-3747-47a2-83d2-da50bd828168", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "f05b66e0-c1e4-4a89-bb38-3dc0d327d5cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092924Z:03bdd614-3747-47a2-83d2-da50bd828168", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "049f4fa0b34a331bc66d262d7a66ace4", + "x-ms-correlation-request-id": "bfeb9a89-68ed-4dd0-9479-47bd9342a521", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "845675a9-1227-49aa-87ca-549920b986d7", + "x-ms-routing-request-id": "EASTUS:20230628T130947Z:bfeb9a89-68ed-4dd0-9479-47bd9342a521", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:29:23.6401292\u002B00:00", + "startTime": "2023-06-28T13:09:47.4744895\u002B00:00", "status": "InProgress", - "name": "e2793ff4-ed1c-4d93-926d-7854cb262c7c" + "name": "38f59d34-bb6d-440a-ac9d-a77245038c7d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/e2793ff4-ed1c-4d93-926d-7854cb262c7c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/38f59d34-bb6d-440a-ac9d-a77245038c7d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e43109a0239c0c4997f1709df0410884-f55107873cb9c143-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "86633512e617ebbf9ce3bd31a4c227b7", + "traceparent": "00-caf92ec04a43fa4d8bcc6a6b3e5314a9-2ab24798efbb8546-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "59b083fd909f9eb001de7897a522577c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1228,7 +1189,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:29:24 GMT", + "Date": "Wed, 28 Jun 2023 13:09:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1237,28 +1198,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86633512e617ebbf9ce3bd31a4c227b7", - "x-ms-correlation-request-id": "8a0e433b-7457-47ef-a4cd-570670f36cd5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "f9e443a7-3b37-41ec-a41c-c1338ba67051", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092925Z:8a0e433b-7457-47ef-a4cd-570670f36cd5", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "59b083fd909f9eb001de7897a522577c", + "x-ms-correlation-request-id": "dea5a3e3-3a6a-42ea-b297-f4c54681a435", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "8e2eb1e1-8c87-4609-95ca-c846d676b6b6", + "x-ms-routing-request-id": "EASTUS:20230628T130948Z:dea5a3e3-3a6a-42ea-b297-f4c54681a435", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:29:23.6401292\u002B00:00", + "startTime": "2023-06-28T13:09:47.4744895\u002B00:00", "status": "InProgress", - "name": "e2793ff4-ed1c-4d93-926d-7854cb262c7c" + "name": "38f59d34-bb6d-440a-ac9d-a77245038c7d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/e2793ff4-ed1c-4d93-926d-7854cb262c7c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/38f59d34-bb6d-440a-ac9d-a77245038c7d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e43109a0239c0c4997f1709df0410884-9a1ad12907198d45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4683d962fc72a6d528d58dd96b9d794b", + "traceparent": "00-caf92ec04a43fa4d8bcc6a6b3e5314a9-ad5d8c770b25ec4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9c021a504941fba710e522cc13ebabd6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1267,7 +1228,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:29:25 GMT", + "Date": "Wed, 28 Jun 2023 13:09:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1276,28 +1237,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4683d962fc72a6d528d58dd96b9d794b", - "x-ms-correlation-request-id": "4958e0a6-d032-4971-954f-b0069156a38f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "9b5599dc-cd9b-4c55-b085-a119605d0c54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092926Z:4958e0a6-d032-4971-954f-b0069156a38f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "9c021a504941fba710e522cc13ebabd6", + "x-ms-correlation-request-id": "bb1946e6-dddd-498e-acc6-f667f88e2a0f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "33df8edf-ac2b-4dbb-bd05-ebd3fe4ecbc6", + "x-ms-routing-request-id": "EASTUS:20230628T130949Z:bb1946e6-dddd-498e-acc6-f667f88e2a0f", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:29:23.6401292\u002B00:00", + "startTime": "2023-06-28T13:09:47.4744895\u002B00:00", "status": "InProgress", - "name": "e2793ff4-ed1c-4d93-926d-7854cb262c7c" + "name": "38f59d34-bb6d-440a-ac9d-a77245038c7d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/e2793ff4-ed1c-4d93-926d-7854cb262c7c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/38f59d34-bb6d-440a-ac9d-a77245038c7d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e43109a0239c0c4997f1709df0410884-1c7f8c9e87226845-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9b094e3ab6859b4690cedeafe2206ab1", + "traceparent": "00-caf92ec04a43fa4d8bcc6a6b3e5314a9-9a4f345126650d47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "45103d7e072810239e01036c3b848da3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1306,7 +1267,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:29:27 GMT", + "Date": "Wed, 28 Jun 2023 13:09:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1315,28 +1276,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b094e3ab6859b4690cedeafe2206ab1", - "x-ms-correlation-request-id": "694e91d0-d058-413f-bff5-d0ae03d6f6ea", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "62e5eb65-c7bb-4d7e-9144-36c3f2e35b7f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092927Z:694e91d0-d058-413f-bff5-d0ae03d6f6ea", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "45103d7e072810239e01036c3b848da3", + "x-ms-correlation-request-id": "d56568e6-6153-4e83-a460-55641a4bae57", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "ac69cd50-ccfb-44d1-a227-59d986bc5c87", + "x-ms-routing-request-id": "EASTUS:20230628T130950Z:d56568e6-6153-4e83-a460-55641a4bae57", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:29:23.6401292\u002B00:00", + "startTime": "2023-06-28T13:09:47.4744895\u002B00:00", "status": "InProgress", - "name": "e2793ff4-ed1c-4d93-926d-7854cb262c7c" + "name": "38f59d34-bb6d-440a-ac9d-a77245038c7d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/e2793ff4-ed1c-4d93-926d-7854cb262c7c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/38f59d34-bb6d-440a-ac9d-a77245038c7d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e43109a0239c0c4997f1709df0410884-c0b0a679cba78346-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f6bdceafe84a15165fbc5e4158e67ffe", + "traceparent": "00-caf92ec04a43fa4d8bcc6a6b3e5314a9-beca218d555a9348-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "60dca9151064b3a2dbb549b96de48b16", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1345,7 +1306,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:29:29 GMT", + "Date": "Wed, 28 Jun 2023 13:09:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1354,28 +1315,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f6bdceafe84a15165fbc5e4158e67ffe", - "x-ms-correlation-request-id": "7ab6d20e-e820-4dd3-8e59-b434b905735d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "88696716-38f8-4008-9681-33aecb534cca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092930Z:7ab6d20e-e820-4dd3-8e59-b434b905735d", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "60dca9151064b3a2dbb549b96de48b16", + "x-ms-correlation-request-id": "1e1f2fcd-467b-465f-9902-96795113ef05", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "9c23ddbe-26aa-4873-a317-a5812451ac00", + "x-ms-routing-request-id": "EASTUS:20230628T130952Z:1e1f2fcd-467b-465f-9902-96795113ef05", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:29:23.6401292\u002B00:00", + "startTime": "2023-06-28T13:09:47.4744895\u002B00:00", "status": "InProgress", - "name": "e2793ff4-ed1c-4d93-926d-7854cb262c7c" + "name": "38f59d34-bb6d-440a-ac9d-a77245038c7d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/e2793ff4-ed1c-4d93-926d-7854cb262c7c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/38f59d34-bb6d-440a-ac9d-a77245038c7d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e43109a0239c0c4997f1709df0410884-66728e660045684c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "56f671698bb9ac3193e7b5a31e26c307", + "traceparent": "00-caf92ec04a43fa4d8bcc6a6b3e5314a9-53cd574aeaf8e249-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6818a23212114854f6f2fd40463bbf8b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1384,7 +1345,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:29:33 GMT", + "Date": "Wed, 28 Jun 2023 13:09:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1393,28 +1354,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "56f671698bb9ac3193e7b5a31e26c307", - "x-ms-correlation-request-id": "1f40d98d-795e-4e6c-98f9-7e6ca3ead610", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "e7f9cbd3-a200-4f08-99aa-b1fd8712df3f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092934Z:1f40d98d-795e-4e6c-98f9-7e6ca3ead610", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "6818a23212114854f6f2fd40463bbf8b", + "x-ms-correlation-request-id": "07baaa20-2730-40b9-b764-a153f8f97cbb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "484b8f81-1e27-4d0a-907d-ae06a94d1dc0", + "x-ms-routing-request-id": "EASTUS:20230628T130956Z:07baaa20-2730-40b9-b764-a153f8f97cbb", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:29:23.6401292\u002B00:00", + "startTime": "2023-06-28T13:09:47.4744895\u002B00:00", "status": "InProgress", - "name": "e2793ff4-ed1c-4d93-926d-7854cb262c7c" + "name": "38f59d34-bb6d-440a-ac9d-a77245038c7d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/e2793ff4-ed1c-4d93-926d-7854cb262c7c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/38f59d34-bb6d-440a-ac9d-a77245038c7d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e43109a0239c0c4997f1709df0410884-b6e1968bce46dc4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9d29dc6b83e0510137f33cc8580443aa", + "traceparent": "00-caf92ec04a43fa4d8bcc6a6b3e5314a9-dba95cf9632c5e4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6ab77e574b0f6e729a5c6972be69a2ba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1423,7 +1384,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:29:42 GMT", + "Date": "Wed, 28 Jun 2023 13:10:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1432,28 +1393,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9d29dc6b83e0510137f33cc8580443aa", - "x-ms-correlation-request-id": "b82210ea-700d-40ae-97bd-656b775dbb60", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "bbd926d0-0064-4173-90a7-e5a5eea627c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092942Z:b82210ea-700d-40ae-97bd-656b775dbb60", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "6ab77e574b0f6e729a5c6972be69a2ba", + "x-ms-correlation-request-id": "7cce51b4-5250-4397-a0a2-4c6e0d7e910c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "0c73a6fc-5ce9-44bc-8bbd-f7a93f70b70c", + "x-ms-routing-request-id": "EASTUS:20230628T131004Z:7cce51b4-5250-4397-a0a2-4c6e0d7e910c", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:29:23.6401292\u002B00:00", + "startTime": "2023-06-28T13:09:47.4744895\u002B00:00", "status": "InProgress", - "name": "e2793ff4-ed1c-4d93-926d-7854cb262c7c" + "name": "38f59d34-bb6d-440a-ac9d-a77245038c7d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/e2793ff4-ed1c-4d93-926d-7854cb262c7c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/38f59d34-bb6d-440a-ac9d-a77245038c7d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e43109a0239c0c4997f1709df0410884-ca7be1b7173f9447-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7146df4e142923f89d1162623372f639", + "traceparent": "00-caf92ec04a43fa4d8bcc6a6b3e5314a9-aaa4b6334768f143-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9939ed75256b02915493697113626d9f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1462,7 +1423,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:29:58 GMT", + "Date": "Wed, 28 Jun 2023 13:10:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1471,38 +1432,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7146df4e142923f89d1162623372f639", - "x-ms-correlation-request-id": "51a137d2-a5b3-4cf6-b201-ac4ec4eede8f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "6a3b6d23-52c7-48f2-8322-a99ede8d24f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092959Z:51a137d2-a5b3-4cf6-b201-ac4ec4eede8f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "9939ed75256b02915493697113626d9f", + "x-ms-correlation-request-id": "1c83733c-f02a-4ad5-87e0-9b63f124cba9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "da963edf-02e9-4ae1-9669-5f658d2f0e80", + "x-ms-routing-request-id": "EASTUS:20230628T131021Z:1c83733c-f02a-4ad5-87e0-9b63f124cba9", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:29:23.6401292\u002B00:00", - "endTime": "2023-03-23T09:29:53.0326343\u002B00:00", + "startTime": "2023-06-28T13:09:47.4744895\u002B00:00", + "endTime": "2023-06-28T13:10:16.9983425\u002B00:00", "status": "Succeeded", - "name": "e2793ff4-ed1c-4d93-926d-7854cb262c7c" + "name": "38f59d34-bb6d-440a-ac9d-a77245038c7d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e43109a0239c0c4997f1709df0410884-ba47862c20ddaa44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7bd656f9e2bce51e70a51ec54f68548e", + "traceparent": "00-caf92ec04a43fa4d8bcc6a6b3e5314a9-690ee3ed288fa545-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ef62bdf5212de6072faaceb4a8e28a8d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "884", + "Content-Length": "893", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:29:59 GMT", + "Date": "Wed, 28 Jun 2023 13:10:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1511,19 +1472,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7bd656f9e2bce51e70a51ec54f68548e", - "x-ms-correlation-request-id": "712c4207-6730-48ff-9877-7ba489021eb1", + "x-ms-client-request-id": "ef62bdf5212de6072faaceb4a8e28a8d", + "x-ms-correlation-request-id": "395b2eaa-c723-41c7-a2fa-51217a2be7d6", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;118", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "6ed86f51-e105-4cd6-9640-2a1b2aa3e064", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T092959Z:712c4207-6730-48ff-9877-7ba489021eb1", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "a7ead073-141a-4147-afac-988dc5e6cd58", + "x-ms-routing-request-id": "EASTUS:20230628T131021Z:395b2eaa-c723-41c7-a2fa-51217a2be7d6", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "name": "st1", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st1", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st1", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 50, "targetType": "nfs3", @@ -1537,26 +1498,26 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T09:29:23.326723Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:09:47.3987042Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:29:23.326723Z" + "lastModifiedAt": "2023-06-28T13:09:47.3987042Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st2?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "115", "Content-Type": "application/json", - "traceparent": "00-751a790273919249a5e4982c5c744766-b0b58f8f2928ac43-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3f550aa352e057dee306ffce209f1ec4", + "traceparent": "00-13b9baee62bd054daa722ae7bf433292-ccac1b4d18e3fb4b-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "59ca424f2602321fedb4157be2005b37", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1571,11 +1532,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/397fe126-51ff-42fd-b971-601e21d8e0c6?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1cd24772-5d5f-4fb8-acfb-24a150c063f8?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "884", + "Content-Length": "889", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:30:01 GMT", + "Date": "Wed, 28 Jun 2023 13:10:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1584,19 +1545,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f550aa352e057dee306ffce209f1ec4", - "x-ms-correlation-request-id": "d5299dd2-7b60-4446-b580-79cf36f9ff67", + "x-ms-client-request-id": "59ca424f2602321fedb4157be2005b37", + "x-ms-correlation-request-id": "f2147d5f-c369-40c7-958a-189b2fba37d5", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;58", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "397fe126-51ff-42fd-b971-601e21d8e0c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093001Z:d5299dd2-7b60-4446-b580-79cf36f9ff67", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "1cd24772-5d5f-4fb8-acfb-24a150c063f8", + "x-ms-routing-request-id": "EASTUS:20230628T131021Z:f2147d5f-c369-40c7-958a-189b2fba37d5", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "name": "st2", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st2", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st2", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 33, "targetType": "nfs3", @@ -1610,23 +1571,23 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T09:30:00.0143373Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:10:21.304985Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:30:00.0143373Z" + "lastModifiedAt": "2023-06-28T13:10:21.304985Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/397fe126-51ff-42fd-b971-601e21d8e0c6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1cd24772-5d5f-4fb8-acfb-24a150c063f8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-751a790273919249a5e4982c5c744766-8c8acbd474419142-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "28bed4bdb71da758787e98b6e34fc4d0", + "traceparent": "00-13b9baee62bd054daa722ae7bf433292-d5c3a97731f3dd46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d022db091397ce9d9e2f02790b8b042f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1635,7 +1596,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:30:03 GMT", + "Date": "Wed, 28 Jun 2023 13:10:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1644,28 +1605,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "28bed4bdb71da758787e98b6e34fc4d0", - "x-ms-correlation-request-id": "510cc06a-a4e6-4a1c-b05b-fe9554eb6a0c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "d9b6a542-c3a7-432a-bc42-be7d6b39fb6d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093003Z:510cc06a-a4e6-4a1c-b05b-fe9554eb6a0c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "d022db091397ce9d9e2f02790b8b042f", + "x-ms-correlation-request-id": "b82e3b6a-9465-4bd3-ab73-333eecb8bc66", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "92c45f8e-cef4-431c-a848-8634b0d0a48a", + "x-ms-routing-request-id": "EASTUS:20230628T131021Z:b82e3b6a-9465-4bd3-ab73-333eecb8bc66", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:30:00.7718146\u002B00:00", + "startTime": "2023-06-28T13:10:21.3890291\u002B00:00", "status": "InProgress", - "name": "397fe126-51ff-42fd-b971-601e21d8e0c6" + "name": "1cd24772-5d5f-4fb8-acfb-24a150c063f8" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/397fe126-51ff-42fd-b971-601e21d8e0c6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1cd24772-5d5f-4fb8-acfb-24a150c063f8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-751a790273919249a5e4982c5c744766-49d833cc39676e49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4cc75a865299dc601ce97d80505962b0", + "traceparent": "00-13b9baee62bd054daa722ae7bf433292-ea66f454f464b242-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dec5964f89649c85b57673afbc5edb10", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1674,7 +1635,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:30:04 GMT", + "Date": "Wed, 28 Jun 2023 13:10:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1683,28 +1644,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4cc75a865299dc601ce97d80505962b0", - "x-ms-correlation-request-id": "89e67654-4d74-470b-9812-11ce99877eb0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "c525fa0d-35e9-4ea2-a6a4-7d28cf54cc15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093004Z:89e67654-4d74-470b-9812-11ce99877eb0", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "dec5964f89649c85b57673afbc5edb10", + "x-ms-correlation-request-id": "02fdb36a-5b0c-48b0-b521-e5a05ff8f5f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "da699b31-8f2e-48af-83c2-1927f0753a0c", + "x-ms-routing-request-id": "EASTUS:20230628T131022Z:02fdb36a-5b0c-48b0-b521-e5a05ff8f5f3", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:30:00.7718146\u002B00:00", + "startTime": "2023-06-28T13:10:21.3890291\u002B00:00", "status": "InProgress", - "name": "397fe126-51ff-42fd-b971-601e21d8e0c6" + "name": "1cd24772-5d5f-4fb8-acfb-24a150c063f8" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/397fe126-51ff-42fd-b971-601e21d8e0c6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1cd24772-5d5f-4fb8-acfb-24a150c063f8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-751a790273919249a5e4982c5c744766-1c9faa821f0d5e43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4c11ca31f6e146a6a92889b02f388972", + "traceparent": "00-13b9baee62bd054daa722ae7bf433292-b85f1f0f429ae34b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0672a35a8adedb9f2cae62d8b113485a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1713,7 +1674,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:30:06 GMT", + "Date": "Wed, 28 Jun 2023 13:10:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1722,28 +1683,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c11ca31f6e146a6a92889b02f388972", - "x-ms-correlation-request-id": "0440fded-7854-4222-96e7-5ac85911f479", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "6a8eed91-72e2-406c-bef1-d8828fc19625", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093006Z:0440fded-7854-4222-96e7-5ac85911f479", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "0672a35a8adedb9f2cae62d8b113485a", + "x-ms-correlation-request-id": "0f91f309-69cc-4a36-a9db-194eb2dd008c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "e1f2ee2d-868f-46c9-bb56-33a0f995e43a", + "x-ms-routing-request-id": "EASTUS:20230628T131023Z:0f91f309-69cc-4a36-a9db-194eb2dd008c", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:30:00.7718146\u002B00:00", + "startTime": "2023-06-28T13:10:21.3890291\u002B00:00", "status": "InProgress", - "name": "397fe126-51ff-42fd-b971-601e21d8e0c6" + "name": "1cd24772-5d5f-4fb8-acfb-24a150c063f8" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/397fe126-51ff-42fd-b971-601e21d8e0c6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1cd24772-5d5f-4fb8-acfb-24a150c063f8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-751a790273919249a5e4982c5c744766-fbd276a08efb604a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9afd309b876b6b9b73e20c3439d8561e", + "traceparent": "00-13b9baee62bd054daa722ae7bf433292-109b4f27f0de6842-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bf713a4e7b17800d56851a21a0ee1240", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1752,7 +1713,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:30:07 GMT", + "Date": "Wed, 28 Jun 2023 13:10:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1761,28 +1722,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9afd309b876b6b9b73e20c3439d8561e", - "x-ms-correlation-request-id": "4c01958b-3d43-435e-a8fb-48fd74a7c1f9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "79f4424f-7aaa-4df0-b0c6-39baf81076fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093007Z:4c01958b-3d43-435e-a8fb-48fd74a7c1f9", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "bf713a4e7b17800d56851a21a0ee1240", + "x-ms-correlation-request-id": "695aba02-d055-4e3b-9dd7-edfef33bb2a1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "cda6dcba-70c0-4013-8373-5be2afb50a1d", + "x-ms-routing-request-id": "EASTUS:20230628T131024Z:695aba02-d055-4e3b-9dd7-edfef33bb2a1", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:30:00.7718146\u002B00:00", + "startTime": "2023-06-28T13:10:21.3890291\u002B00:00", "status": "InProgress", - "name": "397fe126-51ff-42fd-b971-601e21d8e0c6" + "name": "1cd24772-5d5f-4fb8-acfb-24a150c063f8" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/397fe126-51ff-42fd-b971-601e21d8e0c6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1cd24772-5d5f-4fb8-acfb-24a150c063f8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-751a790273919249a5e4982c5c744766-4b59767e67df734c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1884e71c783e90efb381a271c8b0ace3", + "traceparent": "00-13b9baee62bd054daa722ae7bf433292-a6d7c0c6046e7540-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "681ef153fd19c550f6e9b2b626adeba2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1791,7 +1752,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:30:09 GMT", + "Date": "Wed, 28 Jun 2023 13:10:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1800,28 +1761,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1884e71c783e90efb381a271c8b0ace3", - "x-ms-correlation-request-id": "77c07677-2be3-4aba-85b2-e2ef969c68fa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "aaedbf6b-77d7-4cb7-964b-55c8c7000a37", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093010Z:77c07677-2be3-4aba-85b2-e2ef969c68fa", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "681ef153fd19c550f6e9b2b626adeba2", + "x-ms-correlation-request-id": "12477c94-c48c-4646-a31d-0d3b0658964a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "04ee7f60-dfd9-4457-891f-215794b520e8", + "x-ms-routing-request-id": "EASTUS:20230628T131026Z:12477c94-c48c-4646-a31d-0d3b0658964a", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:30:00.7718146\u002B00:00", + "startTime": "2023-06-28T13:10:21.3890291\u002B00:00", "status": "InProgress", - "name": "397fe126-51ff-42fd-b971-601e21d8e0c6" + "name": "1cd24772-5d5f-4fb8-acfb-24a150c063f8" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/397fe126-51ff-42fd-b971-601e21d8e0c6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1cd24772-5d5f-4fb8-acfb-24a150c063f8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-751a790273919249a5e4982c5c744766-42b7a558bc2b624f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "20e40b60c75baa442fa6d8feea720cd1", + "traceparent": "00-13b9baee62bd054daa722ae7bf433292-d8f96f8c5cf5db4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8261192d1cecdef895f1af58707e3b3e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1830,7 +1791,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:30:14 GMT", + "Date": "Wed, 28 Jun 2023 13:10:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1839,28 +1800,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "20e40b60c75baa442fa6d8feea720cd1", - "x-ms-correlation-request-id": "233fc22d-c830-42d9-8d8f-1d68f4eb17dc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "41fcfda4-55b1-4de9-a93f-a4b2247afc14", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093014Z:233fc22d-c830-42d9-8d8f-1d68f4eb17dc", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "8261192d1cecdef895f1af58707e3b3e", + "x-ms-correlation-request-id": "3f770911-293a-497f-8bc6-a5661a74a82d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "aaad117d-0fb2-4584-afce-7fcf00ab1fd4", + "x-ms-routing-request-id": "EASTUS:20230628T131030Z:3f770911-293a-497f-8bc6-a5661a74a82d", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:30:00.7718146\u002B00:00", + "startTime": "2023-06-28T13:10:21.3890291\u002B00:00", "status": "InProgress", - "name": "397fe126-51ff-42fd-b971-601e21d8e0c6" + "name": "1cd24772-5d5f-4fb8-acfb-24a150c063f8" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/397fe126-51ff-42fd-b971-601e21d8e0c6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1cd24772-5d5f-4fb8-acfb-24a150c063f8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-751a790273919249a5e4982c5c744766-dfd42e55fb27284d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "48936ad170b42333416de7eae52aa2c3", + "traceparent": "00-13b9baee62bd054daa722ae7bf433292-e8ec9599284d5c4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bf84229ce0f45040e9acc82ec95659a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1869,7 +1830,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:30:22 GMT", + "Date": "Wed, 28 Jun 2023 13:10:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1878,28 +1839,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "48936ad170b42333416de7eae52aa2c3", - "x-ms-correlation-request-id": "cec61460-84d7-48d3-9ab8-d6c65f1d253e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "35ccf9d0-f78e-4601-8dcb-9c7a26f9e449", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093022Z:cec61460-84d7-48d3-9ab8-d6c65f1d253e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "bf84229ce0f45040e9acc82ec95659a9", + "x-ms-correlation-request-id": "9c111135-d31b-4053-b5b4-461aaa099025", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "a00edd4f-c6d4-4464-8dc4-62b4e1027149", + "x-ms-routing-request-id": "EASTUS:20230628T131038Z:9c111135-d31b-4053-b5b4-461aaa099025", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:30:00.7718146\u002B00:00", + "startTime": "2023-06-28T13:10:21.3890291\u002B00:00", "status": "InProgress", - "name": "397fe126-51ff-42fd-b971-601e21d8e0c6" + "name": "1cd24772-5d5f-4fb8-acfb-24a150c063f8" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/397fe126-51ff-42fd-b971-601e21d8e0c6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/providers/Microsoft.StorageCache/locations/eastus/ascOperations/1cd24772-5d5f-4fb8-acfb-24a150c063f8?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-751a790273919249a5e4982c5c744766-2bf6cfd0ee12ef48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2ed4283535f454c2a2dae9979ff0a640", + "traceparent": "00-13b9baee62bd054daa722ae7bf433292-974b5d408c510a44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "87f478998f8c3753f940d3274ef85578", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1908,7 +1869,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:30:38 GMT", + "Date": "Wed, 28 Jun 2023 13:10:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1917,38 +1878,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2ed4283535f454c2a2dae9979ff0a640", - "x-ms-correlation-request-id": "ba61d83b-ad1b-417e-8002-02a17aac217f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "02905a81-4144-4eae-b0cd-b26daaceefed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093039Z:ba61d83b-ad1b-417e-8002-02a17aac217f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "87f478998f8c3753f940d3274ef85578", + "x-ms-correlation-request-id": "927132a4-c326-4f13-b5c5-c84dd126cc36", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "4d81490a-7610-4af6-984b-df272c5997e8", + "x-ms-routing-request-id": "EASTUS:20230628T131055Z:927132a4-c326-4f13-b5c5-c84dd126cc36", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { - "startTime": "2023-03-23T09:30:00.7718146\u002B00:00", - "endTime": "2023-03-23T09:30:30.6550063\u002B00:00", + "startTime": "2023-06-28T13:10:21.3890291\u002B00:00", + "endTime": "2023-06-28T13:10:53.7214184\u002B00:00", "status": "Succeeded", - "name": "397fe126-51ff-42fd-b971-601e21d8e0c6" + "name": "1cd24772-5d5f-4fb8-acfb-24a150c063f8" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st2?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st2?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-751a790273919249a5e4982c5c744766-78e71a7fd370a64f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5d9fd174641cef2fd7c1dfeedf5ac404", + "traceparent": "00-13b9baee62bd054daa722ae7bf433292-fce2cf2c4cea5544-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "041a73ae2c284dadd810994053ca153e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "886", + "Content-Length": "891", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:30:39 GMT", + "Date": "Wed, 28 Jun 2023 13:10:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1957,19 +1918,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5d9fd174641cef2fd7c1dfeedf5ac404", - "x-ms-correlation-request-id": "5dfa522a-ceb8-4b95-926c-4d869d9c33fd", + "x-ms-client-request-id": "041a73ae2c284dadd810994053ca153e", + "x-ms-correlation-request-id": "80a79285-9717-4cf7-9564-3366746d7bbc", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;118", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "a7c677a0-9cb9-4761-bcb6-9b825667d02c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093039Z:5dfa522a-ceb8-4b95-926c-4d869d9c33fd", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "8ffc7d77-7b8f-4adc-bd17-73d8cae26d23", + "x-ms-routing-request-id": "EASTUS:20230628T131055Z:80a79285-9717-4cf7-9564-3366746d7bbc", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "name": "st2", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st2", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st2", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 33, "targetType": "nfs3", @@ -1983,32 +1944,32 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T09:30:00.0143373Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:10:21.304985Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:30:00.0143373Z" + "lastModifiedAt": "2023-06-28T13:10:21.304985Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c1c91504de9e9cdca83ea5d9879c8450", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230627.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f7be0698b48a0cb1cf4cc6b40c1902f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2997", + "Content-Length": "3020", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:30:39 GMT", + "Date": "Wed, 28 Jun 2023 13:10:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2017,21 +1978,21 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c1c91504de9e9cdca83ea5d9879c8450", - "x-ms-correlation-request-id": "c46fc2db-fc1b-4168-a8ec-469fd02b4ab6", + "x-ms-client-request-id": "f7be0698b48a0cb1cf4cc6b40c1902f1", + "x-ms-correlation-request-id": "92fcdc5b-b29a-4db8-ad7b-cf19e5dd1b59", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "523ee950-c6e0-4d7f-ae08-71e16f988068", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093040Z:c46fc2db-fc1b-4168-a8ec-469fd02b4ab6", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "5e19fbf3-4bfb-4c84-baad-9b9dde3697c7", + "x-ms-routing-request-id": "EASTUS:20230628T131055Z:92fcdc5b-b29a-4db8-ad7b-cf19e5dd1b59", + "x-ms-served-by": "21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508,21af37ac-0b58-450b-9524-3fd8d013ca93_133316773584130508" }, "ResponseBody": { "value": [ { "name": "st0", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st0", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st0", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 34, "targetType": "nfs3", @@ -2045,19 +2006,19 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T09:28:45.810988Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:09:13.4299157Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:28:45.810988Z" + "lastModifiedAt": "2023-06-28T13:09:13.4299157Z" } }, { "name": "st1", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st1", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st1", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 33, "targetType": "nfs3", @@ -2071,19 +2032,19 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T09:29:23.326723Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:09:47.3987042Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:29:23.326723Z" + "lastModifiedAt": "2023-06-28T13:09:47.3987042Z" } }, { "name": "st2", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st2", + "id": "/subscriptions/733b22ab-69e4-4f63-a7e5-0f2312c2e35f/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc1846/storageTargets/st2", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 33, "targetType": "nfs3", @@ -2097,81 +2058,22 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "createdByType": "Application", - "createdAt": "2023-03-23T09:30:00.0143373Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-28T13:10:21.304985Z", + "lastModifiedBy": "fcfa1be3-227c-4266-a41c-82f46f3ce0fe", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:30:00.0143373Z" + "lastModifiedAt": "2023-06-28T13:10:21.304985Z" } } ] } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2510?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-cb66a9333276334bb0d618f448da7af6-c6a8091c0e904146-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1376a6c7448bd1a7f8e4563256d47447", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:30:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyNTEwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57eef534-64b3-4459-9a98-788d86dfbf60", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "57eef534-64b3-4459-9a98-788d86dfbf60", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093043Z:57eef534-64b3-4459-9a98-788d86dfbf60" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyNTEwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cb66a9333276334bb0d618f448da7af6-e0c5131fbdeed746-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "39268e3db1e4bf786df7c9ba88aa45d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:30:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyNTEwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad4b6e95-d9b5-430e-98ea-b5da2ca6afa6", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "ad4b6e95-d9b5-430e-98ea-b5da2ca6afa6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093043Z:ad4b6e95-d9b5-430e-98ea-b5da2ca6afa6" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1442013765", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "522306542", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "733b22ab-69e4-4f63-a7e5-0f2312c2e35f" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/Delete().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/Delete().json index d9f5f91f69ab..f7cc6859ab61 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/Delete().json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/Delete().json @@ -1,39 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-7b6ccc5464745a438b1ba659d6fe6005-c841553c67c42549-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "70637182b6472b37e78a102ac5f3806b", + "traceparent": "00-bec48482767bc248a077405dd168f73c-a7dd6157d5c9eb4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b127796fc13c55a4e786697da807a49a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:31:28 GMT", + "Date": "Fri, 16 Jun 2023 01:09:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d035d4bc-556a-48dd-90fc-40fd68a96e1b", + "x-ms-correlation-request-id": "1771baa0-772b-414d-87ac-1b5a2563b058", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "d035d4bc-556a-48dd-90fc-40fd68a96e1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093129Z:d035d4bc-556a-48dd-90fc-40fd68a96e1b" + "x-ms-request-id": "1771baa0-772b-414d-87ac-1b5a2563b058", + "x-ms-routing-request-id": "EASTUS:20230616T010959Z:1771baa0-772b-414d-87ac-1b5a2563b058" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,64 +43,11899 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg9389?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-b5dfbb3ef787b543810c3e9606f37082-3a8465c72f386246-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ff9d3445d4727096f5c194a67d6c8c2b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:09:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b4ff9e23-5b07-47d6-8b03-77d6b8ab7eb6", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "b4ff9e23-5b07-47d6-8b03-77d6b8ab7eb6", + "x-ms-routing-request-id": "EASTUS:20230616T010959Z:b4ff9e23-5b07-47d6-8b03-77d6b8ab7eb6" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-58c3a8f98b0f1146ade3b116feb9b166-bb544d6ceb25354f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9ee481df9df52d933e3841863c9553d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "156364", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:10:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0fc84d41-244d-45cb-b2e4-69d3ff88cea3", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "0fc84d41-244d-45cb-b2e4-69d3ff88cea3", + "x-ms-routing-request-id": "EASTUS:20230616T011000Z:0fc84d41-244d-45cb-b2e4-69d3ff88cea3" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", + "namespace": "Microsoft.Network", + "authorizations": [ + { + "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", + "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" + }, + { + "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", + "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" + }, + { + "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", + "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" + }, + { + "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", + "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" + }, + { + "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", + "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" + }, + { + "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", + "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" + }, + { + "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", + "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" + }, + { + "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", + "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" + }, + { + "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", + "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" + }, + { + "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", + "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" + }, + { + "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", + "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" + }, + { + "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", + "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" + } + ], + "resourceTypes": [ + { + "resourceType": "virtualNetworks", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/taggedTrafficConsumers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "natGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "publicIPAddresses", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "internalPublicIpAddresses", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "customIpPrefixes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkInterfaces", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dscpConfigurations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateEndpoints", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateEndpoints/privateLinkServiceProxies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "None" + }, + { + "resourceType": "privateEndpointRedirectMaps", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "loadBalancers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkSecurityGroups", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationSecurityGroups", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2017-09-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "serviceEndpointPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkIntentPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "routeTables", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "publicIPPrefixes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers/connectionMonitors", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers/flowLogs", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers/pingMeshes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworkGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "localNetworkGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "connections", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationGatewayWebApplicationFirewallPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/operations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/operationResults", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/CheckDnsNameAvailability", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01" + ], + "capabilities": "None" + }, + { + "resourceType": "cloudServiceSlots", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01" + ], + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/usages", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/virtualNetworkAvailableEndpointServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/availableDelegations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/ApplicationGatewayWafDynamicManifests", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/serviceTags", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/availablePrivateEndpointTypes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/availableServiceAliases", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/checkPrivateLinkServiceVisibility", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/autoApprovedPrivateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/supportedVirtualMachineSizes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/setAzureNetworkManagerConfiguration", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/publishResources", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/getAzureNetworkManagerConfiguration", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/checkAcceleratedNetworkingSupport", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/validateResourceOwnership", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/setResourceOwnership", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/effectiveResourceOwnership", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "operations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "dnszones", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2016-04-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnsOperationStatuses", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "getDnsResourceReference", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "internalNotify", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/A", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/AAAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/CNAME", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/PTR", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/MX", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/TXT", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/SRV", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/SOA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/NS", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/CAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/recordsets", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateDnsZones/virtualNetworkLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateDnsOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsOperationStatuses", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZonesInternal", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-01-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/A", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/AAAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/CNAME", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/PTR", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/MX", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/TXT", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SRV", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SOA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/privateDnsZoneLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "None" + }, + { + "resourceType": "dnsResolvers", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsResolvers/inboundEndpoints", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsResolvers/outboundEndpoints", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsForwardingRulesets", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsForwardingRulesets/forwardingRules", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "dnsForwardingRulesets/virtualNetworkLinks", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listDnsResolvers", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listDnsForwardingRulesets", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "locations/dnsResolverOperationResults", + "locations": [], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "locations/dnsResolverOperationStatuses", + "locations": [], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "trafficmanagerprofiles/heatMaps", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles/azureendpoints", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles/externalendpoints", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles/nestedendpoints", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "checkTrafficManagerNameAvailability", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, + { + "resourceType": "trafficManagerUserMetricsKeys", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficManagerGeographicHierarchies", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "expressRouteCircuits", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRouteServiceProviders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableWafRuleSets", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableSslOptions", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableServerVariables", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableRequestHeaders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableResponseHeaders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "capabilities": "None" + }, + { + "resourceType": "routeFilters", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "bgpServiceCommunities", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01" + ], + "capabilities": "None" + }, + { + "resourceType": "virtualWans", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "vpnSites", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "vpnServerConfigurations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualHubs", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "vpnGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "p2sVpnGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRouteGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations/hybridEdgeZone", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "expressRoutePortsLocations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "firewallPolicies", + "locations": [ + "Qatar Central", + "Poland Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "ipGroups", + "locations": [ + "Qatar Central", + "Poland Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "West Central US", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureWebCategories", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "defaultApiVersion": "2020-08-01", + "capabilities": "None" + }, + { + "resourceType": "locations/nfvOperations", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/nfvOperationResults", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "capabilities": "None" + }, + { + "resourceType": "securityPartnerProviders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureFirewalls", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "France Central", + "Australia Central", + "Japan West", + "Japan East", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureFirewallFqdnTags", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "virtualNetworkTaps", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations/privateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "ddosProtectionPlans", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2018-02-01" + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkProfiles", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "checkFrontdoorNameAvailability", + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "None" + }, + { + "resourceType": "locations/bareMetalTenants", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "capabilities": "None" + }, + { + "resourceType": "bastionHosts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualRouters", + "locations": [ + "Qatar Central", + "Poland Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkVirtualAppliances", + "locations": [ + "Qatar Central", + "Poland Central", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SystemAssignedResourceIdentity, SupportsTags, SupportsLocation" + }, + { + "resourceType": "ipAllocations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagerConnections", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/queryNetworkSecurityPerimeter", + "locations": [ + "West Central US", + "Jio India West", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2022-02-01-preview", + "2021-05-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": "2021-02-01-preview", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "None" + }, + { + "resourceType": "networkGroupMemberships", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2022-06-01-preview" + ], + "defaultApiVersion": "2022-06-01-preview", + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/commitInternalAzureNetworkManagerConfiguration", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/internalAzureVirtualNetworkManagerOperation", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "networkVirtualApplianceSkus", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "None" + }, + { + "resourceType": "locations/serviceTagDetails", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/dataTasks", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6389?api-version=2023-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-58c3a8f98b0f1146ade3b116feb9b166-344985d245dd224f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e5120051e39abcb77a2dfdd87bf93d21", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-3897", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/7010ca7f-a888-4f30-931c-ba872a5267ed?api-version=2023-04-01", + "Cache-Control": "no-cache", + "Content-Length": "1016", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:10:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "5de34f9c-62b0-444a-98a7-f50d57dc0f82", + "x-ms-client-request-id": "e5120051e39abcb77a2dfdd87bf93d21", + "x-ms-correlation-request-id": "40222785-cfb7-454b-ad01-51aecc1ee8de", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "7010ca7f-a888-4f30-931c-ba872a5267ed", + "x-ms-routing-request-id": "EASTUS:20230616T011002Z:40222785-cfb7-454b-ad01-51aecc1ee8de" + }, + "ResponseBody": { + "name": "scTestVNet-6389", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6389", + "etag": "W/\u00225b5a9787-78ec-4605-b586-e0d583b5a04b\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "ca847f7a-d332-4473-8c4a-a468c79fd638", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-3897", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6389/subnets/scTestSubnet-3897", + "etag": "W/\u00225b5a9787-78ec-4605-b586-e0d583b5a04b\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/7010ca7f-a888-4f30-931c-ba872a5267ed?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-58c3a8f98b0f1146ade3b116feb9b166-feabf7f427a2f442-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2b3b9b2a4049fce3ca2824c89fbbb244", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:10:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "615fae1d-a7fb-45eb-9ee4-704b0d778ee5", + "x-ms-client-request-id": "2b3b9b2a4049fce3ca2824c89fbbb244", + "x-ms-correlation-request-id": "fdb76f27-3f01-4f83-9202-dd5508e9d9b4", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "8bf9f211-6602-43d9-a34c-6aed982f3389", + "x-ms-routing-request-id": "EASTUS:20230616T011002Z:fdb76f27-3f01-4f83-9202-dd5508e9d9b4" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/7010ca7f-a888-4f30-931c-ba872a5267ed?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-58c3a8f98b0f1146ade3b116feb9b166-3f010369ed17bc41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b1041ffa3ad0bb7058b006f38b7e083f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:10:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ec43e6e5-caf1-4ee1-a2f8-57a9d7c21391", + "x-ms-client-request-id": "b1041ffa3ad0bb7058b006f38b7e083f", + "x-ms-correlation-request-id": "f9e084e9-75ef-4666-897f-cc68f46a6bb8", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "ab8d6996-92d5-4c11-83f8-fd45778e9d62", + "x-ms-routing-request-id": "EASTUS:20230616T011012Z:f9e084e9-75ef-4666-897f-cc68f46a6bb8" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6389?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-58c3a8f98b0f1146ade3b116feb9b166-72b9a493acbe6741-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dfaeecd512bd41d8a7c84d3871dfc224", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1018", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:10:11 GMT", + "ETag": "W/\u0022ec40d173-14b9-435a-bc7d-b5caa16101c1\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e457f4c7-381f-470e-8189-cbf8afdf2a85", + "x-ms-client-request-id": "dfaeecd512bd41d8a7c84d3871dfc224", + "x-ms-correlation-request-id": "2cea2ae3-7c79-48f7-88ad-23f360526e1c", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "e9409096-d28c-415c-bb52-72077ab44828", + "x-ms-routing-request-id": "EASTUS:20230616T011012Z:2cea2ae3-7c79-48f7-88ad-23f360526e1c" + }, + "ResponseBody": { + "name": "scTestVNet-6389", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6389", + "etag": "W/\u0022ec40d173-14b9-435a-bc7d-b5caa16101c1\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "ca847f7a-d332-4473-8c4a-a468c79fd638", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-3897", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6389/subnets/scTestSubnet-3897", + "etag": "W/\u0022ec40d173-14b9-435a-bc7d-b5caa16101c1\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7814?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { - "Accept": "application/json", + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "295", + "Content-Type": "application/json", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-6a6a04cba5b8114f-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "943e13f4a636ef402b80d2983af0704b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_2G" + }, + "tags": {}, + "location": "eastus", + "properties": { + "cacheSizeGB": 3072, + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6389/subnets/scTestSubnet-3897", + "zones": [ + "1" + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1968", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:10:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "943e13f4a636ef402b80d2983af0704b", + "x-ms-correlation-request-id": "e59dc974-4723-4470-bb08-8d4a8469cb3d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "0c954bf2-3933-4ad4-ab63-8505c207aa42", + "x-ms-routing-request-id": "EASTUS:20230616T011014Z:e59dc974-4723-4470-bb08-8d4a8469cb3d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testsc7814", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7814", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Transitioning", + "statusDescription": "The cache is being allocated." + }, + "provisioningState": "Creating", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6389/subnets/scTestSubnet-3897", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-16T01:10:13.5341702Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-16T01:10:13.2898279Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-16T01:10:13.2898279Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-9cc8208e71ef6b4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "78fee2ed74402e08acbfb33d403f07b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:10:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78fee2ed74402e08acbfb33d403f07b7", + "x-ms-correlation-request-id": "7f1c213d-ddc8-412d-874a-7dcc5b9e63e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "04857ef1-0434-4079-ba88-b201622b0c03", + "x-ms-routing-request-id": "EASTUS:20230616T011014Z:7f1c213d-ddc8-412d-874a-7dcc5b9e63e6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", + "status": "InProgress", + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-ab669642703d0948a91a07906f79c617-33688183f0d83e4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fcd6bdeca1e08ff89e21fa7ac12af87b", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-abb0b19027692f44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8c1801580fec21178c564c739c3901f3", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:10:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c1801580fec21178c564c739c3901f3", + "x-ms-correlation-request-id": "fbce0f29-2a2e-4a36-82ae-24bee6dcdf39", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "db41c410-ec25-4bdb-ace0-acfa3683c013", + "x-ms-routing-request-id": "EASTUS:20230616T011015Z:fbce0f29-2a2e-4a36-82ae-24bee6dcdf39", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "StatusCode": 201, + "ResponseBody": { + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", + "status": "InProgress", + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-3b205cd4be837045-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "57aa5936f8f1ab0bdcc4064d1e49a707", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:31:30 GMT", + "Date": "Fri, 16 Jun 2023 01:10:16 GMT", "Expires": "-1", "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4eadba0-0a10-4bd7-a448-708e6e68998a", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "a4eadba0-0a10-4bd7-a448-708e6e68998a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093131Z:a4eadba0-0a10-4bd7-a448-708e6e68998a" + "x-ms-client-request-id": "57aa5936f8f1ab0bdcc4064d1e49a707", + "x-ms-correlation-request-id": "fbbdda15-e72a-490f-9ecc-898939eff0a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "e8b92fa8-e876-44e6-b962-222be21ce012", + "x-ms-routing-request-id": "EASTUS:20230616T011016Z:fbbdda15-e72a-490f-9ecc-898939eff0a7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg9389", - "name": "storagecachetestrg9389", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", + "status": "InProgress", + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-36aec5c401eb23458eeb141e89f1f185-90c235e35b998643-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "31eccdbee356c37ea362a42d356f7b79", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-48ac5d2dfe4f6447-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ebaf53bcbd1fde8ccadcebea27959173", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2997", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:31:33 GMT", + "Date": "Fri, 16 Jun 2023 01:10:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -109,117 +11944,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31eccdbee356c37ea362a42d356f7b79", - "x-ms-correlation-request-id": "aaedfa6e-f6dd-403f-8f3f-a1508c018ec5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "b90d8d75-e10c-4e38-ba63-b2f41b3bd4d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093133Z:aaedfa6e-f6dd-403f-8f3f-a1508c018ec5", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" - }, - "ResponseBody": { - "value": [ - { - "name": "st0", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st0", - "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", - "properties": { - "allocationPercentage": 34, - "targetType": "nfs3", - "provisioningState": "Succeeded", - "state": "Ready", - "junctions": [], - "nfs3": { - "target": "10.0.2.100", - "usageModel": "READ_ONLY", - "verificationTimer": 30 - } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T09:28:45.810988Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:28:45.810988Z" - } - }, - { - "name": "st1", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st1", - "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", - "properties": { - "allocationPercentage": 33, - "targetType": "nfs3", - "provisioningState": "Succeeded", - "state": "Ready", - "junctions": [], - "nfs3": { - "target": "10.0.2.101", - "usageModel": "READ_ONLY", - "verificationTimer": 30 - } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T09:29:23.326723Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:29:23.326723Z" - } - }, - { - "name": "st2", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st2", - "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", - "properties": { - "allocationPercentage": 33, - "targetType": "nfs3", - "provisioningState": "Succeeded", - "state": "Ready", - "junctions": [], - "nfs3": { - "target": "10.0.2.102", - "usageModel": "READ_ONLY", - "verificationTimer": 30 - } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T09:30:00.0143373Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:30:00.0143373Z" - } - } - ] + "x-ms-client-request-id": "ebaf53bcbd1fde8ccadcebea27959173", + "x-ms-correlation-request-id": "f64b1ef1-0c89-4078-8e5a-27e3a09462d5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "45d3a928-7dbd-41a2-af88-dd679136c4db", + "x-ms-routing-request-id": "EASTUS:20230616T011017Z:f64b1ef1-0c89-4078-8e5a-27e3a09462d5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", + "status": "InProgress", + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st0?api-version=2023-01-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d9f6de49f404384ebed37893c7fc37dc-aa99ee16d07ed04c-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a64db49ac58fd0a26ae1a8943db12560", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-eafa69f90b30784c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e607bfbdaf945fc5f66caf2709ca0242", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/28c39056-22df-4a9c-be5c-bdd0ae47b0b0?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:31:33 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:10:19 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/28c39056-22df-4a9c-be5c-bdd0ae47b0b0?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -227,24 +11983,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a64db49ac58fd0a26ae1a8943db12560", - "x-ms-correlation-request-id": "a6f2e14b-7f60-450f-bd8d-736039a4cdcf", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;59", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "28c39056-22df-4a9c-be5c-bdd0ae47b0b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093134Z:a6f2e14b-7f60-450f-bd8d-736039a4cdcf", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e607bfbdaf945fc5f66caf2709ca0242", + "x-ms-correlation-request-id": "881e5e8f-a883-4364-8a37-c9ef039a12a3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "41c91272-32bf-4d2f-afd3-a0e81a438c17", + "x-ms-routing-request-id": "EASTUS:20230616T011019Z:881e5e8f-a883-4364-8a37-c9ef039a12a3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", + "status": "InProgress", + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/28c39056-22df-4a9c-be5c-bdd0ae47b0b0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d9f6de49f404384ebed37893c7fc37dc-72b0b3404360fe4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0ddf81a651dcf8ec2b1cc6753bea85f1", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-95063e7e33bc7944-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "49b744af168978d4cccc8d140c208347", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -253,7 +12013,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:31:34 GMT", + "Date": "Fri, 16 Jun 2023 01:10:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -262,28 +12022,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ddf81a651dcf8ec2b1cc6753bea85f1", - "x-ms-correlation-request-id": "34e4a0eb-47e2-435c-91bb-7078818bd701", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "c707682f-ca61-47cb-98bd-7005f5eb90a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093135Z:34e4a0eb-47e2-435c-91bb-7078818bd701", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "49b744af168978d4cccc8d140c208347", + "x-ms-correlation-request-id": "32046241-3fb6-4b24-8c18-70bbe8b91e40", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "c6294a88-3a85-4caf-b42f-3b0bb40aca8e", + "x-ms-routing-request-id": "EASTUS:20230616T011024Z:32046241-3fb6-4b24-8c18-70bbe8b91e40", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:31:34.5182768\u002B00:00", + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", "status": "InProgress", - "name": "28c39056-22df-4a9c-be5c-bdd0ae47b0b0" + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/28c39056-22df-4a9c-be5c-bdd0ae47b0b0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d9f6de49f404384ebed37893c7fc37dc-e6a2577fc86ba048-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8615443c54685fe56645677c6c25d3a0", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-b1bbd387a58f8348-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5f909332c0420c728d4ff4b20e65d400", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -292,7 +12052,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:31:36 GMT", + "Date": "Fri, 16 Jun 2023 01:10:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -301,28 +12061,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8615443c54685fe56645677c6c25d3a0", - "x-ms-correlation-request-id": "35a2e67a-bfe4-4e2f-9cbe-eeaf8a695cdb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "c144b21e-715c-46b4-9c0e-61387d29d84c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093137Z:35a2e67a-bfe4-4e2f-9cbe-eeaf8a695cdb", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "5f909332c0420c728d4ff4b20e65d400", + "x-ms-correlation-request-id": "042b6ede-c1dd-4478-8d42-f2adf0c7f2d9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "40c01bb3-f661-46e6-a515-768175e90597", + "x-ms-routing-request-id": "EASTUS:20230616T011032Z:042b6ede-c1dd-4478-8d42-f2adf0c7f2d9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:31:34.5182768\u002B00:00", + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", "status": "InProgress", - "name": "28c39056-22df-4a9c-be5c-bdd0ae47b0b0" + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/28c39056-22df-4a9c-be5c-bdd0ae47b0b0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d9f6de49f404384ebed37893c7fc37dc-a12ee294b9d9d542-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bcee798618d1c683c20efb7674d8cd54", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-a6e534639d95994b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e23ba9da48dda6e9eb8e1ac822b152d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -331,7 +12091,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:31:37 GMT", + "Date": "Fri, 16 Jun 2023 01:10:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -340,28 +12100,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bcee798618d1c683c20efb7674d8cd54", - "x-ms-correlation-request-id": "96f7d4a5-002b-4bf0-9d40-2d5ca986c40d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "eb0680de-3b90-4210-8e76-be52eb1fff29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093138Z:96f7d4a5-002b-4bf0-9d40-2d5ca986c40d", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e23ba9da48dda6e9eb8e1ac822b152d5", + "x-ms-correlation-request-id": "70269b99-691c-495a-bbd3-3264cdc369bb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "4fffade4-da7f-44df-9269-4638d849cafc", + "x-ms-routing-request-id": "EASTUS:20230616T011048Z:70269b99-691c-495a-bbd3-3264cdc369bb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:31:34.5182768\u002B00:00", + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", "status": "InProgress", - "name": "28c39056-22df-4a9c-be5c-bdd0ae47b0b0" + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/28c39056-22df-4a9c-be5c-bdd0ae47b0b0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d9f6de49f404384ebed37893c7fc37dc-cabc2512c2300c44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b740678dd3b551c69b80a796ea708c05", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-256e0eafd23e4442-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "76f467e9a339eeffd2aabb3a22216a66", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -370,7 +12130,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:31:38 GMT", + "Date": "Fri, 16 Jun 2023 01:11:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -379,28 +12139,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b740678dd3b551c69b80a796ea708c05", - "x-ms-correlation-request-id": "79ffbd9b-7f54-40a6-b311-d9305d4f7e6a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "555c2176-ddf4-4ac7-9a01-b6e3c24e0d0d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093139Z:79ffbd9b-7f54-40a6-b311-d9305d4f7e6a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "76f467e9a339eeffd2aabb3a22216a66", + "x-ms-correlation-request-id": "e18bf0b6-f1d4-4df1-a5a2-618a0072d0f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "3a18c851-cc56-42f4-aa5f-3a5fed1b48d1", + "x-ms-routing-request-id": "EASTUS:20230616T011120Z:e18bf0b6-f1d4-4df1-a5a2-618a0072d0f7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:31:34.5182768\u002B00:00", + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", "status": "InProgress", - "name": "28c39056-22df-4a9c-be5c-bdd0ae47b0b0" + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/28c39056-22df-4a9c-be5c-bdd0ae47b0b0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d9f6de49f404384ebed37893c7fc37dc-a14b97489580b54b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c1ee2648c9fb2420c04ec45a596eeb8e", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-8a1af631ff725349-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "633a8cf8a1e5ea6aa9e973b3a6aaeadc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -409,7 +12169,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:31:41 GMT", + "Date": "Fri, 16 Jun 2023 01:11:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -418,28 +12178,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c1ee2648c9fb2420c04ec45a596eeb8e", - "x-ms-correlation-request-id": "18d8423f-6aba-4818-b903-f9e07188cff0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "1501d770-8680-4066-9e4a-24526fc74a3d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093142Z:18d8423f-6aba-4818-b903-f9e07188cff0", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "633a8cf8a1e5ea6aa9e973b3a6aaeadc", + "x-ms-correlation-request-id": "923d05bc-b832-49fe-b096-7e5c486bc1d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "7cf4ee4a-ddf7-4446-b684-e91362127fb7", + "x-ms-routing-request-id": "EASTUS:20230616T011152Z:923d05bc-b832-49fe-b096-7e5c486bc1d3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:31:34.5182768\u002B00:00", + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", "status": "InProgress", - "name": "28c39056-22df-4a9c-be5c-bdd0ae47b0b0" + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/28c39056-22df-4a9c-be5c-bdd0ae47b0b0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d9f6de49f404384ebed37893c7fc37dc-389b9633420f944a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "04ee12771ce4b3eab39c205070eddc51", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-fd9e5f66606c924b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a6c91efc5e7036c6a94c10338caf83c9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -448,7 +12208,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:31:45 GMT", + "Date": "Fri, 16 Jun 2023 01:12:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -457,28 +12217,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "04ee12771ce4b3eab39c205070eddc51", - "x-ms-correlation-request-id": "8289b6cf-1069-4e34-8659-477f0dcc1a8c", + "x-ms-client-request-id": "a6c91efc5e7036c6a94c10338caf83c9", + "x-ms-correlation-request-id": "c04acc17-a72c-4f05-b222-d18f47b7f1aa", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "77e087a6-a2b9-4ad7-a04b-2674a40e7e43", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093146Z:8289b6cf-1069-4e34-8659-477f0dcc1a8c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "79ba5663-6be6-4c99-a634-b41d5a805d16", + "x-ms-routing-request-id": "EASTUS:20230616T011224Z:c04acc17-a72c-4f05-b222-d18f47b7f1aa", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:31:34.5182768\u002B00:00", + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", "status": "InProgress", - "name": "28c39056-22df-4a9c-be5c-bdd0ae47b0b0" + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/28c39056-22df-4a9c-be5c-bdd0ae47b0b0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d9f6de49f404384ebed37893c7fc37dc-e35abf1a949d1648-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4d2ef5810be9c359471bf6670e6bf72d", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-4ea94cd78e182e42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "95d0b324ef7647f0fd0acc50304b4827", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -487,7 +12247,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:31:54 GMT", + "Date": "Fri, 16 Jun 2023 01:12:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -496,28 +12256,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4d2ef5810be9c359471bf6670e6bf72d", - "x-ms-correlation-request-id": "e3bbf170-ecf0-442e-b495-eb55b65dfd6c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "0e76fead-b483-46e4-a43c-34868db67a7b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093154Z:e3bbf170-ecf0-442e-b495-eb55b65dfd6c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "95d0b324ef7647f0fd0acc50304b4827", + "x-ms-correlation-request-id": "12b55b5c-2d55-458d-8b9b-9eb93d36842f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "b95a70f1-07f8-4b53-9de5-72b949aaf24a", + "x-ms-routing-request-id": "EASTUS:20230616T011256Z:12b55b5c-2d55-458d-8b9b-9eb93d36842f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:31:34.5182768\u002B00:00", + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", "status": "InProgress", - "name": "28c39056-22df-4a9c-be5c-bdd0ae47b0b0" + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/28c39056-22df-4a9c-be5c-bdd0ae47b0b0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d9f6de49f404384ebed37893c7fc37dc-2615165cae78ac44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d81e189487812c213b3a0e5ea8cfb3d3", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-67dbdf36b4803a49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "043ddfbfc45899f6c503b99990365dfa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -526,7 +12286,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:32:10 GMT", + "Date": "Fri, 16 Jun 2023 01:13:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -535,28 +12295,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d81e189487812c213b3a0e5ea8cfb3d3", - "x-ms-correlation-request-id": "0d36f98b-f30f-4f99-9cca-0557515b9892", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "6c86ce00-9c88-4aaf-9153-9d423d6fa369", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093210Z:0d36f98b-f30f-4f99-9cca-0557515b9892", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "043ddfbfc45899f6c503b99990365dfa", + "x-ms-correlation-request-id": "dbcffe96-8a70-40b5-91ef-130ab415bbe6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "04d23469-a138-4691-af59-a86aa52b2b77", + "x-ms-routing-request-id": "EASTUS:20230616T011328Z:dbcffe96-8a70-40b5-91ef-130ab415bbe6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:31:34.5182768\u002B00:00", + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", "status": "InProgress", - "name": "28c39056-22df-4a9c-be5c-bdd0ae47b0b0" + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/28c39056-22df-4a9c-be5c-bdd0ae47b0b0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d9f6de49f404384ebed37893c7fc37dc-fdee742a9e64844b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "64d973729d406ca4b92abdc92583a447", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-16a693706f7c664d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f28fa96555da0d652e81a8669176065d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -565,7 +12325,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:32:42 GMT", + "Date": "Fri, 16 Jun 2023 01:14:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -574,37 +12334,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "64d973729d406ca4b92abdc92583a447", - "x-ms-correlation-request-id": "2346f10f-45b1-48dc-98b7-e31c8185e247", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "1a923e49-e973-4277-8c92-f053c1d8c650", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093243Z:2346f10f-45b1-48dc-98b7-e31c8185e247", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "f28fa96555da0d652e81a8669176065d", + "x-ms-correlation-request-id": "793cd429-23c8-45ef-b6e8-fdc03da9840c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "7a1716bb-13ff-4640-8d0c-02fae9d6b7b4", + "x-ms-routing-request-id": "EASTUS:20230616T011400Z:793cd429-23c8-45ef-b6e8-fdc03da9840c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:31:34.5182768\u002B00:00", + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", "status": "InProgress", - "name": "28c39056-22df-4a9c-be5c-bdd0ae47b0b0" + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/28c39056-22df-4a9c-be5c-bdd0ae47b0b0?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d9f6de49f404384ebed37893c7fc37dc-c02f8f81e9a2024e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "58bcf3a403cef9cfd40112aefcfa1b77", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-541fccc30daf464b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ad73e9047f726071bd36cf723656b7c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:33:15 GMT", + "Date": "Fri, 16 Jun 2023 01:14:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -613,41 +12373,40 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "58bcf3a403cef9cfd40112aefcfa1b77", - "x-ms-correlation-request-id": "34f6ce6b-7f09-4c69-88fc-4e4145db4cf0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "c1922c3f-a42e-435c-b4c4-eef6622e1feb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093315Z:34f6ce6b-7f09-4c69-88fc-4e4145db4cf0", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "ad73e9047f726071bd36cf723656b7c6", + "x-ms-correlation-request-id": "07cc7767-a4ae-4cb0-87f2-139495a3d38d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "850b3933-d3d8-4cb2-8bcf-10226c03d10b", + "x-ms-routing-request-id": "EASTUS:20230616T011432Z:07cc7767-a4ae-4cb0-87f2-139495a3d38d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:31:34.5182768\u002B00:00", - "endTime": "2023-03-23T09:32:49.0633114\u002B00:00", - "status": "Succeeded", - "name": "28c39056-22df-4a9c-be5c-bdd0ae47b0b0" + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", + "status": "InProgress", + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st1?api-version=2023-01-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-3c69b233bc0d414a9f58ad2fdd528f87-5f841d4c587f5244-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9bf523679392f7ec74b21f57ca5707b8", + "Connection": "close", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-df3aa98be26e5b4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "86ead1ad55bc6a4c7a2fd5d61b90074e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:33:16 GMT", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:15:04 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -655,24 +12414,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9bf523679392f7ec74b21f57ca5707b8", - "x-ms-correlation-request-id": "b24ea892-75e8-46aa-9c99-71eef8e051bc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;58", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093316Z:b24ea892-75e8-46aa-9c99-71eef8e051bc", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "86ead1ad55bc6a4c7a2fd5d61b90074e", + "x-ms-correlation-request-id": "fc2b3a29-d5b1-4ca5-880a-f8e6892e6038", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "dc9b91d0-1ca6-489e-b937-b3fce93d1c4f", + "x-ms-routing-request-id": "EASTUS:20230616T011505Z:fc2b3a29-d5b1-4ca5-880a-f8e6892e6038", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", + "status": "InProgress", + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3c69b233bc0d414a9f58ad2fdd528f87-331544ea7f86a143-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0261460f098e10b506c4e31be4782f7c", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-b43b9995c182b842-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a7945bfdb0c3e688372f35a485f2d6d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -681,7 +12444,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:33:16 GMT", + "Date": "Fri, 16 Jun 2023 01:15:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -690,28 +12453,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0261460f098e10b506c4e31be4782f7c", - "x-ms-correlation-request-id": "1a2791b1-0e6b-40f8-83fe-15aefd18e61a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "8b8a77b3-01a5-4446-b526-9a9983686379", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093317Z:1a2791b1-0e6b-40f8-83fe-15aefd18e61a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "a7945bfdb0c3e688372f35a485f2d6d7", + "x-ms-correlation-request-id": "599ce563-35ea-4465-841d-77f71babae7a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "2971420d-4ce4-4ac1-aafe-046a34353694", + "x-ms-routing-request-id": "EASTUS:20230616T011537Z:599ce563-35ea-4465-841d-77f71babae7a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:33:16.7532767\u002B00:00", + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", "status": "InProgress", - "name": "9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470" + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3c69b233bc0d414a9f58ad2fdd528f87-6a66ea9bb5b9a945-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "351859fa653f0c631d86f8b304ae6c7e", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-3b91014e24e77945-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c0b9e2ca7f8caea19c093342a99b442d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -720,7 +12483,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:33:18 GMT", + "Date": "Fri, 16 Jun 2023 01:16:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -729,28 +12492,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "351859fa653f0c631d86f8b304ae6c7e", - "x-ms-correlation-request-id": "6b814185-4cd5-4e5e-be66-5455655427dd", + "x-ms-client-request-id": "c0b9e2ca7f8caea19c093342a99b442d", + "x-ms-correlation-request-id": "4b33945d-878a-4296-be01-eac47c65c39e", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "36635546-0901-471e-901c-c39de8b5cd41", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093318Z:6b814185-4cd5-4e5e-be66-5455655427dd", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "06d15168-bdd3-4e08-bf01-c3182d43b3e6", + "x-ms-routing-request-id": "EASTUS:20230616T011609Z:4b33945d-878a-4296-be01-eac47c65c39e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:33:16.7532767\u002B00:00", + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", "status": "InProgress", - "name": "9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470" + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3c69b233bc0d414a9f58ad2fdd528f87-15c3bc2cbf56744a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "84475f4304f58d2a11a9ae4e78ea892a", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-b002a1118c6e8540-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "da75802e0fc2fd0349044e8c20a7e487", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -759,7 +12522,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:33:19 GMT", + "Date": "Fri, 16 Jun 2023 01:16:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -768,28 +12531,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "84475f4304f58d2a11a9ae4e78ea892a", - "x-ms-correlation-request-id": "e35fe894-b739-419f-b92d-c78021534e71", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "0e149ff5-2154-4512-8720-092a59b58061", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093319Z:e35fe894-b739-419f-b92d-c78021534e71", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "da75802e0fc2fd0349044e8c20a7e487", + "x-ms-correlation-request-id": "190b37f4-5c99-454f-a4b3-82680b7b1517", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "57a5ff55-1af3-4dde-bb63-b3c91d544caa", + "x-ms-routing-request-id": "EASTUS:20230616T011641Z:190b37f4-5c99-454f-a4b3-82680b7b1517", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:33:16.7532767\u002B00:00", + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", "status": "InProgress", - "name": "9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470" + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3c69b233bc0d414a9f58ad2fdd528f87-f07459e4e12d154e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "314412b039dcaa7fe255e40710020c58", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-d96934080a237242-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "390bfe5847d77ec2bae50aba7d463c9b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -798,7 +12561,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:33:20 GMT", + "Date": "Fri, 16 Jun 2023 01:17:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -807,28 +12570,145 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "314412b039dcaa7fe255e40710020c58", - "x-ms-correlation-request-id": "bfbe6737-6f5f-4c0e-8d81-e9e79b668529", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "f6a07d69-7333-4c4b-aa3b-b54864f35f1e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093321Z:bfbe6737-6f5f-4c0e-8d81-e9e79b668529", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "390bfe5847d77ec2bae50aba7d463c9b", + "x-ms-correlation-request-id": "016b20be-b436-42b4-ba12-3924b072e540", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "9826b4b6-9a28-4eae-9e77-68080950a250", + "x-ms-routing-request-id": "EASTUS:20230616T011713Z:016b20be-b436-42b4-ba12-3924b072e540", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", + "status": "InProgress", + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-b00e0fb92e9fed4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "047508eafc7dbb15debb778830158ef4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:17:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "047508eafc7dbb15debb778830158ef4", + "x-ms-correlation-request-id": "ad660d58-d328-4f2b-92b9-aa4b94cf482c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "2d14fdb0-403d-4f2b-b34c-3e9f02fa255d", + "x-ms-routing-request-id": "EASTUS:20230616T011745Z:ad660d58-d328-4f2b-92b9-aa4b94cf482c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", + "status": "InProgress", + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-bb79c4f576d48546-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "abe9ab240b90e656bef720dc05498002", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:18:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "abe9ab240b90e656bef720dc05498002", + "x-ms-correlation-request-id": "5289eec3-a868-4c97-a2e2-136a5bb5bfd2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "0590185a-4f5a-4f96-b51e-355cac73951d", + "x-ms-routing-request-id": "EASTUS:20230616T011817Z:5289eec3-a868-4c97-a2e2-136a5bb5bfd2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", + "status": "InProgress", + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-c48fc1d41478c04c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "18a1b2c7e0315c0ae9505a1bd03a4da4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:18:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "18a1b2c7e0315c0ae9505a1bd03a4da4", + "x-ms-correlation-request-id": "ed280148-8044-4f44-bf4b-2276ff670abe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "0cf8401d-3a6f-44df-91a1-abd179331f63", + "x-ms-routing-request-id": "EASTUS:20230616T011849Z:ed280148-8044-4f44-bf4b-2276ff670abe", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:33:16.7532767\u002B00:00", + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", "status": "InProgress", - "name": "9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470" + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3c69b233bc0d414a9f58ad2fdd528f87-9327ac469fac274b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "84d86458aa30f5872f8b2396b6149333", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-12879484324f3d4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d1961557905cde0bb18f4585dc39b595", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -837,7 +12717,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:33:23 GMT", + "Date": "Fri, 16 Jun 2023 01:19:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -846,28 +12726,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "84d86458aa30f5872f8b2396b6149333", - "x-ms-correlation-request-id": "e5e215aa-1d3e-4b62-89be-e31c29c27509", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "a93b7128-2f73-4acb-8d80-7eb591cbc2b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093323Z:e5e215aa-1d3e-4b62-89be-e31c29c27509", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "d1961557905cde0bb18f4585dc39b595", + "x-ms-correlation-request-id": "d9676037-642f-4572-8039-f8571d615832", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "1d72ed98-e1d9-454f-8738-e1be2adee0c6", + "x-ms-routing-request-id": "EASTUS:20230616T011921Z:d9676037-642f-4572-8039-f8571d615832", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:33:16.7532767\u002B00:00", + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", "status": "InProgress", - "name": "9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470" + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3c69b233bc0d414a9f58ad2fdd528f87-8d168d5e86d93449-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f102cdfd3a6909a2e09da1a020237c0f", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-febf5625d208294a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7dc0743b767443c2a08dc240b13a1684", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -876,7 +12756,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:33:27 GMT", + "Date": "Fri, 16 Jun 2023 01:19:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -885,28 +12765,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f102cdfd3a6909a2e09da1a020237c0f", - "x-ms-correlation-request-id": "61e9d666-8402-43c8-8f50-0e15e61db340", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "92d3205e-c1f6-4f70-b8cf-9b40c699cf71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093328Z:61e9d666-8402-43c8-8f50-0e15e61db340", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "7dc0743b767443c2a08dc240b13a1684", + "x-ms-correlation-request-id": "81d0ee1c-08d8-40e3-afca-5aca91119601", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "d3b09054-c7dc-445e-bb3c-0a5b93c0dc49", + "x-ms-routing-request-id": "EASTUS:20230616T011953Z:81d0ee1c-08d8-40e3-afca-5aca91119601", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:33:16.7532767\u002B00:00", + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", "status": "InProgress", - "name": "9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470" + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3c69b233bc0d414a9f58ad2fdd528f87-c430e72a9716034e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "13f6569c041105fa8b4e025015e8f3cd", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-9ab45f95e5b2d34d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ef847ba9aeb337a6a7c266a29a8480af", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -915,7 +12795,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:33:35 GMT", + "Date": "Fri, 16 Jun 2023 01:20:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -924,37 +12804,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "13f6569c041105fa8b4e025015e8f3cd", - "x-ms-correlation-request-id": "9495f6f2-cf38-46a0-a069-8c68d9983219", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "5d258206-a08b-4807-891a-232a91e9bbd3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093336Z:9495f6f2-cf38-46a0-a069-8c68d9983219", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "ef847ba9aeb337a6a7c266a29a8480af", + "x-ms-correlation-request-id": "347d1671-291d-4425-9ac7-f8c1c096c35d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "db207a90-57e0-4ebf-9378-d365c6d24ad7", + "x-ms-routing-request-id": "EASTUS:20230616T012025Z:347d1671-291d-4425-9ac7-f8c1c096c35d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:33:16.7532767\u002B00:00", + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", "status": "InProgress", - "name": "9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470" + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3c69b233bc0d414a9f58ad2fdd528f87-228eb18de57d2642-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4309b1c11aff1eeec2cea49308e7d50b", + "Connection": "close", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-ba188fb52428ad4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5cdfc49acf79e130525231cfcecb2d76", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:33:51 GMT", + "Date": "Fri, 16 Jun 2023 01:20:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -963,37 +12845,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4309b1c11aff1eeec2cea49308e7d50b", - "x-ms-correlation-request-id": "7d6d1fd2-7468-4336-8f8f-00439d3d7078", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "626fb6ce-5b3a-4c5d-a8e5-c4750d056b7a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093352Z:7d6d1fd2-7468-4336-8f8f-00439d3d7078", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "5cdfc49acf79e130525231cfcecb2d76", + "x-ms-correlation-request-id": "3536c2d1-be55-4d2f-95a4-01aa3ee1b1ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "e35fd194-0cba-47d4-afdd-d000fa1dbafe", + "x-ms-routing-request-id": "EASTUS:20230616T012058Z:3536c2d1-be55-4d2f-95a4-01aa3ee1b1ab", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:33:16.7532767\u002B00:00", + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", "status": "InProgress", - "name": "9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470" + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0c954bf2-3933-4ad4-ab63-8505c207aa42?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3c69b233bc0d414a9f58ad2fdd528f87-d0dca57fd7baf445-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "60f9130f801ef821d3fd651b3751f4f8", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-9a4c08c2c840ff47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "60dcc178c6b48de2cd89d6b10f20a91b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:34:24 GMT", + "Date": "Fri, 16 Jun 2023 01:21:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1002,37 +12884,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60f9130f801ef821d3fd651b3751f4f8", - "x-ms-correlation-request-id": "1b5b48d6-32b2-4744-b352-583d938482ed", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "6a194637-ffdf-40ed-a05e-266932c30fc1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093425Z:1b5b48d6-32b2-4744-b352-583d938482ed", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "60dcc178c6b48de2cd89d6b10f20a91b", + "x-ms-correlation-request-id": "662cd681-ff1a-40c9-bfd3-91723d199951", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "fe14147d-b97d-4484-8a9c-0f5a37672823", + "x-ms-routing-request-id": "EASTUS:20230616T012130Z:662cd681-ff1a-40c9-bfd3-91723d199951", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:33:16.7532767\u002B00:00", - "status": "InProgress", - "name": "9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470" + "startTime": "2023-06-16T01:10:13.3622953\u002B00:00", + "endTime": "2023-06-16T01:21:20.7947071\u002B00:00", + "status": "Succeeded", + "name": "0c954bf2-3933-4ad4-ab63-8505c207aa42" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7814?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-3c69b233bc0d414a9f58ad2fdd528f87-1fe170a2339af842-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6fded4a93919821067d850436067fca4", + "traceparent": "00-471cf7a85f418343a98240a5f12b078e-66419f6e68e20f4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "eca6120cba5bd90a4aa29d607dd668dc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "2181", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:34:57 GMT", + "Date": "Fri, 16 Jun 2023 01:21:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1041,41 +12924,119 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6fded4a93919821067d850436067fca4", - "x-ms-correlation-request-id": "eee3b85b-ba19-4b2a-a0e8-10737064cf6e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "9d8edad3-502a-48a9-b635-616a851e4879", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093457Z:eee3b85b-ba19-4b2a-a0e8-10737064cf6e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "eca6120cba5bd90a4aa29d607dd668dc", + "x-ms-correlation-request-id": "1baba679-f863-4a7c-a905-4f556250ce6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "41f5d81a-9b4f-4e0d-94cc-205e5de0ac14", + "x-ms-routing-request-id": "EASTUS:20230616T012130Z:1baba679-f863-4a7c-a905-4f556250ce6c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:33:16.7532767\u002B00:00", - "endTime": "2023-03-23T09:34:57.0989418\u002B00:00", - "status": "Succeeded", - "name": "9db0e6f7-d4e9-42a6-bdc7-01f9da9e4470" + "name": "testsc7814", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7814", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "utilityAddresses": [ + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" + ], + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6389/subnets/scTestSubnet-3897", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-16T01:10:13.5341702Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-16T01:10:13.2898279Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-16T01:10:13.2898279Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/st2?api-version=2023-01-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7814/storageTargets/storagetarget9702?api-version=2023-05-01", + "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-0c638ccaffb9694ca5c2feb74f7bd385-8cda12cc3160d34f-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0141f67993ef41af8f107001b4d3e671", + "Content-Length": "113", + "Content-Type": "application/json", + "traceparent": "00-10937fcc3ddc984bbc7043edf50c2762-b6ecb6334e8b094e-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a8d92aeffa1fe2d3518ef0f97fd132a8", "x-ms-return-client-request-id": "true" }, - "RequestBody": null, - "StatusCode": 202, + "RequestBody": { + "properties": { + "targetType": "nfs3", + "nfs3": { + "target": "10.0.2.4", + "usageModel": "READ_ONLY", + "verificationTimer": 30 + } + } + }, + "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fa038001-efe0-4e18-b9f5-eadcbd095559?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2dad4052-e05d-4988-84db-bc2a8294aee3?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:34:58 GMT", + "Content-Length": "918", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:21:30 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fa038001-efe0-4e18-b9f5-eadcbd095559?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1083,24 +13044,49 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0141f67993ef41af8f107001b4d3e671", - "x-ms-correlation-request-id": "7fc7ddd2-58fa-4b0f-9fb8-84a1454f2310", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;57", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "fa038001-efe0-4e18-b9f5-eadcbd095559", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093458Z:7fc7ddd2-58fa-4b0f-9fb8-84a1454f2310", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "a8d92aeffa1fe2d3518ef0f97fd132a8", + "x-ms-correlation-request-id": "5d16aa97-f00c-4db2-8624-bff410045cda", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "2dad4052-e05d-4988-84db-bc2a8294aee3", + "x-ms-routing-request-id": "EASTUS:20230616T012131Z:5d16aa97-f00c-4db2-8624-bff410045cda", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "name": "storagetarget9702", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7814/storageTargets/storagetarget9702", + "type": "Microsoft.StorageCache/caches/storageTargets", + "location": "eastus", + "properties": { + "allocationPercentage": 100, + "targetType": "nfs3", + "provisioningState": "Creating", + "state": "Busy", + "junctions": [], + "nfs3": { + "target": "10.0.2.4", + "usageModel": "READ_ONLY", + "verificationTimer": 30 + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-16T01:21:30.9625482Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-16T01:21:30.9625482Z" + } + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fa038001-efe0-4e18-b9f5-eadcbd095559?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2dad4052-e05d-4988-84db-bc2a8294aee3?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0c638ccaffb9694ca5c2feb74f7bd385-beeef93574aa7f45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "40a1c100f20f1609259cdf08c80fcd94", + "traceparent": "00-10937fcc3ddc984bbc7043edf50c2762-2981a00454a6a94f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f5201cf972d017edd20a0a2b1ae0cbd1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1109,7 +13095,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:34:58 GMT", + "Date": "Fri, 16 Jun 2023 01:21:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1118,28 +13104,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40a1c100f20f1609259cdf08c80fcd94", - "x-ms-correlation-request-id": "aaee6434-f931-4490-8403-c0c26728ea28", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "635e6696-1300-4949-9d6d-0b0b8b43b206", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093459Z:aaee6434-f931-4490-8403-c0c26728ea28", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "f5201cf972d017edd20a0a2b1ae0cbd1", + "x-ms-correlation-request-id": "a0f8949f-e694-48bc-abd7-b407a4c892de", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "0a68aef5-7d5a-45c1-9d99-3b45ffdd9cea", + "x-ms-routing-request-id": "EASTUS:20230616T012131Z:a0f8949f-e694-48bc-abd7-b407a4c892de", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:34:58.6771611\u002B00:00", + "startTime": "2023-06-16T01:21:31.0447771\u002B00:00", "status": "InProgress", - "name": "fa038001-efe0-4e18-b9f5-eadcbd095559" + "name": "2dad4052-e05d-4988-84db-bc2a8294aee3" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fa038001-efe0-4e18-b9f5-eadcbd095559?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2dad4052-e05d-4988-84db-bc2a8294aee3?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0c638ccaffb9694ca5c2feb74f7bd385-96b7ae534a96a94f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b469dff1c87d139b046bfe779b6811b1", + "traceparent": "00-10937fcc3ddc984bbc7043edf50c2762-caff104f80f9c348-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1367b76ab7acd4546c22a609e8aa6041", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1148,7 +13134,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:35:00 GMT", + "Date": "Fri, 16 Jun 2023 01:21:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1157,28 +13143,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b469dff1c87d139b046bfe779b6811b1", - "x-ms-correlation-request-id": "f74c3230-66eb-47cc-bad9-0d01bbefbc7b", + "x-ms-client-request-id": "1367b76ab7acd4546c22a609e8aa6041", + "x-ms-correlation-request-id": "a2fd948c-3a5e-43a4-83f8-84bd7ec8a250", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "c5c0f847-c842-44bd-9378-af2d70d18d6b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093500Z:f74c3230-66eb-47cc-bad9-0d01bbefbc7b", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "0f38a6df-4a43-4a3e-b8e3-92e1c4a6b7da", + "x-ms-routing-request-id": "EASTUS:20230616T012132Z:a2fd948c-3a5e-43a4-83f8-84bd7ec8a250", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:34:58.6771611\u002B00:00", + "startTime": "2023-06-16T01:21:31.0447771\u002B00:00", "status": "InProgress", - "name": "fa038001-efe0-4e18-b9f5-eadcbd095559" + "name": "2dad4052-e05d-4988-84db-bc2a8294aee3" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fa038001-efe0-4e18-b9f5-eadcbd095559?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2dad4052-e05d-4988-84db-bc2a8294aee3?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0c638ccaffb9694ca5c2feb74f7bd385-4327e9538ec69b4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f3000478a531e861a2d30f6b86e90df4", + "traceparent": "00-10937fcc3ddc984bbc7043edf50c2762-3b1ad124fe07a141-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "62ffcf973cb1a2d8d5a4533610929c22", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1187,7 +13173,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:35:01 GMT", + "Date": "Fri, 16 Jun 2023 01:21:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1196,28 +13182,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f3000478a531e861a2d30f6b86e90df4", - "x-ms-correlation-request-id": "f3bbb257-3de6-48d0-98ab-30866d77e669", + "x-ms-client-request-id": "62ffcf973cb1a2d8d5a4533610929c22", + "x-ms-correlation-request-id": "26a76c17-5ee4-4253-a71c-76c4e211212c", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "8191b4ad-5ce9-421d-922d-96bdfd492db5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093501Z:f3bbb257-3de6-48d0-98ab-30866d77e669", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "7e701eb1-e3a0-409f-b970-59876b91ceae", + "x-ms-routing-request-id": "EASTUS:20230616T012133Z:26a76c17-5ee4-4253-a71c-76c4e211212c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:34:58.6771611\u002B00:00", + "startTime": "2023-06-16T01:21:31.0447771\u002B00:00", "status": "InProgress", - "name": "fa038001-efe0-4e18-b9f5-eadcbd095559" + "name": "2dad4052-e05d-4988-84db-bc2a8294aee3" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fa038001-efe0-4e18-b9f5-eadcbd095559?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2dad4052-e05d-4988-84db-bc2a8294aee3?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0c638ccaffb9694ca5c2feb74f7bd385-5c428a17b67f1e40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4f5464a9e47438ee258e3ca4f3917bbc", + "traceparent": "00-10937fcc3ddc984bbc7043edf50c2762-7e852e7283bfbd43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cabe404ae3a94274c84c89adcce32e27", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1226,7 +13212,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:35:03 GMT", + "Date": "Fri, 16 Jun 2023 01:21:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1235,28 +13221,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f5464a9e47438ee258e3ca4f3917bbc", - "x-ms-correlation-request-id": "0a11352a-3c6e-4306-bfd5-598375bf26da", + "x-ms-client-request-id": "cabe404ae3a94274c84c89adcce32e27", + "x-ms-correlation-request-id": "03cf2ee4-bfd1-4a12-9065-4449339fa4c9", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "6d7e49fc-9a15-406b-9203-3bb75bb0b2c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093503Z:0a11352a-3c6e-4306-bfd5-598375bf26da", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "157c6aa5-ebb6-4590-99d9-15c39ce413ae", + "x-ms-routing-request-id": "EASTUS:20230616T012134Z:03cf2ee4-bfd1-4a12-9065-4449339fa4c9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:34:58.6771611\u002B00:00", + "startTime": "2023-06-16T01:21:31.0447771\u002B00:00", "status": "InProgress", - "name": "fa038001-efe0-4e18-b9f5-eadcbd095559" + "name": "2dad4052-e05d-4988-84db-bc2a8294aee3" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fa038001-efe0-4e18-b9f5-eadcbd095559?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2dad4052-e05d-4988-84db-bc2a8294aee3?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0c638ccaffb9694ca5c2feb74f7bd385-cdd3469123a4134b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c4902d8bda0e4c627e8111aab92f8c1b", + "traceparent": "00-10937fcc3ddc984bbc7043edf50c2762-dce7c46ff01f6540-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4a94c9a968e02d1fdfc43d07641ec3d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1265,7 +13251,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:35:05 GMT", + "Date": "Fri, 16 Jun 2023 01:21:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1274,28 +13260,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4902d8bda0e4c627e8111aab92f8c1b", - "x-ms-correlation-request-id": "284e29b1-e00a-4116-b6c0-790c7b133cba", + "x-ms-client-request-id": "4a94c9a968e02d1fdfc43d07641ec3d9", + "x-ms-correlation-request-id": "9860aa7a-2b7c-4932-9127-16800a09fc12", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "0ccdabab-c10d-47c5-9f91-f22609b45b7a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093506Z:284e29b1-e00a-4116-b6c0-790c7b133cba", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "a1f8d72d-8c56-43ff-ae22-e81629994563", + "x-ms-routing-request-id": "EASTUS:20230616T012136Z:9860aa7a-2b7c-4932-9127-16800a09fc12", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:34:58.6771611\u002B00:00", + "startTime": "2023-06-16T01:21:31.0447771\u002B00:00", "status": "InProgress", - "name": "fa038001-efe0-4e18-b9f5-eadcbd095559" + "name": "2dad4052-e05d-4988-84db-bc2a8294aee3" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fa038001-efe0-4e18-b9f5-eadcbd095559?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2dad4052-e05d-4988-84db-bc2a8294aee3?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0c638ccaffb9694ca5c2feb74f7bd385-209f0e264da5e44f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "36cd0a5ec114933c15c8cda369bdf411", + "traceparent": "00-10937fcc3ddc984bbc7043edf50c2762-9845e8e44472d647-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a7be848696ecb3975abc9a65b32ad6f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1304,7 +13290,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:35:10 GMT", + "Date": "Fri, 16 Jun 2023 01:21:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1313,28 +13299,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "36cd0a5ec114933c15c8cda369bdf411", - "x-ms-correlation-request-id": "eb4cd353-818d-4d64-a410-35ae1940c0b9", + "x-ms-client-request-id": "a7be848696ecb3975abc9a65b32ad6f2", + "x-ms-correlation-request-id": "0268ddd9-a93c-424a-9d16-b0e2cbc0af0c", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "b0c9a77b-ce68-44dc-b5db-6d402945e0bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093510Z:eb4cd353-818d-4d64-a410-35ae1940c0b9", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "4425fc8f-dcfe-432e-90b8-99df28956ec6", + "x-ms-routing-request-id": "EASTUS:20230616T012140Z:0268ddd9-a93c-424a-9d16-b0e2cbc0af0c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:34:58.6771611\u002B00:00", + "startTime": "2023-06-16T01:21:31.0447771\u002B00:00", "status": "InProgress", - "name": "fa038001-efe0-4e18-b9f5-eadcbd095559" + "name": "2dad4052-e05d-4988-84db-bc2a8294aee3" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fa038001-efe0-4e18-b9f5-eadcbd095559?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2dad4052-e05d-4988-84db-bc2a8294aee3?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0c638ccaffb9694ca5c2feb74f7bd385-da500d596e7fb844-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "59e052574858cfe50108d1f3d2437ff5", + "traceparent": "00-10937fcc3ddc984bbc7043edf50c2762-f7db58171a7b874a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "478c2b7551fde1412191eae4a56cdeaa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1343,7 +13329,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:35:18 GMT", + "Date": "Fri, 16 Jun 2023 01:21:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1352,37 +13338,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "59e052574858cfe50108d1f3d2437ff5", - "x-ms-correlation-request-id": "546d15af-3e63-476e-9901-c873b3128d6a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "1a11305c-74ae-4883-bb36-e45802873d89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093518Z:546d15af-3e63-476e-9901-c873b3128d6a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "478c2b7551fde1412191eae4a56cdeaa", + "x-ms-correlation-request-id": "2aadc994-7f1b-47e1-8cde-e6b3868feb0f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "e69863f4-f282-4df5-9ba7-d43a6315c1e8", + "x-ms-routing-request-id": "EASTUS:20230616T012148Z:2aadc994-7f1b-47e1-8cde-e6b3868feb0f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:34:58.6771611\u002B00:00", + "startTime": "2023-06-16T01:21:31.0447771\u002B00:00", "status": "InProgress", - "name": "fa038001-efe0-4e18-b9f5-eadcbd095559" + "name": "2dad4052-e05d-4988-84db-bc2a8294aee3" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fa038001-efe0-4e18-b9f5-eadcbd095559?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2dad4052-e05d-4988-84db-bc2a8294aee3?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0c638ccaffb9694ca5c2feb74f7bd385-6ed1cf1e3358ae49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e845200244c3c9a8f0fcaf450cbee3c1", + "traceparent": "00-10937fcc3ddc984bbc7043edf50c2762-677969eccd28f547-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4727af888724133b31e0ef23ceba7ab4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:35:34 GMT", + "Date": "Fri, 16 Jun 2023 01:22:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1391,37 +13377,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e845200244c3c9a8f0fcaf450cbee3c1", - "x-ms-correlation-request-id": "25a84055-d548-4957-91df-61a50d8c9440", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "b360c290-7bc1-4109-9d8c-1386b32d2bc4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093534Z:25a84055-d548-4957-91df-61a50d8c9440", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "4727af888724133b31e0ef23ceba7ab4", + "x-ms-correlation-request-id": "ec636cde-71ea-46b2-8a19-742b6c2ef4a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "9d5a8490-0b6b-43bc-a613-fb3e211f224e", + "x-ms-routing-request-id": "EASTUS:20230616T012204Z:ec636cde-71ea-46b2-8a19-742b6c2ef4a7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:34:58.6771611\u002B00:00", - "status": "InProgress", - "name": "fa038001-efe0-4e18-b9f5-eadcbd095559" + "startTime": "2023-06-16T01:21:31.0447771\u002B00:00", + "endTime": "2023-06-16T01:22:01.8331871\u002B00:00", + "status": "Succeeded", + "name": "2dad4052-e05d-4988-84db-bc2a8294aee3" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/fa038001-efe0-4e18-b9f5-eadcbd095559?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7814/storageTargets/storagetarget9702?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-0c638ccaffb9694ca5c2feb74f7bd385-04b2a9a78d3b1b4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6652008c334f16c324fe340cf049c1d1", + "traceparent": "00-10937fcc3ddc984bbc7043edf50c2762-a99fb9fdf58a754a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "38924bee7b9135db42dc865aabb30dee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "920", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:36:06 GMT", + "Date": "Fri, 16 Jun 2023 01:22:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1430,51 +13417,59 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6652008c334f16c324fe340cf049c1d1", - "x-ms-correlation-request-id": "1cbe6461-2a72-4cb1-bcb2-9fb983a028f1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "758ae7de-682b-4b61-be66-0dfa1ab06040", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093607Z:1cbe6461-2a72-4cb1-bcb2-9fb983a028f1", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "38924bee7b9135db42dc865aabb30dee", + "x-ms-correlation-request-id": "b7e08840-2c56-4972-9793-de3dd1752173", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "108ad523-0cbb-4844-b03f-493181c170c6", + "x-ms-routing-request-id": "EASTUS:20230616T012204Z:b7e08840-2c56-4972-9793-de3dd1752173", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:34:58.6771611\u002B00:00", - "endTime": "2023-03-23T09:35:47.7895737\u002B00:00", - "status": "Succeeded", - "name": "fa038001-efe0-4e18-b9f5-eadcbd095559" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9531?api-version=2023-01-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "113", - "Content-Type": "application/json", - "traceparent": "00-2f53619f59dc734ebf86e864c6c34a6d-42622e3494a4cc42-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7748a1d74d0ba91316685b98a0c34224", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { + "name": "storagetarget9702", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7814/storageTargets/storagetarget9702", + "type": "Microsoft.StorageCache/caches/storageTargets", + "location": "eastus", "properties": { + "allocationPercentage": 100, "targetType": "nfs3", + "provisioningState": "Succeeded", + "state": "Ready", + "junctions": [], "nfs3": { "target": "10.0.2.4", "usageModel": "READ_ONLY", "verificationTimer": 30 } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-16T01:21:30.9625482Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-16T01:21:30.9625482Z" } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7814/storageTargets/storagetarget9702?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-913430966610554aac987bfacfc6c37e-df6ff8e49d9a474c-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "03dcefde8e03eecdf078161d611e1367", + "x-ms-return-client-request-id": "true" }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/2203da8f-2de0-4719-8f93-dbdcba655746?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "911", + "Content-Length": "920", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:36:07 GMT", + "Date": "Fri, 16 Jun 2023 01:22:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1483,24 +13478,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7748a1d74d0ba91316685b98a0c34224", - "x-ms-correlation-request-id": "4b0e7c6c-df83-444b-ac84-c4281ecedc04", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "2203da8f-2de0-4719-8f93-dbdcba655746", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093608Z:4b0e7c6c-df83-444b-ac84-c4281ecedc04", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "03dcefde8e03eecdf078161d611e1367", + "x-ms-correlation-request-id": "a6438bba-c548-4efa-a55b-020f2f6a1bcf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;118", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "c6928bad-ce26-499a-bae1-8cdbe68e926c", + "x-ms-routing-request-id": "EASTUS:20230616T012204Z:a6438bba-c548-4efa-a55b-020f2f6a1bcf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget9531", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9531", + "name": "storagetarget9702", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7814/storageTargets/storagetarget9702", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", - "provisioningState": "Creating", - "state": "Busy", + "provisioningState": "Succeeded", + "state": "Ready", "junctions": [], "nfs3": { "target": "10.0.2.4", @@ -1509,23 +13504,60 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T09:36:07.3162617Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-16T01:21:30.9625482Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:36:07.3162617Z" + "lastModifiedAt": "2023-06-16T01:21:30.9625482Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/2203da8f-2de0-4719-8f93-dbdcba655746?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7814/storageTargets/storagetarget9702?api-version=2023-05-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-ca6620f597951b4a9dbe0219380c86a0-b20a191e494bc843-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5af53616a6da0d18d4f2054700e0677d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/55acfec2-603f-4d2d-83d8-42ea488b63b9?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 16 Jun 2023 01:22:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/55acfec2-603f-4d2d-83d8-42ea488b63b9?monitor=true\u0026api-version=2023-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5af53616a6da0d18d4f2054700e0677d", + "x-ms-correlation-request-id": "f5cb3068-6ca4-41eb-abca-24c48c9e891d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;59", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "55acfec2-603f-4d2d-83d8-42ea488b63b9", + "x-ms-routing-request-id": "EASTUS:20230616T012205Z:f5cb3068-6ca4-41eb-abca-24c48c9e891d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/55acfec2-603f-4d2d-83d8-42ea488b63b9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2f53619f59dc734ebf86e864c6c34a6d-a7aa144c293cb94c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1d34fcdd499ab2803fbd38ca677d843a", + "traceparent": "00-ca6620f597951b4a9dbe0219380c86a0-fe39b60e2116ce43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "74431fc9b3bd3814d7ce2f118985ed10", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1534,7 +13566,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:36:08 GMT", + "Date": "Fri, 16 Jun 2023 01:22:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1543,28 +13575,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1d34fcdd499ab2803fbd38ca677d843a", - "x-ms-correlation-request-id": "4328a707-dd6f-4d56-92e4-6325edbeba34", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "84646bf1-e821-4bea-a95b-e392af5ce988", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093608Z:4328a707-dd6f-4d56-92e4-6325edbeba34", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "74431fc9b3bd3814d7ce2f118985ed10", + "x-ms-correlation-request-id": "59d7e969-2e96-4a90-a1e2-84240b7c15b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "5544e47b-6b56-438b-a2e5-2159cbdfc31b", + "x-ms-routing-request-id": "EASTUS:20230616T012205Z:59d7e969-2e96-4a90-a1e2-84240b7c15b3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:36:08.4941365\u002B00:00", + "startTime": "2023-06-16T01:22:05.0050733\u002B00:00", "status": "InProgress", - "name": "2203da8f-2de0-4719-8f93-dbdcba655746" + "name": "55acfec2-603f-4d2d-83d8-42ea488b63b9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/2203da8f-2de0-4719-8f93-dbdcba655746?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/55acfec2-603f-4d2d-83d8-42ea488b63b9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2f53619f59dc734ebf86e864c6c34a6d-e03847e7bd1fc040-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e1dfe7f2e0ee3130d2ea474788030d3c", + "traceparent": "00-ca6620f597951b4a9dbe0219380c86a0-2aa6f35d00542148-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5f4a981034d8a0898595dc355effa815", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1573,7 +13605,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:36:09 GMT", + "Date": "Fri, 16 Jun 2023 01:22:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1582,28 +13614,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1dfe7f2e0ee3130d2ea474788030d3c", - "x-ms-correlation-request-id": "8b233be9-332c-4e7f-b338-6165acd891e5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "40dfb757-41f5-4596-8bfa-5f45d2448ff9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093610Z:8b233be9-332c-4e7f-b338-6165acd891e5", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "5f4a981034d8a0898595dc355effa815", + "x-ms-correlation-request-id": "8a84e18a-e2f0-4b2f-af80-456c72302222", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "adeb3514-8437-442a-84ad-6b673daa4d72", + "x-ms-routing-request-id": "EASTUS:20230616T012206Z:8a84e18a-e2f0-4b2f-af80-456c72302222", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:36:08.4941365\u002B00:00", + "startTime": "2023-06-16T01:22:05.0050733\u002B00:00", "status": "InProgress", - "name": "2203da8f-2de0-4719-8f93-dbdcba655746" + "name": "55acfec2-603f-4d2d-83d8-42ea488b63b9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/2203da8f-2de0-4719-8f93-dbdcba655746?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/55acfec2-603f-4d2d-83d8-42ea488b63b9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2f53619f59dc734ebf86e864c6c34a6d-6b78deca099d9c44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a3bb1fc1258fc689e620b15b6d04f6b2", + "traceparent": "00-ca6620f597951b4a9dbe0219380c86a0-b5aeb0df5c436542-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e17ee01ef39c1fbfed0d070f479fd7f8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1612,7 +13644,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:36:10 GMT", + "Date": "Fri, 16 Jun 2023 01:22:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1621,28 +13653,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a3bb1fc1258fc689e620b15b6d04f6b2", - "x-ms-correlation-request-id": "1f46a3bb-3c2e-4988-97e6-150bfc0a3485", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "9b388c9b-8e1a-4566-a9a7-3c7cc64b429f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093611Z:1f46a3bb-3c2e-4988-97e6-150bfc0a3485", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e17ee01ef39c1fbfed0d070f479fd7f8", + "x-ms-correlation-request-id": "977119fe-c874-4b5f-bc69-e11dccdd40e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "52e6b6ed-5d8f-4fcd-ac6a-b0c3d9a9841c", + "x-ms-routing-request-id": "EASTUS:20230616T012207Z:977119fe-c874-4b5f-bc69-e11dccdd40e2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:36:08.4941365\u002B00:00", + "startTime": "2023-06-16T01:22:05.0050733\u002B00:00", "status": "InProgress", - "name": "2203da8f-2de0-4719-8f93-dbdcba655746" + "name": "55acfec2-603f-4d2d-83d8-42ea488b63b9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/2203da8f-2de0-4719-8f93-dbdcba655746?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/55acfec2-603f-4d2d-83d8-42ea488b63b9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2f53619f59dc734ebf86e864c6c34a6d-2ee671fd86d57a40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b51d8b3fc5fafd4dcc024bb002382a3c", + "traceparent": "00-ca6620f597951b4a9dbe0219380c86a0-17207e86d2d76440-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cb0837b67474954b96a3ef28d7ded9d8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1651,7 +13683,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:36:11 GMT", + "Date": "Fri, 16 Jun 2023 01:22:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1660,28 +13692,106 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b51d8b3fc5fafd4dcc024bb002382a3c", - "x-ms-correlation-request-id": "277c105c-b816-46d3-bdd8-a91400adfe1f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "0e6c1a51-81c7-4877-afbb-3cd34632689a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093612Z:277c105c-b816-46d3-bdd8-a91400adfe1f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "cb0837b67474954b96a3ef28d7ded9d8", + "x-ms-correlation-request-id": "0669c7d1-e75e-49eb-afb4-26a04d83e29a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "d7479e97-931e-401a-b7d5-328dd0938b69", + "x-ms-routing-request-id": "EASTUS:20230616T012208Z:0669c7d1-e75e-49eb-afb4-26a04d83e29a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:22:05.0050733\u002B00:00", + "status": "InProgress", + "name": "55acfec2-603f-4d2d-83d8-42ea488b63b9" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/55acfec2-603f-4d2d-83d8-42ea488b63b9?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-ca6620f597951b4a9dbe0219380c86a0-e4f4fa33da4fcb4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a8f219250c071d74d92a71cb2d7a59e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:22:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8f219250c071d74d92a71cb2d7a59e6", + "x-ms-correlation-request-id": "c0034c97-f39c-457c-a38b-f6d2cd31a358", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "e8ae4934-ce48-4609-8fa7-121d77ca4b72", + "x-ms-routing-request-id": "EASTUS:20230616T012210Z:c0034c97-f39c-457c-a38b-f6d2cd31a358", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:22:05.0050733\u002B00:00", + "status": "InProgress", + "name": "55acfec2-603f-4d2d-83d8-42ea488b63b9" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/55acfec2-603f-4d2d-83d8-42ea488b63b9?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-ca6620f597951b4a9dbe0219380c86a0-fc213c059b1da444-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "267fe3beddf7aaa194e84bf80497480f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:22:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "267fe3beddf7aaa194e84bf80497480f", + "x-ms-correlation-request-id": "5759c02e-2f65-44c7-bc90-e073b84f9903", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "8ce343b1-2856-49bd-a90c-9de39e73a2ec", + "x-ms-routing-request-id": "EASTUS:20230616T012214Z:5759c02e-2f65-44c7-bc90-e073b84f9903", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:36:08.4941365\u002B00:00", + "startTime": "2023-06-16T01:22:05.0050733\u002B00:00", "status": "InProgress", - "name": "2203da8f-2de0-4719-8f93-dbdcba655746" + "name": "55acfec2-603f-4d2d-83d8-42ea488b63b9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/2203da8f-2de0-4719-8f93-dbdcba655746?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/55acfec2-603f-4d2d-83d8-42ea488b63b9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2f53619f59dc734ebf86e864c6c34a6d-04aa18036f44184e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4709fbafe1c2ccab5d19face2fd5c3cd", + "traceparent": "00-ca6620f597951b4a9dbe0219380c86a0-f667db54e32cf64e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2de92e332eacaaf1c3eaf2490280681b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1690,7 +13800,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:36:14 GMT", + "Date": "Fri, 16 Jun 2023 01:22:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1699,28 +13809,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4709fbafe1c2ccab5d19face2fd5c3cd", - "x-ms-correlation-request-id": "7f41c2ec-10bc-41cb-a5bc-9a0b5bd09ad5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "952b4851-ee36-446e-bfc7-73d86f7a4ac0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093615Z:7f41c2ec-10bc-41cb-a5bc-9a0b5bd09ad5", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "2de92e332eacaaf1c3eaf2490280681b", + "x-ms-correlation-request-id": "d8f3e4f0-b6ad-496b-b534-f6d794cb0099", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "e78df059-976e-4da0-a63b-f50baffccdcb", + "x-ms-routing-request-id": "EASTUS:20230616T012222Z:d8f3e4f0-b6ad-496b-b534-f6d794cb0099", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:36:08.4941365\u002B00:00", + "startTime": "2023-06-16T01:22:05.0050733\u002B00:00", "status": "InProgress", - "name": "2203da8f-2de0-4719-8f93-dbdcba655746" + "name": "55acfec2-603f-4d2d-83d8-42ea488b63b9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/2203da8f-2de0-4719-8f93-dbdcba655746?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/55acfec2-603f-4d2d-83d8-42ea488b63b9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2f53619f59dc734ebf86e864c6c34a6d-45a6510ea7f3de49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fd0894f458e6fb42d2bdd68cdad9c3ae", + "traceparent": "00-ca6620f597951b4a9dbe0219380c86a0-717ee95de78f8641-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f46a084ab35f48e17848141ec17b1941", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1729,7 +13839,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:36:18 GMT", + "Date": "Fri, 16 Jun 2023 01:22:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1738,28 +13848,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd0894f458e6fb42d2bdd68cdad9c3ae", - "x-ms-correlation-request-id": "094ad58c-17cf-4a67-91f0-c7b305b5486b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "1bff1357-7def-42fc-8886-34479ae0e84f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093619Z:094ad58c-17cf-4a67-91f0-c7b305b5486b", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "f46a084ab35f48e17848141ec17b1941", + "x-ms-correlation-request-id": "c6728a5a-3726-41af-aee4-f9ed80181ee1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "0aa755ee-62ab-4925-a0d7-13920ac8e91a", + "x-ms-routing-request-id": "EASTUS:20230616T012238Z:c6728a5a-3726-41af-aee4-f9ed80181ee1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:36:08.4941365\u002B00:00", + "startTime": "2023-06-16T01:22:05.0050733\u002B00:00", "status": "InProgress", - "name": "2203da8f-2de0-4719-8f93-dbdcba655746" + "name": "55acfec2-603f-4d2d-83d8-42ea488b63b9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/2203da8f-2de0-4719-8f93-dbdcba655746?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/55acfec2-603f-4d2d-83d8-42ea488b63b9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2f53619f59dc734ebf86e864c6c34a6d-eeb0ec3e169f2542-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "71ab75f5aefb5df0df5057e1ca7ecef7", + "traceparent": "00-ca6620f597951b4a9dbe0219380c86a0-abf7b5ba9c3fb54a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fe9862e22c908f39f1d4630cea57a814", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1768,7 +13878,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:36:27 GMT", + "Date": "Fri, 16 Jun 2023 01:23:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1777,39 +13887,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "71ab75f5aefb5df0df5057e1ca7ecef7", - "x-ms-correlation-request-id": "4faf4f65-c1c9-4a5a-b36d-ef2f4c0f4948", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "601578a5-9a18-4c57-a066-c3e685d0a688", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093627Z:4faf4f65-c1c9-4a5a-b36d-ef2f4c0f4948", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "fe9862e22c908f39f1d4630cea57a814", + "x-ms-correlation-request-id": "24203c8f-d6cf-44e0-8d31-8297689653a4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "8da82091-2e88-46d9-9ec8-a4ffc802f135", + "x-ms-routing-request-id": "EASTUS:20230616T012310Z:24203c8f-d6cf-44e0-8d31-8297689653a4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:36:08.4941365\u002B00:00", + "startTime": "2023-06-16T01:22:05.0050733\u002B00:00", "status": "InProgress", - "name": "2203da8f-2de0-4719-8f93-dbdcba655746" + "name": "55acfec2-603f-4d2d-83d8-42ea488b63b9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/2203da8f-2de0-4719-8f93-dbdcba655746?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/55acfec2-603f-4d2d-83d8-42ea488b63b9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-2f53619f59dc734ebf86e864c6c34a6d-ad637aa67f218c4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6ebb7d3f2c2f5755b90d75040a1ef284", + "traceparent": "00-ca6620f597951b4a9dbe0219380c86a0-d44b562fc431c946-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fbae2f7f542d80b04da0b46419d2e848", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "183", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:36:43 GMT", + "Date": "Fri, 16 Jun 2023 01:23:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1818,38 +13926,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6ebb7d3f2c2f5755b90d75040a1ef284", - "x-ms-correlation-request-id": "c7d00cd9-e6f9-4b77-be8d-677a3fe62547", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "60613c97-f6b4-436d-8e0c-c3439136e4ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093643Z:c7d00cd9-e6f9-4b77-be8d-677a3fe62547", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "fbae2f7f542d80b04da0b46419d2e848", + "x-ms-correlation-request-id": "5b97a7ab-e276-463f-a61c-ad580e96def5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "de20475f-f3e7-4dae-80e8-e44db99b5f0c", + "x-ms-routing-request-id": "EASTUS:20230616T012342Z:5b97a7ab-e276-463f-a61c-ad580e96def5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:36:08.4941365\u002B00:00", - "endTime": "2023-03-23T09:36:39.829022\u002B00:00", - "status": "Succeeded", - "name": "2203da8f-2de0-4719-8f93-dbdcba655746" + "startTime": "2023-06-16T01:22:05.0050733\u002B00:00", + "status": "InProgress", + "name": "55acfec2-603f-4d2d-83d8-42ea488b63b9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9531?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/55acfec2-603f-4d2d-83d8-42ea488b63b9?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2f53619f59dc734ebf86e864c6c34a6d-2f11975d7f81364a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b9d84c55512946d2a3aa1d9500613153", + "traceparent": "00-ca6620f597951b4a9dbe0219380c86a0-a2788cd99b91fc49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9f66b0d16ae71e8bcfda028a4fd45e21", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "913", + "Content-Length": "183", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:36:46 GMT", + "Date": "Fri, 16 Jun 2023 01:24:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1858,59 +13965,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b9d84c55512946d2a3aa1d9500613153", - "x-ms-correlation-request-id": "77e85854-6a8c-4308-ae5b-8a619f48674d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "9c13afe1-1c57-4d19-8a14-c08ac989342f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093646Z:77e85854-6a8c-4308-ae5b-8a619f48674d", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "9f66b0d16ae71e8bcfda028a4fd45e21", + "x-ms-correlation-request-id": "c32dd824-3b99-4006-95ec-4bc619ce4afd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "22aa5100-8aad-4087-bc9b-f81f0fe5ec2c", + "x-ms-routing-request-id": "EASTUS:20230616T012415Z:c32dd824-3b99-4006-95ec-4bc619ce4afd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget9531", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9531", - "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", - "properties": { - "allocationPercentage": 100, - "targetType": "nfs3", - "provisioningState": "Succeeded", - "state": "Ready", - "junctions": [], - "nfs3": { - "target": "10.0.2.4", - "usageModel": "READ_ONLY", - "verificationTimer": 30 - } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T09:36:07.3162617Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:36:07.3162617Z" - } + "startTime": "2023-06-16T01:22:05.0050733\u002B00:00", + "endTime": "2023-06-16T01:23:43.844706\u002B00:00", + "status": "Succeeded", + "name": "55acfec2-603f-4d2d-83d8-42ea488b63b9" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9531?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7814/storageTargets/storagetarget9702?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-c917f87d02bf5f4a811e657a4122b065-e49ea9e6e36f7c4e-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5c4ddfef551ec97e1f53b8ee38ec52c1", + "traceparent": "00-673598f72f8bbc4794d7d4a7ab5d5a17-31530741733dfb40-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "929e00a01ecc8e14b218b0f077d4761f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 404, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "913", + "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:36:46 GMT", + "Date": "Fri, 16 Jun 2023 01:24:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1919,61 +14006,41 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5c4ddfef551ec97e1f53b8ee38ec52c1", - "x-ms-correlation-request-id": "1cc73651-12f8-4619-b705-25895ace15bd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;118", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "b6843cbd-cc46-4ff4-9e75-90b6d2196eb9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093647Z:1cc73651-12f8-4619-b705-25895ace15bd", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "929e00a01ecc8e14b218b0f077d4761f", + "x-ms-correlation-request-id": "34f52a52-44a4-4d7f-ab05-9525f11d3200", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "45650f72-1403-43aa-83a9-d11875912ce0", + "x-ms-routing-request-id": "EASTUS:20230616T012415Z:34f52a52-44a4-4d7f-ab05-9525f11d3200", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget9531", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9531", - "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", - "properties": { - "allocationPercentage": 100, - "targetType": "nfs3", - "provisioningState": "Succeeded", - "state": "Ready", - "junctions": [], - "nfs3": { - "target": "10.0.2.4", - "usageModel": "READ_ONLY", - "verificationTimer": 30 - } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T09:36:07.3162617Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:36:07.3162617Z" + "error": { + "code": "NotFound", + "message": "The entity was not found in this Azure location." } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9531?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7814?api-version=2023-05-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-a081d71c0cee9944b145950f3072c6c0-dd3b60900b52bf4b-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7d8cd35d14a5edcdab74ca840fc05657", + "traceparent": "00-817372febc180a4dbb1100d9ba663d49-7fd9539e1f9f9244-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "393b1aec08f0152ca4902b5351253078", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/81f90c5b-47bf-4efe-b386-de970d6ccaec?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b8374d6c-65c0-446c-bdd5-dc6eef2348dd?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:36:47 GMT", + "Date": "Fri, 16 Jun 2023 01:24:14 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/81f90c5b-47bf-4efe-b386-de970d6ccaec?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b8374d6c-65c0-446c-bdd5-dc6eef2348dd?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1981,24 +14048,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d8cd35d14a5edcdab74ca840fc05657", - "x-ms-correlation-request-id": "4b5542f4-3d6c-4966-9982-5943e175b1a6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;57", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "81f90c5b-47bf-4efe-b386-de970d6ccaec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093648Z:4b5542f4-3d6c-4966-9982-5943e175b1a6", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "393b1aec08f0152ca4902b5351253078", + "x-ms-correlation-request-id": "5658535d-104b-46e8-9308-ca1601dbc5cd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "b8374d6c-65c0-446c-bdd5-dc6eef2348dd", + "x-ms-routing-request-id": "EASTUS:20230616T012415Z:5658535d-104b-46e8-9308-ca1601dbc5cd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/81f90c5b-47bf-4efe-b386-de970d6ccaec?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b8374d6c-65c0-446c-bdd5-dc6eef2348dd?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a081d71c0cee9944b145950f3072c6c0-66b254b37458f042-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2d375c57b3d5daad125fb1a98bf9b95f", + "traceparent": "00-817372febc180a4dbb1100d9ba663d49-39782a255e493e41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "359ee26324999830d389ee3cf2c13c8c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2007,7 +14074,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:36:49 GMT", + "Date": "Fri, 16 Jun 2023 01:24:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2016,28 +14083,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d375c57b3d5daad125fb1a98bf9b95f", - "x-ms-correlation-request-id": "8bdc7a4a-c5fb-46ab-a83f-f04180686fa0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "94875360-2217-4618-9dbd-d429190ac67d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093649Z:8bdc7a4a-c5fb-46ab-a83f-f04180686fa0", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "359ee26324999830d389ee3cf2c13c8c", + "x-ms-correlation-request-id": "d9084033-7ed5-4c25-82f8-5e1279e38385", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "d2f5bb88-6a46-4f66-a194-7a207d988785", + "x-ms-routing-request-id": "EASTUS:20230616T012415Z:d9084033-7ed5-4c25-82f8-5e1279e38385", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:36:47.9584399\u002B00:00", + "startTime": "2023-06-16T01:24:15.5281764\u002B00:00", "status": "InProgress", - "name": "81f90c5b-47bf-4efe-b386-de970d6ccaec" + "name": "b8374d6c-65c0-446c-bdd5-dc6eef2348dd" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/81f90c5b-47bf-4efe-b386-de970d6ccaec?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b8374d6c-65c0-446c-bdd5-dc6eef2348dd?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a081d71c0cee9944b145950f3072c6c0-9adc9a7dfa9cf14b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "171260fc27d7c7ef6d8cb0967af654c7", + "traceparent": "00-817372febc180a4dbb1100d9ba663d49-068f1931fb3c6244-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e4ad38e85c1096eb9f889d181a5d5c09", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2046,7 +14113,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:36:50 GMT", + "Date": "Fri, 16 Jun 2023 01:24:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2055,28 +14122,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "171260fc27d7c7ef6d8cb0967af654c7", - "x-ms-correlation-request-id": "32476c45-d17a-4046-ae9f-09eb447d9672", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "3abb1725-ef80-4d87-a754-58cd248f1109", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093650Z:32476c45-d17a-4046-ae9f-09eb447d9672", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e4ad38e85c1096eb9f889d181a5d5c09", + "x-ms-correlation-request-id": "f56cd522-f0b7-4241-8ab9-ec41b9a3679d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "6c78475a-516f-47f4-987c-3db261f7300c", + "x-ms-routing-request-id": "EASTUS:20230616T012416Z:f56cd522-f0b7-4241-8ab9-ec41b9a3679d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:36:47.9584399\u002B00:00", + "startTime": "2023-06-16T01:24:15.5281764\u002B00:00", "status": "InProgress", - "name": "81f90c5b-47bf-4efe-b386-de970d6ccaec" + "name": "b8374d6c-65c0-446c-bdd5-dc6eef2348dd" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/81f90c5b-47bf-4efe-b386-de970d6ccaec?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b8374d6c-65c0-446c-bdd5-dc6eef2348dd?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a081d71c0cee9944b145950f3072c6c0-84453e212b45614a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b32c126729882882733a1871e4bc73d4", + "traceparent": "00-817372febc180a4dbb1100d9ba663d49-3aaeb9e11326ad4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6eef30eafb871edf622c45aa673fbfda", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2085,7 +14152,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:36:51 GMT", + "Date": "Fri, 16 Jun 2023 01:24:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2094,28 +14161,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b32c126729882882733a1871e4bc73d4", - "x-ms-correlation-request-id": "9d001f10-2a7c-4bed-a9c7-d2fc1d253f1d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "e335274d-6213-4ead-beb8-64342ce5ea70", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093652Z:9d001f10-2a7c-4bed-a9c7-d2fc1d253f1d", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "6eef30eafb871edf622c45aa673fbfda", + "x-ms-correlation-request-id": "37ebacc0-cff6-4a70-80c4-23c5f7952bec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "5c2e1c10-aba3-42d5-a700-9460956ad9fd", + "x-ms-routing-request-id": "EASTUS:20230616T012417Z:37ebacc0-cff6-4a70-80c4-23c5f7952bec", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:36:47.9584399\u002B00:00", + "startTime": "2023-06-16T01:24:15.5281764\u002B00:00", "status": "InProgress", - "name": "81f90c5b-47bf-4efe-b386-de970d6ccaec" + "name": "b8374d6c-65c0-446c-bdd5-dc6eef2348dd" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/81f90c5b-47bf-4efe-b386-de970d6ccaec?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b8374d6c-65c0-446c-bdd5-dc6eef2348dd?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a081d71c0cee9944b145950f3072c6c0-cf8c3dd0a4203d4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "38d93b55f5d130e06c70c0480317601b", + "traceparent": "00-817372febc180a4dbb1100d9ba663d49-645889096250fd4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "80e7609bc1ec07ebf707951086187d76", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2124,7 +14191,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:36:53 GMT", + "Date": "Fri, 16 Jun 2023 01:24:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2133,28 +14200,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "38d93b55f5d130e06c70c0480317601b", - "x-ms-correlation-request-id": "64450ca8-f01b-4cad-b426-0fe3d474ad74", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "3e846ca0-af97-4191-b0be-71a879431f1f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093653Z:64450ca8-f01b-4cad-b426-0fe3d474ad74", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "80e7609bc1ec07ebf707951086187d76", + "x-ms-correlation-request-id": "5df8e9ee-20c3-4745-ac1d-2ee5ee6d6926", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "4380e617-2a9a-4873-8ea1-4698613cd7fe", + "x-ms-routing-request-id": "EASTUS:20230616T012418Z:5df8e9ee-20c3-4745-ac1d-2ee5ee6d6926", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:36:47.9584399\u002B00:00", + "startTime": "2023-06-16T01:24:15.5281764\u002B00:00", "status": "InProgress", - "name": "81f90c5b-47bf-4efe-b386-de970d6ccaec" + "name": "b8374d6c-65c0-446c-bdd5-dc6eef2348dd" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/81f90c5b-47bf-4efe-b386-de970d6ccaec?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b8374d6c-65c0-446c-bdd5-dc6eef2348dd?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a081d71c0cee9944b145950f3072c6c0-fee2e3c6150e5144-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7941ea0b06ccd3d6dee9a39c0f7de3b0", + "traceparent": "00-817372febc180a4dbb1100d9ba663d49-5ca5924b3d674346-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c252e42cced1ec05598f81e317402e60", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2163,7 +14230,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:36:55 GMT", + "Date": "Fri, 16 Jun 2023 01:24:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2172,28 +14239,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7941ea0b06ccd3d6dee9a39c0f7de3b0", - "x-ms-correlation-request-id": "08959a16-0b4e-40d3-9335-dadbe1c31535", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "bce93ece-215c-49c1-93cc-9790236149d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093655Z:08959a16-0b4e-40d3-9335-dadbe1c31535", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "c252e42cced1ec05598f81e317402e60", + "x-ms-correlation-request-id": "54cc30cc-3951-442d-ab37-e13e711b8837", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "dcd85094-cc01-4626-9e0b-68befd418762", + "x-ms-routing-request-id": "EASTUS:20230616T012420Z:54cc30cc-3951-442d-ab37-e13e711b8837", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:36:47.9584399\u002B00:00", + "startTime": "2023-06-16T01:24:15.5281764\u002B00:00", "status": "InProgress", - "name": "81f90c5b-47bf-4efe-b386-de970d6ccaec" + "name": "b8374d6c-65c0-446c-bdd5-dc6eef2348dd" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/81f90c5b-47bf-4efe-b386-de970d6ccaec?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b8374d6c-65c0-446c-bdd5-dc6eef2348dd?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a081d71c0cee9944b145950f3072c6c0-f50397db5c5bba45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3f40db181b1d71f531fc46186839255b", + "traceparent": "00-817372febc180a4dbb1100d9ba663d49-baf8881178e99747-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b97dc2c9db76281c44e8777f65ce974a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2202,7 +14269,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:36:59 GMT", + "Date": "Fri, 16 Jun 2023 01:24:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2211,28 +14278,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f40db181b1d71f531fc46186839255b", - "x-ms-correlation-request-id": "382396cc-33fd-427a-92a1-7b8b0824f433", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "41ce9401-e03c-4c11-ab57-38c969d98396", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093700Z:382396cc-33fd-427a-92a1-7b8b0824f433", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "b97dc2c9db76281c44e8777f65ce974a", + "x-ms-correlation-request-id": "ba1ebf66-e5b0-4bef-a7cd-65133bf67ef4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "8b467507-50ec-4c09-baee-7b750783fdc9", + "x-ms-routing-request-id": "EASTUS:20230616T012424Z:ba1ebf66-e5b0-4bef-a7cd-65133bf67ef4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:36:47.9584399\u002B00:00", + "startTime": "2023-06-16T01:24:15.5281764\u002B00:00", "status": "InProgress", - "name": "81f90c5b-47bf-4efe-b386-de970d6ccaec" + "name": "b8374d6c-65c0-446c-bdd5-dc6eef2348dd" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/81f90c5b-47bf-4efe-b386-de970d6ccaec?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b8374d6c-65c0-446c-bdd5-dc6eef2348dd?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a081d71c0cee9944b145950f3072c6c0-3881507f0d102746-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f966fcd9fa7a4f0764055ae8514320ef", + "traceparent": "00-817372febc180a4dbb1100d9ba663d49-9f08536bb414de44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "827ecfaefceccd085bfa275d4007efb6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2241,7 +14308,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:37:07 GMT", + "Date": "Fri, 16 Jun 2023 01:24:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2250,28 +14317,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f966fcd9fa7a4f0764055ae8514320ef", - "x-ms-correlation-request-id": "ff1b395f-ec0b-4648-b8f0-40ccd43d7b75", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "3e0fc385-d551-4aa2-b3cd-6ba4cee5547a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093708Z:ff1b395f-ec0b-4648-b8f0-40ccd43d7b75", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "827ecfaefceccd085bfa275d4007efb6", + "x-ms-correlation-request-id": "8729ce8c-aa8b-43bb-beff-18f314727278", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "eb42c6ac-036f-43c6-a7c0-0b69d30dee6d", + "x-ms-routing-request-id": "EASTUS:20230616T012432Z:8729ce8c-aa8b-43bb-beff-18f314727278", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:36:47.9584399\u002B00:00", + "startTime": "2023-06-16T01:24:15.5281764\u002B00:00", "status": "InProgress", - "name": "81f90c5b-47bf-4efe-b386-de970d6ccaec" + "name": "b8374d6c-65c0-446c-bdd5-dc6eef2348dd" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/81f90c5b-47bf-4efe-b386-de970d6ccaec?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b8374d6c-65c0-446c-bdd5-dc6eef2348dd?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a081d71c0cee9944b145950f3072c6c0-7f29dd121a9b0946-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "272f0f8c21d7effef5d047d0c0be6aa4", + "traceparent": "00-817372febc180a4dbb1100d9ba663d49-7522c41b600bdc4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c34734d9c39b5000c82a7de95685868a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2280,7 +14347,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:37:24 GMT", + "Date": "Fri, 16 Jun 2023 01:24:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2289,28 +14356,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "272f0f8c21d7effef5d047d0c0be6aa4", - "x-ms-correlation-request-id": "0d260c44-1c46-432c-9249-687f02655aa4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "cde3b224-130b-48d9-b2d8-23ab97de9e90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093724Z:0d260c44-1c46-432c-9249-687f02655aa4", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "c34734d9c39b5000c82a7de95685868a", + "x-ms-correlation-request-id": "a4b63aa4-a90f-4a96-83ae-946655f4e95c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "0dac434a-16ea-4939-8bd2-1958516dfa77", + "x-ms-routing-request-id": "EASTUS:20230616T012449Z:a4b63aa4-a90f-4a96-83ae-946655f4e95c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:36:47.9584399\u002B00:00", + "startTime": "2023-06-16T01:24:15.5281764\u002B00:00", "status": "InProgress", - "name": "81f90c5b-47bf-4efe-b386-de970d6ccaec" + "name": "b8374d6c-65c0-446c-bdd5-dc6eef2348dd" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/81f90c5b-47bf-4efe-b386-de970d6ccaec?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b8374d6c-65c0-446c-bdd5-dc6eef2348dd?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a081d71c0cee9944b145950f3072c6c0-5c7c61b3ab055846-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "12c348c3ea161d36d4f0da17c10c1fed", + "traceparent": "00-817372febc180a4dbb1100d9ba663d49-30d0fd966dd21e41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "473537f7abc2cc73baaf5e7bb4bfe73d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2319,7 +14386,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:37:56 GMT", + "Date": "Fri, 16 Jun 2023 01:25:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2328,37 +14395,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "12c348c3ea161d36d4f0da17c10c1fed", - "x-ms-correlation-request-id": "4573988d-a0ff-43d4-bb31-be88e94edd81", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "089d861d-2f78-49ab-8b04-dccab75be2ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093756Z:4573988d-a0ff-43d4-bb31-be88e94edd81", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "473537f7abc2cc73baaf5e7bb4bfe73d", + "x-ms-correlation-request-id": "4c1ad559-cab3-4136-8daa-f1fb2d62b11e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "03208119-e4ca-44a3-9bcc-dd39f3489d0e", + "x-ms-routing-request-id": "EASTUS:20230616T012521Z:4c1ad559-cab3-4136-8daa-f1fb2d62b11e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:36:47.9584399\u002B00:00", + "startTime": "2023-06-16T01:24:15.5281764\u002B00:00", "status": "InProgress", - "name": "81f90c5b-47bf-4efe-b386-de970d6ccaec" + "name": "b8374d6c-65c0-446c-bdd5-dc6eef2348dd" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/81f90c5b-47bf-4efe-b386-de970d6ccaec?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b8374d6c-65c0-446c-bdd5-dc6eef2348dd?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a081d71c0cee9944b145950f3072c6c0-df3f57fc61c6c447-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "598b56dcfe09b784fd7604aab3378fa6", + "traceparent": "00-817372febc180a4dbb1100d9ba663d49-d21cb7cb6b98c547-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "30a6c0f8d487eaafce2dbac27e1f76d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:38:28 GMT", + "Date": "Fri, 16 Jun 2023 01:25:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2367,39 +14434,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "598b56dcfe09b784fd7604aab3378fa6", - "x-ms-correlation-request-id": "59403016-251c-49d5-9510-e66923af8bed", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "713c277e-ba51-4ce9-87a3-967541bd9d03", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093829Z:59403016-251c-49d5-9510-e66923af8bed", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "30a6c0f8d487eaafce2dbac27e1f76d5", + "x-ms-correlation-request-id": "dc3fbb08-60b6-4be7-87b6-a23ff7f2d867", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "f8839e36-eca1-49bf-a1f2-033eea376c05", + "x-ms-routing-request-id": "EASTUS:20230616T012553Z:dc3fbb08-60b6-4be7-87b6-a23ff7f2d867", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:36:47.9584399\u002B00:00", - "endTime": "2023-03-23T09:38:27.8026933\u002B00:00", - "status": "Succeeded", - "name": "81f90c5b-47bf-4efe-b386-de970d6ccaec" + "startTime": "2023-06-16T01:24:15.5281764\u002B00:00", + "status": "InProgress", + "name": "b8374d6c-65c0-446c-bdd5-dc6eef2348dd" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9531?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b8374d6c-65c0-446c-bdd5-dc6eef2348dd?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2470c826182c5e439c4f9a01e5690aaa-20e6bf4362ab5d46-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0925b69b0d80a2d8d91252e647e72ee8", + "traceparent": "00-817372febc180a4dbb1100d9ba663d49-e461bea10b44d541-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "09659c73a8d12df4c17a09eb65849c09", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 404, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "115", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:38:30 GMT", + "Date": "Fri, 16 Jun 2023 01:26:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2408,228 +14473,145 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0925b69b0d80a2d8d91252e647e72ee8", - "x-ms-correlation-request-id": "a6d26ba5-b976-4866-895e-e11eed39fc5a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "140a1175-19a5-46b0-b0ae-6edeaf8770db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093830Z:a6d26ba5-b976-4866-895e-e11eed39fc5a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "09659c73a8d12df4c17a09eb65849c09", + "x-ms-correlation-request-id": "254768ec-9972-441d-b54c-e9bdc5c75bbd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "a6fa2677-4f64-45b5-8a50-23d606b3daf7", + "x-ms-routing-request-id": "EASTUS:20230616T012625Z:254768ec-9972-441d-b54c-e9bdc5c75bbd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "error": { - "code": "NotFound", - "message": "The entity was not found in this Azure location." - } + "startTime": "2023-06-16T01:24:15.5281764\u002B00:00", + "status": "InProgress", + "name": "b8374d6c-65c0-446c-bdd5-dc6eef2348dd" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg9389?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-d914b45bceaa024baf3b997131042ea9-d057bb5742f9874b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "69f359b01132c49ac30b14a0e58b6a9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:38:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc5Mzg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e2dc124-9450-425b-8fc0-3ff658a1b960", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "0e2dc124-9450-425b-8fc0-3ff658a1b960", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093836Z:0e2dc124-9450-425b-8fc0-3ff658a1b960" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc5Mzg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d914b45bceaa024baf3b997131042ea9-b8c242b37751444e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "59fa1b47254389741c604674f838bc4e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:38:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc5Mzg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "157b6a41-2f3a-475c-b413-c4bdf0fdef9e", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "157b6a41-2f3a-475c-b413-c4bdf0fdef9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093836Z:157b6a41-2f3a-475c-b413-c4bdf0fdef9e" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc5Mzg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d914b45bceaa024baf3b997131042ea9-da5aa3ebeaf43b41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1384b5a7246b9a00eb25eb4891a21925", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:38:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc5Mzg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb8ba83a-ef9d-4020-afcc-5b5462ba9328", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "eb8ba83a-ef9d-4020-afcc-5b5462ba9328", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093852Z:eb8ba83a-ef9d-4020-afcc-5b5462ba9328" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc5Mzg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d914b45bceaa024baf3b997131042ea9-baf6464ab803c94b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c958fe9b10913c59bff2ee87cff9d545", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:39:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc5Mzg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "71ddc846-f610-4de2-94f7-02e211dca509", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "71ddc846-f610-4de2-94f7-02e211dca509", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093908Z:71ddc846-f610-4de2-94f7-02e211dca509" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc5Mzg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b8374d6c-65c0-446c-bdd5-dc6eef2348dd?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d914b45bceaa024baf3b997131042ea9-428db5756df14d49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f64f312c5d1923aa1b5f6e1e3a2bf87a", + "Connection": "close", + "traceparent": "00-817372febc180a4dbb1100d9ba663d49-b572d624a00bcf49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "96f1404256df2303874a7994f1b14d9b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:39:23 GMT", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:26:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc5Mzg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "036f7304-0ee1-4a1d-b32f-e286dc9d8144", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "036f7304-0ee1-4a1d-b32f-e286dc9d8144", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093923Z:036f7304-0ee1-4a1d-b32f-e286dc9d8144" + "x-ms-client-request-id": "96f1404256df2303874a7994f1b14d9b", + "x-ms-correlation-request-id": "eda172e3-a497-41ef-9991-f1319eef2686", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "8b906d80-405f-4d97-a48d-d131fa604448", + "x-ms-routing-request-id": "EASTUS:20230616T012657Z:eda172e3-a497-41ef-9991-f1319eef2686", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T01:24:15.5281764\u002B00:00", + "status": "InProgress", + "name": "b8374d6c-65c0-446c-bdd5-dc6eef2348dd" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc5Mzg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b8374d6c-65c0-446c-bdd5-dc6eef2348dd?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d914b45bceaa024baf3b997131042ea9-6d237b2c8382ff44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fad82146f2df97bc5b4853793678cbf2", + "traceparent": "00-817372febc180a4dbb1100d9ba663d49-6a27bff59f52ca4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "17088839de5a506bcb786f0ccac4854a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:39:38 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:27:29 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc5Mzg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd1295ee-51d4-4e1f-86ac-709a67db6013", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "fd1295ee-51d4-4e1f-86ac-709a67db6013", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093939Z:fd1295ee-51d4-4e1f-86ac-709a67db6013" + "x-ms-client-request-id": "17088839de5a506bcb786f0ccac4854a", + "x-ms-correlation-request-id": "c9bde5e9-8c1e-4420-aabf-cb21614188f9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "d946f066-67b3-4c8d-8992-1b5437112253", + "x-ms-routing-request-id": "EASTUS:20230616T012729Z:c9bde5e9-8c1e-4420-aabf-cb21614188f9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T01:24:15.5281764\u002B00:00", + "status": "InProgress", + "name": "b8374d6c-65c0-446c-bdd5-dc6eef2348dd" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc5Mzg5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/b8374d6c-65c0-446c-bdd5-dc6eef2348dd?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d914b45bceaa024baf3b997131042ea9-e4c98dd75a11cc4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "601ba54f22523e0b5334ae31a23b0194", + "traceparent": "00-817372febc180a4dbb1100d9ba663d49-9a7c2467f4cb7e4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3e80b191e02d1df6994181872f5f3c10", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:39:53 GMT", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:28:00 GMT", "Expires": "-1", "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "93aecdd0-302b-4d7f-8cc8-77f2bbb70582", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "93aecdd0-302b-4d7f-8cc8-77f2bbb70582", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T093954Z:93aecdd0-302b-4d7f-8cc8-77f2bbb70582" + "x-ms-client-request-id": "3e80b191e02d1df6994181872f5f3c10", + "x-ms-correlation-request-id": "6f26e22b-531f-4c22-af44-c37f145a46ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "f5451c76-2c74-4b9e-a5c7-1e512dd41e21", + "x-ms-routing-request-id": "EASTUS:20230616T012801Z:6f26e22b-531f-4c22-af44-c37f145a46ee", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T01:24:15.5281764\u002B00:00", + "endTime": "2023-06-16T01:27:42.9769664\u002B00:00", + "status": "Succeeded", + "name": "b8374d6c-65c0-446c-bdd5-dc6eef2348dd" + } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1569488825", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "876810409", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/Delete()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/Delete()Async.json index 27fd4113d03c..d209fa0c5fa9 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/Delete()Async.json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/Delete()Async.json @@ -1,39 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f267464b7a261f4d8af40fe35054e414-10c2cd9d87f93c4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6fb1a996a724d15a43f87650599e3f5b", + "traceparent": "00-f00f09822d041242857b035f1b35d67c-135296189409da42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3f740b71f9e06afbbab0f83c98efe9f7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:23:16 GMT", + "Date": "Fri, 16 Jun 2023 02:03:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "71ac4fa9-602f-421d-b8b5-bff778c565e1", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "71ac4fa9-602f-421d-b8b5-bff778c565e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102317Z:71ac4fa9-602f-421d-b8b5-bff778c565e1" + "x-ms-correlation-request-id": "6b01ade7-676c-4552-92f1-bf94b0aeaca9", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "6b01ade7-676c-4552-92f1-bf94b0aeaca9", + "x-ms-routing-request-id": "EASTUS:20230616T020331Z:6b01ade7-676c-4552-92f1-bf94b0aeaca9" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -43,63 +43,12603 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg293?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-b8c2c2d060b79b419a2615e12a806598-fca313fbed6c2245-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "98fc60ac2272d4cd53b76893f888984b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:03:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "24d89da6-a139-43b3-8cd9-5a771bd6d457", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "24d89da6-a139-43b3-8cd9-5a771bd6d457", + "x-ms-routing-request-id": "EASTUS:20230616T020331Z:24d89da6-a139-43b3-8cd9-5a771bd6d457" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-83ed3a99c0a83e4b9177b6793ea3c552-d75d25a74fefe84a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "44a77701deaf5ec31f37d957784a59ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "156364", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:03:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6cf60a14-f316-4972-aa58-08e61cc6454c", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "6cf60a14-f316-4972-aa58-08e61cc6454c", + "x-ms-routing-request-id": "EASTUS:20230616T020332Z:6cf60a14-f316-4972-aa58-08e61cc6454c" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", + "namespace": "Microsoft.Network", + "authorizations": [ + { + "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", + "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" + }, + { + "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", + "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" + }, + { + "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", + "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" + }, + { + "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", + "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" + }, + { + "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", + "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" + }, + { + "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", + "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" + }, + { + "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", + "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" + }, + { + "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", + "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" + }, + { + "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", + "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" + }, + { + "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", + "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" + }, + { + "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", + "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" + }, + { + "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", + "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" + } + ], + "resourceTypes": [ + { + "resourceType": "virtualNetworks", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/taggedTrafficConsumers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "natGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "publicIPAddresses", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "internalPublicIpAddresses", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "customIpPrefixes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkInterfaces", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dscpConfigurations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateEndpoints", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateEndpoints/privateLinkServiceProxies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "None" + }, + { + "resourceType": "privateEndpointRedirectMaps", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "loadBalancers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkSecurityGroups", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationSecurityGroups", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2017-09-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "serviceEndpointPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkIntentPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "routeTables", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "publicIPPrefixes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers/connectionMonitors", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers/flowLogs", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers/pingMeshes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworkGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "localNetworkGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "connections", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationGatewayWebApplicationFirewallPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/operations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/operationResults", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/CheckDnsNameAvailability", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01" + ], + "capabilities": "None" + }, + { + "resourceType": "cloudServiceSlots", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01" + ], + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/usages", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/virtualNetworkAvailableEndpointServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/availableDelegations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/ApplicationGatewayWafDynamicManifests", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/serviceTags", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/availablePrivateEndpointTypes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/availableServiceAliases", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/checkPrivateLinkServiceVisibility", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/autoApprovedPrivateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/supportedVirtualMachineSizes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/setAzureNetworkManagerConfiguration", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/publishResources", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/getAzureNetworkManagerConfiguration", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/checkAcceleratedNetworkingSupport", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/validateResourceOwnership", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/setResourceOwnership", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/effectiveResourceOwnership", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "operations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "dnszones", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2016-04-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnsOperationStatuses", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "getDnsResourceReference", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "internalNotify", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/A", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/AAAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/CNAME", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/PTR", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/MX", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/TXT", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/SRV", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/SOA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/NS", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/CAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/recordsets", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateDnsZones/virtualNetworkLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateDnsOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsOperationStatuses", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZonesInternal", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-01-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/A", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/AAAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/CNAME", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/PTR", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/MX", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/TXT", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SRV", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SOA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/privateDnsZoneLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "None" + }, + { + "resourceType": "dnsResolvers", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsResolvers/inboundEndpoints", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsResolvers/outboundEndpoints", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsForwardingRulesets", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsForwardingRulesets/forwardingRules", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "dnsForwardingRulesets/virtualNetworkLinks", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listDnsResolvers", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listDnsForwardingRulesets", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "locations/dnsResolverOperationResults", + "locations": [], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "locations/dnsResolverOperationStatuses", + "locations": [], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "trafficmanagerprofiles/heatMaps", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles/azureendpoints", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles/externalendpoints", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles/nestedendpoints", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "checkTrafficManagerNameAvailability", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, + { + "resourceType": "trafficManagerUserMetricsKeys", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficManagerGeographicHierarchies", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "expressRouteCircuits", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRouteServiceProviders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableWafRuleSets", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableSslOptions", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableServerVariables", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableRequestHeaders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableResponseHeaders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "capabilities": "None" + }, + { + "resourceType": "routeFilters", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "bgpServiceCommunities", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01" + ], + "capabilities": "None" + }, + { + "resourceType": "virtualWans", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "vpnSites", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "vpnServerConfigurations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualHubs", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "vpnGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "p2sVpnGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRouteGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations/hybridEdgeZone", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "expressRoutePortsLocations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "firewallPolicies", + "locations": [ + "Qatar Central", + "Poland Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "ipGroups", + "locations": [ + "Qatar Central", + "Poland Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "West Central US", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureWebCategories", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "defaultApiVersion": "2020-08-01", + "capabilities": "None" + }, + { + "resourceType": "locations/nfvOperations", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/nfvOperationResults", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "capabilities": "None" + }, + { + "resourceType": "securityPartnerProviders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureFirewalls", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "France Central", + "Australia Central", + "Japan West", + "Japan East", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureFirewallFqdnTags", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "virtualNetworkTaps", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations/privateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "ddosProtectionPlans", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2018-02-01" + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkProfiles", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "checkFrontdoorNameAvailability", + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "None" + }, + { + "resourceType": "locations/bareMetalTenants", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "capabilities": "None" + }, + { + "resourceType": "bastionHosts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualRouters", + "locations": [ + "Qatar Central", + "Poland Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkVirtualAppliances", + "locations": [ + "Qatar Central", + "Poland Central", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SystemAssignedResourceIdentity, SupportsTags, SupportsLocation" + }, + { + "resourceType": "ipAllocations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagerConnections", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/queryNetworkSecurityPerimeter", + "locations": [ + "West Central US", + "Jio India West", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2022-02-01-preview", + "2021-05-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": "2021-02-01-preview", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "None" + }, + { + "resourceType": "networkGroupMemberships", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2022-06-01-preview" + ], + "defaultApiVersion": "2022-06-01-preview", + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/commitInternalAzureNetworkManagerConfiguration", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/internalAzureVirtualNetworkManagerOperation", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "networkVirtualApplianceSkus", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "None" + }, + { + "resourceType": "locations/serviceTagDetails", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/dataTasks", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8362?api-version=2023-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "172", "Content-Type": "application/json", - "traceparent": "00-3cc1cd9881069343aca65d03bb5ea219-dadcd0f1a8ff2d4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f005a8b049091c5c5e3617ef1e63761d", + "traceparent": "00-83ed3a99c0a83e4b9177b6793ea3c552-8cd2758b59a5574f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1082c6433e4feb9f299067723218ada3", "x-ms-return-client-request-id": "true" }, "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-738", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, "location": "eastus" }, "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/e95c985f-b88b-4331-91f0-93b92c8a996d?api-version=2023-04-01", + "Cache-Control": "no-cache", + "Content-Length": "1014", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:03:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "5a9b638f-b2fd-464f-9173-3c9d08ac0e58", + "x-ms-client-request-id": "1082c6433e4feb9f299067723218ada3", + "x-ms-correlation-request-id": "660ec505-b824-4870-a184-82ecc7c3b476", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "e95c985f-b88b-4331-91f0-93b92c8a996d", + "x-ms-routing-request-id": "EASTUS:20230616T020334Z:660ec505-b824-4870-a184-82ecc7c3b476" + }, + "ResponseBody": { + "name": "scTestVNet-8362", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8362", + "etag": "W/\u0022de7a8a0c-2dfb-4280-8a20-8dafd1dcd256\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "c6756608-3168-47d6-a95e-16ba4f9e6cef", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-738", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8362/subnets/scTestSubnet-738", + "etag": "W/\u0022de7a8a0c-2dfb-4280-8a20-8dafd1dcd256\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/e95c985f-b88b-4331-91f0-93b92c8a996d?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-83ed3a99c0a83e4b9177b6793ea3c552-11b482577cd0264e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8555bd9eeb16c2c5d7bc1a1e76502c07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:03:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "974d7926-f818-4089-989f-ef868e7a70d0", + "x-ms-client-request-id": "8555bd9eeb16c2c5d7bc1a1e76502c07", + "x-ms-correlation-request-id": "8d0f5aed-2498-46ce-ba08-f3bd034c3a0b", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "b215644e-8c68-492c-9d86-2b6b616bb6e4", + "x-ms-routing-request-id": "EASTUS:20230616T020334Z:8d0f5aed-2498-46ce-ba08-f3bd034c3a0b" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/e95c985f-b88b-4331-91f0-93b92c8a996d?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-83ed3a99c0a83e4b9177b6793ea3c552-1e7bf8ad4bf43644-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9cbb358ad96327c579c7618b900270ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:03:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "20807f87-d9e0-41bc-9eff-ae3e7999e61c", + "x-ms-client-request-id": "9cbb358ad96327c579c7618b900270ca", + "x-ms-correlation-request-id": "0866b044-5d11-48e7-b528-337ee4de4502", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "8b246a64-b577-4a8a-8969-0edb9fc4cf6b", + "x-ms-routing-request-id": "EASTUS:20230616T020344Z:0866b044-5d11-48e7-b528-337ee4de4502" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8362?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-83ed3a99c0a83e4b9177b6793ea3c552-fca0c86447b9ee4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "74d41fa028c2b18c1624a849012d445e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1016", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:03:44 GMT", + "ETag": "W/\u0022bd3105d1-21d5-4777-828e-5279eb534d2d\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "14c09031-cc00-4ce5-a5df-4c7e64b1d7a1", + "x-ms-client-request-id": "74d41fa028c2b18c1624a849012d445e", + "x-ms-correlation-request-id": "709ac922-d3f4-463b-9b8a-194dfd9f129a", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "48f4c1bc-9045-4110-b455-46a2168e3d99", + "x-ms-routing-request-id": "EASTUS:20230616T020344Z:709ac922-d3f4-463b-9b8a-194dfd9f129a" + }, + "ResponseBody": { + "name": "scTestVNet-8362", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8362", + "etag": "W/\u0022bd3105d1-21d5-4777-828e-5279eb534d2d\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "c6756608-3168-47d6-a95e-16ba4f9e6cef", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-738", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8362/subnets/scTestSubnet-738", + "etag": "W/\u0022bd3105d1-21d5-4777-828e-5279eb534d2d\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7089?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "294", + "Content-Type": "application/json", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-f1580adf54460842-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4412a69753a4c4e5f82d0b4e893932d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_2G" + }, + "tags": {}, + "location": "eastus", + "properties": { + "cacheSizeGB": 3072, + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8362/subnets/scTestSubnet-738", + "zones": [ + "1" + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1967", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:03:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4412a69753a4c4e5f82d0b4e893932d5", + "x-ms-correlation-request-id": "b3661316-0a00-4141-9ce2-cbb248673b1f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "15e3f731-64c7-411e-88dd-064a68123b2b", + "x-ms-routing-request-id": "EASTUS:20230616T020346Z:b3661316-0a00-4141-9ce2-cbb248673b1f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testsc7089", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7089", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Transitioning", + "statusDescription": "The cache is being allocated." + }, + "provisioningState": "Creating", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8362/subnets/scTestSubnet-738", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-16T02:03:45.7732337Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-16T02:03:45.5491882Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-16T02:03:45.5491882Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-a8002a92b3cb944d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e9f403832bef4d263a0f7b951c3d28dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:03:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e9f403832bef4d263a0f7b951c3d28dd", + "x-ms-correlation-request-id": "46fd087c-8577-4d3c-95f2-9516800ba274", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "15e80b86-698b-4fda-8532-6e5dc05b2a35", + "x-ms-routing-request-id": "EASTUS:20230616T020346Z:46fd087c-8577-4d3c-95f2-9516800ba274", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-3586447fd6fc6b4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b1fdd2f2edafdfe162b09b9acda6937d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:03:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b1fdd2f2edafdfe162b09b9acda6937d", + "x-ms-correlation-request-id": "8922f631-15b9-410e-a7ae-6ba9e883e425", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "5ffad6d4-53bd-4886-bfa1-20937cdf7540", + "x-ms-routing-request-id": "EASTUS:20230616T020347Z:8922f631-15b9-410e-a7ae-6ba9e883e425", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-9ab2e880d82a3c43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "85cbbf0648451fe629301b6d3cae456a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:03:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85cbbf0648451fe629301b6d3cae456a", + "x-ms-correlation-request-id": "1cea969e-2797-4846-8c97-4f32f2e8ea6d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "31be8450-9e5c-49d8-afe0-98de43cddd7e", + "x-ms-routing-request-id": "EASTUS:20230616T020348Z:1cea969e-2797-4846-8c97-4f32f2e8ea6d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-524579c02ebda741-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5e4ba8e1757d969b2214873e908b7f93", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:03:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e4ba8e1757d969b2214873e908b7f93", + "x-ms-correlation-request-id": "4dabe15d-b0a4-4f01-8acb-a36a49c85a02", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "711a5479-ac69-4700-944d-2439e6daea2b", + "x-ms-routing-request-id": "EASTUS:20230616T020349Z:4dabe15d-b0a4-4f01-8acb-a36a49c85a02", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-653206ccd6d5c049-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5c8efe7ca272a998ecde877fd173a2b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:03:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c8efe7ca272a998ecde877fd173a2b4", + "x-ms-correlation-request-id": "453be845-457b-4b97-ba70-5e68b5dc5496", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "b9710a2f-3e8a-4f39-8353-f2279882fa3a", + "x-ms-routing-request-id": "EASTUS:20230616T020351Z:453be845-457b-4b97-ba70-5e68b5dc5496", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-639c554e31ac6949-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "25b9316b355b91ff23356330c1a78f9e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:03:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "25b9316b355b91ff23356330c1a78f9e", + "x-ms-correlation-request-id": "50e839fa-a757-4be4-8b6f-e4e630d99102", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "150be26c-cf3a-4b58-80e2-a8c1c67e3cdd", + "x-ms-routing-request-id": "EASTUS:20230616T020355Z:50e839fa-a757-4be4-8b6f-e4e630d99102", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-4558235413220247-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3ef188b1e81f3ef810a1719fee1cc4ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:04:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ef188b1e81f3ef810a1719fee1cc4ae", + "x-ms-correlation-request-id": "9f1dab18-9b65-40e9-9482-d45cf405c62e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "d4512b3f-c422-466f-a6dd-1e31ccd3de82", + "x-ms-routing-request-id": "EASTUS:20230616T020403Z:9f1dab18-9b65-40e9-9482-d45cf405c62e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-bea3a57a5ee37149-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5fd3d2725ad14638fffd393d3e67e845", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:04:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5fd3d2725ad14638fffd393d3e67e845", + "x-ms-correlation-request-id": "a8bde2a9-396e-4f96-9f37-88bb06039680", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "8cbfa0d6-d6a9-4e8d-ae93-0fdcfa5c3761", + "x-ms-routing-request-id": "EASTUS:20230616T020419Z:a8bde2a9-396e-4f96-9f37-88bb06039680", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-503cda962a0b4446-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "49cee84f64828294387b15b9c460a307", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:04:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "49cee84f64828294387b15b9c460a307", + "x-ms-correlation-request-id": "9e74933e-29d4-4d3f-9c4a-0c966307b723", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "2fe1398f-ee6f-4b6f-8d61-7037137c29fb", + "x-ms-routing-request-id": "EASTUS:20230616T020452Z:9e74933e-29d4-4d3f-9c4a-0c966307b723", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-4d169a6ddcceab48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "eebdb57030d456cc4faa3f22afbaffa8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:05:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eebdb57030d456cc4faa3f22afbaffa8", + "x-ms-correlation-request-id": "b9511b29-a4f4-43f2-9bf9-0a93a8160c68", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "343fcccd-1129-43dc-869d-c3351084a0c2", + "x-ms-routing-request-id": "EASTUS:20230616T020524Z:b9511b29-a4f4-43f2-9bf9-0a93a8160c68", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-6eef1e7ef48c7f46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "054f2cb97a4e0e2b3e502656447e829e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:05:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "054f2cb97a4e0e2b3e502656447e829e", + "x-ms-correlation-request-id": "7089bb1a-b768-45bd-b798-b0365eeeade5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "6776ffc6-328d-4aee-b14e-f521f376bbe8", + "x-ms-routing-request-id": "EASTUS:20230616T020556Z:7089bb1a-b768-45bd-b798-b0365eeeade5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-96df41655f22b44c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "89cc315af9a91f701c77f9d72472d27e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:06:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89cc315af9a91f701c77f9d72472d27e", + "x-ms-correlation-request-id": "b6c5873b-dae3-45e0-b913-7ab23e8236b6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "8f795557-9cd6-4103-a901-bd3da44bebf4", + "x-ms-routing-request-id": "EASTUS:20230616T020628Z:b6c5873b-dae3-45e0-b913-7ab23e8236b6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-f43bba14c97beb4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "97006c7b9d10f6b88aafb083097512d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:06:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97006c7b9d10f6b88aafb083097512d1", + "x-ms-correlation-request-id": "d9685187-c1da-42da-8e3c-a1a66a34cef7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "78a623f8-c5e3-406c-9cbc-b8a469276d58", + "x-ms-routing-request-id": "EASTUS:20230616T020700Z:d9685187-c1da-42da-8e3c-a1a66a34cef7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-fff178d1351e404b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7dc8a02876eec0febb30e8d78153e9cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:07:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7dc8a02876eec0febb30e8d78153e9cc", + "x-ms-correlation-request-id": "9a9b1bcd-fe3d-47fa-9f12-c36e63eb03a8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "bfa563a9-5bb8-4834-a6ab-34b9b88f283f", + "x-ms-routing-request-id": "EASTUS:20230616T020732Z:9a9b1bcd-fe3d-47fa-9f12-c36e63eb03a8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-617c867b7d1e0048-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d8daa87eea7ebc8e79d6fffa48ed15a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:08:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8daa87eea7ebc8e79d6fffa48ed15a6", + "x-ms-correlation-request-id": "2f1cc98b-d8a1-4d84-88f2-c06ac47b98f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "4a43e467-a857-41fb-824e-de2771646f3e", + "x-ms-routing-request-id": "EASTUS:20230616T020804Z:2f1cc98b-d8a1-4d84-88f2-c06ac47b98f0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-cf1cea49fa2afc40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "84af286554aa058f6d40dce0b4e17436", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:08:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "84af286554aa058f6d40dce0b4e17436", + "x-ms-correlation-request-id": "4ee6cb4c-eca5-46d8-a2b8-cf745491e223", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "e50b2cdc-de41-4db1-a19f-76ec6f0d8ba5", + "x-ms-routing-request-id": "EASTUS:20230616T020836Z:4ee6cb4c-eca5-46d8-a2b8-cf745491e223", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-9909e622bd694548-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6105e4c5399a3d52120b0417770477ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:09:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6105e4c5399a3d52120b0417770477ce", + "x-ms-correlation-request-id": "5538d1b2-41dd-4686-9d9f-f1e8de049489", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "abf8f8e6-b72e-4a3d-9296-61bad2dfd527", + "x-ms-routing-request-id": "EASTUS:20230616T020908Z:5538d1b2-41dd-4686-9d9f-f1e8de049489", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-67d0131eed30054e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5871411a65a4292218d56a3e0ead0797", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:09:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5871411a65a4292218d56a3e0ead0797", + "x-ms-correlation-request-id": "44ec0ad9-1d9c-4547-813e-2da7e165b469", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "109b81dc-7677-402f-9053-7d9709761f92", + "x-ms-routing-request-id": "EASTUS:20230616T020940Z:44ec0ad9-1d9c-4547-813e-2da7e165b469", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-f34663272db23d4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6434c861b3e82b0cd571719e50788d68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:10:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6434c861b3e82b0cd571719e50788d68", + "x-ms-correlation-request-id": "fd8cdf52-d1ae-4698-a8d8-d9c6e5ba1f7c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "ffda55b8-f18e-4415-802b-2f928c9b4ed9", + "x-ms-routing-request-id": "EASTUS:20230616T021012Z:fd8cdf52-d1ae-4698-a8d8-d9c6e5ba1f7c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-1e7738e864326d44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "73c50dc81b6f6091c2db49c5cf142e64", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:10:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73c50dc81b6f6091c2db49c5cf142e64", + "x-ms-correlation-request-id": "633391de-1779-4bd5-a2ae-79a393113dc7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "52a5f127-86ca-4fa9-894b-3c0e9510ee22", + "x-ms-routing-request-id": "EASTUS:20230616T021044Z:633391de-1779-4bd5-a2ae-79a393113dc7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-96af582375349c40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "aeb66d0312d066e635468332f383d8a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "239", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:23:20 GMT", + "Date": "Fri, 16 Jun 2023 02:11:16 GMT", "Expires": "-1", "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e1ff40d-080e-4166-bde4-a08db51bd327", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "5e1ff40d-080e-4166-bde4-a08db51bd327", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102321Z:5e1ff40d-080e-4166-bde4-a08db51bd327" + "x-ms-client-request-id": "aeb66d0312d066e635468332f383d8a0", + "x-ms-correlation-request-id": "7fe4f8de-5c83-4442-a98a-05e3da660166", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "73da591d-3f81-46fb-bfdc-f551c40ca851", + "x-ms-routing-request-id": "EASTUS:20230616T021116Z:7fe4f8de-5c83-4442-a98a-05e3da660166", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg293", - "name": "storagecachetestrg293", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e70e127a278577b21ffd6bcf968f81b7", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-5838d82ea096c34d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0075014794e7452737d3a10c6a475cc1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1006", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:23:21 GMT", + "Date": "Fri, 16 Jun 2023 02:11:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -108,64 +12648,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e70e127a278577b21ffd6bcf968f81b7", - "x-ms-correlation-request-id": "869debdb-7988-4819-8743-80411a27f7f6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "7dae0a95-aa6c-4bc0-b5e7-17cace169c19", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102322Z:869debdb-7988-4819-8743-80411a27f7f6", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "0075014794e7452737d3a10c6a475cc1", + "x-ms-correlation-request-id": "55a5c026-4894-404b-9b8c-332852f04e84", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "5415c132-bde1-4e32-937e-15c9f50ee0d4", + "x-ms-routing-request-id": "EASTUS:20230616T021148Z:55a5c026-4894-404b-9b8c-332852f04e84", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "value": [ - { - "name": "storagetarget4294", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget4294", - "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", - "properties": { - "allocationPercentage": 100, - "targetType": "nfs3", - "provisioningState": "Succeeded", - "state": "Ready", - "junctions": [], - "nfs3": { - "target": "10.0.2.4", - "usageModel": "READ_ONLY" - } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T10:16:43.8513714Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T10:16:43.8513714Z" - } - } - ] + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget4294?api-version=2023-01-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-da6382c7a367b944ad203bc9b7738dd5-8a2c1dec1cb0f84a-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d3aafb1ca8f9608c5553c67043e22594", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-0194d7e8ae8f8345-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e39a0d43dfc1b598275f3d29985f6c3e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/77d53fb7-3e79-486c-a6a6-2d83230e3c18?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:23:22 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:12:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/77d53fb7-3e79-486c-a6a6-2d83230e3c18?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -173,24 +12687,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d3aafb1ca8f9608c5553c67043e22594", - "x-ms-correlation-request-id": "748e80b5-ce98-4b6e-ae40-56f1619d88ed", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;59", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "77d53fb7-3e79-486c-a6a6-2d83230e3c18", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102323Z:748e80b5-ce98-4b6e-ae40-56f1619d88ed", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e39a0d43dfc1b598275f3d29985f6c3e", + "x-ms-correlation-request-id": "ef83e650-3be6-4481-9783-2f94a6619526", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "c0cbebfc-ee0e-4344-8b2f-d09593fd9699", + "x-ms-routing-request-id": "EASTUS:20230616T021221Z:ef83e650-3be6-4481-9783-2f94a6619526", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "status": "InProgress", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/77d53fb7-3e79-486c-a6a6-2d83230e3c18?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-da6382c7a367b944ad203bc9b7738dd5-f98caad32c81c444-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "22d35fb5a3b9d22485ae92326141343d", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-5814fe2cdda35046-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cd7da8032e9e6f7c457077fd71d9fcee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -199,7 +12717,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:23:23 GMT", + "Date": "Fri, 16 Jun 2023 02:12:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -208,37 +12726,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22d35fb5a3b9d22485ae92326141343d", - "x-ms-correlation-request-id": "fc570ff9-9327-4260-80f2-86224b3650d2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "67fbeea8-5ffb-4419-9179-24a32c6f6188", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102324Z:fc570ff9-9327-4260-80f2-86224b3650d2", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "cd7da8032e9e6f7c457077fd71d9fcee", + "x-ms-correlation-request-id": "6246f6d0-01ac-4483-a817-2a32ced3528e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "f232af5d-dede-4610-b65b-76e29ce93c09", + "x-ms-routing-request-id": "EASTUS:20230616T021253Z:6246f6d0-01ac-4483-a817-2a32ced3528e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:23:23.1197177\u002B00:00", + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", "status": "InProgress", - "name": "77d53fb7-3e79-486c-a6a6-2d83230e3c18" + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/77d53fb7-3e79-486c-a6a6-2d83230e3c18?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-da6382c7a367b944ad203bc9b7738dd5-db04a7b2d2ff344a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "64d0d6d8f5b0a887c421dd6cd78081c8", + "Connection": "close", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-09eb3a70244bfd46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e6efc2eaf5e868de69bfd88857feadd7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:23:25 GMT", + "Date": "Fri, 16 Jun 2023 02:13:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -247,28 +12767,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "64d0d6d8f5b0a887c421dd6cd78081c8", - "x-ms-correlation-request-id": "4778a355-3a16-41d8-bd23-72bc03b9242f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "f3c21d74-f6f1-4f96-b030-af95d57a0f85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102325Z:4778a355-3a16-41d8-bd23-72bc03b9242f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e6efc2eaf5e868de69bfd88857feadd7", + "x-ms-correlation-request-id": "a56f415f-465b-4eae-ac43-5f93462cd441", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "902e5ebd-81ab-4570-90c1-8f27c464e5cc", + "x-ms-routing-request-id": "EASTUS:20230616T021325Z:a56f415f-465b-4eae-ac43-5f93462cd441", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:23:23.1197177\u002B00:00", + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", "status": "InProgress", - "name": "77d53fb7-3e79-486c-a6a6-2d83230e3c18" + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/77d53fb7-3e79-486c-a6a6-2d83230e3c18?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-da6382c7a367b944ad203bc9b7738dd5-ac6ca10aea993845-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e3bbf6cd020f5cdb0e0d0781e10527b4", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-964908fe3c633d43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c10962678ec91422902b9d51689b444e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -277,7 +12797,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:23:26 GMT", + "Date": "Fri, 16 Jun 2023 02:13:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -286,28 +12806,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3bbf6cd020f5cdb0e0d0781e10527b4", - "x-ms-correlation-request-id": "ec76125a-dfb9-43bb-b1a3-f3f988236563", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "124192d8-0f68-4ddd-b8af-8f3b0c0eac77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102327Z:ec76125a-dfb9-43bb-b1a3-f3f988236563", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "c10962678ec91422902b9d51689b444e", + "x-ms-correlation-request-id": "f2d7eb28-b50e-4dba-a6eb-8959f3e4e28f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "4d63a2b8-2a8d-43f4-bf41-01df4df18855", + "x-ms-routing-request-id": "EASTUS:20230616T021357Z:f2d7eb28-b50e-4dba-a6eb-8959f3e4e28f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:23:23.1197177\u002B00:00", + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", "status": "InProgress", - "name": "77d53fb7-3e79-486c-a6a6-2d83230e3c18" + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/77d53fb7-3e79-486c-a6a6-2d83230e3c18?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-da6382c7a367b944ad203bc9b7738dd5-9e0e06691a434447-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0734945820bbc01fd82a5d98c6b8fb04", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-521597f488daf14a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d63f4e6286700d56ca1463df55f41847", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -316,7 +12836,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:23:27 GMT", + "Date": "Fri, 16 Jun 2023 02:14:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -325,28 +12845,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0734945820bbc01fd82a5d98c6b8fb04", - "x-ms-correlation-request-id": "e93e3ca8-561b-416d-a455-b73d0ba599d3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "c61e9f5b-c34c-4869-ab62-719f298e68ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102328Z:e93e3ca8-561b-416d-a455-b73d0ba599d3", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "d63f4e6286700d56ca1463df55f41847", + "x-ms-correlation-request-id": "415fa732-8520-4702-a346-3c3926018a91", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "74373371-9349-40dd-a03d-f696a0a4b0d5", + "x-ms-routing-request-id": "EASTUS:20230616T021429Z:415fa732-8520-4702-a346-3c3926018a91", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:23:23.1197177\u002B00:00", + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", "status": "InProgress", - "name": "77d53fb7-3e79-486c-a6a6-2d83230e3c18" + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/77d53fb7-3e79-486c-a6a6-2d83230e3c18?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-da6382c7a367b944ad203bc9b7738dd5-77b03653f1e7234b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6a64c92c5186d52dfa7456a3ee05c7bf", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-e51da34c27090348-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0e959fc33ad05b259fda55bd578cffce", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -355,7 +12875,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:23:29 GMT", + "Date": "Fri, 16 Jun 2023 02:15:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -364,28 +12884,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6a64c92c5186d52dfa7456a3ee05c7bf", - "x-ms-correlation-request-id": "b16b407d-1083-42d8-9df5-96d26e586ed1", + "x-ms-client-request-id": "0e959fc33ad05b259fda55bd578cffce", + "x-ms-correlation-request-id": "c60ceeab-0b75-4661-af48-0add09dead50", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "8189c419-97fd-4acd-8158-aaab217b48ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102330Z:b16b407d-1083-42d8-9df5-96d26e586ed1", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "437c1dd4-ea87-47bc-a9b5-a1a7b3df627b", + "x-ms-routing-request-id": "EASTUS:20230616T021501Z:c60ceeab-0b75-4661-af48-0add09dead50", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:23:23.1197177\u002B00:00", + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", "status": "InProgress", - "name": "77d53fb7-3e79-486c-a6a6-2d83230e3c18" + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/77d53fb7-3e79-486c-a6a6-2d83230e3c18?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-da6382c7a367b944ad203bc9b7738dd5-4c2488bd9597914b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "431328f9794cac0cd7fb0ae5a4439555", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-b4d35c3a44192845-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "09258a7ad6bee0670cfbf6b52b43bf9c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -394,7 +12914,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:23:34 GMT", + "Date": "Fri, 16 Jun 2023 02:15:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -403,28 +12923,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "431328f9794cac0cd7fb0ae5a4439555", - "x-ms-correlation-request-id": "e746cc32-c7cc-45c3-8dfa-9d9993ed0da6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "ad790140-aa89-4723-b6fc-b8ad21aca2d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102334Z:e746cc32-c7cc-45c3-8dfa-9d9993ed0da6", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "09258a7ad6bee0670cfbf6b52b43bf9c", + "x-ms-correlation-request-id": "489c6cf8-c855-4504-8b5b-a8376ed3087e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "efe614f8-a3cd-4792-bdb7-27bb60b122be", + "x-ms-routing-request-id": "EASTUS:20230616T021533Z:489c6cf8-c855-4504-8b5b-a8376ed3087e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:23:23.1197177\u002B00:00", + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", "status": "InProgress", - "name": "77d53fb7-3e79-486c-a6a6-2d83230e3c18" + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/77d53fb7-3e79-486c-a6a6-2d83230e3c18?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-da6382c7a367b944ad203bc9b7738dd5-8a06d68d912b324d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "17540212bda0072e665e0d47ca7cd1d3", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-323de61d5f30284a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c88e56133605287d29e336953098b63d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -433,7 +12953,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:23:42 GMT", + "Date": "Fri, 16 Jun 2023 02:16:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -442,37 +12962,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "17540212bda0072e665e0d47ca7cd1d3", - "x-ms-correlation-request-id": "baded0b7-8205-4328-844a-6546933979a5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "e443649d-f568-4643-8271-389a3041b387", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102343Z:baded0b7-8205-4328-844a-6546933979a5", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "c88e56133605287d29e336953098b63d", + "x-ms-correlation-request-id": "31cc7235-1bbf-4924-84b4-dd9a75245676", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "36e904b2-dec2-4a0d-b4e3-6318f7dad50c", + "x-ms-routing-request-id": "EASTUS:20230616T021605Z:31cc7235-1bbf-4924-84b4-dd9a75245676", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:23:23.1197177\u002B00:00", + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", "status": "InProgress", - "name": "77d53fb7-3e79-486c-a6a6-2d83230e3c18" + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/77d53fb7-3e79-486c-a6a6-2d83230e3c18?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/15e3f731-64c7-411e-88dd-064a68123b2b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-da6382c7a367b944ad203bc9b7738dd5-a8c824bb8b1c4342-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9d9e9e63b8a4b3b8bcb7938a464831b7", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-f1cacfe1d7c1b344-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cb6494140fceec8838b501d44370305c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "183", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:23:58 GMT", + "Date": "Fri, 16 Jun 2023 02:16:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -481,37 +13001,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9d9e9e63b8a4b3b8bcb7938a464831b7", - "x-ms-correlation-request-id": "3e75a103-0039-4120-aa6d-55b45fcefe31", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "ee61bc5f-5153-44a3-ba87-4135a5d17e27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102359Z:3e75a103-0039-4120-aa6d-55b45fcefe31", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "cb6494140fceec8838b501d44370305c", + "x-ms-correlation-request-id": "4c420ab9-9fe1-4271-b67f-e78db1b1a396", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "a904466e-6e3e-478b-9d08-8e73a3a5f053", + "x-ms-routing-request-id": "EASTUS:20230616T021638Z:4c420ab9-9fe1-4271-b67f-e78db1b1a396", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:23:23.1197177\u002B00:00", - "status": "InProgress", - "name": "77d53fb7-3e79-486c-a6a6-2d83230e3c18" + "startTime": "2023-06-16T02:03:45.5857264\u002B00:00", + "endTime": "2023-06-16T02:16:11.665478\u002B00:00", + "status": "Succeeded", + "name": "15e3f731-64c7-411e-88dd-064a68123b2b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/77d53fb7-3e79-486c-a6a6-2d83230e3c18?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7089?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-da6382c7a367b944ad203bc9b7738dd5-906b63171eb78447-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "eb9100deafb03c1efa0bdcee6cc5e25b", + "traceparent": "00-bd3f59fdce9f78498f0aa94964dfbd0e-ca945d3b920dd94b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "00aab91b37fe44c90cfddfdba0d1b074", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "2180", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:24:31 GMT", + "Date": "Fri, 16 Jun 2023 02:16:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -520,32 +13041,99 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb9100deafb03c1efa0bdcee6cc5e25b", - "x-ms-correlation-request-id": "6012198a-3743-41ef-ad2e-5f56e47a5dd1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "e7ff76a4-2fdf-41d4-984f-f98d8ddd4947", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102431Z:6012198a-3743-41ef-ad2e-5f56e47a5dd1", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "00aab91b37fe44c90cfddfdba0d1b074", + "x-ms-correlation-request-id": "e02b3668-d35a-46bc-8959-d43278858d17", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;115", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "5e1a5dfa-aa6f-4bba-ab6d-7b1c7526d9c3", + "x-ms-routing-request-id": "EASTUS:20230616T021638Z:e02b3668-d35a-46bc-8959-d43278858d17", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:23:23.1197177\u002B00:00", - "endTime": "2023-03-23T10:24:08.9519251\u002B00:00", - "status": "Succeeded", - "name": "77d53fb7-3e79-486c-a6a6-2d83230e3c18" + "name": "testsc7089", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7089", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "utilityAddresses": [ + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" + ], + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-8362/subnets/scTestSubnet-738", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-16T02:03:45.7732337Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-16T02:03:45.5491882Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-16T02:03:45.5491882Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget8493?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7089/storageTargets/storagetarget5898?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "113", "Content-Type": "application/json", - "traceparent": "00-b73d5585ed0ce5409cfbaf944288127d-62c244c102484e40-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a5058137b1f74959a15ae929a4c11e2c", + "traceparent": "00-3fd03e18eee7eb4cbb3bcf7b8d056070-36658e17e793aa48-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "de96a0b9cdf4ce04a1904f35a9e4b9b3", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -560,11 +13148,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/02897c88-cf27-4c64-b8da-7a71a2d87461?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f0b33b53-cc27-4c38-beee-06371c79b17e?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "911", + "Content-Length": "918", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:24:32 GMT", + "Date": "Fri, 16 Jun 2023 02:16:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -573,19 +13161,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5058137b1f74959a15ae929a4c11e2c", - "x-ms-correlation-request-id": "7e32701b-81fc-42a2-8ad1-6299d4383077", + "x-ms-client-request-id": "de96a0b9cdf4ce04a1904f35a9e4b9b3", + "x-ms-correlation-request-id": "6dc00630-32cb-4626-89d6-ecf36bcfba12", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "02897c88-cf27-4c64-b8da-7a71a2d87461", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102433Z:7e32701b-81fc-42a2-8ad1-6299d4383077", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "f0b33b53-cc27-4c38-beee-06371c79b17e", + "x-ms-routing-request-id": "EASTUS:20230616T021639Z:6dc00630-32cb-4626-89d6-ecf36bcfba12", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget8493", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget8493", + "name": "storagetarget5898", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7089/storageTargets/storagetarget5898", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -599,23 +13187,23 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T10:24:31.9087571Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-16T02:16:38.9234741Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T10:24:31.9087571Z" + "lastModifiedAt": "2023-06-16T02:16:38.9234741Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/02897c88-cf27-4c64-b8da-7a71a2d87461?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f0b33b53-cc27-4c38-beee-06371c79b17e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b73d5585ed0ce5409cfbaf944288127d-4c9846fe292cc34f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c60e6037122b4fe637a20f543512564a", + "traceparent": "00-3fd03e18eee7eb4cbb3bcf7b8d056070-eb66ada0042d0c49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cf8a8e8d7d99eb27a6325da6790e6318", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -624,7 +13212,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:24:33 GMT", + "Date": "Fri, 16 Jun 2023 02:16:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -633,28 +13221,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c60e6037122b4fe637a20f543512564a", - "x-ms-correlation-request-id": "f5eae6b6-86f8-47b9-9f64-41143a55dbd3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "5ebd5be7-9a4d-4dec-ad6b-098a98bbb9da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102433Z:f5eae6b6-86f8-47b9-9f64-41143a55dbd3", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "cf8a8e8d7d99eb27a6325da6790e6318", + "x-ms-correlation-request-id": "73a3c738-8389-4c25-bc37-fd7e5d288fd1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "a17100fd-ad62-4898-975b-c5d6c0e7083b", + "x-ms-routing-request-id": "EASTUS:20230616T021639Z:73a3c738-8389-4c25-bc37-fd7e5d288fd1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:24:33.1252862\u002B00:00", + "startTime": "2023-06-16T02:16:39.0154992\u002B00:00", "status": "InProgress", - "name": "02897c88-cf27-4c64-b8da-7a71a2d87461" + "name": "f0b33b53-cc27-4c38-beee-06371c79b17e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/02897c88-cf27-4c64-b8da-7a71a2d87461?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f0b33b53-cc27-4c38-beee-06371c79b17e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b73d5585ed0ce5409cfbaf944288127d-fecb63ce74e6d248-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5c16c1be6f171543cd854354187e7f5b", + "traceparent": "00-3fd03e18eee7eb4cbb3bcf7b8d056070-f96a32321a5d974b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "57c6272685387a90c2cbbe35fcd42155", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -663,7 +13251,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:24:34 GMT", + "Date": "Fri, 16 Jun 2023 02:16:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -672,28 +13260,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5c16c1be6f171543cd854354187e7f5b", - "x-ms-correlation-request-id": "61d07312-64ff-40a5-97ea-5631db7c5afd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "ff53615b-581b-4ab9-8b92-4de5c9259dc8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102434Z:61d07312-64ff-40a5-97ea-5631db7c5afd", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "57c6272685387a90c2cbbe35fcd42155", + "x-ms-correlation-request-id": "74a5e0c5-7c91-4c3f-b890-946f14baa948", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "01f856e3-2f2a-45ce-89dc-7aff1460a37f", + "x-ms-routing-request-id": "EASTUS:20230616T021640Z:74a5e0c5-7c91-4c3f-b890-946f14baa948", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:24:33.1252862\u002B00:00", + "startTime": "2023-06-16T02:16:39.0154992\u002B00:00", "status": "InProgress", - "name": "02897c88-cf27-4c64-b8da-7a71a2d87461" + "name": "f0b33b53-cc27-4c38-beee-06371c79b17e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/02897c88-cf27-4c64-b8da-7a71a2d87461?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f0b33b53-cc27-4c38-beee-06371c79b17e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b73d5585ed0ce5409cfbaf944288127d-76fa41b654b8944e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "43f2136357b24301827bb443125e4b4e", + "traceparent": "00-3fd03e18eee7eb4cbb3bcf7b8d056070-002ad34635bdb544-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1aa84a29e95a5b1a538b4882e1365111", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -702,7 +13290,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:24:35 GMT", + "Date": "Fri, 16 Jun 2023 02:16:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -711,28 +13299,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "43f2136357b24301827bb443125e4b4e", - "x-ms-correlation-request-id": "eefd7d29-d5ac-402f-906e-8fa9a6d9775d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "17257c37-70f2-42cd-8a19-6ca0aa6b36a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102436Z:eefd7d29-d5ac-402f-906e-8fa9a6d9775d", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "1aa84a29e95a5b1a538b4882e1365111", + "x-ms-correlation-request-id": "d3cb79ae-9245-40cc-b073-3f2dab913f81", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "6e507d7a-fa85-471f-a822-34703946dc61", + "x-ms-routing-request-id": "EASTUS:20230616T021641Z:d3cb79ae-9245-40cc-b073-3f2dab913f81", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:24:33.1252862\u002B00:00", + "startTime": "2023-06-16T02:16:39.0154992\u002B00:00", "status": "InProgress", - "name": "02897c88-cf27-4c64-b8da-7a71a2d87461" + "name": "f0b33b53-cc27-4c38-beee-06371c79b17e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/02897c88-cf27-4c64-b8da-7a71a2d87461?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f0b33b53-cc27-4c38-beee-06371c79b17e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b73d5585ed0ce5409cfbaf944288127d-8777e8a4a79f5b4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "081d4e4d9b2fc7bd1cf8f8a5ce9236b8", + "traceparent": "00-3fd03e18eee7eb4cbb3bcf7b8d056070-e3d1ec21ae05f84e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8508b85b0f8507ccfe0f0dcdbef1efd1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -741,7 +13329,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:24:37 GMT", + "Date": "Fri, 16 Jun 2023 02:16:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -750,28 +13338,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "081d4e4d9b2fc7bd1cf8f8a5ce9236b8", - "x-ms-correlation-request-id": "a113ce6e-072a-4d24-819c-0e86158fd46f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "7c82d8c1-f38d-4986-8afd-7706d70fdab8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102437Z:a113ce6e-072a-4d24-819c-0e86158fd46f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "8508b85b0f8507ccfe0f0dcdbef1efd1", + "x-ms-correlation-request-id": "27d71520-4f62-4f4a-b1d7-2b93a4dee5ce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "21726ebd-323d-4f58-9c35-88323ab8b74f", + "x-ms-routing-request-id": "EASTUS:20230616T021642Z:27d71520-4f62-4f4a-b1d7-2b93a4dee5ce", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:24:33.1252862\u002B00:00", + "startTime": "2023-06-16T02:16:39.0154992\u002B00:00", "status": "InProgress", - "name": "02897c88-cf27-4c64-b8da-7a71a2d87461" + "name": "f0b33b53-cc27-4c38-beee-06371c79b17e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/02897c88-cf27-4c64-b8da-7a71a2d87461?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f0b33b53-cc27-4c38-beee-06371c79b17e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b73d5585ed0ce5409cfbaf944288127d-324eee086f9f3c49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "21f1b42212206798bfd3da9cbb00036e", + "traceparent": "00-3fd03e18eee7eb4cbb3bcf7b8d056070-1c6c3ce3ce67a84b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2f7d071148663dbe0d6a03ad3d0d998b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -780,7 +13368,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:24:39 GMT", + "Date": "Fri, 16 Jun 2023 02:16:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -789,28 +13377,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21f1b42212206798bfd3da9cbb00036e", - "x-ms-correlation-request-id": "08cc892f-280d-49bf-b755-b7584e2a8d25", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "aa951279-994c-4bc5-b76a-a60181c07b1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102439Z:08cc892f-280d-49bf-b755-b7584e2a8d25", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "2f7d071148663dbe0d6a03ad3d0d998b", + "x-ms-correlation-request-id": "c919325f-179f-4488-9c52-ee893423b0d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "9ae5c5ad-7930-49e5-8026-e00381ebebe6", + "x-ms-routing-request-id": "EASTUS:20230616T021644Z:c919325f-179f-4488-9c52-ee893423b0d2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:24:33.1252862\u002B00:00", + "startTime": "2023-06-16T02:16:39.0154992\u002B00:00", "status": "InProgress", - "name": "02897c88-cf27-4c64-b8da-7a71a2d87461" + "name": "f0b33b53-cc27-4c38-beee-06371c79b17e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/02897c88-cf27-4c64-b8da-7a71a2d87461?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f0b33b53-cc27-4c38-beee-06371c79b17e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b73d5585ed0ce5409cfbaf944288127d-8395759c35164d49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ca07f43a7661c72b562a27b95e5b74f0", + "traceparent": "00-3fd03e18eee7eb4cbb3bcf7b8d056070-a2e6ba799b66914a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "44d9ad7a9bcc19d07ea11b4adb4c9d61", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -819,7 +13407,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:24:43 GMT", + "Date": "Fri, 16 Jun 2023 02:16:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -828,28 +13416,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca07f43a7661c72b562a27b95e5b74f0", - "x-ms-correlation-request-id": "eb82ec2c-d78c-4f0c-bc2c-2153c20b1c08", + "x-ms-client-request-id": "44d9ad7a9bcc19d07ea11b4adb4c9d61", + "x-ms-correlation-request-id": "fee2b1cd-0137-40c3-bbd9-4d57067c1569", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "14963e7d-928b-4d3e-8db6-b409e6c1ba90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102443Z:eb82ec2c-d78c-4f0c-bc2c-2153c20b1c08", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "e5add2f7-e8bd-41d9-aee4-85f2729c0943", + "x-ms-routing-request-id": "EASTUS:20230616T021648Z:fee2b1cd-0137-40c3-bbd9-4d57067c1569", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:24:33.1252862\u002B00:00", + "startTime": "2023-06-16T02:16:39.0154992\u002B00:00", "status": "InProgress", - "name": "02897c88-cf27-4c64-b8da-7a71a2d87461" + "name": "f0b33b53-cc27-4c38-beee-06371c79b17e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/02897c88-cf27-4c64-b8da-7a71a2d87461?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f0b33b53-cc27-4c38-beee-06371c79b17e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b73d5585ed0ce5409cfbaf944288127d-37efe9b86933334e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5e20fb44296d3a2eb5b5495cc1200c1c", + "traceparent": "00-3fd03e18eee7eb4cbb3bcf7b8d056070-37e17d13531e8842-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d971769c21b913abf9cb771a0c1ec9f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -858,7 +13446,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:24:51 GMT", + "Date": "Fri, 16 Jun 2023 02:16:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -867,28 +13455,67 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e20fb44296d3a2eb5b5495cc1200c1c", - "x-ms-correlation-request-id": "6f696c15-abb3-4a26-8030-6124f567b55d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "76a1cd22-6237-480a-92b1-f2d765e03814", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102452Z:6f696c15-abb3-4a26-8030-6124f567b55d", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "d971769c21b913abf9cb771a0c1ec9f1", + "x-ms-correlation-request-id": "fc2acc7f-513c-45a1-a709-511d332bd23b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "e34f69cd-fb6c-49ed-8ffd-9c48eb5e25f5", + "x-ms-routing-request-id": "EASTUS:20230616T021656Z:fc2acc7f-513c-45a1-a709-511d332bd23b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:16:39.0154992\u002B00:00", + "status": "InProgress", + "name": "f0b33b53-cc27-4c38-beee-06371c79b17e" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f0b33b53-cc27-4c38-beee-06371c79b17e?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-3fd03e18eee7eb4cbb3bcf7b8d056070-646a5b61c7ba7f4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "11528176ab1875053764b0c42c7461c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:17:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11528176ab1875053764b0c42c7461c1", + "x-ms-correlation-request-id": "aa4f811c-5b17-4ae0-8229-3ad6688a0a46", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "6361b11e-be44-4811-93bd-da25561ef322", + "x-ms-routing-request-id": "EASTUS:20230616T021712Z:aa4f811c-5b17-4ae0-8229-3ad6688a0a46", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:24:33.1252862\u002B00:00", + "startTime": "2023-06-16T02:16:39.0154992\u002B00:00", "status": "InProgress", - "name": "02897c88-cf27-4c64-b8da-7a71a2d87461" + "name": "f0b33b53-cc27-4c38-beee-06371c79b17e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/02897c88-cf27-4c64-b8da-7a71a2d87461?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f0b33b53-cc27-4c38-beee-06371c79b17e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b73d5585ed0ce5409cfbaf944288127d-46c9718b611c5e4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "da6b89f56c8aac578829caf6ebde0863", + "traceparent": "00-3fd03e18eee7eb4cbb3bcf7b8d056070-56c3aaf416e72349-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c611a2cdbf9b58d201c64a0024b60d5f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -897,7 +13524,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:25:07 GMT", + "Date": "Fri, 16 Jun 2023 02:17:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -906,38 +13533,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "da6b89f56c8aac578829caf6ebde0863", - "x-ms-correlation-request-id": "4a947fc1-0e28-40bd-810f-eb059b6ed13d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "77364632-1c61-4844-b03c-0ceca916f614", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102508Z:4a947fc1-0e28-40bd-810f-eb059b6ed13d", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "c611a2cdbf9b58d201c64a0024b60d5f", + "x-ms-correlation-request-id": "e83dbc73-4eca-4988-bf3e-01d2005144a0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "f67de415-27dc-4ad1-a7e2-410b73495fbc", + "x-ms-routing-request-id": "EASTUS:20230616T021744Z:e83dbc73-4eca-4988-bf3e-01d2005144a0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:24:33.1252862\u002B00:00", - "endTime": "2023-03-23T10:25:04.5335953\u002B00:00", + "startTime": "2023-06-16T02:16:39.0154992\u002B00:00", + "endTime": "2023-06-16T02:17:12.9749627\u002B00:00", "status": "Succeeded", - "name": "02897c88-cf27-4c64-b8da-7a71a2d87461" + "name": "f0b33b53-cc27-4c38-beee-06371c79b17e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget8493?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7089/storageTargets/storagetarget5898?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b73d5585ed0ce5409cfbaf944288127d-820fe603a2dd9f44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c058e95ea4df1001c6cc14ab2dcf0635", + "traceparent": "00-3fd03e18eee7eb4cbb3bcf7b8d056070-a5fa22dddab1324f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "59d42ad78bf9f14971fca25571e6e685", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "913", + "Content-Length": "920", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:25:08 GMT", + "Date": "Fri, 16 Jun 2023 02:17:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -946,19 +13573,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c058e95ea4df1001c6cc14ab2dcf0635", - "x-ms-correlation-request-id": "8b7853aa-ab17-45c6-ac2b-ab250b7a9579", + "x-ms-client-request-id": "59d42ad78bf9f14971fca25571e6e685", + "x-ms-correlation-request-id": "db15d52b-d31c-4119-9a1e-98e14da91f92", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "e51f224a-a7ac-419e-b768-5489ecafa0ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102509Z:8b7853aa-ab17-45c6-ac2b-ab250b7a9579", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "6d4226d3-357c-4725-9543-18e0d9f30448", + "x-ms-routing-request-id": "EASTUS:20230616T021745Z:db15d52b-d31c-4119-9a1e-98e14da91f92", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget8493", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget8493", + "name": "storagetarget5898", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7089/storageTargets/storagetarget5898", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -972,33 +13599,33 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T10:24:31.9087571Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-16T02:16:38.9234741Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T10:24:31.9087571Z" + "lastModifiedAt": "2023-06-16T02:16:38.9234741Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget8493?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7089/storageTargets/storagetarget5898?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-1fbcfe720ebe884d99b9768c8505c41b-73c8ab95fb611f41-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d4c30b1d9af0d765a474d6435f374fd7", + "traceparent": "00-399b50b886491c4abb56861f7a92da55-c420ae370033564e-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "694cb66a020db656affa0f5160045080", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "913", + "Content-Length": "920", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:25:08 GMT", + "Date": "Fri, 16 Jun 2023 02:17:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1007,19 +13634,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4c30b1d9af0d765a474d6435f374fd7", - "x-ms-correlation-request-id": "cec2e69c-506a-4c6c-a997-26ed6f16cbcc", + "x-ms-client-request-id": "694cb66a020db656affa0f5160045080", + "x-ms-correlation-request-id": "0f3edfec-f983-47f7-bb97-f192923eca6c", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;118", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "952a6362-3a3f-41f4-953e-c2631d0004a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102509Z:cec2e69c-506a-4c6c-a997-26ed6f16cbcc", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "c2ac9afd-8d6c-4377-b11b-e20fa61d8333", + "x-ms-routing-request-id": "EASTUS:20230616T021745Z:0f3edfec-f983-47f7-bb97-f192923eca6c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget8493", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget8493", + "name": "storagetarget5898", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7089/storageTargets/storagetarget5898", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -1033,35 +13660,35 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T10:24:31.9087571Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-16T02:16:38.9234741Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T10:24:31.9087571Z" + "lastModifiedAt": "2023-06-16T02:16:38.9234741Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget8493?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7089/storageTargets/storagetarget5898?api-version=2023-05-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d66c2fd847226b448e6d97369ad98968-f34a334285623e40-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d7fde5ad4bc8513c885a13be58ab7eb8", + "traceparent": "00-6bfa0c9f7b89f64c8c97084d59525b91-d5612f0140819e47-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "02ed5056079f42c75920549e1d7de71b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d8ff8f0-ab6c-4b68-819a-cebe9da77c90?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29002911-7d7f-4cc0-af53-9c9f5c67b63a?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:25:09 GMT", + "Date": "Fri, 16 Jun 2023 02:17:45 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d8ff8f0-ab6c-4b68-819a-cebe9da77c90?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29002911-7d7f-4cc0-af53-9c9f5c67b63a?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1069,63 +13696,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7fde5ad4bc8513c885a13be58ab7eb8", - "x-ms-correlation-request-id": "fb9dc388-c4db-44d5-a63e-8c67f23c291a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;58", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "3d8ff8f0-ab6c-4b68-819a-cebe9da77c90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102510Z:fb9dc388-c4db-44d5-a63e-8c67f23c291a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "02ed5056079f42c75920549e1d7de71b", + "x-ms-correlation-request-id": "1c9c4186-e624-495b-ace9-00bcaf1044f3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;59", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "29002911-7d7f-4cc0-af53-9c9f5c67b63a", + "x-ms-routing-request-id": "EASTUS:20230616T021745Z:1c9c4186-e624-495b-ace9-00bcaf1044f3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d8ff8f0-ab6c-4b68-819a-cebe9da77c90?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d66c2fd847226b448e6d97369ad98968-12d81c7ddb096f4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "47fe3c7c2fd2d16dce724c9587a67ff8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:25:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "47fe3c7c2fd2d16dce724c9587a67ff8", - "x-ms-correlation-request-id": "eba39791-b978-4997-b954-6cfdd6376b78", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "eda98462-bcd0-4acd-bf1e-757e77272c6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102510Z:eba39791-b978-4997-b954-6cfdd6376b78", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" - }, - "ResponseBody": { - "startTime": "2023-03-23T10:25:10.0652307\u002B00:00", - "status": "InProgress", - "name": "3d8ff8f0-ab6c-4b68-819a-cebe9da77c90" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d8ff8f0-ab6c-4b68-819a-cebe9da77c90?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29002911-7d7f-4cc0-af53-9c9f5c67b63a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d66c2fd847226b448e6d97369ad98968-e7443ebf81248b47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ca201df66f5e78bc723a524830d283c9", + "traceparent": "00-6bfa0c9f7b89f64c8c97084d59525b91-09d021185523324d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "20fe21abe3f962e5ef0a10ecadb79931", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1134,7 +13722,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:25:10 GMT", + "Date": "Fri, 16 Jun 2023 02:17:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1143,28 +13731,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca201df66f5e78bc723a524830d283c9", - "x-ms-correlation-request-id": "e3725a5b-05a4-46a7-abe0-aa96f6afcad7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "73254335-c087-4122-8510-62a49e6be266", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102511Z:e3725a5b-05a4-46a7-abe0-aa96f6afcad7", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "20fe21abe3f962e5ef0a10ecadb79931", + "x-ms-correlation-request-id": "b4ba21a3-ea1c-4cc5-ab0f-45fa0d3ae385", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "e878f7b5-407a-400b-aa46-16fffd122151", + "x-ms-routing-request-id": "EASTUS:20230616T021745Z:b4ba21a3-ea1c-4cc5-ab0f-45fa0d3ae385", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:25:10.0652307\u002B00:00", + "startTime": "2023-06-16T02:17:45.8381882\u002B00:00", "status": "InProgress", - "name": "3d8ff8f0-ab6c-4b68-819a-cebe9da77c90" + "name": "29002911-7d7f-4cc0-af53-9c9f5c67b63a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d8ff8f0-ab6c-4b68-819a-cebe9da77c90?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29002911-7d7f-4cc0-af53-9c9f5c67b63a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d66c2fd847226b448e6d97369ad98968-443f980ab1b6fe47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1b4184a936adf3e6270611a7e7dd3cdd", + "traceparent": "00-6bfa0c9f7b89f64c8c97084d59525b91-c84e7a7cb8b4124b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9b70f412e36db216fe182e815cc8c661", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1173,7 +13761,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:25:12 GMT", + "Date": "Fri, 16 Jun 2023 02:17:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1182,28 +13770,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b4184a936adf3e6270611a7e7dd3cdd", - "x-ms-correlation-request-id": "dab25acf-4524-48ce-a523-68566cb25817", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "4dd2a141-4602-4ada-a4ea-7bdefc1851b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102513Z:dab25acf-4524-48ce-a523-68566cb25817", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "9b70f412e36db216fe182e815cc8c661", + "x-ms-correlation-request-id": "e127251d-5012-48fa-9421-bdc88690347d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "fd72226f-06cc-424f-88ff-2b22557cc8ec", + "x-ms-routing-request-id": "EASTUS:20230616T021746Z:e127251d-5012-48fa-9421-bdc88690347d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:25:10.0652307\u002B00:00", + "startTime": "2023-06-16T02:17:45.8381882\u002B00:00", "status": "InProgress", - "name": "3d8ff8f0-ab6c-4b68-819a-cebe9da77c90" + "name": "29002911-7d7f-4cc0-af53-9c9f5c67b63a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d8ff8f0-ab6c-4b68-819a-cebe9da77c90?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29002911-7d7f-4cc0-af53-9c9f5c67b63a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d66c2fd847226b448e6d97369ad98968-18fba0c764680b4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b0742300e69e0d308085d597dd24a1fb", + "traceparent": "00-6bfa0c9f7b89f64c8c97084d59525b91-33000686d226224a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fbf3e78fc77efd21df337e609366261c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1212,7 +13800,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:25:13 GMT", + "Date": "Fri, 16 Jun 2023 02:17:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1221,28 +13809,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b0742300e69e0d308085d597dd24a1fb", - "x-ms-correlation-request-id": "f31cfd22-003b-4c02-98db-5690b650363a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "e88d136d-05fc-4221-8f4b-8ec22d81105d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102514Z:f31cfd22-003b-4c02-98db-5690b650363a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "fbf3e78fc77efd21df337e609366261c", + "x-ms-correlation-request-id": "d3e39399-dc2d-43a7-944c-d34eb158a170", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "f6c8c22b-bae4-4f4d-a6ce-b201d1957c2f", + "x-ms-routing-request-id": "EASTUS:20230616T021748Z:d3e39399-dc2d-43a7-944c-d34eb158a170", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:25:10.0652307\u002B00:00", + "startTime": "2023-06-16T02:17:45.8381882\u002B00:00", "status": "InProgress", - "name": "3d8ff8f0-ab6c-4b68-819a-cebe9da77c90" + "name": "29002911-7d7f-4cc0-af53-9c9f5c67b63a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d8ff8f0-ab6c-4b68-819a-cebe9da77c90?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29002911-7d7f-4cc0-af53-9c9f5c67b63a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d66c2fd847226b448e6d97369ad98968-2347d2dc27657f42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "02ec82ef6465bf4a372ca2575d159094", + "traceparent": "00-6bfa0c9f7b89f64c8c97084d59525b91-b8e396b0b4b1fc47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "87ed7885f586c8ff0b4b22e1b4640526", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1251,7 +13839,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:25:15 GMT", + "Date": "Fri, 16 Jun 2023 02:17:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1260,28 +13848,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02ec82ef6465bf4a372ca2575d159094", - "x-ms-correlation-request-id": "d8a27050-7b49-444f-8128-2026fa568d2b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "b7f80d9c-f745-4fd4-8b26-7c534b72b4c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102516Z:d8a27050-7b49-444f-8128-2026fa568d2b", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "87ed7885f586c8ff0b4b22e1b4640526", + "x-ms-correlation-request-id": "ac6795b7-4714-4cfd-8235-2aceb0a20f03", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "bc4016fa-6e33-4a0c-8a70-d0063551b5e2", + "x-ms-routing-request-id": "EASTUS:20230616T021749Z:ac6795b7-4714-4cfd-8235-2aceb0a20f03", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:25:10.0652307\u002B00:00", + "startTime": "2023-06-16T02:17:45.8381882\u002B00:00", "status": "InProgress", - "name": "3d8ff8f0-ab6c-4b68-819a-cebe9da77c90" + "name": "29002911-7d7f-4cc0-af53-9c9f5c67b63a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d8ff8f0-ab6c-4b68-819a-cebe9da77c90?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29002911-7d7f-4cc0-af53-9c9f5c67b63a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d66c2fd847226b448e6d97369ad98968-1c183c8befa7af4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0c4774fdd25dc22a54349b28614e1603", + "traceparent": "00-6bfa0c9f7b89f64c8c97084d59525b91-46b6c671b8154e42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c65cae439dc44ab2d273bb3a65b61e98", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1290,7 +13878,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:25:20 GMT", + "Date": "Fri, 16 Jun 2023 02:17:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1299,28 +13887,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c4774fdd25dc22a54349b28614e1603", - "x-ms-correlation-request-id": "58217961-c303-42ec-9951-12c49c48a643", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "e01d3855-848a-42dd-9d81-5fbde05ec4c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102520Z:58217961-c303-42ec-9951-12c49c48a643", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "c65cae439dc44ab2d273bb3a65b61e98", + "x-ms-correlation-request-id": "bcb8d025-e44b-4427-bc70-b093437e41cf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "8f2d8684-6d46-496c-88bc-1a5967a45151", + "x-ms-routing-request-id": "EASTUS:20230616T021751Z:bcb8d025-e44b-4427-bc70-b093437e41cf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:25:10.0652307\u002B00:00", + "startTime": "2023-06-16T02:17:45.8381882\u002B00:00", "status": "InProgress", - "name": "3d8ff8f0-ab6c-4b68-819a-cebe9da77c90" + "name": "29002911-7d7f-4cc0-af53-9c9f5c67b63a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d8ff8f0-ab6c-4b68-819a-cebe9da77c90?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29002911-7d7f-4cc0-af53-9c9f5c67b63a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d66c2fd847226b448e6d97369ad98968-a525e9f7e97f5641-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "65b815653af19c78d8b5797144d8af6b", + "traceparent": "00-6bfa0c9f7b89f64c8c97084d59525b91-3f2c79f10593fa42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e4fc11f13eda9adbe82aef33a540487b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1329,7 +13917,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:25:28 GMT", + "Date": "Fri, 16 Jun 2023 02:17:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1338,28 +13926,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65b815653af19c78d8b5797144d8af6b", - "x-ms-correlation-request-id": "43fa4206-8456-4d7d-bb5c-df5c16e63063", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "7284cc6e-87af-4015-9c5c-5c697cf802d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102529Z:43fa4206-8456-4d7d-bb5c-df5c16e63063", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e4fc11f13eda9adbe82aef33a540487b", + "x-ms-correlation-request-id": "04fd015f-0267-42ef-abfb-f5ce337b896e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "f111dd21-f0a1-4f08-a093-9129ad017519", + "x-ms-routing-request-id": "EASTUS:20230616T021755Z:04fd015f-0267-42ef-abfb-f5ce337b896e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:25:10.0652307\u002B00:00", + "startTime": "2023-06-16T02:17:45.8381882\u002B00:00", "status": "InProgress", - "name": "3d8ff8f0-ab6c-4b68-819a-cebe9da77c90" + "name": "29002911-7d7f-4cc0-af53-9c9f5c67b63a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d8ff8f0-ab6c-4b68-819a-cebe9da77c90?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29002911-7d7f-4cc0-af53-9c9f5c67b63a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d66c2fd847226b448e6d97369ad98968-6a3b2723cf49b441-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "689a40f494dc1c9e5729ad31c8225ee8", + "traceparent": "00-6bfa0c9f7b89f64c8c97084d59525b91-0c81a989ba020649-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e51c572e6009e758c5a3b51339c56355", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1368,7 +13956,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:25:45 GMT", + "Date": "Fri, 16 Jun 2023 02:18:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1377,28 +13965,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "689a40f494dc1c9e5729ad31c8225ee8", - "x-ms-correlation-request-id": "beeb75c8-18c4-45b4-8598-03a20637cc75", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "8d8e6814-a4b5-490a-9465-df6812cc23f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102545Z:beeb75c8-18c4-45b4-8598-03a20637cc75", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e51c572e6009e758c5a3b51339c56355", + "x-ms-correlation-request-id": "3ad5c894-4de9-4920-a529-3b7a9a9c0f6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "150ce067-66e4-403a-8a46-e1cdc93d620c", + "x-ms-routing-request-id": "EASTUS:20230616T021803Z:3ad5c894-4de9-4920-a529-3b7a9a9c0f6c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:25:10.0652307\u002B00:00", + "startTime": "2023-06-16T02:17:45.8381882\u002B00:00", "status": "InProgress", - "name": "3d8ff8f0-ab6c-4b68-819a-cebe9da77c90" + "name": "29002911-7d7f-4cc0-af53-9c9f5c67b63a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d8ff8f0-ab6c-4b68-819a-cebe9da77c90?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29002911-7d7f-4cc0-af53-9c9f5c67b63a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d66c2fd847226b448e6d97369ad98968-5c723e28f4762745-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "47f29f162b5cc3a3fcab34a859b97e7b", + "traceparent": "00-6bfa0c9f7b89f64c8c97084d59525b91-d62a463186530444-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a3ef8a2d2168054cd3c1dd99ae7fa492", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1407,7 +13995,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:26:16 GMT", + "Date": "Fri, 16 Jun 2023 02:18:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1416,28 +14004,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "47f29f162b5cc3a3fcab34a859b97e7b", - "x-ms-correlation-request-id": "7d35bbe7-dce6-4612-b468-3c2e064be980", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "907a62c4-2760-4e47-bc25-9b1fc38fc699", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102617Z:7d35bbe7-dce6-4612-b468-3c2e064be980", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "a3ef8a2d2168054cd3c1dd99ae7fa492", + "x-ms-correlation-request-id": "5bf3512e-a73d-4dd3-9244-9b3177ee9eeb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "65c5946c-acb5-4d43-ac59-085c1c4a1823", + "x-ms-routing-request-id": "EASTUS:20230616T021819Z:5bf3512e-a73d-4dd3-9244-9b3177ee9eeb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:25:10.0652307\u002B00:00", + "startTime": "2023-06-16T02:17:45.8381882\u002B00:00", "status": "InProgress", - "name": "3d8ff8f0-ab6c-4b68-819a-cebe9da77c90" + "name": "29002911-7d7f-4cc0-af53-9c9f5c67b63a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d8ff8f0-ab6c-4b68-819a-cebe9da77c90?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29002911-7d7f-4cc0-af53-9c9f5c67b63a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d66c2fd847226b448e6d97369ad98968-011061c05de0cf46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "20343084adb4d026779b0dc78c46d3b6", + "traceparent": "00-6bfa0c9f7b89f64c8c97084d59525b91-bd4fdcd0468fdc49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0d0b402b399a918eb9141e3789c76123", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1446,7 +14034,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:26:50 GMT", + "Date": "Fri, 16 Jun 2023 02:18:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1455,37 +14043,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "20343084adb4d026779b0dc78c46d3b6", - "x-ms-correlation-request-id": "468c478c-233b-417c-9939-9d242ef24735", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "8c69c242-0346-4dc2-b0fa-b2fe165fb607", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102650Z:468c478c-233b-417c-9939-9d242ef24735", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "0d0b402b399a918eb9141e3789c76123", + "x-ms-correlation-request-id": "93efe272-ebd2-4d0c-a9bc-a17acb54ba2c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "6a6d6c0f-dad5-4a83-9378-926a9aea3e7c", + "x-ms-routing-request-id": "EASTUS:20230616T021851Z:93efe272-ebd2-4d0c-a9bc-a17acb54ba2c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:25:10.0652307\u002B00:00", + "startTime": "2023-06-16T02:17:45.8381882\u002B00:00", "status": "InProgress", - "name": "3d8ff8f0-ab6c-4b68-819a-cebe9da77c90" + "name": "29002911-7d7f-4cc0-af53-9c9f5c67b63a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d8ff8f0-ab6c-4b68-819a-cebe9da77c90?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29002911-7d7f-4cc0-af53-9c9f5c67b63a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d66c2fd847226b448e6d97369ad98968-e8cb4c170a813a4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a45b905668e5c80e9cd76c3160f5c39e", + "Connection": "close", + "traceparent": "00-6bfa0c9f7b89f64c8c97084d59525b91-f10c29202281914f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1b059ac7a5510c130b16124782be3946", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Connection": "close", + "Content-Length": "183", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:27:21 GMT", + "Date": "Fri, 16 Jun 2023 02:19:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1494,30 +14084,30 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a45b905668e5c80e9cd76c3160f5c39e", - "x-ms-correlation-request-id": "f46730c5-484e-4a46-b4c4-1870aabda61c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "7097b198-b496-4ea4-be20-13f2ac71275d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102722Z:f46730c5-484e-4a46-b4c4-1870aabda61c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "1b059ac7a5510c130b16124782be3946", + "x-ms-correlation-request-id": "60bb048b-7c56-4e77-be10-005f16fd6926", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "a95cea5f-711e-49c9-84c9-0d1f01716354", + "x-ms-routing-request-id": "EASTUS:20230616T021923Z:60bb048b-7c56-4e77-be10-005f16fd6926", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:25:10.0652307\u002B00:00", - "endTime": "2023-03-23T10:26:50.4275889\u002B00:00", + "startTime": "2023-06-16T02:17:45.8381882\u002B00:00", + "endTime": "2023-06-16T02:18:57.192364\u002B00:00", "status": "Succeeded", - "name": "3d8ff8f0-ab6c-4b68-819a-cebe9da77c90" + "name": "29002911-7d7f-4cc0-af53-9c9f5c67b63a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget8493?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc7089/storageTargets/storagetarget5898?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-fee5ab82f4f9fd43b6db951a518af9d1-e90b511f5146f04e-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "98ad32ab3dee68347922cfc11edc37b5", + "traceparent": "00-9e868ec12513d248a9381000d1a39f7e-0d155bb84966c54d-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f8e722fe55b9f3bafb5de95303147c0b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1526,7 +14116,7 @@ "Cache-Control": "no-cache", "Content-Length": "115", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:27:23 GMT", + "Date": "Fri, 16 Jun 2023 02:19:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1535,13 +14125,13 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "98ad32ab3dee68347922cfc11edc37b5", - "x-ms-correlation-request-id": "283fbe99-8dd0-4ab2-9b84-d641f844e2cf", + "x-ms-client-request-id": "f8e722fe55b9f3bafb5de95303147c0b", + "x-ms-correlation-request-id": "301d191d-3bab-46cc-8a82-6d0c2ed137a2", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "5142b5eb-34b2-4100-ac48-3e8449faa175", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102724Z:283fbe99-8dd0-4ab2-9b84-d641f844e2cf", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "808be5e0-e154-420a-b2cb-f5cc9de0c22f", + "x-ms-routing-request-id": "EASTUS:20230616T021924Z:301d191d-3bab-46cc-8a82-6d0c2ed137a2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { "error": { @@ -1549,71 +14139,12 @@ "message": "The entity was not found in this Azure location." } } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg293?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-27110a274285d74abf133579300ecb74-378a6cd2b4e57b44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c9517ed7d95e1b96216b83dc41f46f81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:27:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyOTMtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1bd4d91-4184-4602-9ca3-091808ab9e63", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "e1bd4d91-4184-4602-9ca3-091808ab9e63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102728Z:e1bd4d91-4184-4602-9ca3-091808ab9e63" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyOTMtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-27110a274285d74abf133579300ecb74-3baaf400f86ff845-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e259b69ffaa4d1409b917682ba572784", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:27:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyOTMtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d31b7873-0204-494b-aad9-87092c2d7549", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "d31b7873-0204-494b-aad9-87092c2d7549", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102728Z:d31b7873-0204-494b-aad9-87092c2d7549" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "622803236", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1425113294", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/OtherOperations().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/OtherOperations().json index adb8caf495bc..ba67db18ec68 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/OtherOperations().json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/OtherOperations().json @@ -1,107 +1,12723 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-0d7997bc0b8efa4a8d8c72c6e974bc1c-6767e6c9e81fdc41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d3e0af6208b1b59689a8bf2599ed13ca", + "traceparent": "00-cdab6c92c7b32842af1aa2e10b7838c9-33f8ec18a9afcf4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "61281986315fe5227a6cbbc1b2dd7d1e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:14:22 GMT", + "Date": "Fri, 16 Jun 2023 01:28:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3700920-0357-4ff6-80c9-e277e1327d45", + "x-ms-correlation-request-id": "1ef2bae1-5b30-44dd-8adc-d74955b36616", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "1ef2bae1-5b30-44dd-8adc-d74955b36616", + "x-ms-routing-request-id": "EASTUS:20230616T012802Z:1ef2bae1-5b30-44dd-8adc-d74955b36616" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", + "managedByTenants": [], + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "Avere_AscTIP1_Test", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-3e0253f416938f438644e2f60eae8875-5dd0e03e4d3a4f4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f6d4c0760252399fcf62e55d2fc176d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:28:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f47aa74f-a2a5-486d-a58a-27437abeb2ba", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "f47aa74f-a2a5-486d-a58a-27437abeb2ba", + "x-ms-routing-request-id": "EASTUS:20230616T012802Z:f47aa74f-a2a5-486d-a58a-27437abeb2ba" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-67a941b74d83cf4691bea30bf4cf8acf-fdc51f2c4101ba47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a7bc04cf0504be045c5b514185fa7b46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "156364", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:28:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "45d36fa6-67e0-4da1-8e1a-881bf63c38f5", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "45d36fa6-67e0-4da1-8e1a-881bf63c38f5", + "x-ms-routing-request-id": "EASTUS:20230616T012803Z:45d36fa6-67e0-4da1-8e1a-881bf63c38f5" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", + "namespace": "Microsoft.Network", + "authorizations": [ + { + "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", + "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" + }, + { + "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", + "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" + }, + { + "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", + "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" + }, + { + "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", + "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" + }, + { + "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", + "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" + }, + { + "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", + "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" + }, + { + "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", + "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" + }, + { + "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", + "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" + }, + { + "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", + "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" + }, + { + "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", + "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" + }, + { + "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", + "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" + }, + { + "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", + "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" + } + ], + "resourceTypes": [ + { + "resourceType": "virtualNetworks", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/taggedTrafficConsumers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "natGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "publicIPAddresses", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "internalPublicIpAddresses", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "customIpPrefixes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkInterfaces", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dscpConfigurations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateEndpoints", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateEndpoints/privateLinkServiceProxies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "None" + }, + { + "resourceType": "privateEndpointRedirectMaps", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "loadBalancers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkSecurityGroups", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationSecurityGroups", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2017-09-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "serviceEndpointPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkIntentPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "routeTables", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "publicIPPrefixes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers/connectionMonitors", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers/flowLogs", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers/pingMeshes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworkGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "localNetworkGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "connections", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationGatewayWebApplicationFirewallPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/operations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/operationResults", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/CheckDnsNameAvailability", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01" + ], + "capabilities": "None" + }, + { + "resourceType": "cloudServiceSlots", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01" + ], + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/usages", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/virtualNetworkAvailableEndpointServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/availableDelegations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/ApplicationGatewayWafDynamicManifests", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/serviceTags", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/availablePrivateEndpointTypes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/availableServiceAliases", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/checkPrivateLinkServiceVisibility", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/autoApprovedPrivateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/supportedVirtualMachineSizes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/setAzureNetworkManagerConfiguration", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/publishResources", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/getAzureNetworkManagerConfiguration", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/checkAcceleratedNetworkingSupport", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/validateResourceOwnership", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/setResourceOwnership", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/effectiveResourceOwnership", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "operations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "dnszones", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2016-04-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnsOperationStatuses", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "getDnsResourceReference", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "internalNotify", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/A", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/AAAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/CNAME", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/PTR", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/MX", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/TXT", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/SRV", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/SOA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/NS", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/CAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/recordsets", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateDnsZones/virtualNetworkLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateDnsOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsOperationStatuses", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZonesInternal", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-01-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/A", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/AAAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/CNAME", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/PTR", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/MX", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/TXT", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SRV", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SOA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/privateDnsZoneLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "None" + }, + { + "resourceType": "dnsResolvers", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsResolvers/inboundEndpoints", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsResolvers/outboundEndpoints", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsForwardingRulesets", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsForwardingRulesets/forwardingRules", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "dnsForwardingRulesets/virtualNetworkLinks", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listDnsResolvers", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listDnsForwardingRulesets", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "locations/dnsResolverOperationResults", + "locations": [], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "locations/dnsResolverOperationStatuses", + "locations": [], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "trafficmanagerprofiles/heatMaps", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles/azureendpoints", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles/externalendpoints", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles/nestedendpoints", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "checkTrafficManagerNameAvailability", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, + { + "resourceType": "trafficManagerUserMetricsKeys", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficManagerGeographicHierarchies", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "expressRouteCircuits", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRouteServiceProviders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableWafRuleSets", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableSslOptions", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableServerVariables", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableRequestHeaders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableResponseHeaders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "capabilities": "None" + }, + { + "resourceType": "routeFilters", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "bgpServiceCommunities", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01" + ], + "capabilities": "None" + }, + { + "resourceType": "virtualWans", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "vpnSites", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "vpnServerConfigurations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualHubs", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "vpnGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "p2sVpnGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRouteGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations/hybridEdgeZone", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "expressRoutePortsLocations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "firewallPolicies", + "locations": [ + "Qatar Central", + "Poland Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "ipGroups", + "locations": [ + "Qatar Central", + "Poland Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "West Central US", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureWebCategories", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "defaultApiVersion": "2020-08-01", + "capabilities": "None" + }, + { + "resourceType": "locations/nfvOperations", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/nfvOperationResults", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "capabilities": "None" + }, + { + "resourceType": "securityPartnerProviders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureFirewalls", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "France Central", + "Australia Central", + "Japan West", + "Japan East", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureFirewallFqdnTags", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "virtualNetworkTaps", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations/privateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "ddosProtectionPlans", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2018-02-01" + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkProfiles", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "checkFrontdoorNameAvailability", + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "None" + }, + { + "resourceType": "locations/bareMetalTenants", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "capabilities": "None" + }, + { + "resourceType": "bastionHosts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualRouters", + "locations": [ + "Qatar Central", + "Poland Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkVirtualAppliances", + "locations": [ + "Qatar Central", + "Poland Central", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SystemAssignedResourceIdentity, SupportsTags, SupportsLocation" + }, + { + "resourceType": "ipAllocations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagerConnections", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/queryNetworkSecurityPerimeter", + "locations": [ + "West Central US", + "Jio India West", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2022-02-01-preview", + "2021-05-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": "2021-02-01-preview", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "None" + }, + { + "resourceType": "networkGroupMemberships", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2022-06-01-preview" + ], + "defaultApiVersion": "2022-06-01-preview", + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/commitInternalAzureNetworkManagerConfiguration", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/internalAzureVirtualNetworkManagerOperation", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "networkVirtualApplianceSkus", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "None" + }, + { + "resourceType": "locations/serviceTagDetails", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/dataTasks", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6657?api-version=2023-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-67a941b74d83cf4691bea30bf4cf8acf-27ea4f5170a26447-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "036ffaee798392eefc4bc4b6b8f5e461", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-6559", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/10659808-3235-4e51-9edc-2e53c48f1fd0?api-version=2023-04-01", + "Cache-Control": "no-cache", + "Content-Length": "1016", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:28:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0ab37d14-5c63-4116-8e63-acb2a8652335", + "x-ms-client-request-id": "036ffaee798392eefc4bc4b6b8f5e461", + "x-ms-correlation-request-id": "dc8d0cca-c510-402f-b7ec-da9f02daeb19", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "10659808-3235-4e51-9edc-2e53c48f1fd0", + "x-ms-routing-request-id": "EASTUS:20230616T012804Z:dc8d0cca-c510-402f-b7ec-da9f02daeb19" + }, + "ResponseBody": { + "name": "scTestVNet-6657", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6657", + "etag": "W/\u0022624abcfe-3591-43e1-8d1d-c9aa5d440ee8\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "2daf5985-6b1a-4287-b3a7-ac8197bea3ec", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-6559", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6657/subnets/scTestSubnet-6559", + "etag": "W/\u0022624abcfe-3591-43e1-8d1d-c9aa5d440ee8\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/10659808-3235-4e51-9edc-2e53c48f1fd0?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-67a941b74d83cf4691bea30bf4cf8acf-2df0ffa2f1323848-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dc887bb487f0555b1529aab8414e0566", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:28:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "5c55b629-ce88-42e4-8a72-6daf9e38dc82", + "x-ms-client-request-id": "dc887bb487f0555b1529aab8414e0566", + "x-ms-correlation-request-id": "ac28bb8c-2686-42d2-8734-ab325f34084c", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "bc139ad0-3eff-4551-ad8e-58015d300ec5", + "x-ms-routing-request-id": "EASTUS:20230616T012805Z:ac28bb8c-2686-42d2-8734-ab325f34084c" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/10659808-3235-4e51-9edc-2e53c48f1fd0?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-67a941b74d83cf4691bea30bf4cf8acf-8a985587a0da774f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "871bf077604cd58c2a7eb53f361015db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:28:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "5e94cdfc-dc6b-44e3-8a70-847a63b52081", + "x-ms-client-request-id": "871bf077604cd58c2a7eb53f361015db", + "x-ms-correlation-request-id": "df571712-e4eb-4424-a5b7-4184e6b5c36a", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "e987af78-f639-4eae-85db-895b14bcba82", + "x-ms-routing-request-id": "EASTUS:20230616T012815Z:df571712-e4eb-4424-a5b7-4184e6b5c36a" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6657?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-67a941b74d83cf4691bea30bf4cf8acf-9370d0eb1e650a43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3d0160eb086d9e71a15805906e17ae00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1018", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:28:14 GMT", + "ETag": "W/\u00227b9ccc48-6a5d-4467-9325-1f6ca81a5562\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "e25fd938-af19-45ab-ad1d-2504cbfed0bd", + "x-ms-client-request-id": "3d0160eb086d9e71a15805906e17ae00", + "x-ms-correlation-request-id": "b23bcc44-67a5-4b98-bfa5-39cc57ad2dcc", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "b3321ac3-1970-474b-b401-d591aa0ef546", + "x-ms-routing-request-id": "EASTUS:20230616T012815Z:b23bcc44-67a5-4b98-bfa5-39cc57ad2dcc" + }, + "ResponseBody": { + "name": "scTestVNet-6657", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6657", + "etag": "W/\u00227b9ccc48-6a5d-4467-9325-1f6ca81a5562\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "2daf5985-6b1a-4287-b3a7-ac8197bea3ec", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-6559", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6657/subnets/scTestSubnet-6559", + "etag": "W/\u00227b9ccc48-6a5d-4467-9325-1f6ca81a5562\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc9376?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "295", + "Content-Type": "application/json", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-d5cce647b0a4ee4e-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8d67dc3ed8055316eeb3b172d21c1e04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_2G" + }, + "tags": {}, + "location": "eastus", + "properties": { + "cacheSizeGB": 3072, + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6657/subnets/scTestSubnet-6559", + "zones": [ + "1" + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1968", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:28:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d67dc3ed8055316eeb3b172d21c1e04", + "x-ms-correlation-request-id": "3ca5f972-f93d-4b7e-a9d9-b3e740a29775", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "29d8ddbe-99d5-485e-b041-f23d6d22451a", + "x-ms-routing-request-id": "EASTUS:20230616T012817Z:3ca5f972-f93d-4b7e-a9d9-b3e740a29775", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testsc9376", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc9376", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Transitioning", + "statusDescription": "The cache is being allocated." + }, + "provisioningState": "Creating", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6657/subnets/scTestSubnet-6559", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-16T01:28:16.3692301Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-16T01:28:16.1570044Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-16T01:28:16.1570044Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-af02c5027da48246-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5a00b5cf87a912d64aad4eba56fecc85", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:28:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a00b5cf87a912d64aad4eba56fecc85", + "x-ms-correlation-request-id": "17b0086f-b389-41aa-b930-9bcc0cc71b6f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "945d42f6-07d7-4891-b277-8e67200299dd", + "x-ms-routing-request-id": "EASTUS:20230616T012817Z:17b0086f-b389-41aa-b930-9bcc0cc71b6f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-6544e4915fca4f4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a07b013ace4977b3e2f80e88f223f9f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:28:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a07b013ace4977b3e2f80e88f223f9f2", + "x-ms-correlation-request-id": "23a209b5-ea5d-4b4b-b790-2310bc7d5532", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "b6ae6d82-a6d4-4ef5-a375-68a6c6b49930", + "x-ms-routing-request-id": "EASTUS:20230616T012818Z:23a209b5-ea5d-4b4b-b790-2310bc7d5532", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-21fab005f70ddd47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1da29e4cc41c8c5af8bb969e793f1880", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:28:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1da29e4cc41c8c5af8bb969e793f1880", + "x-ms-correlation-request-id": "e88c2bd3-aa37-401d-aa54-ed9bb93ef6cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "142be4fb-29ed-4925-ac5d-16f526ebe52d", + "x-ms-routing-request-id": "EASTUS:20230616T012819Z:e88c2bd3-aa37-401d-aa54-ed9bb93ef6cc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-c1a6edcb9e76f340-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "59b960b0c68001c9018977b1794d1f26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:28:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59b960b0c68001c9018977b1794d1f26", + "x-ms-correlation-request-id": "87c8b7a1-ed2e-4bed-ab12-0bd512b21b2d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "9cd81dda-3ddc-455a-bca6-3bb5b3c47f61", + "x-ms-routing-request-id": "EASTUS:20230616T012820Z:87c8b7a1-ed2e-4bed-ab12-0bd512b21b2d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-b79057b0e6f79340-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b76d5cb4ae5b7568a6eea78e3715fda3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:28:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b76d5cb4ae5b7568a6eea78e3715fda3", + "x-ms-correlation-request-id": "e4ee76b4-bb71-4248-9576-e67496b411a2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "ca37c3f2-0022-4dee-b243-e096c3d6395e", + "x-ms-routing-request-id": "EASTUS:20230616T012822Z:e4ee76b4-bb71-4248-9576-e67496b411a2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-60a1ef00458d7347-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "92d88ddf9f6a8672d5a11c934da913ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:28:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92d88ddf9f6a8672d5a11c934da913ab", + "x-ms-correlation-request-id": "ca0e2e1e-1762-42d5-982c-9f10b311de9a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "8b2bb40c-1734-4437-9c82-b7a428ed4e1f", + "x-ms-routing-request-id": "EASTUS:20230616T012826Z:ca0e2e1e-1762-42d5-982c-9f10b311de9a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-cb99a23885dab442-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1de9709b60d10124f744b2911f3bcaeb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:28:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1de9709b60d10124f744b2911f3bcaeb", + "x-ms-correlation-request-id": "be8b2b63-222e-4a1e-b746-c3cb07f45f5b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "84ff1df3-47dd-4f4b-bf64-739865d794ef", + "x-ms-routing-request-id": "EASTUS:20230616T012834Z:be8b2b63-222e-4a1e-b746-c3cb07f45f5b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-8bca6ef84ed8ed41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ebd1d48b8d7515bce9e7e2ba92d528fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:28:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ebd1d48b8d7515bce9e7e2ba92d528fd", + "x-ms-correlation-request-id": "3f712240-adc3-41dc-b204-62e28db53b9b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "9a6826c0-7044-48c5-bd7a-2f5ad807a746", + "x-ms-routing-request-id": "EASTUS:20230616T012851Z:3f712240-adc3-41dc-b204-62e28db53b9b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-6f4b7bdffeb2cd4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c7f2fcdbe02c7fd169d69a26ece0679a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:29:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7f2fcdbe02c7fd169d69a26ece0679a", + "x-ms-correlation-request-id": "3fe22242-bc58-4803-ba03-847723e206a1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "64140f2d-c555-4567-adcd-25bd713ec45a", + "x-ms-routing-request-id": "EASTUS:20230616T012923Z:3fe22242-bc58-4803-ba03-847723e206a1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-d41135cf32ff0d4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "780830d727d70e36b3d333ea7d6a6f22", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:29:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "780830d727d70e36b3d333ea7d6a6f22", + "x-ms-correlation-request-id": "49bc824f-4fde-48e6-93bc-06c85e6a26ed", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "49d4280f-830e-446c-8383-7cd563cf4046", + "x-ms-routing-request-id": "EASTUS:20230616T012955Z:49bc824f-4fde-48e6-93bc-06c85e6a26ed", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-17c7f27213ce104c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "22b6b51b0248aabf0251829ef2962809", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:30:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22b6b51b0248aabf0251829ef2962809", + "x-ms-correlation-request-id": "e8c0891d-5857-423c-a43a-a5ca5d89037e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "aec3a35a-cd2c-4110-8f18-a5c9349458da", + "x-ms-routing-request-id": "EASTUS:20230616T013027Z:e8c0891d-5857-423c-a43a-a5ca5d89037e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-4334cb1b193ffc4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "62e24880afcdb426c6e41358ade701fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:30:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62e24880afcdb426c6e41358ade701fe", + "x-ms-correlation-request-id": "a059526f-d23d-418c-8f4b-0d7bceabb24f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "6ac65c62-5d36-4eb5-b8fd-6845a0e74751", + "x-ms-routing-request-id": "EASTUS:20230616T013059Z:a059526f-d23d-418c-8f4b-0d7bceabb24f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-efea598303fe1c40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "370a78674429d451715d7585a4971c1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:31:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "370a78674429d451715d7585a4971c1d", + "x-ms-correlation-request-id": "de218629-8a8b-4246-bec0-036d82a913df", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "781e22d4-2bfa-4002-80fb-0d508f5082a5", + "x-ms-routing-request-id": "EASTUS:20230616T013131Z:de218629-8a8b-4246-bec0-036d82a913df", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-e02f7c015ff9f848-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "356929ab0c876c548e015c63ef67fd1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:32:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "356929ab0c876c548e015c63ef67fd1b", + "x-ms-correlation-request-id": "0785c752-ab24-445f-b6f3-c0617843ebd6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "a325b55a-2891-41cf-b4fc-95d8280ecc37", + "x-ms-routing-request-id": "EASTUS:20230616T013203Z:0785c752-ab24-445f-b6f3-c0617843ebd6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-1d7b1625e4e9c64f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "79378350f08c3cdff60ef06f39a0102e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:32:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "79378350f08c3cdff60ef06f39a0102e", + "x-ms-correlation-request-id": "93f0f043-c97b-4edd-bd12-f0bfa9285be8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "0b82fcd8-3865-42d0-8b7e-924135a2aa51", + "x-ms-routing-request-id": "EASTUS:20230616T013235Z:93f0f043-c97b-4edd-bd12-f0bfa9285be8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-e13c9650c7ef924b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "84acf6c8cc7d5a77239ea928e7eee50a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:33:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "84acf6c8cc7d5a77239ea928e7eee50a", + "x-ms-correlation-request-id": "1ee12152-47b2-47da-b556-133b0ff90b37", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "e3700920-0357-4ff6-80c9-e277e1327d45", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101423Z:e3700920-0357-4ff6-80c9-e277e1327d45" + "x-ms-request-id": "651d78d0-a4b9-4c4b-9deb-30d6d1170c3f", + "x-ms-routing-request-id": "EASTUS:20230616T013308Z:1ee12152-47b2-47da-b556-133b0ff90b37", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-fd9db10b9e048642-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "20355a60a25fba90492d3e781ce532ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:33:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20355a60a25fba90492d3e781ce532ee", + "x-ms-correlation-request-id": "0966f246-1c57-4c6e-b0f8-c88547b0c54e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "069c19f9-22f4-4ec8-acda-9b59b6851c0b", + "x-ms-routing-request-id": "EASTUS:20230616T013340Z:0966f246-1c57-4c6e-b0f8-c88547b0c54e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-468b419f5494ee44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f99b2df178ba839e0cdd55ee47b75408", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:34:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f99b2df178ba839e0cdd55ee47b75408", + "x-ms-correlation-request-id": "d13c4d4f-93ca-422f-8b10-b3b2c2729d80", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "1065db99-a8c0-4f8f-8b90-3375f4139989", + "x-ms-routing-request-id": "EASTUS:20230616T013412Z:d13c4d4f-93ca-422f-8b10-b3b2c2729d80", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-de04d04994266a4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "df0fe629ef6b25ce65f23a4f8efe3e3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:34:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df0fe629ef6b25ce65f23a4f8efe3e3e", + "x-ms-correlation-request-id": "ba330037-b171-48ae-ba66-d2ef723431ce", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "a9faf4b6-bec4-4990-a7d3-38eb5263c977", + "x-ms-routing-request-id": "EASTUS:20230616T013444Z:ba330037-b171-48ae-ba66-d2ef723431ce", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-1159d4025cf41b46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b936ba6beb52e74fbcb214824ca27291", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:35:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b936ba6beb52e74fbcb214824ca27291", + "x-ms-correlation-request-id": "7f97db8f-657b-494a-af41-7ae45d7ca1d8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "2490684b-c898-4422-8a4c-8b1ac59b0d79", + "x-ms-routing-request-id": "EASTUS:20230616T013516Z:7f97db8f-657b-494a-af41-7ae45d7ca1d8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-a9b0e5c579c2c147-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "354f35d953d502825e7593c83e4ef40d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:35:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "354f35d953d502825e7593c83e4ef40d", + "x-ms-correlation-request-id": "cbd96fc7-45f8-40c6-b926-507cd6fbc346", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "50d52108-1c51-4015-92f4-d8827160ed38", + "x-ms-routing-request-id": "EASTUS:20230616T013548Z:cbd96fc7-45f8-40c6-b926-507cd6fbc346", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-771bb6ecb8ac644b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8c82179e9b813db6962722b8da4cd9c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:36:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c82179e9b813db6962722b8da4cd9c2", + "x-ms-correlation-request-id": "6d2fa9b4-2f76-4c5b-9188-bb23aaa4aa16", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "4ff7d4be-2e02-4157-be1b-7f684772e251", + "x-ms-routing-request-id": "EASTUS:20230616T013620Z:6d2fa9b4-2f76-4c5b-9188-bb23aaa4aa16", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg4688?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-0aaeeb8d4abf7f4c864ecd6c70c1e39f-16b02630efc5cc4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6486385d109c99d7269be3e57b9b4a53", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-cb744c8060b85b4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5976a87f09af186837345adc5887a96d", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:14:26 GMT", + "Date": "Fri, 16 Jun 2023 01:36:52 GMT", "Expires": "-1", "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f095247-8ad7-484d-a0f3-c2cf9fd90919", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "0f095247-8ad7-484d-a0f3-c2cf9fd90919", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101427Z:0f095247-8ad7-484d-a0f3-c2cf9fd90919" + "x-ms-client-request-id": "5976a87f09af186837345adc5887a96d", + "x-ms-correlation-request-id": "72944744-cad2-4dc4-a3e1-4b566adbf90d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "e02578e6-7b82-4217-b93c-a4bbe77d8e28", + "x-ms-routing-request-id": "EASTUS:20230616T013652Z:72944744-cad2-4dc4-a3e1-4b566adbf90d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg4688", - "name": "storagecachetestrg4688", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-80062651176ab649b5d85f4be7fbe5a1-340456997918094b-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d4b4945e1c1548a73efee9d3491e8d25", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-5dcd6b68760ee443-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "35e307bde6203d107f119ead30ca2712", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1042", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:14:28 GMT", + "Date": "Fri, 16 Jun 2023 01:37:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -110,65 +12726,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4b4945e1c1548a73efee9d3491e8d25", - "x-ms-correlation-request-id": "799a9b71-f771-401a-8db3-9a8992442186", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "140a15f0-268d-46df-894d-5c40b154968b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101429Z:799a9b71-f771-401a-8db3-9a8992442186", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" - }, - "ResponseBody": { - "value": [ - { - "name": "storagetarget2182", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget2182", - "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", - "properties": { - "allocationPercentage": 100, - "targetType": "nfs3", - "provisioningState": "Succeeded", - "state": "Ready", - "junctions": [], - "nfs3": { - "target": "10.0.2.4", - "usageModel": "READ_ONLY", - "verificationTimer": 20 - } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T09:41:27.2213942Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:41:27.2213942Z" - } - } - ] + "x-ms-client-request-id": "35e307bde6203d107f119ead30ca2712", + "x-ms-correlation-request-id": "bcd5c005-ab6d-4f1e-8177-7429f0ae8062", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "a924805f-57c9-4b07-9244-962a450cf580", + "x-ms-routing-request-id": "EASTUS:20230616T013724Z:bcd5c005-ab6d-4f1e-8177-7429f0ae8062", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget2182?api-version=2023-01-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-06d8c214c75f5f46902ffc1d8bf8a752-943127bedcb7c944-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dcf0d1f467a49fc608398a6db3cf0e0c", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-89e46a4d809fdf48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9548d19c9bd8955dae6a554d40d9e50f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a1da9099-866a-4cf6-9f28-b859b0721a07?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:14:30 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:37:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a1da9099-866a-4cf6-9f28-b859b0721a07?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -176,33 +12765,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dcf0d1f467a49fc608398a6db3cf0e0c", - "x-ms-correlation-request-id": "7936dce3-c358-4a9b-b30d-bfa8abc41a2e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;59", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "a1da9099-866a-4cf6-9f28-b859b0721a07", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101430Z:7936dce3-c358-4a9b-b30d-bfa8abc41a2e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "9548d19c9bd8955dae6a554d40d9e50f", + "x-ms-correlation-request-id": "2621fb16-8629-433b-b614-fa7dac7ad1b4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "4c40a4c4-a4db-4655-98cd-0f7a017fbe45", + "x-ms-routing-request-id": "EASTUS:20230616T013756Z:2621fb16-8629-433b-b614-fa7dac7ad1b4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "status": "InProgress", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a1da9099-866a-4cf6-9f28-b859b0721a07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-06d8c214c75f5f46902ffc1d8bf8a752-1f8289462e57ca4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "aaf1bd0d6daaf7afcd15cbdc9139956f", + "Connection": "close", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-99d8c4658262a340-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d3fab57ea36899a29838da9d6bbae76d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:14:31 GMT", + "Date": "Fri, 16 Jun 2023 01:38:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -211,37 +12806,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aaf1bd0d6daaf7afcd15cbdc9139956f", - "x-ms-correlation-request-id": "40e6655b-e6c9-40c0-96d2-573e78372763", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "2ce9f00c-e475-4ebf-a7e2-c27669d1e1c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101431Z:40e6655b-e6c9-40c0-96d2-573e78372763", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "d3fab57ea36899a29838da9d6bbae76d", + "x-ms-correlation-request-id": "2b8f18b7-1485-4042-a3f6-4549581e1ade", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "a2ceab00-3baa-4f6b-92fa-ef8633985927", + "x-ms-routing-request-id": "EASTUS:20230616T013829Z:2b8f18b7-1485-4042-a3f6-4549581e1ade", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:14:29.9022893\u002B00:00", + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", "status": "InProgress", - "name": "a1da9099-866a-4cf6-9f28-b859b0721a07" + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a1da9099-866a-4cf6-9f28-b859b0721a07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/29d8ddbe-99d5-485e-b041-f23d6d22451a?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-06d8c214c75f5f46902ffc1d8bf8a752-a46fa11c2788fc45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "785edcf033e4fec603ae4b6741297804", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-91f1c2b590cb1c46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "873f470c133f2294aa4d87b691c3fda5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:14:32 GMT", + "Date": "Fri, 16 Jun 2023 01:39:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -250,37 +12845,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "785edcf033e4fec603ae4b6741297804", - "x-ms-correlation-request-id": "1048d61a-8fbb-4fe4-b7da-50f608d2c0da", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "370b5d24-ce94-4280-913b-de246f0948c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101432Z:1048d61a-8fbb-4fe4-b7da-50f608d2c0da", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "873f470c133f2294aa4d87b691c3fda5", + "x-ms-correlation-request-id": "c3d41320-f295-4bcd-b38e-25be3639495a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "70aba162-bcb9-4c3e-a031-ec287e855cb5", + "x-ms-routing-request-id": "EASTUS:20230616T013901Z:c3d41320-f295-4bcd-b38e-25be3639495a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:14:29.9022893\u002B00:00", - "status": "InProgress", - "name": "a1da9099-866a-4cf6-9f28-b859b0721a07" + "startTime": "2023-06-16T01:28:16.1973533\u002B00:00", + "endTime": "2023-06-16T01:38:50.6299928\u002B00:00", + "status": "Succeeded", + "name": "29d8ddbe-99d5-485e-b041-f23d6d22451a" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a1da9099-866a-4cf6-9f28-b859b0721a07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc9376?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-06d8c214c75f5f46902ffc1d8bf8a752-fb150c740913a342-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f56082e963dd066122428c4a2af1b057", + "traceparent": "00-4efecfe9305e744d87be08296d485fa8-615818e8f21f684f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7b2f8f2c54cff9a92eaffda0c1bf2af3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "2181", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:14:33 GMT", + "Date": "Fri, 16 Jun 2023 01:39:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -289,28 +12885,169 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f56082e963dd066122428c4a2af1b057", - "x-ms-correlation-request-id": "c3d8e375-d3fc-4dd5-8531-61be58adb993", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "e2275d2f-4e16-4dd3-910c-158b0b427af8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101434Z:c3d8e375-d3fc-4dd5-8531-61be58adb993", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "7b2f8f2c54cff9a92eaffda0c1bf2af3", + "x-ms-correlation-request-id": "b9f4f29a-78a2-42f9-be73-e376785552d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;117", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "094d331e-c5cc-4915-9b86-ac7661cdd4ad", + "x-ms-routing-request-id": "EASTUS:20230616T013901Z:b9f4f29a-78a2-42f9-be73-e376785552d0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:14:29.9022893\u002B00:00", - "status": "InProgress", - "name": "a1da9099-866a-4cf6-9f28-b859b0721a07" + "name": "testsc9376", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc9376", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "utilityAddresses": [ + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" + ], + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-6657/subnets/scTestSubnet-6559", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-16T01:28:16.3692301Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-16T01:28:16.1570044Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-16T01:28:16.1570044Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc9376/storageTargets/storagetarget4223?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "113", + "Content-Type": "application/json", + "traceparent": "00-577119db0b4fbb488b6c86ebaafefd56-b693b4d9fc617d47-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "99f840e7cf5d206ad8291a1beb08d43a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "targetType": "nfs3", + "nfs3": { + "target": "10.0.2.4", + "usageModel": "READ_ONLY", + "verificationTimer": 30 + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e4406715-6d08-4202-9bf6-17da5a07cd28?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "918", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:39:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "99f840e7cf5d206ad8291a1beb08d43a", + "x-ms-correlation-request-id": "54fd9471-4564-4f43-8ad9-475c6bc0d317", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "e4406715-6d08-4202-9bf6-17da5a07cd28", + "x-ms-routing-request-id": "EASTUS:20230616T013901Z:54fd9471-4564-4f43-8ad9-475c6bc0d317", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "storagetarget4223", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc9376/storageTargets/storagetarget4223", + "type": "Microsoft.StorageCache/caches/storageTargets", + "location": "eastus", + "properties": { + "allocationPercentage": 100, + "targetType": "nfs3", + "provisioningState": "Creating", + "state": "Busy", + "junctions": [], + "nfs3": { + "target": "10.0.2.4", + "usageModel": "READ_ONLY", + "verificationTimer": 30 + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-16T01:39:01.7666523Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-16T01:39:01.7666523Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a1da9099-866a-4cf6-9f28-b859b0721a07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e4406715-6d08-4202-9bf6-17da5a07cd28?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-06d8c214c75f5f46902ffc1d8bf8a752-e999f7f821fb1a4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4aacb5a7d8a5d923f7f3a6fb2247b6a4", + "traceparent": "00-577119db0b4fbb488b6c86ebaafefd56-6e1dbdb72121c743-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "82a934940b04bfcec45af72b8fdd43a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -319,7 +13056,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:14:35 GMT", + "Date": "Fri, 16 Jun 2023 01:39:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -328,28 +13065,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4aacb5a7d8a5d923f7f3a6fb2247b6a4", - "x-ms-correlation-request-id": "a43cfc59-3fd1-43d5-9bb5-b8a01dbdd24e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "460e4037-e5fe-4f7b-8af5-d859100c58ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101435Z:a43cfc59-3fd1-43d5-9bb5-b8a01dbdd24e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "82a934940b04bfcec45af72b8fdd43a7", + "x-ms-correlation-request-id": "dc9f96a2-ed5e-4179-9ca6-239fea8e80ec", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "540de236-642f-42ae-9763-267680eddb02", + "x-ms-routing-request-id": "EASTUS:20230616T013901Z:dc9f96a2-ed5e-4179-9ca6-239fea8e80ec", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:14:29.9022893\u002B00:00", + "startTime": "2023-06-16T01:39:01.8580743\u002B00:00", "status": "InProgress", - "name": "a1da9099-866a-4cf6-9f28-b859b0721a07" + "name": "e4406715-6d08-4202-9bf6-17da5a07cd28" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a1da9099-866a-4cf6-9f28-b859b0721a07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e4406715-6d08-4202-9bf6-17da5a07cd28?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-06d8c214c75f5f46902ffc1d8bf8a752-8bc6aa0d383e3e44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0ef2c79ca0d98c917a5755a1a77bd312", + "traceparent": "00-577119db0b4fbb488b6c86ebaafefd56-a10481d909d7074d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4e8c6529674e4816885b530540542c76", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -358,7 +13095,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:14:37 GMT", + "Date": "Fri, 16 Jun 2023 01:39:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -367,28 +13104,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ef2c79ca0d98c917a5755a1a77bd312", - "x-ms-correlation-request-id": "7580e610-8b05-4226-a482-7d3ccb501ab0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "80a398b3-41f2-4d7b-ab73-185de4da318b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101437Z:7580e610-8b05-4226-a482-7d3ccb501ab0", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "4e8c6529674e4816885b530540542c76", + "x-ms-correlation-request-id": "de836a3a-fc21-4651-bb43-0490780735db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "f4340a22-2a4c-4b43-9d0c-9f4ae1bea2cb", + "x-ms-routing-request-id": "EASTUS:20230616T013903Z:de836a3a-fc21-4651-bb43-0490780735db", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:14:29.9022893\u002B00:00", + "startTime": "2023-06-16T01:39:01.8580743\u002B00:00", "status": "InProgress", - "name": "a1da9099-866a-4cf6-9f28-b859b0721a07" + "name": "e4406715-6d08-4202-9bf6-17da5a07cd28" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a1da9099-866a-4cf6-9f28-b859b0721a07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e4406715-6d08-4202-9bf6-17da5a07cd28?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-06d8c214c75f5f46902ffc1d8bf8a752-7c1b296fedb6ac46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8cbff4fe2d7d105f5e86fdeabd65e4da", + "traceparent": "00-577119db0b4fbb488b6c86ebaafefd56-d622f3743bc96149-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b787f73e515e2836a21cc611a78d0e68", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -397,7 +13134,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:14:41 GMT", + "Date": "Fri, 16 Jun 2023 01:39:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -406,28 +13143,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8cbff4fe2d7d105f5e86fdeabd65e4da", - "x-ms-correlation-request-id": "d84fad1c-ddf3-4dc2-9d74-4d032f6e6069", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "f13c42f0-b82f-456a-95be-ab61c50515e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101442Z:d84fad1c-ddf3-4dc2-9d74-4d032f6e6069", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "b787f73e515e2836a21cc611a78d0e68", + "x-ms-correlation-request-id": "6ce1a888-4b12-4a13-a92d-42b617563144", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "54e98b7a-9cae-46c4-99d9-855326fadf32", + "x-ms-routing-request-id": "EASTUS:20230616T013904Z:6ce1a888-4b12-4a13-a92d-42b617563144", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:14:29.9022893\u002B00:00", + "startTime": "2023-06-16T01:39:01.8580743\u002B00:00", "status": "InProgress", - "name": "a1da9099-866a-4cf6-9f28-b859b0721a07" + "name": "e4406715-6d08-4202-9bf6-17da5a07cd28" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a1da9099-866a-4cf6-9f28-b859b0721a07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e4406715-6d08-4202-9bf6-17da5a07cd28?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-06d8c214c75f5f46902ffc1d8bf8a752-863c84a1f07ff344-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "63ade78ca1fe067d241fd04d8282317b", + "traceparent": "00-577119db0b4fbb488b6c86ebaafefd56-d190dbf48b954f43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8eece8159cd52cd41e60faa9b8c97e6f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -436,7 +13173,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:14:49 GMT", + "Date": "Fri, 16 Jun 2023 01:39:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -445,28 +13182,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63ade78ca1fe067d241fd04d8282317b", - "x-ms-correlation-request-id": "ad155759-70a7-423f-bbfa-09d3f040c0e8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "4c4db53a-d8b8-4b6b-9771-39a29f54d863", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101450Z:ad155759-70a7-423f-bbfa-09d3f040c0e8", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "8eece8159cd52cd41e60faa9b8c97e6f", + "x-ms-correlation-request-id": "75b59ecc-4460-4409-ac3f-b81f3e2865cc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "f31c4378-a84d-44f6-8b64-4fc1c7e1b2b0", + "x-ms-routing-request-id": "EASTUS:20230616T013905Z:75b59ecc-4460-4409-ac3f-b81f3e2865cc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:14:29.9022893\u002B00:00", + "startTime": "2023-06-16T01:39:01.8580743\u002B00:00", "status": "InProgress", - "name": "a1da9099-866a-4cf6-9f28-b859b0721a07" + "name": "e4406715-6d08-4202-9bf6-17da5a07cd28" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a1da9099-866a-4cf6-9f28-b859b0721a07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e4406715-6d08-4202-9bf6-17da5a07cd28?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-06d8c214c75f5f46902ffc1d8bf8a752-e75a1b15c017fa41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2efd941f2a886f2668e1af52a2a6cf14", + "traceparent": "00-577119db0b4fbb488b6c86ebaafefd56-af558d29ae90f547-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "97ec802e8b56d7492e63ab31a004a1fb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -475,7 +13212,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:15:06 GMT", + "Date": "Fri, 16 Jun 2023 01:39:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -484,28 +13221,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2efd941f2a886f2668e1af52a2a6cf14", - "x-ms-correlation-request-id": "c60c0d8d-5054-482e-a739-2dbce68d7b34", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "a4bf1881-95f3-4003-b7f7-4a3a35c4f203", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101506Z:c60c0d8d-5054-482e-a739-2dbce68d7b34", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "97ec802e8b56d7492e63ab31a004a1fb", + "x-ms-correlation-request-id": "dfce0aba-c1cb-46a3-9f9b-ef5a38ee6440", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "88603d83-e8d2-4f1f-a365-b0ee767a96bb", + "x-ms-routing-request-id": "EASTUS:20230616T013907Z:dfce0aba-c1cb-46a3-9f9b-ef5a38ee6440", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:14:29.9022893\u002B00:00", + "startTime": "2023-06-16T01:39:01.8580743\u002B00:00", "status": "InProgress", - "name": "a1da9099-866a-4cf6-9f28-b859b0721a07" + "name": "e4406715-6d08-4202-9bf6-17da5a07cd28" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a1da9099-866a-4cf6-9f28-b859b0721a07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e4406715-6d08-4202-9bf6-17da5a07cd28?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-06d8c214c75f5f46902ffc1d8bf8a752-d1fe198256ea724c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bf147b736fce5d1376b9675e5d118edc", + "traceparent": "00-577119db0b4fbb488b6c86ebaafefd56-55195c1560df5548-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "58f0ea4c9d67a1a1225a99fd578d70d8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -514,7 +13251,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:15:38 GMT", + "Date": "Fri, 16 Jun 2023 01:39:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -523,28 +13260,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf147b736fce5d1376b9675e5d118edc", - "x-ms-correlation-request-id": "6150e1c7-1896-4037-b3f3-de2672b7254f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "8a906dae-2991-40f5-8fef-2f86fa6c3915", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101539Z:6150e1c7-1896-4037-b3f3-de2672b7254f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "58f0ea4c9d67a1a1225a99fd578d70d8", + "x-ms-correlation-request-id": "7d7b89c0-7ca4-4446-97af-fa2252a59aa2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "fa831dfd-5467-4e0e-bc46-abb42652d250", + "x-ms-routing-request-id": "EASTUS:20230616T013911Z:7d7b89c0-7ca4-4446-97af-fa2252a59aa2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:14:29.9022893\u002B00:00", + "startTime": "2023-06-16T01:39:01.8580743\u002B00:00", "status": "InProgress", - "name": "a1da9099-866a-4cf6-9f28-b859b0721a07" + "name": "e4406715-6d08-4202-9bf6-17da5a07cd28" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a1da9099-866a-4cf6-9f28-b859b0721a07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e4406715-6d08-4202-9bf6-17da5a07cd28?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-06d8c214c75f5f46902ffc1d8bf8a752-c8b38a9dcf793441-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "28ca8255b6686252c13efb1cf12a637d", + "traceparent": "00-577119db0b4fbb488b6c86ebaafefd56-ae19312d9b724e4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "26e3579e76a089129e155f71f0a28c19", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -553,7 +13290,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:16:11 GMT", + "Date": "Fri, 16 Jun 2023 01:39:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -562,28 +13299,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "28ca8255b6686252c13efb1cf12a637d", - "x-ms-correlation-request-id": "b387603f-2a52-4f8f-ad31-10703c812f5c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "7240ca55-0663-4975-8d8b-de2f4f927b84", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101611Z:b387603f-2a52-4f8f-ad31-10703c812f5c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "26e3579e76a089129e155f71f0a28c19", + "x-ms-correlation-request-id": "d7a451ec-28cc-4fd9-8212-e29dd89dc4a1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "655eba2a-0d7a-4b5d-9842-92a111d3ecca", + "x-ms-routing-request-id": "EASTUS:20230616T013919Z:d7a451ec-28cc-4fd9-8212-e29dd89dc4a1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:14:29.9022893\u002B00:00", + "startTime": "2023-06-16T01:39:01.8580743\u002B00:00", "status": "InProgress", - "name": "a1da9099-866a-4cf6-9f28-b859b0721a07" + "name": "e4406715-6d08-4202-9bf6-17da5a07cd28" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a1da9099-866a-4cf6-9f28-b859b0721a07?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/e4406715-6d08-4202-9bf6-17da5a07cd28?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-06d8c214c75f5f46902ffc1d8bf8a752-a0eba6dea3f32a43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "07dabb4f716dafad81a0b7cec2c81156", + "traceparent": "00-577119db0b4fbb488b6c86ebaafefd56-b0a9b63cb3eb5149-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cd5cfebf26d99007df4a74fbf24b7fa1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -592,7 +13329,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:16:42 GMT", + "Date": "Fri, 16 Jun 2023 01:39:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -601,51 +13338,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "07dabb4f716dafad81a0b7cec2c81156", - "x-ms-correlation-request-id": "5bdeefbe-36fc-47f2-8d4b-b43c532f3680", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "53082512-4111-4c9c-ad97-c1bcc2b82841", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101643Z:5bdeefbe-36fc-47f2-8d4b-b43c532f3680", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "cd5cfebf26d99007df4a74fbf24b7fa1", + "x-ms-correlation-request-id": "65551306-a881-40aa-bc26-b006de957d09", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "5f9da510-800c-43c6-8e37-f0d58badc0a6", + "x-ms-routing-request-id": "EASTUS:20230616T013935Z:65551306-a881-40aa-bc26-b006de957d09", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:14:29.9022893\u002B00:00", - "endTime": "2023-03-23T10:16:11.4662741\u002B00:00", + "startTime": "2023-06-16T01:39:01.8580743\u002B00:00", + "endTime": "2023-06-16T01:39:32.2494628\u002B00:00", "status": "Succeeded", - "name": "a1da9099-866a-4cf6-9f28-b859b0721a07" + "name": "e4406715-6d08-4202-9bf6-17da5a07cd28" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget4294?api-version=2023-01-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc9376/storageTargets/storagetarget4223?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "113", - "Content-Type": "application/json", - "traceparent": "00-aa6cb9cece33da4e964091079f9e51e0-c7742f65164bc048-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dc20fdd3aba629bcb2fe8f74f66b4b55", + "traceparent": "00-577119db0b4fbb488b6c86ebaafefd56-238ad1b16d29654d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4993d2f37a20d55ad766b9523d30b180", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "properties": { - "targetType": "nfs3", - "nfs3": { - "target": "10.0.2.4", - "usageModel": "READ_ONLY", - "verificationTimer": 30 - } - } - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ea21a794-225a-48a5-952c-5d0354572c90?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "911", + "Content-Length": "920", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:16:44 GMT", + "Date": "Fri, 16 Jun 2023 01:39:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -654,24 +13378,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc20fdd3aba629bcb2fe8f74f66b4b55", - "x-ms-correlation-request-id": "744a4835-f9f6-4ed2-afe2-88d9891d9222", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "ea21a794-225a-48a5-952c-5d0354572c90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101645Z:744a4835-f9f6-4ed2-afe2-88d9891d9222", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "4993d2f37a20d55ad766b9523d30b180", + "x-ms-correlation-request-id": "5ab77dce-6e09-49b0-81e3-e2f2a5139851", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "ac1994ef-ffe8-4189-9bba-3deab6d61bab", + "x-ms-routing-request-id": "EASTUS:20230616T013935Z:5ab77dce-6e09-49b0-81e3-e2f2a5139851", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget4294", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget4294", + "name": "storagetarget4223", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc9376/storageTargets/storagetarget4223", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", - "provisioningState": "Creating", - "state": "Busy", + "provisioningState": "Succeeded", + "state": "Ready", "junctions": [], "nfs3": { "target": "10.0.2.4", @@ -680,23 +13404,100 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T10:16:43.8513714Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-16T01:39:01.7666523Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T10:16:43.8513714Z" + "lastModifiedAt": "2023-06-16T01:39:01.7666523Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ea21a794-225a-48a5-952c-5d0354572c90?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc9376/storageTargets/storagetarget4223/flush?api-version=2023-05-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "0", + "traceparent": "00-c770d3f8d484304bb3727d5a3fc68f55-3050a754d7259b43-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "583e7fcea23077ff4f52475602179753", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/636292cf-c6d8-45f7-bda0-4192646853b1?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "0", + "Date": "Fri, 16 Jun 2023 01:39:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/636292cf-c6d8-45f7-bda0-4192646853b1?monitor=true\u0026api-version=2023-05-01", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "583e7fcea23077ff4f52475602179753", + "x-ms-correlation-request-id": "6a16d004-0f74-4d22-aaf4-19835006991d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/FlushOrInvalidateStorageTarget5Min;119", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "636292cf-c6d8-45f7-bda0-4192646853b1", + "x-ms-routing-request-id": "EASTUS:20230616T013935Z:6a16d004-0f74-4d22-aaf4-19835006991d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/636292cf-c6d8-45f7-bda0-4192646853b1?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-c770d3f8d484304bb3727d5a3fc68f55-f5f9dae74f5c5d46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "722cf499270d5070d31bf9ce3204d3c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:39:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "722cf499270d5070d31bf9ce3204d3c0", + "x-ms-correlation-request-id": "122fabdf-e2e9-49c2-af8e-42f0f28a248e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "f18630a5-959e-460e-9607-bebdf22b741d", + "x-ms-routing-request-id": "EASTUS:20230616T013935Z:122fabdf-e2e9-49c2-af8e-42f0f28a248e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:39:35.7511815\u002B00:00", + "status": "InProgress", + "name": "636292cf-c6d8-45f7-bda0-4192646853b1" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/636292cf-c6d8-45f7-bda0-4192646853b1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-aa6cb9cece33da4e964091079f9e51e0-3e16cf7fe7a2a049-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2d1ec9a5a1430fa91ddeba721d3b8a34", + "traceparent": "00-c770d3f8d484304bb3727d5a3fc68f55-815852757dcf0447-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7fbc66cf93b18b7187f9b4a9ac8d0b9a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -705,7 +13506,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:16:44 GMT", + "Date": "Fri, 16 Jun 2023 01:39:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -714,28 +13515,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d1ec9a5a1430fa91ddeba721d3b8a34", - "x-ms-correlation-request-id": "507ed3d7-9e32-4ff0-b2df-a08014fcac24", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "727d118a-6528-4741-ba9e-53ca54b13489", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101645Z:507ed3d7-9e32-4ff0-b2df-a08014fcac24", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "7fbc66cf93b18b7187f9b4a9ac8d0b9a", + "x-ms-correlation-request-id": "eef19cdf-4d33-455c-a5a8-e5d86567b747", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "15cfdd37-8a97-4d5c-893d-6d50021bb3a2", + "x-ms-routing-request-id": "EASTUS:20230616T013937Z:eef19cdf-4d33-455c-a5a8-e5d86567b747", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:16:45.0574893\u002B00:00", + "startTime": "2023-06-16T01:39:35.7511815\u002B00:00", "status": "InProgress", - "name": "ea21a794-225a-48a5-952c-5d0354572c90" + "name": "636292cf-c6d8-45f7-bda0-4192646853b1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ea21a794-225a-48a5-952c-5d0354572c90?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/636292cf-c6d8-45f7-bda0-4192646853b1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-aa6cb9cece33da4e964091079f9e51e0-13924b550f098242-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bad7796c1e6f63cc1a4bc1fee3bda512", + "traceparent": "00-c770d3f8d484304bb3727d5a3fc68f55-6f6c22efa071e14a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0dbc98ff24ea6e454e2e4af3482a119f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -744,7 +13545,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:16:46 GMT", + "Date": "Fri, 16 Jun 2023 01:39:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -753,28 +13554,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bad7796c1e6f63cc1a4bc1fee3bda512", - "x-ms-correlation-request-id": "1221f1e5-ea20-46b2-a4e5-2ec26f7f23e2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "4fddbf96-ef73-4a38-bd48-b2c8db25ceb7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101646Z:1221f1e5-ea20-46b2-a4e5-2ec26f7f23e2", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "0dbc98ff24ea6e454e2e4af3482a119f", + "x-ms-correlation-request-id": "29ac63e1-2cb8-42d3-9af7-afd2a6a46c68", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "0b7b43ec-5a4b-4bb3-99b4-5b6a8936fd89", + "x-ms-routing-request-id": "EASTUS:20230616T013938Z:29ac63e1-2cb8-42d3-9af7-afd2a6a46c68", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:16:45.0574893\u002B00:00", + "startTime": "2023-06-16T01:39:35.7511815\u002B00:00", "status": "InProgress", - "name": "ea21a794-225a-48a5-952c-5d0354572c90" + "name": "636292cf-c6d8-45f7-bda0-4192646853b1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ea21a794-225a-48a5-952c-5d0354572c90?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/636292cf-c6d8-45f7-bda0-4192646853b1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-aa6cb9cece33da4e964091079f9e51e0-eca5bf3703ee4340-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2dcf63061e4c4911659219a9b470b7df", + "traceparent": "00-c770d3f8d484304bb3727d5a3fc68f55-d1620b412f673646-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "06a235b3d3f805fd83a0eb1472c6a346", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -783,7 +13584,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:16:48 GMT", + "Date": "Fri, 16 Jun 2023 01:39:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -792,37 +13593,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2dcf63061e4c4911659219a9b470b7df", - "x-ms-correlation-request-id": "880a9c0a-d266-498d-a751-516febecd3f4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "587abfbc-beb9-463e-88d8-35d44922240b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101648Z:880a9c0a-d266-498d-a751-516febecd3f4", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "06a235b3d3f805fd83a0eb1472c6a346", + "x-ms-correlation-request-id": "9788cc76-8f3a-4746-a5c7-a5d85f6b5e8e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "04dbbd2d-a1f1-4c3c-9e07-316c4396100f", + "x-ms-routing-request-id": "EASTUS:20230616T013939Z:9788cc76-8f3a-4746-a5c7-a5d85f6b5e8e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:16:45.0574893\u002B00:00", + "startTime": "2023-06-16T01:39:35.7511815\u002B00:00", "status": "InProgress", - "name": "ea21a794-225a-48a5-952c-5d0354572c90" + "name": "636292cf-c6d8-45f7-bda0-4192646853b1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ea21a794-225a-48a5-952c-5d0354572c90?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/636292cf-c6d8-45f7-bda0-4192646853b1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-aa6cb9cece33da4e964091079f9e51e0-acb6dab8c11f3f41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0a92931d3dc886bdfdba12f8dfaa2b60", + "traceparent": "00-c770d3f8d484304bb3727d5a3fc68f55-2f3ce787333dce41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9ace5f10c648aad5214e3083497d435c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "234", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:16:49 GMT", + "Date": "Fri, 16 Jun 2023 01:39:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -831,38 +13632,45 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a92931d3dc886bdfdba12f8dfaa2b60", - "x-ms-correlation-request-id": "3811315a-6592-4bb4-a39d-4eb49e6499e2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "9482128b-066e-480e-9b73-0484ae7dc16a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101649Z:3811315a-6592-4bb4-a39d-4eb49e6499e2", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "9ace5f10c648aad5214e3083497d435c", + "x-ms-correlation-request-id": "6ef4cc92-6bcb-4d82-8e1c-3dbd7020cf95", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "ef657fe5-a274-4bff-9817-e4664d738027", + "x-ms-routing-request-id": "EASTUS:20230616T013941Z:6ef4cc92-6bcb-4d82-8e1c-3dbd7020cf95", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:16:45.0574893\u002B00:00", - "status": "InProgress", - "name": "ea21a794-225a-48a5-952c-5d0354572c90" + "startTime": "2023-06-16T01:39:35.7511815\u002B00:00", + "endTime": "2023-06-16T01:39:39.5949448\u002B00:00", + "status": "Succeeded", + "properties": { + "output": "success" + }, + "name": "636292cf-c6d8-45f7-bda0-4192646853b1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ea21a794-225a-48a5-952c-5d0354572c90?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc9376/storageTargets/storagetarget4223/dnsRefresh?api-version=2023-05-01", + "RequestMethod": "POST", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-aa6cb9cece33da4e964091079f9e51e0-79d9630030d4d648-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b96ba8385d6c4de8678e55dc0422afa9", + "Content-Length": "0", + "traceparent": "00-7f01c546e34eb848ab7103fecda0c946-fb509f80ba275a4d-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "77f514e704ea2ca19bb689493930fb87", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48503bb4-cfad-46cd-931c-79c5e00a1d1d?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:16:51 GMT", + "Content-Length": "0", + "Date": "Fri, 16 Jun 2023 01:39:41 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48503bb4-cfad-46cd-931c-79c5e00a1d1d?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -870,28 +13678,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b96ba8385d6c4de8678e55dc0422afa9", - "x-ms-correlation-request-id": "354d9c88-b55a-4ccf-85d7-e5b48240e3ce", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "d4a86a02-2d83-4ed5-8214-fcd1c86cd42d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101651Z:354d9c88-b55a-4ccf-85d7-e5b48240e3ce", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "77f514e704ea2ca19bb689493930fb87", + "x-ms-correlation-request-id": "d2b04f50-b670-4eea-88c9-cfc95e9ad164", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DnsRefreshStorageTarget1Min;89", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "48503bb4-cfad-46cd-931c-79c5e00a1d1d", + "x-ms-routing-request-id": "EASTUS:20230616T013941Z:d2b04f50-b670-4eea-88c9-cfc95e9ad164", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": { - "startTime": "2023-03-23T10:16:45.0574893\u002B00:00", - "status": "InProgress", - "name": "ea21a794-225a-48a5-952c-5d0354572c90" - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ea21a794-225a-48a5-952c-5d0354572c90?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48503bb4-cfad-46cd-931c-79c5e00a1d1d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-aa6cb9cece33da4e964091079f9e51e0-0e748c4129d59e42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4fe1e1939b2ac949a64830910b1969bb", + "traceparent": "00-7f01c546e34eb848ab7103fecda0c946-0e19a87f8ece6542-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5d2c8e5d2bd10b5cbda2fe913c8b71f0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -900,7 +13704,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:16:55 GMT", + "Date": "Fri, 16 Jun 2023 01:39:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -909,28 +13713,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4fe1e1939b2ac949a64830910b1969bb", - "x-ms-correlation-request-id": "28f46d44-adf9-433e-b9bd-0115bb94ce05", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "d18e3885-64aa-40cc-a58a-87cc3b450819", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101655Z:28f46d44-adf9-433e-b9bd-0115bb94ce05", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "5d2c8e5d2bd10b5cbda2fe913c8b71f0", + "x-ms-correlation-request-id": "f90c4895-4ac7-4f7a-a8b7-ec607565aecb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "9786fbfc-1bfa-4728-a7b8-3253f01026d9", + "x-ms-routing-request-id": "EASTUS:20230616T013941Z:f90c4895-4ac7-4f7a-a8b7-ec607565aecb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:16:45.0574893\u002B00:00", + "startTime": "2023-06-16T01:39:41.6574755\u002B00:00", "status": "InProgress", - "name": "ea21a794-225a-48a5-952c-5d0354572c90" + "name": "48503bb4-cfad-46cd-931c-79c5e00a1d1d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ea21a794-225a-48a5-952c-5d0354572c90?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48503bb4-cfad-46cd-931c-79c5e00a1d1d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-aa6cb9cece33da4e964091079f9e51e0-8906de3212ae2149-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0b70b966fd04c073ab44a23ae8e081da", + "traceparent": "00-7f01c546e34eb848ab7103fecda0c946-471e9a70b5170041-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "45f8a952599a70ffbd0817f21ff78821", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -939,7 +13743,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:17:03 GMT", + "Date": "Fri, 16 Jun 2023 01:39:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -948,37 +13752,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b70b966fd04c073ab44a23ae8e081da", - "x-ms-correlation-request-id": "9b53457f-b5aa-4300-80ef-edff1552af43", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "154e09a5-a226-4ed7-bae5-fe483fe160c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101704Z:9b53457f-b5aa-4300-80ef-edff1552af43", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "45f8a952599a70ffbd0817f21ff78821", + "x-ms-correlation-request-id": "74122c42-a9db-49da-ab40-f517342520aa", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "a77dc65f-d4ee-4e47-be06-7bf856979909", + "x-ms-routing-request-id": "EASTUS:20230616T013942Z:74122c42-a9db-49da-ab40-f517342520aa", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:16:45.0574893\u002B00:00", + "startTime": "2023-06-16T01:39:41.6574755\u002B00:00", "status": "InProgress", - "name": "ea21a794-225a-48a5-952c-5d0354572c90" + "name": "48503bb4-cfad-46cd-931c-79c5e00a1d1d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ea21a794-225a-48a5-952c-5d0354572c90?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48503bb4-cfad-46cd-931c-79c5e00a1d1d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-aa6cb9cece33da4e964091079f9e51e0-fdd2b02e9680b347-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fd64680bdcc89d365fa213232d57424e", + "traceparent": "00-7f01c546e34eb848ab7103fecda0c946-05c1d42a8e38da40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "aaec83f99d045fb6a7d72bba78c5b1d3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:17:19 GMT", + "Date": "Fri, 16 Jun 2023 01:39:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -987,38 +13791,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd64680bdcc89d365fa213232d57424e", - "x-ms-correlation-request-id": "bf7315b7-a5df-4486-a5f6-3db0adb23567", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "8342a7e5-b037-45e5-80a9-aa2e8b7a0f54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101720Z:bf7315b7-a5df-4486-a5f6-3db0adb23567", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "aaec83f99d045fb6a7d72bba78c5b1d3", + "x-ms-correlation-request-id": "7df08f7f-0cdf-4b7e-a89e-b4c9f066ea3e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "54ba385a-8546-4401-a48c-34cd29c057b4", + "x-ms-routing-request-id": "EASTUS:20230616T013943Z:7df08f7f-0cdf-4b7e-a89e-b4c9f066ea3e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:16:45.0574893\u002B00:00", - "endTime": "2023-03-23T10:17:17.6377544\u002B00:00", - "status": "Succeeded", - "name": "ea21a794-225a-48a5-952c-5d0354572c90" + "startTime": "2023-06-16T01:39:41.6574755\u002B00:00", + "status": "InProgress", + "name": "48503bb4-cfad-46cd-931c-79c5e00a1d1d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget4294?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48503bb4-cfad-46cd-931c-79c5e00a1d1d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-aa6cb9cece33da4e964091079f9e51e0-82fd046e2c199e4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4b759a24a4b195a46e20a4e5f90fe0c5", + "traceparent": "00-7f01c546e34eb848ab7103fecda0c946-de8899d95617cf42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fa58f5867780046b8fbca0c81369ecc6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "913", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:17:20 GMT", + "Date": "Fri, 16 Jun 2023 01:39:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1027,62 +13830,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b759a24a4b195a46e20a4e5f90fe0c5", - "x-ms-correlation-request-id": "83e2a050-7915-4676-b46f-430f167e3704", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "464da7f8-e895-4aaf-8c4e-e3f88e34cda8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101720Z:83e2a050-7915-4676-b46f-430f167e3704", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "fa58f5867780046b8fbca0c81369ecc6", + "x-ms-correlation-request-id": "5a3e432e-8a23-4c25-9947-0970cea171d4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "6027a440-35b6-4783-9ea2-503a88c4bd3a", + "x-ms-routing-request-id": "EASTUS:20230616T013945Z:5a3e432e-8a23-4c25-9947-0970cea171d4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget4294", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget4294", - "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", - "properties": { - "allocationPercentage": 100, - "targetType": "nfs3", - "provisioningState": "Succeeded", - "state": "Ready", - "junctions": [], - "nfs3": { - "target": "10.0.2.4", - "usageModel": "READ_ONLY", - "verificationTimer": 30 - } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T10:16:43.8513714Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T10:16:43.8513714Z" - } + "startTime": "2023-06-16T01:39:41.6574755\u002B00:00", + "status": "InProgress", + "name": "48503bb4-cfad-46cd-931c-79c5e00a1d1d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget4294/flush?api-version=2023-01-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48503bb4-cfad-46cd-931c-79c5e00a1d1d?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-115b71349af62943b6890620949e13b0-61e8799245c08f46-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a38655c66bb48af283d3ac62ea4f9353", + "traceparent": "00-7f01c546e34eb848ab7103fecda0c946-57749d829cae5c4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b897dd19c69fb4ecf2999dc32e45f7f7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/1a293d42-19f6-4aa6-a04c-4c3962ee941d?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:17:20 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:39:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/1a293d42-19f6-4aa6-a04c-4c3962ee941d?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1090,33 +13869,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a38655c66bb48af283d3ac62ea4f9353", - "x-ms-correlation-request-id": "69ce6468-33b9-4637-a238-773e84fac723", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/FlushOrInvalidateStorageTarget5Min;119", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "1a293d42-19f6-4aa6-a04c-4c3962ee941d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101721Z:69ce6468-33b9-4637-a238-773e84fac723", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "b897dd19c69fb4ecf2999dc32e45f7f7", + "x-ms-correlation-request-id": "3c818349-c32f-4f64-831f-ad82e5b86a24", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "9f959d6c-a3d8-4346-b698-ea705ec1d2b5", + "x-ms-routing-request-id": "EASTUS:20230616T013947Z:3c818349-c32f-4f64-831f-ad82e5b86a24", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T01:39:41.6574755\u002B00:00", + "status": "InProgress", + "name": "48503bb4-cfad-46cd-931c-79c5e00a1d1d" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/1a293d42-19f6-4aa6-a04c-4c3962ee941d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48503bb4-cfad-46cd-931c-79c5e00a1d1d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-115b71349af62943b6890620949e13b0-3df0330cf781f74c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d75c4ec19fd0b899a8eac8def842ab1f", + "traceparent": "00-7f01c546e34eb848ab7103fecda0c946-eb0f57a1f4297546-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2a6b44568e9f82a017e71b47fded4b3e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:17:20 GMT", + "Date": "Fri, 16 Jun 2023 01:39:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1125,37 +13908,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d75c4ec19fd0b899a8eac8def842ab1f", - "x-ms-correlation-request-id": "ddc1a799-2a1b-45e2-9d0a-28f6a3cc2086", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "257e7977-e769-439c-affb-27964b4de699", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101721Z:ddc1a799-2a1b-45e2-9d0a-28f6a3cc2086", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "2a6b44568e9f82a017e71b47fded4b3e", + "x-ms-correlation-request-id": "d261f38d-3365-4ce1-9d9d-22edb20d4ec8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;213", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "0629b0f9-478a-4d7e-8b92-ed6852aa9e15", + "x-ms-routing-request-id": "EASTUS:20230616T013951Z:d261f38d-3365-4ce1-9d9d-22edb20d4ec8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:17:21.372413\u002B00:00", + "startTime": "2023-06-16T01:39:41.6574755\u002B00:00", "status": "InProgress", - "name": "1a293d42-19f6-4aa6-a04c-4c3962ee941d" + "name": "48503bb4-cfad-46cd-931c-79c5e00a1d1d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/1a293d42-19f6-4aa6-a04c-4c3962ee941d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48503bb4-cfad-46cd-931c-79c5e00a1d1d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-115b71349af62943b6890620949e13b0-cc22abf3a6494444-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a5e3508d92f9905a2c1fdee5dc4a5332", + "traceparent": "00-7f01c546e34eb848ab7103fecda0c946-47bfe56bd5cd2741-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9ba164eaf82ec03308a307e7daa8d549", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:17:22 GMT", + "Date": "Fri, 16 Jun 2023 01:39:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1164,37 +13947,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5e3508d92f9905a2c1fdee5dc4a5332", - "x-ms-correlation-request-id": "304f6930-65cf-4699-aaa8-de8af43b5e18", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "190f9c51-c8d0-485d-a918-2a21a59966bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101723Z:304f6930-65cf-4699-aaa8-de8af43b5e18", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "9ba164eaf82ec03308a307e7daa8d549", + "x-ms-correlation-request-id": "cdf538dd-6869-410e-9c4d-73882b6b6400", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "56a1131f-4902-4767-9b64-527541e118ce", + "x-ms-routing-request-id": "EASTUS:20230616T013959Z:cdf538dd-6869-410e-9c4d-73882b6b6400", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:17:21.372413\u002B00:00", + "startTime": "2023-06-16T01:39:41.6574755\u002B00:00", "status": "InProgress", - "name": "1a293d42-19f6-4aa6-a04c-4c3962ee941d" + "name": "48503bb4-cfad-46cd-931c-79c5e00a1d1d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/1a293d42-19f6-4aa6-a04c-4c3962ee941d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48503bb4-cfad-46cd-931c-79c5e00a1d1d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-115b71349af62943b6890620949e13b0-45f5907fd771e244-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9ba05c30bbf26383bb5ca6806d4a6e81", + "traceparent": "00-7f01c546e34eb848ab7103fecda0c946-00cafaf8dd1c8c4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cf72a8c4c1fe8a273c15a1b8aaa4b704", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "133", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:17:23 GMT", + "Date": "Fri, 16 Jun 2023 01:40:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1203,37 +13986,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9ba05c30bbf26383bb5ca6806d4a6e81", - "x-ms-correlation-request-id": "4f7ec351-d97d-4bb7-bee1-47895eb8258e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "ec146382-b541-4f83-afa1-97ed740f6900", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101724Z:4f7ec351-d97d-4bb7-bee1-47895eb8258e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "cf72a8c4c1fe8a273c15a1b8aaa4b704", + "x-ms-correlation-request-id": "4726eb81-220f-4751-800c-76313345863f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "644e1f7a-da03-462a-9e19-e0ca88111353", + "x-ms-routing-request-id": "EASTUS:20230616T014015Z:4726eb81-220f-4751-800c-76313345863f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:17:21.372413\u002B00:00", + "startTime": "2023-06-16T01:39:41.6574755\u002B00:00", "status": "InProgress", - "name": "1a293d42-19f6-4aa6-a04c-4c3962ee941d" + "name": "48503bb4-cfad-46cd-931c-79c5e00a1d1d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/1a293d42-19f6-4aa6-a04c-4c3962ee941d?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/48503bb4-cfad-46cd-931c-79c5e00a1d1d?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-115b71349af62943b6890620949e13b0-5fc583b93fea314b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e61a6f23fe6d2e56f3ccaab1c0b3db5d", + "traceparent": "00-7f01c546e34eb848ab7103fecda0c946-b917218f03d53c44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c9d85f4e5ca45ec910ab21fb87b9a86f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "233", + "Content-Length": "234", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:17:26 GMT", + "Date": "Fri, 16 Jun 2023 01:40:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1242,45 +14025,45 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e61a6f23fe6d2e56f3ccaab1c0b3db5d", - "x-ms-correlation-request-id": "248c5972-91bf-4fa8-a0e3-0b32b11cef28", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "32343833-e32c-4626-94dc-42d86069527d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101726Z:248c5972-91bf-4fa8-a0e3-0b32b11cef28", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "c9d85f4e5ca45ec910ab21fb87b9a86f", + "x-ms-correlation-request-id": "a3d0b344-8ac8-4858-8744-0a5cbbb30fb1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "54a22e8b-7be3-41b2-9481-a573ab011289", + "x-ms-routing-request-id": "EASTUS:20230616T014047Z:a3d0b344-8ac8-4858-8744-0a5cbbb30fb1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:17:21.372413\u002B00:00", - "endTime": "2023-03-23T10:17:25.1069629\u002B00:00", + "startTime": "2023-06-16T01:39:41.6574755\u002B00:00", + "endTime": "2023-06-16T01:40:18.1417153\u002B00:00", "status": "Succeeded", "properties": { "output": "success" }, - "name": "1a293d42-19f6-4aa6-a04c-4c3962ee941d" + "name": "48503bb4-cfad-46cd-931c-79c5e00a1d1d" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget4294/dnsRefresh?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc9376/storageTargets/storagetarget4223/restoreDefaults?api-version=2023-05-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "traceparent": "00-e4025b7d0cac964dbe7f44e39fb3810c-552a0fa37340e940-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9bae95970fa1d12ccd7fea9cecda23e2", + "traceparent": "00-60dfb2f1eaa9694ab326779df80d03c8-4143ff2cd314264a-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5482d1127b7b29403c165e19577b1564", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/64d611e9-c0c7-455a-b518-c00595e3c22a?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64376358-125a-4a11-92a5-6f545c22015c?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:17:27 GMT", + "Date": "Fri, 16 Jun 2023 01:40:47 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/64d611e9-c0c7-455a-b518-c00595e3c22a?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64376358-125a-4a11-92a5-6f545c22015c?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1288,33 +14071,32 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9bae95970fa1d12ccd7fea9cecda23e2", - "x-ms-correlation-request-id": "a3692462-9083-4211-9738-9d2c49d5b050", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DnsRefreshStorageTarget1Min;89", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "64d611e9-c0c7-455a-b518-c00595e3c22a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101727Z:a3692462-9083-4211-9738-9d2c49d5b050", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "5482d1127b7b29403c165e19577b1564", + "x-ms-correlation-request-id": "6fbddedd-1e2d-411c-9322-3e86d527842f", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "64376358-125a-4a11-92a5-6f545c22015c", + "x-ms-routing-request-id": "EASTUS:20230616T014047Z:6fbddedd-1e2d-411c-9322-3e86d527842f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/64d611e9-c0c7-455a-b518-c00595e3c22a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64376358-125a-4a11-92a5-6f545c22015c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e4025b7d0cac964dbe7f44e39fb3810c-705a1972f9793a46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d7e84881d29c14e0424819ed14b94219", + "traceparent": "00-60dfb2f1eaa9694ab326779df80d03c8-d437a139b6871f4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d9a5316c6221d3891faf8d8dfdb00694", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:17:27 GMT", + "Date": "Fri, 16 Jun 2023 01:40:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1323,37 +14105,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7e84881d29c14e0424819ed14b94219", - "x-ms-correlation-request-id": "bba4f3a5-93d5-4a16-893c-18861f8d319f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "89e439b4-1478-4d43-9bf7-4fe7249a05b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101727Z:bba4f3a5-93d5-4a16-893c-18861f8d319f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "d9a5316c6221d3891faf8d8dfdb00694", + "x-ms-correlation-request-id": "d98c2b0c-74ea-4cab-b43d-d00b3dbd37e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "cf6823b7-ca08-40b1-a2cf-dadfe172ce02", + "x-ms-routing-request-id": "EASTUS:20230616T014047Z:d98c2b0c-74ea-4cab-b43d-d00b3dbd37e5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:17:27.0915261\u002B00:00", + "startTime": "2023-06-16T01:40:47.548316\u002B00:00", "status": "InProgress", - "name": "64d611e9-c0c7-455a-b518-c00595e3c22a" + "name": "64376358-125a-4a11-92a5-6f545c22015c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/64d611e9-c0c7-455a-b518-c00595e3c22a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64376358-125a-4a11-92a5-6f545c22015c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e4025b7d0cac964dbe7f44e39fb3810c-e5c785297d077542-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6300c8a86ef12a2ed07c952f6706c0fc", + "traceparent": "00-60dfb2f1eaa9694ab326779df80d03c8-dfa08cc190eea24f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8410bc952d21069e2c1a7566bced8810", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:17:28 GMT", + "Date": "Fri, 16 Jun 2023 01:40:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1362,37 +14144,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6300c8a86ef12a2ed07c952f6706c0fc", - "x-ms-correlation-request-id": "f7e3fe90-c49a-4285-a9da-fd0e4d433054", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "2d4829b3-3486-4e5c-8e3b-63626af8ebae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101728Z:f7e3fe90-c49a-4285-a9da-fd0e4d433054", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "8410bc952d21069e2c1a7566bced8810", + "x-ms-correlation-request-id": "c48af0a2-c888-46f0-857f-130b3781c80d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "84edbe4e-2853-4955-8b40-6b1f9ec39642", + "x-ms-routing-request-id": "EASTUS:20230616T014048Z:c48af0a2-c888-46f0-857f-130b3781c80d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:17:27.0915261\u002B00:00", + "startTime": "2023-06-16T01:40:47.548316\u002B00:00", "status": "InProgress", - "name": "64d611e9-c0c7-455a-b518-c00595e3c22a" + "name": "64376358-125a-4a11-92a5-6f545c22015c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/64d611e9-c0c7-455a-b518-c00595e3c22a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64376358-125a-4a11-92a5-6f545c22015c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e4025b7d0cac964dbe7f44e39fb3810c-e7b2aba7cebc0a4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a41be2db4cf1dd457cad2ae753d71c4d", + "traceparent": "00-60dfb2f1eaa9694ab326779df80d03c8-d4e5131f7af1f54b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "25acdc133cd5884278c55b217e176b2f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:17:29 GMT", + "Date": "Fri, 16 Jun 2023 01:40:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1401,37 +14183,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a41be2db4cf1dd457cad2ae753d71c4d", - "x-ms-correlation-request-id": "dfc0d6de-269f-45b7-8f16-3ff4b01a76c6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "985b16b0-11af-4a45-a9ab-09bdecc09aec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101730Z:dfc0d6de-269f-45b7-8f16-3ff4b01a76c6", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "25acdc133cd5884278c55b217e176b2f", + "x-ms-correlation-request-id": "17e9c65c-95ee-4aa8-9042-ba2511d36293", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "8f939946-7a3f-4531-93de-83be2e359b0b", + "x-ms-routing-request-id": "EASTUS:20230616T014049Z:17e9c65c-95ee-4aa8-9042-ba2511d36293", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:17:27.0915261\u002B00:00", + "startTime": "2023-06-16T01:40:47.548316\u002B00:00", "status": "InProgress", - "name": "64d611e9-c0c7-455a-b518-c00595e3c22a" + "name": "64376358-125a-4a11-92a5-6f545c22015c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/64d611e9-c0c7-455a-b518-c00595e3c22a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64376358-125a-4a11-92a5-6f545c22015c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e4025b7d0cac964dbe7f44e39fb3810c-0340933bdaf31e4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "487d8e2f40d0121619bd06203db0ac3c", + "traceparent": "00-60dfb2f1eaa9694ab326779df80d03c8-d06526f181eed04f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e3bd2a0d7d1b3f61939fac07ed221631", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:17:31 GMT", + "Date": "Fri, 16 Jun 2023 01:40:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1440,37 +14222,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "487d8e2f40d0121619bd06203db0ac3c", - "x-ms-correlation-request-id": "024ffcf3-f88d-4c3e-8f6f-3161c2297c2c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "34765667-dd86-481d-8836-f8907c668453", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101731Z:024ffcf3-f88d-4c3e-8f6f-3161c2297c2c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e3bd2a0d7d1b3f61939fac07ed221631", + "x-ms-correlation-request-id": "282742fe-97f8-4ca7-ad70-701924704706", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "928013a0-98fa-4c37-bca2-3d7b6cc02581", + "x-ms-routing-request-id": "EASTUS:20230616T014050Z:282742fe-97f8-4ca7-ad70-701924704706", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:17:27.0915261\u002B00:00", + "startTime": "2023-06-16T01:40:47.548316\u002B00:00", "status": "InProgress", - "name": "64d611e9-c0c7-455a-b518-c00595e3c22a" + "name": "64376358-125a-4a11-92a5-6f545c22015c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/64d611e9-c0c7-455a-b518-c00595e3c22a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64376358-125a-4a11-92a5-6f545c22015c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e4025b7d0cac964dbe7f44e39fb3810c-b88b605c118d4f44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "32121d879d9d5c278322e6434446d7f8", + "traceparent": "00-60dfb2f1eaa9694ab326779df80d03c8-05e7b4edb3a45941-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "21797d26e00459bf79870c5bd17d8814", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:17:33 GMT", + "Date": "Fri, 16 Jun 2023 01:40:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1479,37 +14261,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "32121d879d9d5c278322e6434446d7f8", - "x-ms-correlation-request-id": "c9ec009a-6b8b-4077-89e0-ac47a2923767", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "8934e695-8e54-49e2-9840-58d6869d5969", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101733Z:c9ec009a-6b8b-4077-89e0-ac47a2923767", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "21797d26e00459bf79870c5bd17d8814", + "x-ms-correlation-request-id": "72c32367-4b3d-41ca-b293-3a80f7e5de25", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "a07a4e07-36b4-4898-b6b6-ab58fd6f0fd2", + "x-ms-routing-request-id": "EASTUS:20230616T014052Z:72c32367-4b3d-41ca-b293-3a80f7e5de25", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:17:27.0915261\u002B00:00", + "startTime": "2023-06-16T01:40:47.548316\u002B00:00", "status": "InProgress", - "name": "64d611e9-c0c7-455a-b518-c00595e3c22a" + "name": "64376358-125a-4a11-92a5-6f545c22015c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/64d611e9-c0c7-455a-b518-c00595e3c22a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64376358-125a-4a11-92a5-6f545c22015c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e4025b7d0cac964dbe7f44e39fb3810c-19e11c034ab76240-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d8ff485f78889b2bcb098a344525a0cc", + "traceparent": "00-60dfb2f1eaa9694ab326779df80d03c8-d2adb53ffe64394d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "915946afa53096f47a6c9236903b9b56", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:17:37 GMT", + "Date": "Fri, 16 Jun 2023 01:40:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1518,37 +14300,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8ff485f78889b2bcb098a344525a0cc", - "x-ms-correlation-request-id": "4a6eaeea-706b-4e68-96ea-d282423f5d23", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "5014adc1-c9e2-4673-be17-126702be10ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101737Z:4a6eaeea-706b-4e68-96ea-d282423f5d23", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "915946afa53096f47a6c9236903b9b56", + "x-ms-correlation-request-id": "3fab6029-4b95-452e-b6a7-9e83e82bed2c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "b9e9891e-1a84-46a5-9fbf-ec384a6238d6", + "x-ms-routing-request-id": "EASTUS:20230616T014057Z:3fab6029-4b95-452e-b6a7-9e83e82bed2c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:17:27.0915261\u002B00:00", + "startTime": "2023-06-16T01:40:47.548316\u002B00:00", "status": "InProgress", - "name": "64d611e9-c0c7-455a-b518-c00595e3c22a" + "name": "64376358-125a-4a11-92a5-6f545c22015c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/64d611e9-c0c7-455a-b518-c00595e3c22a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64376358-125a-4a11-92a5-6f545c22015c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e4025b7d0cac964dbe7f44e39fb3810c-0def4ecc9568ff4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3660ed01eac592af6721c5ae5ad3cdd3", + "traceparent": "00-60dfb2f1eaa9694ab326779df80d03c8-b53ddeab96739045-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "01fa29ae499e2c2b6b63699471056d15", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "233", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:17:45 GMT", + "Date": "Fri, 16 Jun 2023 01:41:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1557,37 +14339,41 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3660ed01eac592af6721c5ae5ad3cdd3", - "x-ms-correlation-request-id": "0e1e81ac-614d-4510-89d5-f62c3de0c1c9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "9b05e9ba-fee3-4fd5-9581-f3f8b33917ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101746Z:0e1e81ac-614d-4510-89d5-f62c3de0c1c9", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "01fa29ae499e2c2b6b63699471056d15", + "x-ms-correlation-request-id": "a645e080-1e6b-4caf-baef-b8b7f427f448", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "ceb08392-b040-410d-bea0-914164192d59", + "x-ms-routing-request-id": "EASTUS:20230616T014105Z:a645e080-1e6b-4caf-baef-b8b7f427f448", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:17:27.0915261\u002B00:00", - "status": "InProgress", - "name": "64d611e9-c0c7-455a-b518-c00595e3c22a" + "startTime": "2023-06-16T01:40:47.548316\u002B00:00", + "endTime": "2023-06-16T01:41:03.9756925\u002B00:00", + "status": "Succeeded", + "properties": { + "output": "success" + }, + "name": "64376358-125a-4a11-92a5-6f545c22015c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/64d611e9-c0c7-455a-b518-c00595e3c22a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/64376358-125a-4a11-92a5-6f545c22015c?monitor=true\u0026api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e4025b7d0cac964dbe7f44e39fb3810c-5058ab2642789642-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f5c00ee6d3b00eb4f277669412f3175d", + "traceparent": "00-60dfb2f1eaa9694ab326779df80d03c8-be8e55dc45b04c48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a758971784c9810188e3a6974e88c93e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "234", + "Content-Length": "9", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:18:02 GMT", + "Date": "Fri, 16 Jun 2023 01:41:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1596,45 +14382,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5c00ee6d3b00eb4f277669412f3175d", - "x-ms-correlation-request-id": "d1168417-0f4a-4b47-8b69-d6dce7277f3c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "11a74692-4d9f-4667-8da9-48535c6853d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101802Z:d1168417-0f4a-4b47-8b69-d6dce7277f3c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "a758971784c9810188e3a6974e88c93e", + "x-ms-correlation-request-id": "b4c167ff-6ef6-4b11-921a-a27a83a9cc13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "606014f0-dbf1-44f1-8025-a624e0858ddd", + "x-ms-routing-request-id": "EASTUS:20230616T014105Z:b4c167ff-6ef6-4b11-921a-a27a83a9cc13", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": { - "startTime": "2023-03-23T10:17:27.0915261\u002B00:00", - "endTime": "2023-03-23T10:18:00.8255065\u002B00:00", - "status": "Succeeded", - "properties": { - "output": "success" - }, - "name": "64d611e9-c0c7-455a-b518-c00595e3c22a" - } + "ResponseBody": "\u0022success\u0022" }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget4294/restoreDefaults?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc9376/storageTargets/storagetarget4223/invalidate?api-version=2023-05-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "traceparent": "00-aa713ef689036740a9089d9524d3b548-b2dbb523414e6f43-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "57421a82a1e67533986d7167b37c40f8", + "traceparent": "00-bdc285c70eee8746ad19e542f8ac4838-2c2ee6cfc3180447-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a8adb6ec868265761b2c26cc3b5f2474", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/d60002c5-e84e-4a1d-8ac7-5d5bb45ebd9a?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/34488d13-6ea8-431f-8b7c-c961c526c94b?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:18:03 GMT", + "Date": "Fri, 16 Jun 2023 01:41:04 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/d60002c5-e84e-4a1d-8ac7-5d5bb45ebd9a?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/34488d13-6ea8-431f-8b7c-c961c526c94b?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1642,23 +14420,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57421a82a1e67533986d7167b37c40f8", - "x-ms-correlation-request-id": "25a632f4-e0c4-4ae0-8103-b2747f77bf50", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "d60002c5-e84e-4a1d-8ac7-5d5bb45ebd9a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101803Z:25a632f4-e0c4-4ae0-8103-b2747f77bf50", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "a8adb6ec868265761b2c26cc3b5f2474", + "x-ms-correlation-request-id": "18fbe99e-f2d2-4a57-8a29-02279c15664c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/FlushOrInvalidateStorageTarget5Min;118", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "34488d13-6ea8-431f-8b7c-c961c526c94b", + "x-ms-routing-request-id": "EASTUS:20230616T014105Z:18fbe99e-f2d2-4a57-8a29-02279c15664c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/d60002c5-e84e-4a1d-8ac7-5d5bb45ebd9a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/34488d13-6ea8-431f-8b7c-c961c526c94b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-aa713ef689036740a9089d9524d3b548-7034573535dcf64c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "402b670a769144edda4b5c43624c5b75", + "traceparent": "00-bdc285c70eee8746ad19e542f8ac4838-0139e5c940f81646-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bba82b9ac558909220f28c9d5e354628", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1667,7 +14446,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:18:03 GMT", + "Date": "Fri, 16 Jun 2023 01:41:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1676,28 +14455,67 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "402b670a769144edda4b5c43624c5b75", - "x-ms-correlation-request-id": "e809ea6a-2921-4c8b-b835-165e23451506", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-client-request-id": "bba82b9ac558909220f28c9d5e354628", + "x-ms-correlation-request-id": "c132329b-de0f-4656-ae83-a8c504eea2a5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "3ae034d2-a68b-409b-94a8-6f1c76de5495", + "x-ms-routing-request-id": "EASTUS:20230616T014105Z:c132329b-de0f-4656-ae83-a8c504eea2a5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:41:05.2569876\u002B00:00", + "status": "InProgress", + "name": "34488d13-6ea8-431f-8b7c-c961c526c94b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/34488d13-6ea8-431f-8b7c-c961c526c94b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bdc285c70eee8746ad19e542f8ac4838-a43f6490bb8b4d47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d19732bfd069f85a298380090ebcc287", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:41:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d19732bfd069f85a298380090ebcc287", + "x-ms-correlation-request-id": "5fc68dd8-b979-4381-b862-c69af065321c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "0699887f-054a-4683-9275-971eab9cb4e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101803Z:e809ea6a-2921-4c8b-b835-165e23451506", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "5ac9b24a-b8af-4afe-862b-14fb45954e5a", + "x-ms-routing-request-id": "EASTUS:20230616T014106Z:5fc68dd8-b979-4381-b862-c69af065321c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:18:03.0288415\u002B00:00", + "startTime": "2023-06-16T01:41:05.2569876\u002B00:00", "status": "InProgress", - "name": "d60002c5-e84e-4a1d-8ac7-5d5bb45ebd9a" + "name": "34488d13-6ea8-431f-8b7c-c961c526c94b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/d60002c5-e84e-4a1d-8ac7-5d5bb45ebd9a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/34488d13-6ea8-431f-8b7c-c961c526c94b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-aa713ef689036740a9089d9524d3b548-0366bd30c9fe874a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5b586d36e0a5d8f8fe141d945de5f07d", + "traceparent": "00-bdc285c70eee8746ad19e542f8ac4838-7cab79763f03c743-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1031434d68b73a1cea8ed7f167efcbf2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1706,7 +14524,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:18:04 GMT", + "Date": "Fri, 16 Jun 2023 01:41:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1715,28 +14533,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b586d36e0a5d8f8fe141d945de5f07d", - "x-ms-correlation-request-id": "de5555d5-c70a-4947-ad18-1a10c6fafea6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-client-request-id": "1031434d68b73a1cea8ed7f167efcbf2", + "x-ms-correlation-request-id": "57cf4a2d-cf12-4828-8375-7c2f921f58c2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "212e1fe4-8d8c-407b-aa23-4210fcc3285b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101804Z:de5555d5-c70a-4947-ad18-1a10c6fafea6", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "0be02cf6-b299-4280-ac89-9f62055b3bbe", + "x-ms-routing-request-id": "EASTUS:20230616T014107Z:57cf4a2d-cf12-4828-8375-7c2f921f58c2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:18:03.0288415\u002B00:00", + "startTime": "2023-06-16T01:41:05.2569876\u002B00:00", "status": "InProgress", - "name": "d60002c5-e84e-4a1d-8ac7-5d5bb45ebd9a" + "name": "34488d13-6ea8-431f-8b7c-c961c526c94b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/d60002c5-e84e-4a1d-8ac7-5d5bb45ebd9a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/34488d13-6ea8-431f-8b7c-c961c526c94b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-aa713ef689036740a9089d9524d3b548-0f4b734a6f0f4b40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4b5cfdee0051c567c9095c1a4ed8caec", + "traceparent": "00-bdc285c70eee8746ad19e542f8ac4838-7fce2fe6fca0524c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "70fb50330dfcc979d0b092d544898264", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1745,7 +14563,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:18:05 GMT", + "Date": "Fri, 16 Jun 2023 01:41:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1754,28 +14572,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b5cfdee0051c567c9095c1a4ed8caec", - "x-ms-correlation-request-id": "2d753b40-5dba-4a9a-9866-9a274befc683", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-client-request-id": "70fb50330dfcc979d0b092d544898264", + "x-ms-correlation-request-id": "bd3dc5f1-8abd-4f60-8317-603e8e01d466", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "0372a449-54ac-48e9-b4d4-87f2b49e476d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101805Z:2d753b40-5dba-4a9a-9866-9a274befc683", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "4ea5b079-29a7-4aad-b420-44e99a65fc2f", + "x-ms-routing-request-id": "EASTUS:20230616T014108Z:bd3dc5f1-8abd-4f60-8317-603e8e01d466", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:18:03.0288415\u002B00:00", + "startTime": "2023-06-16T01:41:05.2569876\u002B00:00", "status": "InProgress", - "name": "d60002c5-e84e-4a1d-8ac7-5d5bb45ebd9a" + "name": "34488d13-6ea8-431f-8b7c-c961c526c94b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/d60002c5-e84e-4a1d-8ac7-5d5bb45ebd9a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/34488d13-6ea8-431f-8b7c-c961c526c94b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-aa713ef689036740a9089d9524d3b548-bacbaf11d33d7544-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1618cff623c22ace6f53417c5858e7f5", + "traceparent": "00-bdc285c70eee8746ad19e542f8ac4838-e1882778ac6f7244-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1a4f042f36035671155de6daf9699039", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1784,7 +14602,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:18:07 GMT", + "Date": "Fri, 16 Jun 2023 01:41:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1793,28 +14611,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1618cff623c22ace6f53417c5858e7f5", - "x-ms-correlation-request-id": "cb917269-a10f-4016-820a-4411e5805926", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-client-request-id": "1a4f042f36035671155de6daf9699039", + "x-ms-correlation-request-id": "af597401-3608-4930-913e-0cf7b001a73c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "1fc0498d-3183-4336-a968-fce2b3279418", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101807Z:cb917269-a10f-4016-820a-4411e5805926", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "20cc3363-de82-4844-b0c8-faa1d44376fa", + "x-ms-routing-request-id": "EASTUS:20230616T014110Z:af597401-3608-4930-913e-0cf7b001a73c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:18:03.0288415\u002B00:00", + "startTime": "2023-06-16T01:41:05.2569876\u002B00:00", "status": "InProgress", - "name": "d60002c5-e84e-4a1d-8ac7-5d5bb45ebd9a" + "name": "34488d13-6ea8-431f-8b7c-c961c526c94b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/d60002c5-e84e-4a1d-8ac7-5d5bb45ebd9a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/34488d13-6ea8-431f-8b7c-c961c526c94b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-aa713ef689036740a9089d9524d3b548-9bc98b5cffa94442-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6454de5a0fef35230693919c83de8926", + "traceparent": "00-bdc285c70eee8746ad19e542f8ac4838-12db2dcfbc74b242-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bed58eb752c0408bca673f06d647f560", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1823,7 +14641,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:18:09 GMT", + "Date": "Fri, 16 Jun 2023 01:41:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1832,37 +14650,76 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6454de5a0fef35230693919c83de8926", - "x-ms-correlation-request-id": "ec11018d-e802-43d8-aadd-1b8ff22a8a72", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-client-request-id": "bed58eb752c0408bca673f06d647f560", + "x-ms-correlation-request-id": "dd960966-cccb-4fab-9599-0c945d025e36", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "cb1e71de-f7d4-487f-9a3b-704414d2c8aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101809Z:ec11018d-e802-43d8-aadd-1b8ff22a8a72", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "8c01b8c9-b913-456c-bbaf-59e3c950f3fa", + "x-ms-routing-request-id": "EASTUS:20230616T014114Z:dd960966-cccb-4fab-9599-0c945d025e36", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:18:03.0288415\u002B00:00", + "startTime": "2023-06-16T01:41:05.2569876\u002B00:00", "status": "InProgress", - "name": "d60002c5-e84e-4a1d-8ac7-5d5bb45ebd9a" + "name": "34488d13-6ea8-431f-8b7c-c961c526c94b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/d60002c5-e84e-4a1d-8ac7-5d5bb45ebd9a?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/34488d13-6ea8-431f-8b7c-c961c526c94b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-aa713ef689036740a9089d9524d3b548-18ce4f88527e7c42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8d9e314adacccabb2f32dbfebeeb6c71", + "traceparent": "00-bdc285c70eee8746ad19e542f8ac4838-b8f7f6e7a7e76a41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "62c1720cb1a0fdeedea45a9e269ed067", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "234", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:41:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62c1720cb1a0fdeedea45a9e269ed067", + "x-ms-correlation-request-id": "a0f87cce-1048-4bf3-a117-dcd0de7c8f7f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "6f27a2fb-997c-4356-b788-d6b9ef81834d", + "x-ms-routing-request-id": "EASTUS:20230616T014122Z:a0f87cce-1048-4bf3-a117-dcd0de7c8f7f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:41:05.2569876\u002B00:00", + "status": "InProgress", + "name": "34488d13-6ea8-431f-8b7c-c961c526c94b" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/34488d13-6ea8-431f-8b7c-c961c526c94b?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-bdc285c70eee8746ad19e542f8ac4838-062b3dbdb6088c45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b61d5820c4b3dda4790e4f9bf66a80ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:18:13 GMT", + "Date": "Fri, 16 Jun 2023 01:41:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1871,41 +14728,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d9e314adacccabb2f32dbfebeeb6c71", - "x-ms-correlation-request-id": "400fff3e-47fb-4a48-9d34-a82f80dc4f21", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "2bccb0b3-e0e3-4a5a-813e-0f8567acc01b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101813Z:400fff3e-47fb-4a48-9d34-a82f80dc4f21", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "b61d5820c4b3dda4790e4f9bf66a80ce", + "x-ms-correlation-request-id": "758332fb-7735-4ad5-8186-659fc6b02c5a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "b52e339e-47b9-4af3-8b9d-e0aebf4f3aeb", + "x-ms-routing-request-id": "EASTUS:20230616T014138Z:758332fb-7735-4ad5-8186-659fc6b02c5a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:18:03.0288415\u002B00:00", - "endTime": "2023-03-23T10:18:09.5916982\u002B00:00", - "status": "Succeeded", - "properties": { - "output": "success" - }, - "name": "d60002c5-e84e-4a1d-8ac7-5d5bb45ebd9a" + "startTime": "2023-06-16T01:41:05.2569876\u002B00:00", + "status": "InProgress", + "name": "34488d13-6ea8-431f-8b7c-c961c526c94b" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/d60002c5-e84e-4a1d-8ac7-5d5bb45ebd9a?monitor=true\u0026api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/34488d13-6ea8-431f-8b7c-c961c526c94b?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-aa713ef689036740a9089d9524d3b548-e1712ae61e7fdc49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6fc066216683e6fcabe2102e9232a691", + "traceparent": "00-bdc285c70eee8746ad19e542f8ac4838-82ba94cc7b485642-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "86ce86672da706999fd8df1cf7ec1a2c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "9", + "Content-Length": "234", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:18:13 GMT", + "Date": "Fri, 16 Jun 2023 01:42:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1914,37 +14767,45 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6fc066216683e6fcabe2102e9232a691", - "x-ms-correlation-request-id": "1b8fbf54-c3f9-4bfc-9166-ed6120cccea2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "a57cac2a-9bdd-40d5-9a78-0f9f58257d88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101814Z:1b8fbf54-c3f9-4bfc-9166-ed6120cccea2", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "86ce86672da706999fd8df1cf7ec1a2c", + "x-ms-correlation-request-id": "b07aff6c-3052-4e49-9a35-48ff48d17ed8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "e0920f64-6b1e-47c1-897b-6e120d06e006", + "x-ms-routing-request-id": "EASTUS:20230616T014210Z:b07aff6c-3052-4e49-9a35-48ff48d17ed8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": "\u0022success\u0022" + "ResponseBody": { + "startTime": "2023-06-16T01:41:05.2569876\u002B00:00", + "endTime": "2023-06-16T01:41:47.8586847\u002B00:00", + "status": "Succeeded", + "properties": { + "output": "success" + }, + "name": "34488d13-6ea8-431f-8b7c-c961c526c94b" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget4294/invalidate?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc9376/storageTargets/storagetarget4223/suspend?api-version=2023-05-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "traceparent": "00-959c2cf5c1e22f47a09cd37dbcde1514-c7755548c6053544-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "27321bc95aba7f28238a35bd3325771a", + "traceparent": "00-224e5eeb2fff78459ebf8e0d08f285bb-d9a9828ca286cf47-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7de6d8973f2948adcee4e99161520674", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/10d5bdda-0451-4753-b1bf-5cd3da44d4e5?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/44ce1a2a-b445-4cc5-abe5-c52ca6e99da4?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:18:14 GMT", + "Date": "Fri, 16 Jun 2023 01:42:11 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/10d5bdda-0451-4753-b1bf-5cd3da44d4e5?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/44ce1a2a-b445-4cc5-abe5-c52ca6e99da4?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1952,24 +14813,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "27321bc95aba7f28238a35bd3325771a", - "x-ms-correlation-request-id": "911ebcc7-cc42-457b-aa8c-fa1650a47216", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/FlushOrInvalidateStorageTarget5Min;118", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "10d5bdda-0451-4753-b1bf-5cd3da44d4e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101814Z:911ebcc7-cc42-457b-aa8c-fa1650a47216", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "7de6d8973f2948adcee4e99161520674", + "x-ms-correlation-request-id": "af7fc56b-8ae2-45d9-af6f-0d8f0c18e106", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ResumeOrSuspendStorageTarget1Min;239", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "44ce1a2a-b445-4cc5-abe5-c52ca6e99da4", + "x-ms-routing-request-id": "EASTUS:20230616T014211Z:af7fc56b-8ae2-45d9-af6f-0d8f0c18e106", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/10d5bdda-0451-4753-b1bf-5cd3da44d4e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/44ce1a2a-b445-4cc5-abe5-c52ca6e99da4?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-959c2cf5c1e22f47a09cd37dbcde1514-3fe205ca737f6c45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a3344a8c45b9c7b73d404cf8303fb286", + "traceparent": "00-224e5eeb2fff78459ebf8e0d08f285bb-fd16a9939e82f84f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1e0422f4038328a5d986b7c34407a54d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1978,7 +14839,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:18:14 GMT", + "Date": "Fri, 16 Jun 2023 01:42:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1987,37 +14848,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a3344a8c45b9c7b73d404cf8303fb286", - "x-ms-correlation-request-id": "4db82920-b82c-47c7-bf70-819068e6fce9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "37650e44-8375-40d1-8f89-f8958f2f86ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101815Z:4db82920-b82c-47c7-bf70-819068e6fce9", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "1e0422f4038328a5d986b7c34407a54d", + "x-ms-correlation-request-id": "6d88dd1c-9716-4583-a533-20afd0ad5f05", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "ffa4fce5-00be-4f84-aa6a-2f0e76ee1ecd", + "x-ms-routing-request-id": "EASTUS:20230616T014211Z:6d88dd1c-9716-4583-a533-20afd0ad5f05", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:18:14.7035585\u002B00:00", + "startTime": "2023-06-16T01:42:11.1099364\u002B00:00", "status": "InProgress", - "name": "10d5bdda-0451-4753-b1bf-5cd3da44d4e5" + "name": "44ce1a2a-b445-4cc5-abe5-c52ca6e99da4" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/10d5bdda-0451-4753-b1bf-5cd3da44d4e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/44ce1a2a-b445-4cc5-abe5-c52ca6e99da4?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-959c2cf5c1e22f47a09cd37dbcde1514-33a1a241d999bf41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7208f56b88b7ae73784df201773eb596", + "traceparent": "00-224e5eeb2fff78459ebf8e0d08f285bb-239c7bcabfa7df4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6bf86bd279b54d5d19f4be1328d26346", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "234", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:18:15 GMT", + "Date": "Fri, 16 Jun 2023 01:42:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2026,38 +14887,45 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7208f56b88b7ae73784df201773eb596", - "x-ms-correlation-request-id": "63ad1527-c01e-448e-b949-51f9ae92b506", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "7a4802a2-8cfe-440a-a192-207f38f1c3f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101816Z:63ad1527-c01e-448e-b949-51f9ae92b506", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "6bf86bd279b54d5d19f4be1328d26346", + "x-ms-correlation-request-id": "a24d2a9a-65a1-4f63-bde6-84b1f461b5ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "dd08c90e-8b5e-4be3-85fd-282a5ca1d422", + "x-ms-routing-request-id": "EASTUS:20230616T014212Z:a24d2a9a-65a1-4f63-bde6-84b1f461b5ea", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:18:14.7035585\u002B00:00", - "status": "InProgress", - "name": "10d5bdda-0451-4753-b1bf-5cd3da44d4e5" + "startTime": "2023-06-16T01:42:11.1099364\u002B00:00", + "endTime": "2023-06-16T01:42:11.8599257\u002B00:00", + "status": "Succeeded", + "properties": { + "output": "success" + }, + "name": "44ce1a2a-b445-4cc5-abe5-c52ca6e99da4" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/10d5bdda-0451-4753-b1bf-5cd3da44d4e5?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc9376/storageTargets/storagetarget4223/resume?api-version=2023-05-01", + "RequestMethod": "POST", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-959c2cf5c1e22f47a09cd37dbcde1514-3715e863edd88c42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e9303852d4f0e16168b3dfddcea9b3f5", + "Content-Length": "0", + "traceparent": "00-28874bec20c2344f8be9f9a5f4028cff-8755f4b1a9dcff4c-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3e9d5cfee84d20f0e60dc64992fbaeb7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cb9c693f-4e65-449b-a3a1-a024ca5575b7?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:18:17 GMT", + "Content-Length": "0", + "Date": "Fri, 16 Jun 2023 01:42:12 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cb9c693f-4e65-449b-a3a1-a024ca5575b7?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2065,28 +14933,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e9303852d4f0e16168b3dfddcea9b3f5", - "x-ms-correlation-request-id": "b117c15d-184c-48b5-8403-fdc22b7e69e7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "35f386fd-a170-409d-ad7d-0e1aafc349ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101817Z:b117c15d-184c-48b5-8403-fdc22b7e69e7", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "3e9d5cfee84d20f0e60dc64992fbaeb7", + "x-ms-correlation-request-id": "261e8a81-b94a-4051-abc5-d2bc0bd1823c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ResumeOrSuspendStorageTarget1Min;238", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "cb9c693f-4e65-449b-a3a1-a024ca5575b7", + "x-ms-routing-request-id": "EASTUS:20230616T014212Z:261e8a81-b94a-4051-abc5-d2bc0bd1823c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": { - "startTime": "2023-03-23T10:18:14.7035585\u002B00:00", - "status": "InProgress", - "name": "10d5bdda-0451-4753-b1bf-5cd3da44d4e5" - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/10d5bdda-0451-4753-b1bf-5cd3da44d4e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cb9c693f-4e65-449b-a3a1-a024ca5575b7?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-959c2cf5c1e22f47a09cd37dbcde1514-e882d9c73fc08f4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d37f5b05c5840345d6862a6b52b54fff", + "traceparent": "00-28874bec20c2344f8be9f9a5f4028cff-e03b1d12f154a241-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e7c57122666ae9ff7ad784a8b314ba1d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2095,7 +14959,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:18:18 GMT", + "Date": "Fri, 16 Jun 2023 01:42:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2104,37 +14968,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d37f5b05c5840345d6862a6b52b54fff", - "x-ms-correlation-request-id": "e8eba8de-8aac-4824-b455-56f19d95cefd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-client-request-id": "e7c57122666ae9ff7ad784a8b314ba1d", + "x-ms-correlation-request-id": "c2f03eea-5599-4122-926f-9e970a69b8c1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "c9cc308d-af71-4ea3-9558-300c97202f38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101818Z:e8eba8de-8aac-4824-b455-56f19d95cefd", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "821822db-c770-49bb-b93a-34839a19f18e", + "x-ms-routing-request-id": "EASTUS:20230616T014212Z:c2f03eea-5599-4122-926f-9e970a69b8c1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:18:14.7035585\u002B00:00", + "startTime": "2023-06-16T01:42:12.5318079\u002B00:00", "status": "InProgress", - "name": "10d5bdda-0451-4753-b1bf-5cd3da44d4e5" + "name": "cb9c693f-4e65-449b-a3a1-a024ca5575b7" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/10d5bdda-0451-4753-b1bf-5cd3da44d4e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cb9c693f-4e65-449b-a3a1-a024ca5575b7?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-959c2cf5c1e22f47a09cd37dbcde1514-24b65f7819b3ef44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f8a6b68ac80e979694270903a995e0cf", + "traceparent": "00-28874bec20c2344f8be9f9a5f4028cff-b4241db9ec963b49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5fa10745e9c983b785227996e361dc54", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "234", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:18:20 GMT", + "Date": "Fri, 16 Jun 2023 01:42:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2143,38 +15007,44 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8a6b68ac80e979694270903a995e0cf", - "x-ms-correlation-request-id": "b55d4429-da8a-4b20-ad37-5fe8d308690c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-client-request-id": "5fa10745e9c983b785227996e361dc54", + "x-ms-correlation-request-id": "a6395ce9-73b2-4924-95b9-2d097b185bbd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "2ab34460-425f-40ec-9f55-f3b13f334298", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101821Z:b55d4429-da8a-4b20-ad37-5fe8d308690c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "86334ea1-f591-48d3-b96e-8e8f617ff1f2", + "x-ms-routing-request-id": "EASTUS:20230616T014213Z:a6395ce9-73b2-4924-95b9-2d097b185bbd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:18:14.7035585\u002B00:00", - "status": "InProgress", - "name": "10d5bdda-0451-4753-b1bf-5cd3da44d4e5" + "startTime": "2023-06-16T01:42:12.5318079\u002B00:00", + "endTime": "2023-06-16T01:42:13.2817882\u002B00:00", + "status": "Succeeded", + "properties": { + "output": "success" + }, + "name": "cb9c693f-4e65-449b-a3a1-a024ca5575b7" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/10d5bdda-0451-4753-b1bf-5cd3da44d4e5?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc9376?api-version=2023-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-959c2cf5c1e22f47a09cd37dbcde1514-0bf347cd53dcc249-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1cfbfd9ae2be8c11f22c1369aaf58eb3", + "traceparent": "00-c4909db90b9c7c40a9c39bb7d3b1e1b1-86164e3dafd73449-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2126bf0dc6350b4cca1fffb7f62ec7b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/112b8bc5-c02f-498b-a75c-173c5647596c?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:18:25 GMT", + "Content-Length": "0", + "Date": "Fri, 16 Jun 2023 01:42:13 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/112b8bc5-c02f-498b-a75c-173c5647596c?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2182,28 +15052,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1cfbfd9ae2be8c11f22c1369aaf58eb3", - "x-ms-correlation-request-id": "b84da874-7c38-4a84-b9f3-d8edad320b74", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "37cc7bb5-01bd-4e50-aee0-5713596b33f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101825Z:b84da874-7c38-4a84-b9f3-d8edad320b74", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "2126bf0dc6350b4cca1fffb7f62ec7b1", + "x-ms-correlation-request-id": "a6283ded-48c2-4115-a7e5-b00a1a838913", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "112b8bc5-c02f-498b-a75c-173c5647596c", + "x-ms-routing-request-id": "EASTUS:20230616T014213Z:a6283ded-48c2-4115-a7e5-b00a1a838913", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": { - "startTime": "2023-03-23T10:18:14.7035585\u002B00:00", - "status": "InProgress", - "name": "10d5bdda-0451-4753-b1bf-5cd3da44d4e5" - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/10d5bdda-0451-4753-b1bf-5cd3da44d4e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/112b8bc5-c02f-498b-a75c-173c5647596c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-959c2cf5c1e22f47a09cd37dbcde1514-5ef51e0249f9184a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1853df64ba033de6c4e83e5dbc415a40", + "traceparent": "00-c4909db90b9c7c40a9c39bb7d3b1e1b1-2ef0588945053041-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f39a2ffb99ed7fe7ba9695a9eaff8c56", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2212,7 +15078,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:18:33 GMT", + "Date": "Fri, 16 Jun 2023 01:42:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2221,28 +15087,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1853df64ba033de6c4e83e5dbc415a40", - "x-ms-correlation-request-id": "0b2cd85e-7c4c-4ad0-a4e7-c7d58c730366", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "65d61af7-1b3a-419f-9f9d-fd1b9fb78373", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101833Z:0b2cd85e-7c4c-4ad0-a4e7-c7d58c730366", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "f39a2ffb99ed7fe7ba9695a9eaff8c56", + "x-ms-correlation-request-id": "6d4e6dbb-c2b6-42d5-8ab0-aab6be2156c3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "056f1e1d-a7d2-4c66-910e-f4dece34c6d0", + "x-ms-routing-request-id": "EASTUS:20230616T014214Z:6d4e6dbb-c2b6-42d5-8ab0-aab6be2156c3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:18:14.7035585\u002B00:00", + "startTime": "2023-06-16T01:42:13.9224472\u002B00:00", "status": "InProgress", - "name": "10d5bdda-0451-4753-b1bf-5cd3da44d4e5" + "name": "112b8bc5-c02f-498b-a75c-173c5647596c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/10d5bdda-0451-4753-b1bf-5cd3da44d4e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/112b8bc5-c02f-498b-a75c-173c5647596c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-959c2cf5c1e22f47a09cd37dbcde1514-dda450a00be05e45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "55d15aa632b9a840a41906e2b52ced9f", + "traceparent": "00-c4909db90b9c7c40a9c39bb7d3b1e1b1-6e356515ad327c4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fb99c85b9e176c6481ed67f364041e61", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2251,7 +15117,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:18:49 GMT", + "Date": "Fri, 16 Jun 2023 01:42:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2260,37 +15126,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "55d15aa632b9a840a41906e2b52ced9f", - "x-ms-correlation-request-id": "7f829fbf-185e-4aa5-9015-1a5f0d9b3427", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "4ceb6dae-621b-4882-80b3-522a3e23248d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101850Z:7f829fbf-185e-4aa5-9015-1a5f0d9b3427", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "fb99c85b9e176c6481ed67f364041e61", + "x-ms-correlation-request-id": "3fce94b4-43ae-48f5-a707-b97426a69b1b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "52c70b07-5152-4879-950c-c703c2c7eaa2", + "x-ms-routing-request-id": "EASTUS:20230616T014215Z:3fce94b4-43ae-48f5-a707-b97426a69b1b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:18:14.7035585\u002B00:00", + "startTime": "2023-06-16T01:42:13.9224472\u002B00:00", "status": "InProgress", - "name": "10d5bdda-0451-4753-b1bf-5cd3da44d4e5" + "name": "112b8bc5-c02f-498b-a75c-173c5647596c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/10d5bdda-0451-4753-b1bf-5cd3da44d4e5?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/112b8bc5-c02f-498b-a75c-173c5647596c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-959c2cf5c1e22f47a09cd37dbcde1514-906cd49465e0614f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c99f5598c742dfcb17be58d6a3b4cfb0", + "traceparent": "00-c4909db90b9c7c40a9c39bb7d3b1e1b1-44aa325c7f70ac4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c7bbe518d49463c3ffca825a0b944eba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "234", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:19:21 GMT", + "Date": "Fri, 16 Jun 2023 01:42:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2299,47 +15165,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c99f5598c742dfcb17be58d6a3b4cfb0", - "x-ms-correlation-request-id": "d329666f-7945-4034-93b3-933b0a67454e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "2b169a3c-9150-4a3e-a73b-1a06e9b73163", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101922Z:d329666f-7945-4034-93b3-933b0a67454e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "c7bbe518d49463c3ffca825a0b944eba", + "x-ms-correlation-request-id": "edf69041-aa19-4a7a-af2a-18cde3230772", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "759befd8-77a0-4517-bfec-c05561b29328", + "x-ms-routing-request-id": "EASTUS:20230616T014216Z:edf69041-aa19-4a7a-af2a-18cde3230772", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:18:14.7035585\u002B00:00", - "endTime": "2023-03-23T10:18:57.4707097\u002B00:00", - "status": "Succeeded", - "properties": { - "output": "success" - }, - "name": "10d5bdda-0451-4753-b1bf-5cd3da44d4e5" + "startTime": "2023-06-16T01:42:13.9224472\u002B00:00", + "status": "InProgress", + "name": "112b8bc5-c02f-498b-a75c-173c5647596c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget4294/suspend?api-version=2023-01-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/112b8bc5-c02f-498b-a75c-173c5647596c?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Connection": "close", - "Content-Length": "0", - "traceparent": "00-928b0382275d0047b2e0ad45cdd74a69-3d0dde852464b54b-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4fc3d2d1392431f99fab74e9b4038797", + "traceparent": "00-c4909db90b9c7c40a9c39bb7d3b1e1b1-df9e3969edcd9a48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "24ec0bb60acf5c01cb2d710031f41ab5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/6527236c-fb8b-4ef3-b43b-d0326fd061ee?api-version=2023-01-01", "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:19:23 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:42:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/6527236c-fb8b-4ef3-b43b-d0326fd061ee?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2347,33 +15204,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4fc3d2d1392431f99fab74e9b4038797", - "x-ms-correlation-request-id": "34ac2f8b-4701-41ef-90ee-9746f70e2a2c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ResumeOrSuspendStorageTarget1Min;239", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "6527236c-fb8b-4ef3-b43b-d0326fd061ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101924Z:34ac2f8b-4701-41ef-90ee-9746f70e2a2c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "24ec0bb60acf5c01cb2d710031f41ab5", + "x-ms-correlation-request-id": "50c1e98b-6899-436d-9a94-d03d9046c745", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "8c1cf6ef-52da-4263-b6aa-9f712e651631", + "x-ms-routing-request-id": "EASTUS:20230616T014217Z:50c1e98b-6899-436d-9a94-d03d9046c745", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T01:42:13.9224472\u002B00:00", + "status": "InProgress", + "name": "112b8bc5-c02f-498b-a75c-173c5647596c" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/6527236c-fb8b-4ef3-b43b-d0326fd061ee?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/112b8bc5-c02f-498b-a75c-173c5647596c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-928b0382275d0047b2e0ad45cdd74a69-d5af053b0ea9d34f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e21055499d695f7b5c6e2a9753e22b13", + "traceparent": "00-c4909db90b9c7c40a9c39bb7d3b1e1b1-ee740926d0b55c47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "04913378c44387c20435fc4d1c0a60ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "234", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:19:25 GMT", + "Date": "Fri, 16 Jun 2023 01:42:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2382,45 +15243,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e21055499d695f7b5c6e2a9753e22b13", - "x-ms-correlation-request-id": "6be6c7ff-ceac-419d-adfa-fd9c5de84d45", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "0ede7ebc-cd93-4ea0-ad7e-d1ae7c72a2e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101926Z:6be6c7ff-ceac-419d-adfa-fd9c5de84d45", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "04913378c44387c20435fc4d1c0a60ed", + "x-ms-correlation-request-id": "59f4ca44-bc7e-4c44-a8ab-773f811dc1f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "d2246d46-e152-4da9-9775-5a3739044530", + "x-ms-routing-request-id": "EASTUS:20230616T014219Z:59f4ca44-bc7e-4c44-a8ab-773f811dc1f7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:19:24.0243621\u002B00:00", - "endTime": "2023-03-23T10:19:25.1024881\u002B00:00", - "status": "Succeeded", - "properties": { - "output": "success" - }, - "name": "6527236c-fb8b-4ef3-b43b-d0326fd061ee" + "startTime": "2023-06-16T01:42:13.9224472\u002B00:00", + "status": "InProgress", + "name": "112b8bc5-c02f-498b-a75c-173c5647596c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget4294/resume?api-version=2023-01-01", - "RequestMethod": "POST", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/112b8bc5-c02f-498b-a75c-173c5647596c?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-febb64f0ad6bbe41956ed2aec58139fd-7ecf62c3a5e2214a-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "03dbc03669ef400ed4e5c033fbfe5634", + "traceparent": "00-c4909db90b9c7c40a9c39bb7d3b1e1b1-3f90ce6a7e55bf49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "593dad9efa180d91e45efc6662c3310b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/39bbe91d-d647-484b-9529-66d8ac1e3d12?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:19:27 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:42:23 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/39bbe91d-d647-484b-9529-66d8ac1e3d12?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2428,24 +15282,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03dbc03669ef400ed4e5c033fbfe5634", - "x-ms-correlation-request-id": "6cf68563-a13e-4164-b8a0-19db3637efd9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ResumeOrSuspendStorageTarget1Min;238", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "39bbe91d-d647-484b-9529-66d8ac1e3d12", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101927Z:6cf68563-a13e-4164-b8a0-19db3637efd9", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "593dad9efa180d91e45efc6662c3310b", + "x-ms-correlation-request-id": "31fab7f0-1b3b-41bd-b222-720651659454", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "e4fde565-bd1a-4892-9a29-f924bd0921ad", + "x-ms-routing-request-id": "EASTUS:20230616T014223Z:31fab7f0-1b3b-41bd-b222-720651659454", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T01:42:13.9224472\u002B00:00", + "status": "InProgress", + "name": "112b8bc5-c02f-498b-a75c-173c5647596c" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/39bbe91d-d647-484b-9529-66d8ac1e3d12?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/112b8bc5-c02f-498b-a75c-173c5647596c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-febb64f0ad6bbe41956ed2aec58139fd-897af28525903c43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1ac42ac5018ee00146d00e83dd47645e", + "traceparent": "00-c4909db90b9c7c40a9c39bb7d3b1e1b1-1915e291e8d9bb4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d7e2ccaf4902f17649651f990eb440c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2454,7 +15312,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:19:27 GMT", + "Date": "Fri, 16 Jun 2023 01:42:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2463,37 +15321,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ac42ac5018ee00146d00e83dd47645e", - "x-ms-correlation-request-id": "6b2d6e44-ade1-4eb7-980b-5f9a41bc1905", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "0b34f6a9-5576-46e0-818c-a81045465c0f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101928Z:6b2d6e44-ade1-4eb7-980b-5f9a41bc1905", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "d7e2ccaf4902f17649651f990eb440c0", + "x-ms-correlation-request-id": "1cfa4605-3db4-44f4-a112-9ca1872d99a4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "ee8a5d28-ccaf-4f7e-a94a-47801f39d9c3", + "x-ms-routing-request-id": "EASTUS:20230616T014231Z:1cfa4605-3db4-44f4-a112-9ca1872d99a4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:19:27.6339618\u002B00:00", + "startTime": "2023-06-16T01:42:13.9224472\u002B00:00", "status": "InProgress", - "name": "39bbe91d-d647-484b-9529-66d8ac1e3d12" + "name": "112b8bc5-c02f-498b-a75c-173c5647596c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/39bbe91d-d647-484b-9529-66d8ac1e3d12?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/112b8bc5-c02f-498b-a75c-173c5647596c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-febb64f0ad6bbe41956ed2aec58139fd-2538645d5530b14a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d0f1f517cc429120917edf8a5edbd96d", + "traceparent": "00-c4909db90b9c7c40a9c39bb7d3b1e1b1-1c7494906db02843-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "836183ccc1b67e9da28320e5c85b2441", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "234", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:19:28 GMT", + "Date": "Fri, 16 Jun 2023 01:42:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2502,202 +15360,262 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0f1f517cc429120917edf8a5edbd96d", - "x-ms-correlation-request-id": "57886719-8507-4ff6-b404-e46e438074df", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "6c64bac6-321d-48cf-a5b6-750c41adfa1a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101929Z:57886719-8507-4ff6-b404-e46e438074df", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "836183ccc1b67e9da28320e5c85b2441", + "x-ms-correlation-request-id": "fca1328e-60b3-4345-ab7f-dd685cd2fff8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "331eff88-76bf-441c-a2c4-498b5c922b34", + "x-ms-routing-request-id": "EASTUS:20230616T014247Z:fca1328e-60b3-4345-ab7f-dd685cd2fff8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:19:27.6339618\u002B00:00", - "endTime": "2023-03-23T10:19:28.7277162\u002B00:00", - "status": "Succeeded", - "properties": { - "output": "success" - }, - "name": "39bbe91d-d647-484b-9529-66d8ac1e3d12" + "startTime": "2023-06-16T01:42:13.9224472\u002B00:00", + "status": "InProgress", + "name": "112b8bc5-c02f-498b-a75c-173c5647596c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg4688?api-version=**", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/112b8bc5-c02f-498b-a75c-173c5647596c?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-14dd0d62920d824781d735e8108423c0-bf32ac66cb61204f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d16d135a3c39a4a682bf172296ab7fdc", + "traceparent": "00-c4909db90b9c7c40a9c39bb7d3b1e1b1-74587f6057795e42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4f9ef003882855eb374c0fb2daf8fe2f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:19:33 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:43:19 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc0Njg4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90e82adc-0fd8-4e56-bd92-17dfd6d09958", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "90e82adc-0fd8-4e56-bd92-17dfd6d09958", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101934Z:90e82adc-0fd8-4e56-bd92-17dfd6d09958" + "x-ms-client-request-id": "4f9ef003882855eb374c0fb2daf8fe2f", + "x-ms-correlation-request-id": "9f362adc-c6df-4bf3-801f-928c311f1d09", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "76b1a4ae-0663-47ec-9a9e-65de9839a992", + "x-ms-routing-request-id": "EASTUS:20230616T014319Z:9f362adc-c6df-4bf3-801f-928c311f1d09", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T01:42:13.9224472\u002B00:00", + "status": "InProgress", + "name": "112b8bc5-c02f-498b-a75c-173c5647596c" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc0Njg4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/112b8bc5-c02f-498b-a75c-173c5647596c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-14dd0d62920d824781d735e8108423c0-9019bf263af03d46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c928a1f792dadb254f4c4d83b4fefbe5", + "traceparent": "00-c4909db90b9c7c40a9c39bb7d3b1e1b1-936909a155b95d46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "df9a3b1eae62ed542f64357e299128ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:19:34 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:43:51 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc0Njg4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a65b14a-a376-471e-b20e-e04fa6bb4305", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "7a65b14a-a376-471e-b20e-e04fa6bb4305", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101934Z:7a65b14a-a376-471e-b20e-e04fa6bb4305" + "x-ms-client-request-id": "df9a3b1eae62ed542f64357e299128ee", + "x-ms-correlation-request-id": "64156dbb-4d03-4311-a14d-6123236596b9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "f2dc0f97-3607-4aaa-96ba-6ee2780d52fd", + "x-ms-routing-request-id": "EASTUS:20230616T014351Z:64156dbb-4d03-4311-a14d-6123236596b9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T01:42:13.9224472\u002B00:00", + "status": "InProgress", + "name": "112b8bc5-c02f-498b-a75c-173c5647596c" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc0Njg4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/112b8bc5-c02f-498b-a75c-173c5647596c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-14dd0d62920d824781d735e8108423c0-a71b941eb63c554f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b28903fe67c0a0f7a973c805b295820b", + "Connection": "close", + "traceparent": "00-c4909db90b9c7c40a9c39bb7d3b1e1b1-ed98d2889336d442-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1e95de41f1164498980c4c6ab1eaa3aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:19:49 GMT", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:44:23 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc0Njg4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45ff8660-63b9-485c-bada-bdc112a28211", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "45ff8660-63b9-485c-bada-bdc112a28211", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T101950Z:45ff8660-63b9-485c-bada-bdc112a28211" + "x-ms-client-request-id": "1e95de41f1164498980c4c6ab1eaa3aa", + "x-ms-correlation-request-id": "a3e6a51a-7365-48ce-b140-0ea2a7e6dbe1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "f58640ee-8214-43c9-9e77-63dcdcaadc5b", + "x-ms-routing-request-id": "EASTUS:20230616T014423Z:a3e6a51a-7365-48ce-b140-0ea2a7e6dbe1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T01:42:13.9224472\u002B00:00", + "status": "InProgress", + "name": "112b8bc5-c02f-498b-a75c-173c5647596c" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc0Njg4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/112b8bc5-c02f-498b-a75c-173c5647596c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-14dd0d62920d824781d735e8108423c0-e369f7d256646a48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f42bac3db6826d01863f22286ce7440b", + "traceparent": "00-c4909db90b9c7c40a9c39bb7d3b1e1b1-5a03ca8705f54741-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8cc6f08544c155de9cb01fc4536c2ba6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:20:18 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:44:55 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc0Njg4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afe539d9-a3c4-4715-b23c-02cb00831da2", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "afe539d9-a3c4-4715-b23c-02cb00831da2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102018Z:afe539d9-a3c4-4715-b23c-02cb00831da2" + "x-ms-client-request-id": "8cc6f08544c155de9cb01fc4536c2ba6", + "x-ms-correlation-request-id": "8f104eca-ef29-4baf-9d28-43f5b1d58b1a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "233a9d43-d30b-4334-a721-5f3632dbe0ba", + "x-ms-routing-request-id": "EASTUS:20230616T014456Z:8f104eca-ef29-4baf-9d28-43f5b1d58b1a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T01:42:13.9224472\u002B00:00", + "status": "InProgress", + "name": "112b8bc5-c02f-498b-a75c-173c5647596c" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc0Njg4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/112b8bc5-c02f-498b-a75c-173c5647596c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-14dd0d62920d824781d735e8108423c0-ad4cd1bc4c28f447-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1e11a337cfed8fabaa881f66ca1f29b9", + "traceparent": "00-c4909db90b9c7c40a9c39bb7d3b1e1b1-441f9c15978c9e41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fb712123e0622c19a255475661e93b45", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:20:33 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:45:27 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc0Njg4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "280cdde3-87a5-46b4-9679-b7940ed46828", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "280cdde3-87a5-46b4-9679-b7940ed46828", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102034Z:280cdde3-87a5-46b4-9679-b7940ed46828" + "x-ms-client-request-id": "fb712123e0622c19a255475661e93b45", + "x-ms-correlation-request-id": "b6156dce-5425-4ec9-861a-72deeeb43f76", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "453f9914-ba92-4c5a-a17d-7330f341b078", + "x-ms-routing-request-id": "EASTUS:20230616T014528Z:b6156dce-5425-4ec9-861a-72deeeb43f76", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T01:42:13.9224472\u002B00:00", + "status": "InProgress", + "name": "112b8bc5-c02f-498b-a75c-173c5647596c" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc0Njg4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/112b8bc5-c02f-498b-a75c-173c5647596c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-14dd0d62920d824781d735e8108423c0-ac4d5ef697f50546-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "084642ca07d34863011b2b8044ce33c2", + "traceparent": "00-c4909db90b9c7c40a9c39bb7d3b1e1b1-07503d911b2ce647-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "38f98bc09ccafc2cff3f8165d1d4f02b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:20:50 GMT", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:45:59 GMT", "Expires": "-1", "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce4d8e06-9be8-4841-8a43-25b255f66cc2", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "ce4d8e06-9be8-4841-8a43-25b255f66cc2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102050Z:ce4d8e06-9be8-4841-8a43-25b255f66cc2" + "x-ms-client-request-id": "38f98bc09ccafc2cff3f8165d1d4f02b", + "x-ms-correlation-request-id": "0037d25e-d895-4411-98d8-aa0aa2562a7b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "343dfbf5-9a82-46bc-9532-b68835a64dbe", + "x-ms-routing-request-id": "EASTUS:20230616T014600Z:0037d25e-d895-4411-98d8-aa0aa2562a7b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T01:42:13.9224472\u002B00:00", + "endTime": "2023-06-16T01:45:41.3376825\u002B00:00", + "status": "Succeeded", + "name": "112b8bc5-c02f-498b-a75c-173c5647596c" + } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1866322388", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "2048167596", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/OtherOperations()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/OtherOperations()Async.json index ef11c2153c97..6b42890b61d5 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/OtherOperations()Async.json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/OtherOperations()Async.json @@ -1,106 +1,12686 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-456fb4e85856c34db9338ac1cc7ed77a-6e0a3cbf8f3e0245-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1dacae228faf67c8158f82792b596f74", + "traceparent": "00-82954fc6bdf84e4185d65a065627ba87-b13caad333b1e34f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cb5e49f83de85df0da8f250a770deb79", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:27:35 GMT", + "Date": "Fri, 16 Jun 2023 02:19:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e10392e8-609f-4f28-9e7a-7144cf6243c4", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "e10392e8-609f-4f28-9e7a-7144cf6243c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102736Z:e10392e8-609f-4f28-9e7a-7144cf6243c4" + "x-ms-correlation-request-id": "b43dafb0-1d57-4e54-9a20-c5a649bb0b0e", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "b43dafb0-1d57-4e54-9a20-c5a649bb0b0e", + "x-ms-routing-request-id": "EASTUS:20230616T021925Z:b43dafb0-1d57-4e54-9a20-c5a649bb0b0e" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", + "managedByTenants": [], + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "Avere_AscTIP1_Test", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-8c04980cd172c04c9fa2462dba37a933-936a13300714c546-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "aac79c84865381071ae180a91a4a545a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:19:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a97b7637-649a-4b1f-9d82-e6075493aa42", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "a97b7637-649a-4b1f-9d82-e6075493aa42", + "x-ms-routing-request-id": "EASTUS:20230616T021925Z:a97b7637-649a-4b1f-9d82-e6075493aa42" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-73dbb2c5970024439523819ed9dc80db-7dc9be3a586a8d42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "89ae5723687fe81ef9592833eedf52b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "156364", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:19:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d6fabb71-8a0c-4155-81c3-39bbb8afa669", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "d6fabb71-8a0c-4155-81c3-39bbb8afa669", + "x-ms-routing-request-id": "EASTUS:20230616T021926Z:d6fabb71-8a0c-4155-81c3-39bbb8afa669" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", + "namespace": "Microsoft.Network", + "authorizations": [ + { + "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", + "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" + }, + { + "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", + "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" + }, + { + "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", + "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" + }, + { + "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", + "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" + }, + { + "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", + "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" + }, + { + "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", + "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" + }, + { + "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", + "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" + }, + { + "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", + "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" + }, + { + "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", + "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" + }, + { + "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", + "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" + }, + { + "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", + "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" + }, + { + "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", + "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" + } + ], + "resourceTypes": [ + { + "resourceType": "virtualNetworks", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/taggedTrafficConsumers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "natGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "publicIPAddresses", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "internalPublicIpAddresses", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "customIpPrefixes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkInterfaces", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dscpConfigurations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateEndpoints", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateEndpoints/privateLinkServiceProxies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "None" + }, + { + "resourceType": "privateEndpointRedirectMaps", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "loadBalancers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkSecurityGroups", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationSecurityGroups", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2017-09-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "serviceEndpointPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkIntentPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "routeTables", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "publicIPPrefixes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers/connectionMonitors", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers/flowLogs", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers/pingMeshes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworkGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "localNetworkGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "connections", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationGatewayWebApplicationFirewallPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/operations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/operationResults", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/CheckDnsNameAvailability", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01" + ], + "capabilities": "None" + }, + { + "resourceType": "cloudServiceSlots", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01" + ], + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/usages", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/virtualNetworkAvailableEndpointServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/availableDelegations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/ApplicationGatewayWafDynamicManifests", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/serviceTags", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/availablePrivateEndpointTypes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/availableServiceAliases", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/checkPrivateLinkServiceVisibility", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/autoApprovedPrivateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/supportedVirtualMachineSizes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/setAzureNetworkManagerConfiguration", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/publishResources", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/getAzureNetworkManagerConfiguration", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/checkAcceleratedNetworkingSupport", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/validateResourceOwnership", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/setResourceOwnership", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/effectiveResourceOwnership", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "operations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "dnszones", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2016-04-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnsOperationStatuses", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "getDnsResourceReference", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "internalNotify", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/A", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/AAAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/CNAME", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/PTR", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/MX", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/TXT", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/SRV", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/SOA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/NS", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/CAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/recordsets", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateDnsZones/virtualNetworkLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateDnsOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsOperationStatuses", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZonesInternal", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-01-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/A", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/AAAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/CNAME", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/PTR", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/MX", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/TXT", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SRV", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SOA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/privateDnsZoneLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "None" + }, + { + "resourceType": "dnsResolvers", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsResolvers/inboundEndpoints", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsResolvers/outboundEndpoints", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsForwardingRulesets", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsForwardingRulesets/forwardingRules", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "dnsForwardingRulesets/virtualNetworkLinks", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listDnsResolvers", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listDnsForwardingRulesets", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "locations/dnsResolverOperationResults", + "locations": [], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "locations/dnsResolverOperationStatuses", + "locations": [], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "trafficmanagerprofiles/heatMaps", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles/azureendpoints", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles/externalendpoints", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles/nestedendpoints", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "checkTrafficManagerNameAvailability", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, + { + "resourceType": "trafficManagerUserMetricsKeys", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficManagerGeographicHierarchies", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "expressRouteCircuits", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRouteServiceProviders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableWafRuleSets", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableSslOptions", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableServerVariables", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableRequestHeaders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableResponseHeaders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "capabilities": "None" + }, + { + "resourceType": "routeFilters", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "bgpServiceCommunities", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01" + ], + "capabilities": "None" + }, + { + "resourceType": "virtualWans", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "vpnSites", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "vpnServerConfigurations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualHubs", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "vpnGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "p2sVpnGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRouteGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations/hybridEdgeZone", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "expressRoutePortsLocations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "firewallPolicies", + "locations": [ + "Qatar Central", + "Poland Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "ipGroups", + "locations": [ + "Qatar Central", + "Poland Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "West Central US", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureWebCategories", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "defaultApiVersion": "2020-08-01", + "capabilities": "None" + }, + { + "resourceType": "locations/nfvOperations", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/nfvOperationResults", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "capabilities": "None" + }, + { + "resourceType": "securityPartnerProviders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureFirewalls", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "France Central", + "Australia Central", + "Japan West", + "Japan East", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureFirewallFqdnTags", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "virtualNetworkTaps", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations/privateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "ddosProtectionPlans", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2018-02-01" + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkProfiles", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "checkFrontdoorNameAvailability", + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "None" + }, + { + "resourceType": "locations/bareMetalTenants", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "capabilities": "None" + }, + { + "resourceType": "bastionHosts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualRouters", + "locations": [ + "Qatar Central", + "Poland Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkVirtualAppliances", + "locations": [ + "Qatar Central", + "Poland Central", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SystemAssignedResourceIdentity, SupportsTags, SupportsLocation" + }, + { + "resourceType": "ipAllocations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagerConnections", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/queryNetworkSecurityPerimeter", + "locations": [ + "West Central US", + "Jio India West", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2022-02-01-preview", + "2021-05-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": "2021-02-01-preview", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "None" + }, + { + "resourceType": "networkGroupMemberships", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2022-06-01-preview" + ], + "defaultApiVersion": "2022-06-01-preview", + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/commitInternalAzureNetworkManagerConfiguration", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/internalAzureVirtualNetworkManagerOperation", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "networkVirtualApplianceSkus", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "None" + }, + { + "resourceType": "locations/serviceTagDetails", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/dataTasks", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4000?api-version=2023-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-73dbb2c5970024439523819ed9dc80db-259c0565f70c1544-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "cdb339a64171b0dc07bc46438f3aca6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-5450", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/f246361d-9ee8-4ada-9bc2-8db36ab0180d?api-version=2023-04-01", + "Cache-Control": "no-cache", + "Content-Length": "1016", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:19:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ee5d30ad-068f-4f7e-b85a-29b17b49ed56", + "x-ms-client-request-id": "cdb339a64171b0dc07bc46438f3aca6c", + "x-ms-correlation-request-id": "d2e9c581-9315-49a6-9190-9d0a43c15441", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "f246361d-9ee8-4ada-9bc2-8db36ab0180d", + "x-ms-routing-request-id": "EASTUS:20230616T021928Z:d2e9c581-9315-49a6-9190-9d0a43c15441" + }, + "ResponseBody": { + "name": "scTestVNet-4000", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4000", + "etag": "W/\u0022f96105c6-c1f9-4958-9db8-eab9f2d46798\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "77f9ad15-18dc-4e2e-952b-466af3a33a12", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-5450", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4000/subnets/scTestSubnet-5450", + "etag": "W/\u0022f96105c6-c1f9-4958-9db8-eab9f2d46798\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/f246361d-9ee8-4ada-9bc2-8db36ab0180d?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-73dbb2c5970024439523819ed9dc80db-6c78a2d9c4f5fd46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "20ae96c7aeeae29b7afd81c221db59be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:19:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "bc0ae9cb-b8c9-475e-9f82-cc7512c6e085", + "x-ms-client-request-id": "20ae96c7aeeae29b7afd81c221db59be", + "x-ms-correlation-request-id": "5fecebc0-beba-4c81-b27f-8521f0542228", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "65c4f896-2a1a-44a4-a76b-68ec443d9f5b", + "x-ms-routing-request-id": "EASTUS:20230616T021928Z:5fecebc0-beba-4c81-b27f-8521f0542228" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/f246361d-9ee8-4ada-9bc2-8db36ab0180d?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-73dbb2c5970024439523819ed9dc80db-ba4b875d4338d548-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ee37bb8e301793ddf17098d333b5be59", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:19:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9575b845-cf21-4888-8f65-5aaeebf37f7e", + "x-ms-client-request-id": "ee37bb8e301793ddf17098d333b5be59", + "x-ms-correlation-request-id": "4c8264a7-6f1f-4d79-9e0b-4ff6ed98431f", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "c6a0c08e-0a98-40ab-9c58-a6a6b2675b24", + "x-ms-routing-request-id": "EASTUS:20230616T021938Z:4c8264a7-6f1f-4d79-9e0b-4ff6ed98431f" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4000?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-73dbb2c5970024439523819ed9dc80db-74b02f6a76248c47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f97b7c2aa98b4d8164e5a7d991842159", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1018", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:19:38 GMT", + "ETag": "W/\u0022e49360d0-2275-4fd9-8924-baade8797f0a\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "ef6ed0fa-21c6-4ca3-9049-09e420524687", + "x-ms-client-request-id": "f97b7c2aa98b4d8164e5a7d991842159", + "x-ms-correlation-request-id": "67259b1c-82bf-4da8-a288-70f903993351", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "63da1584-3060-4209-9d47-1ef984257aa5", + "x-ms-routing-request-id": "EASTUS:20230616T021938Z:67259b1c-82bf-4da8-a288-70f903993351" + }, + "ResponseBody": { + "name": "scTestVNet-4000", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4000", + "etag": "W/\u0022e49360d0-2275-4fd9-8924-baade8797f0a\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "77f9ad15-18dc-4e2e-952b-466af3a33a12", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-5450", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4000/subnets/scTestSubnet-5450", + "etag": "W/\u0022e49360d0-2275-4fd9-8924-baade8797f0a\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5199?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "295", + "Content-Type": "application/json", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-a0d246041b203f40-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "36994f44a27796b3b81b2f7a15c8aec5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_2G" + }, + "tags": {}, + "location": "eastus", + "properties": { + "cacheSizeGB": 3072, + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4000/subnets/scTestSubnet-5450", + "zones": [ + "1" + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1967", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:19:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "36994f44a27796b3b81b2f7a15c8aec5", + "x-ms-correlation-request-id": "fdb106c8-a4be-46aa-9a5a-81fac2484097", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "135e0f6a-8ee9-4ee7-b807-525d71483e21", + "x-ms-routing-request-id": "EASTUS:20230616T021940Z:fdb106c8-a4be-46aa-9a5a-81fac2484097", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testsc5199", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5199", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Transitioning", + "statusDescription": "The cache is being allocated." + }, + "provisioningState": "Creating", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4000/subnets/scTestSubnet-5450", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-16T02:19:39.933956Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-16T02:19:39.4336855Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-16T02:19:39.4336855Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-5cf23c4db414e54b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e48e3e4f871b88e2c9e440707a07389c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:19:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e48e3e4f871b88e2c9e440707a07389c", + "x-ms-correlation-request-id": "d5ec4256-e73e-44fe-af88-f75bd1de94ea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "e0e32950-85f8-46ee-9cf3-c91a49d31909", + "x-ms-routing-request-id": "EASTUS:20230616T021941Z:d5ec4256-e73e-44fe-af88-f75bd1de94ea", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-74de5c4fbc04b64c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "699ae2377cede4fa1cb4fc8d18810db4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:19:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "699ae2377cede4fa1cb4fc8d18810db4", + "x-ms-correlation-request-id": "51973fb5-9d33-4ddf-bb65-10a6e5ef09f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "a2b5ff24-7c42-4d0a-bb96-816ef0fe789d", + "x-ms-routing-request-id": "EASTUS:20230616T021942Z:51973fb5-9d33-4ddf-bb65-10a6e5ef09f7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-18b88eca83c7bf45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d62ac21ac939b7a9450fdb7a20c26933", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:19:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d62ac21ac939b7a9450fdb7a20c26933", + "x-ms-correlation-request-id": "0e410912-5c06-4bad-aa61-1a820a5131e5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "21055ad4-a5f5-42af-8af0-0104171a8c2d", + "x-ms-routing-request-id": "EASTUS:20230616T021943Z:0e410912-5c06-4bad-aa61-1a820a5131e5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-33523c1039b06f4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a6faeeb09869d37f44aac8678b547047", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:19:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6faeeb09869d37f44aac8678b547047", + "x-ms-correlation-request-id": "5d0a7256-1119-46a5-8915-112ffa9f93af", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "264ccf80-5b51-4637-a9d5-1e45f9283ad5", + "x-ms-routing-request-id": "EASTUS:20230616T021944Z:5d0a7256-1119-46a5-8915-112ffa9f93af", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-113a74e63d17f24b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b8558bd661dc6d6238e323dda07fc459", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:19:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8558bd661dc6d6238e323dda07fc459", + "x-ms-correlation-request-id": "fe493231-047b-4717-a7d5-e4df189987fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "ed0ac548-38bb-44f3-b8e2-25266fb071fc", + "x-ms-routing-request-id": "EASTUS:20230616T021946Z:fe493231-047b-4717-a7d5-e4df189987fe", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-dcb09dc26caa8d49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "29dcc94a6787824a4256918e01412bf1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:19:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29dcc94a6787824a4256918e01412bf1", + "x-ms-correlation-request-id": "5d0bbdb0-333f-47a5-9e5c-8f240a7ea916", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "9932428b-f3d1-4363-baad-19de108fec89", + "x-ms-routing-request-id": "EASTUS:20230616T021950Z:5d0bbdb0-333f-47a5-9e5c-8f240a7ea916", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-1555ee020609e946-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "94a3939fb16c4f568b8c6d8674a233c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:19:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "94a3939fb16c4f568b8c6d8674a233c5", + "x-ms-correlation-request-id": "8bd1b78e-7176-4bfc-9b3d-440aee1832d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "9b1e9f6d-73d2-40c0-b948-7fb70d2dae7b", + "x-ms-routing-request-id": "EASTUS:20230616T021958Z:8bd1b78e-7176-4bfc-9b3d-440aee1832d1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-07138f8591db8244-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c21c6ee646776fc041d37585cfd36cf7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:20:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c21c6ee646776fc041d37585cfd36cf7", + "x-ms-correlation-request-id": "e6d52d80-2770-4235-853a-cf4edb248c95", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "b359164a-89ee-4065-83c2-aa89127e98fa", + "x-ms-routing-request-id": "EASTUS:20230616T022014Z:e6d52d80-2770-4235-853a-cf4edb248c95", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-aea31347e039364a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0c3d31b730db99ec728d9dfaf9c40d9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:20:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c3d31b730db99ec728d9dfaf9c40d9f", + "x-ms-correlation-request-id": "f4a361cd-5ded-43b4-90be-ca4e19d578fc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "a35ad75e-0e63-4786-9f31-7e4819cba5f9", + "x-ms-routing-request-id": "EASTUS:20230616T022046Z:f4a361cd-5ded-43b4-90be-ca4e19d578fc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-4c11f73a72808345-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "93a8cc236925597ad33353983bd07fb8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:21:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "93a8cc236925597ad33353983bd07fb8", + "x-ms-correlation-request-id": "e0884f12-a8cb-4005-a5f6-6da21f5c13e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "4d231e0c-973b-4849-adac-127989590342", + "x-ms-routing-request-id": "EASTUS:20230616T022118Z:e0884f12-a8cb-4005-a5f6-6da21f5c13e2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-698de84a7abe9147-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "42cf76202665b5ea81834fe9a9c6767c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:21:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42cf76202665b5ea81834fe9a9c6767c", + "x-ms-correlation-request-id": "43c4f4f4-387b-4723-9fb9-0a24cbfa81af", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "d12ae2e5-179f-4cdf-93b2-7074ea4686cc", + "x-ms-routing-request-id": "EASTUS:20230616T022150Z:43c4f4f4-387b-4723-9fb9-0a24cbfa81af", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-82a65782a76e834a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0362d6c6d82b4dd1b7e439a7dc545da2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:22:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0362d6c6d82b4dd1b7e439a7dc545da2", + "x-ms-correlation-request-id": "972d218c-def5-4341-9ca2-0cace9a5d00b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "9c020c87-e54f-49d9-a88e-78aa2bea3e64", + "x-ms-routing-request-id": "EASTUS:20230616T022222Z:972d218c-def5-4341-9ca2-0cace9a5d00b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-16791bd98f80df47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "82dae50ecaf4fd3ae2f211a11a90af0d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:22:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82dae50ecaf4fd3ae2f211a11a90af0d", + "x-ms-correlation-request-id": "c998ae12-ebb0-4b2d-8e48-6066c98afd2b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "74c7fbca-18c2-432c-b44f-e4d9522a3f85", + "x-ms-routing-request-id": "EASTUS:20230616T022254Z:c998ae12-ebb0-4b2d-8e48-6066c98afd2b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-d406d3a69f94dd47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "65d2d6bd7b6e478ca4818a81ed42d92d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:23:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "65d2d6bd7b6e478ca4818a81ed42d92d", + "x-ms-correlation-request-id": "1bb0f257-83cf-4c01-84c7-321986e8514f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "c12a6325-6840-467f-8772-68599c0c8ba0", + "x-ms-routing-request-id": "EASTUS:20230616T022326Z:1bb0f257-83cf-4c01-84c7-321986e8514f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-b652c6a50dc0e649-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c4dbad26f3ebfc889b642138c7303327", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:23:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c4dbad26f3ebfc889b642138c7303327", + "x-ms-correlation-request-id": "ffb7cb52-60e8-41ee-82c6-b7c51604c4e4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "8067c203-8648-4b69-b506-e84890325148", + "x-ms-routing-request-id": "EASTUS:20230616T022358Z:ffb7cb52-60e8-41ee-82c6-b7c51604c4e4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-5b066ffe8a333341-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "06ea2c34f88192335892dd733fb9109f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:24:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "06ea2c34f88192335892dd733fb9109f", + "x-ms-correlation-request-id": "80708193-22cd-4fae-acae-d63f34cb735b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "a4b3b551-da74-4a52-a224-1fadf11277a9", + "x-ms-routing-request-id": "EASTUS:20230616T022431Z:80708193-22cd-4fae-acae-d63f34cb735b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-1de3d1a3fd3ab146-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6d7be419ebb4c9214ed6ca095a548074", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:25:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d7be419ebb4c9214ed6ca095a548074", + "x-ms-correlation-request-id": "316aef6c-26af-483b-9196-bf5726db0cdd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "820dcaeb-a046-496f-85ca-6fbc6cd2c2a8", + "x-ms-routing-request-id": "EASTUS:20230616T022503Z:316aef6c-26af-483b-9196-bf5726db0cdd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-38cafad2d66c594c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c04c634ed2582dab79486b591614bce2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:25:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c04c634ed2582dab79486b591614bce2", + "x-ms-correlation-request-id": "fdb6c3a7-8468-4162-a4f2-ea898f20a734", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "d6eab952-5ead-4010-b32c-2b797b08383d", + "x-ms-routing-request-id": "EASTUS:20230616T022535Z:fdb6c3a7-8468-4162-a4f2-ea898f20a734", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-58836396bf7f734f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e31e8154c5b549720b20b8ab2e2a3803", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:26:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e31e8154c5b549720b20b8ab2e2a3803", + "x-ms-correlation-request-id": "6bdea748-c764-449b-8c80-a7d9c12b8727", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "754a6eb3-6732-4f5c-a13e-ecc78d1dda3a", + "x-ms-routing-request-id": "EASTUS:20230616T022607Z:6bdea748-c764-449b-8c80-a7d9c12b8727", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-74163215659a8e48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dc2569124f6c4747384df46c7fc7b339", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:26:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc2569124f6c4747384df46c7fc7b339", + "x-ms-correlation-request-id": "cbd0c17c-7808-464b-8470-f7bb6efc571f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "542a86cc-eb82-4722-bc09-9d556d0bd5f1", + "x-ms-routing-request-id": "EASTUS:20230616T022639Z:cbd0c17c-7808-464b-8470-f7bb6efc571f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg8370?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-104ff4f367469148b95720eedad5d7c9-931e050324eeed40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9f07283c77fbc5dee26827470ef79710", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-2ec76954ba3ba946-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d8b4e7199d3688bff003b53719ffff4e", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:27:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8b4e7199d3688bff003b53719ffff4e", + "x-ms-correlation-request-id": "3c39a230-b543-4c68-a15e-50a587bce017", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "83f04599-276d-43a7-b39b-c406c5af470b", + "x-ms-routing-request-id": "EASTUS:20230616T022711Z:3c39a230-b543-4c68-a15e-50a587bce017", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "StatusCode": 201, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-4c4aee3f32311740-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ac476810e0ef05753ad6aa67d106c943", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:27:36 GMT", + "Date": "Fri, 16 Jun 2023 02:27:43 GMT", "Expires": "-1", "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7af658b5-90e2-44ed-a2dc-49e84cff3484", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "7af658b5-90e2-44ed-a2dc-49e84cff3484", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102737Z:7af658b5-90e2-44ed-a2dc-49e84cff3484" + "x-ms-client-request-id": "ac476810e0ef05753ad6aa67d106c943", + "x-ms-correlation-request-id": "09e05265-2a95-4645-bf0e-7aa329169831", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "3fe36f42-4a58-46de-b381-46db766fce57", + "x-ms-routing-request-id": "EASTUS:20230616T022743Z:09e05265-2a95-4645-bf0e-7aa329169831", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg8370", - "name": "storagecachetestrg8370", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-6a7f8bd30ef68f42bb8c2bd5da45eb78-ed524d0ed230a64c-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "03ed55e09f432d01ea9fd30ea40d095c", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-b6c9d2fb90e38e44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "46927e6d5f7575ccaa9ceb699a0f2d39", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "19", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:27:37 GMT", + "Date": "Fri, 16 Jun 2023 02:28:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -109,29 +12689,295 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03ed55e09f432d01ea9fd30ea40d095c", - "x-ms-correlation-request-id": "bf1db950-c477-45fa-9faa-fcbe4f27bd1f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "d49e424a-05f5-4dcc-bcef-bdf6047bc148", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102738Z:bf1db950-c477-45fa-9faa-fcbe4f27bd1f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "46927e6d5f7575ccaa9ceb699a0f2d39", + "x-ms-correlation-request-id": "34150862-c58f-417f-ae62-74a380e8a68e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "bb1753e5-f201-4024-a265-277571b60f86", + "x-ms-routing-request-id": "EASTUS:20230616T022815Z:34150862-c58f-417f-ae62-74a380e8a68e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-1cdddcf70700b34b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "175ba54d0780384a72af9e60f357b6ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:28:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "175ba54d0780384a72af9e60f357b6ea", + "x-ms-correlation-request-id": "b61b7d37-0dae-4cb7-9a8a-0eda0222eef5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "795d4b83-315c-4a59-878c-8d127ca34059", + "x-ms-routing-request-id": "EASTUS:20230616T022847Z:b61b7d37-0dae-4cb7-9a8a-0eda0222eef5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-946ebe098a6c444d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9aca713ab96db1d99bd20253f50b6b2a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:29:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9aca713ab96db1d99bd20253f50b6b2a", + "x-ms-correlation-request-id": "c166b192-510d-4a46-b6ea-eb674977aa43", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "6994c445-490f-49a3-b5af-cc53f455c7f7", + "x-ms-routing-request-id": "EASTUS:20230616T022919Z:c166b192-510d-4a46-b6ea-eb674977aa43", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-a2577d27cdf70547-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2c1a70a8b2aa65c23459d3c6c06c8252", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:29:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c1a70a8b2aa65c23459d3c6c06c8252", + "x-ms-correlation-request-id": "eb56d684-3a63-4b09-94b8-e3249b9ca292", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "0b6c6dc8-8bbb-4fec-9ae5-df06f1581cd4", + "x-ms-routing-request-id": "EASTUS:20230616T022951Z:eb56d684-3a63-4b09-94b8-e3249b9ca292", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "status": "InProgress", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/135e0f6a-8ee9-4ee7-b807-525d71483e21?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-2a1030e4e70a774a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "282f01e5924493ccccaa7bae04f64366", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:30:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "282f01e5924493ccccaa7bae04f64366", + "x-ms-correlation-request-id": "1a189082-90a8-44a5-ba5c-4036e33cc9f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "88cb5a9d-7b9f-49e8-9251-b416cc003179", + "x-ms-routing-request-id": "EASTUS:20230616T023024Z:1a189082-90a8-44a5-ba5c-4036e33cc9f6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:19:39.4495471\u002B00:00", + "endTime": "2023-06-16T02:30:20.5692944\u002B00:00", + "status": "Succeeded", + "name": "135e0f6a-8ee9-4ee7-b807-525d71483e21" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5199?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-618c6c8711d9494a89e9453ff6a73ef8-6a915c077612664c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "82b773438a3d873fae646513e612f02f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2180", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:30:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82b773438a3d873fae646513e612f02f", + "x-ms-correlation-request-id": "83a0afbd-8d1b-4c35-ab3d-ebfc73ea25db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;117", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "45231004-b092-45ab-8919-faa92f0eae44", + "x-ms-routing-request-id": "EASTUS:20230616T023024Z:83a0afbd-8d1b-4c35-ab3d-ebfc73ea25db", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "value": [] + "name": "testsc5199", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5199", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "utilityAddresses": [ + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" + ], + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-4000/subnets/scTestSubnet-5450", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-16T02:19:39.933956Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-16T02:19:39.4336855Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-16T02:19:39.4336855Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9286?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5199/storageTargets/storagetarget10?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "113", "Content-Type": "application/json", - "traceparent": "00-799a531d301d5c49ba209af1c7070a8a-d9e9b7274219f340-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dc777e2b266dcd3757cd26a1200798ea", + "traceparent": "00-069cedaacacc3144881c069e876ebb6e-282e4390c550a544-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dcf36dafe642a415865f003614613d16", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -146,11 +12992,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/2441875f-59f7-457f-ac2c-741f702154f6?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c822215-3fd4-4ad8-ad8c-a3ea35c90566?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "911", + "Content-Length": "912", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:27:38 GMT", + "Date": "Fri, 16 Jun 2023 02:30:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -159,19 +13005,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc777e2b266dcd3757cd26a1200798ea", - "x-ms-correlation-request-id": "94339142-718b-400e-bb03-a100c7bed1d2", + "x-ms-client-request-id": "dcf36dafe642a415865f003614613d16", + "x-ms-correlation-request-id": "1c61f85d-2174-4da7-bdb3-33677b14a3a2", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "2441875f-59f7-457f-ac2c-741f702154f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102738Z:94339142-718b-400e-bb03-a100c7bed1d2", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "2c822215-3fd4-4ad8-ad8c-a3ea35c90566", + "x-ms-routing-request-id": "EASTUS:20230616T023024Z:1c61f85d-2174-4da7-bdb3-33677b14a3a2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget9286", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9286", + "name": "storagetarget10", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5199/storageTargets/storagetarget10", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -185,23 +13031,23 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T10:27:38.5037539Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-16T02:30:24.278045Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T10:27:38.5037539Z" + "lastModifiedAt": "2023-06-16T02:30:24.278045Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/2441875f-59f7-457f-ac2c-741f702154f6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c822215-3fd4-4ad8-ad8c-a3ea35c90566?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-799a531d301d5c49ba209af1c7070a8a-e45cbe189ff5f840-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "78e395cb33202e72b536ecd2da8cc998", + "traceparent": "00-069cedaacacc3144881c069e876ebb6e-acb1071aac159844-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "89555e4c894f8d01a1ddb62b3f519a03", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -210,7 +13056,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:27:38 GMT", + "Date": "Fri, 16 Jun 2023 02:30:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -219,28 +13065,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78e395cb33202e72b536ecd2da8cc998", - "x-ms-correlation-request-id": "f0e87503-0b82-4125-a334-c2162f08587d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "fe9a85ed-cde8-46d1-a57e-308b9d8d419e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102739Z:f0e87503-0b82-4125-a334-c2162f08587d", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "89555e4c894f8d01a1ddb62b3f519a03", + "x-ms-correlation-request-id": "7fa02a74-d50a-4f65-8bbc-4b20811e3093", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "d9c334c3-61dc-4502-95eb-7d078a08ffae", + "x-ms-routing-request-id": "EASTUS:20230616T023024Z:7fa02a74-d50a-4f65-8bbc-4b20811e3093", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:27:38.8222431\u002B00:00", + "startTime": "2023-06-16T02:30:24.3818126\u002B00:00", "status": "InProgress", - "name": "2441875f-59f7-457f-ac2c-741f702154f6" + "name": "2c822215-3fd4-4ad8-ad8c-a3ea35c90566" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/2441875f-59f7-457f-ac2c-741f702154f6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c822215-3fd4-4ad8-ad8c-a3ea35c90566?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-799a531d301d5c49ba209af1c7070a8a-1feb426075edb142-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c23c233bda050941e15002b8ca93fc37", + "traceparent": "00-069cedaacacc3144881c069e876ebb6e-e4a5e814a9c13b49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8f79fd2779a49950123235c906e8ebd8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -249,7 +13095,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:27:39 GMT", + "Date": "Fri, 16 Jun 2023 02:30:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -258,28 +13104,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c23c233bda050941e15002b8ca93fc37", - "x-ms-correlation-request-id": "44100344-5a77-4225-b7e8-3f443be6177a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "f52de2e1-028f-4913-8e09-c1918f0ed57b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102740Z:44100344-5a77-4225-b7e8-3f443be6177a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "8f79fd2779a49950123235c906e8ebd8", + "x-ms-correlation-request-id": "3309200d-79ec-4443-b15e-5174ea0bd994", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "8438b525-ac42-4769-9662-468cefaef859", + "x-ms-routing-request-id": "EASTUS:20230616T023025Z:3309200d-79ec-4443-b15e-5174ea0bd994", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:27:38.8222431\u002B00:00", + "startTime": "2023-06-16T02:30:24.3818126\u002B00:00", "status": "InProgress", - "name": "2441875f-59f7-457f-ac2c-741f702154f6" + "name": "2c822215-3fd4-4ad8-ad8c-a3ea35c90566" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/2441875f-59f7-457f-ac2c-741f702154f6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c822215-3fd4-4ad8-ad8c-a3ea35c90566?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-799a531d301d5c49ba209af1c7070a8a-5845451089c0ba4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8bd5c7f81f2435cad8d5cc3a36ca4c4d", + "traceparent": "00-069cedaacacc3144881c069e876ebb6e-21c30c2bc616184f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b5ea46a5b40be2c681be14225e2f8256", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -288,7 +13134,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:27:41 GMT", + "Date": "Fri, 16 Jun 2023 02:30:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -297,28 +13143,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8bd5c7f81f2435cad8d5cc3a36ca4c4d", - "x-ms-correlation-request-id": "888ee8d3-c6a3-4032-aaeb-fc460ff8c0f3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "81f5070c-837b-46e6-ae63-15e1bc8a18e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102742Z:888ee8d3-c6a3-4032-aaeb-fc460ff8c0f3", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "b5ea46a5b40be2c681be14225e2f8256", + "x-ms-correlation-request-id": "557f0f34-4600-4f28-8ab2-0aa19306cb5f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "2847b6f8-d492-4d9d-a590-f35d6cfe296f", + "x-ms-routing-request-id": "EASTUS:20230616T023026Z:557f0f34-4600-4f28-8ab2-0aa19306cb5f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:27:38.8222431\u002B00:00", + "startTime": "2023-06-16T02:30:24.3818126\u002B00:00", "status": "InProgress", - "name": "2441875f-59f7-457f-ac2c-741f702154f6" + "name": "2c822215-3fd4-4ad8-ad8c-a3ea35c90566" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/2441875f-59f7-457f-ac2c-741f702154f6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c822215-3fd4-4ad8-ad8c-a3ea35c90566?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-799a531d301d5c49ba209af1c7070a8a-a07dcfba5c445f40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ac68c3ea11e4f15a54d996cf30b96322", + "traceparent": "00-069cedaacacc3144881c069e876ebb6e-815f2e255e660c4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bb05dbde2a33d2150ebc761d543786b8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -327,7 +13173,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:27:42 GMT", + "Date": "Fri, 16 Jun 2023 02:30:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -336,28 +13182,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ac68c3ea11e4f15a54d996cf30b96322", - "x-ms-correlation-request-id": "1b792d08-dbb5-4b00-90c7-61e3dfd83b39", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "ec360bfe-2c1c-42fe-825e-20899645e161", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102743Z:1b792d08-dbb5-4b00-90c7-61e3dfd83b39", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "bb05dbde2a33d2150ebc761d543786b8", + "x-ms-correlation-request-id": "913ed5aa-7732-4529-9713-41ece0c9b21c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "b776fd41-dbd9-40e0-a6cf-440659a05858", + "x-ms-routing-request-id": "EASTUS:20230616T023027Z:913ed5aa-7732-4529-9713-41ece0c9b21c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:27:38.8222431\u002B00:00", + "startTime": "2023-06-16T02:30:24.3818126\u002B00:00", "status": "InProgress", - "name": "2441875f-59f7-457f-ac2c-741f702154f6" + "name": "2c822215-3fd4-4ad8-ad8c-a3ea35c90566" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/2441875f-59f7-457f-ac2c-741f702154f6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c822215-3fd4-4ad8-ad8c-a3ea35c90566?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-799a531d301d5c49ba209af1c7070a8a-a71779a16285e944-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "13d9b4393eb61b745806ea2f0d06d317", + "traceparent": "00-069cedaacacc3144881c069e876ebb6e-bb9b692ad127574b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f885ddf1e56673f837960ee5652d3ae3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -366,7 +13212,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:27:46 GMT", + "Date": "Fri, 16 Jun 2023 02:30:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -375,28 +13221,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "13d9b4393eb61b745806ea2f0d06d317", - "x-ms-correlation-request-id": "84bf39fe-6059-48d7-a8a0-f9ab81683b5a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "81ccb75f-a72a-436c-820e-52de4dd48c1e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102746Z:84bf39fe-6059-48d7-a8a0-f9ab81683b5a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "f885ddf1e56673f837960ee5652d3ae3", + "x-ms-correlation-request-id": "c2c59be1-c308-4edf-a593-cc77909a2ba6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "e4eeb164-bdcb-4f2f-9012-05176e451c24", + "x-ms-routing-request-id": "EASTUS:20230616T023030Z:c2c59be1-c308-4edf-a593-cc77909a2ba6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:27:38.8222431\u002B00:00", + "startTime": "2023-06-16T02:30:24.3818126\u002B00:00", "status": "InProgress", - "name": "2441875f-59f7-457f-ac2c-741f702154f6" + "name": "2c822215-3fd4-4ad8-ad8c-a3ea35c90566" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/2441875f-59f7-457f-ac2c-741f702154f6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c822215-3fd4-4ad8-ad8c-a3ea35c90566?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-799a531d301d5c49ba209af1c7070a8a-6736eac7da392f45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "07cdb4034f2be7526de4374a88fa041e", + "traceparent": "00-069cedaacacc3144881c069e876ebb6e-239b5ce7cbc39340-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2beadfaf30e37ba43117a64f3da88e49", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -405,7 +13251,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:27:50 GMT", + "Date": "Fri, 16 Jun 2023 02:30:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -414,37 +13260,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "07cdb4034f2be7526de4374a88fa041e", - "x-ms-correlation-request-id": "5bb44a21-575d-49e9-977a-5b65e9d8142a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "cbe92646-97ce-4007-a493-7f268911ee55", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102750Z:5bb44a21-575d-49e9-977a-5b65e9d8142a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "2beadfaf30e37ba43117a64f3da88e49", + "x-ms-correlation-request-id": "d96bc13c-3335-45e6-9bb0-9755f9446d54", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "c1c6ccf4-165a-49a2-8c20-0efa5fa7e129", + "x-ms-routing-request-id": "EASTUS:20230616T023034Z:d96bc13c-3335-45e6-9bb0-9755f9446d54", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:27:38.8222431\u002B00:00", + "startTime": "2023-06-16T02:30:24.3818126\u002B00:00", "status": "InProgress", - "name": "2441875f-59f7-457f-ac2c-741f702154f6" + "name": "2c822215-3fd4-4ad8-ad8c-a3ea35c90566" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/2441875f-59f7-457f-ac2c-741f702154f6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c822215-3fd4-4ad8-ad8c-a3ea35c90566?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-799a531d301d5c49ba209af1c7070a8a-86c750a5c9aece4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8101aa7239f0ac974e4c54de272ae34d", + "Connection": "close", + "traceparent": "00-069cedaacacc3144881c069e876ebb6e-cb27ffb9ad705e4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "81305b3889a9f9efe391849d1c2f6de1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:27:58 GMT", + "Date": "Fri, 16 Jun 2023 02:30:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -453,39 +13301,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8101aa7239f0ac974e4c54de272ae34d", - "x-ms-correlation-request-id": "664a76b4-7a99-40ba-9227-556833f7c385", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "67a0e6f5-d7c8-430b-9ea6-9253a1991a13", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102758Z:664a76b4-7a99-40ba-9227-556833f7c385", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "81305b3889a9f9efe391849d1c2f6de1", + "x-ms-correlation-request-id": "b414962b-12ac-492c-ad57-89cbe41f154a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "7d96d44b-cb8d-40f5-b981-ac3e054ad988", + "x-ms-routing-request-id": "EASTUS:20230616T023042Z:b414962b-12ac-492c-ad57-89cbe41f154a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:27:38.8222431\u002B00:00", + "startTime": "2023-06-16T02:30:24.3818126\u002B00:00", "status": "InProgress", - "name": "2441875f-59f7-457f-ac2c-741f702154f6" + "name": "2c822215-3fd4-4ad8-ad8c-a3ea35c90566" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/2441875f-59f7-457f-ac2c-741f702154f6?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/2c822215-3fd4-4ad8-ad8c-a3ea35c90566?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-799a531d301d5c49ba209af1c7070a8a-44355f6fe79f5e40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7ccc7f055bebe9f662f2a5d10629935d", + "traceparent": "00-069cedaacacc3144881c069e876ebb6e-6e9bb5f333ee904a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "746d93815b4dc1d5380ac74e3ea9358e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:28:14 GMT", + "Date": "Fri, 16 Jun 2023 02:30:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -494,38 +13340,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ccc7f055bebe9f662f2a5d10629935d", - "x-ms-correlation-request-id": "2d36f2f0-d9ac-4eab-8bf8-5d7246b85b9b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "3b349a27-b58a-4283-8944-c02ffa01e4c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102815Z:2d36f2f0-d9ac-4eab-8bf8-5d7246b85b9b", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "746d93815b4dc1d5380ac74e3ea9358e", + "x-ms-correlation-request-id": "ec0d1dde-563e-42cc-96e2-30c9c32ae3b1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "050bc40d-4208-4425-81f2-2c6d769cf27f", + "x-ms-routing-request-id": "EASTUS:20230616T023058Z:ec0d1dde-563e-42cc-96e2-30c9c32ae3b1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:27:38.8222431\u002B00:00", - "endTime": "2023-03-23T10:28:10.7470852\u002B00:00", + "startTime": "2023-06-16T02:30:24.3818126\u002B00:00", + "endTime": "2023-06-16T02:30:55.4123516\u002B00:00", "status": "Succeeded", - "name": "2441875f-59f7-457f-ac2c-741f702154f6" + "name": "2c822215-3fd4-4ad8-ad8c-a3ea35c90566" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9286?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5199/storageTargets/storagetarget10?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-799a531d301d5c49ba209af1c7070a8a-4416d2e4338c5b44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "62bccb015205ca261d21b9dffb74bf42", + "traceparent": "00-069cedaacacc3144881c069e876ebb6e-f494a48e7f5d6247-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0aadc408b9fc2639eff14751ab075f01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "913", + "Content-Length": "914", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:28:17 GMT", + "Date": "Fri, 16 Jun 2023 02:30:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -534,19 +13380,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62bccb015205ca261d21b9dffb74bf42", - "x-ms-correlation-request-id": "f678fd1c-cc6a-41c2-8350-148a3b5a9e5a", + "x-ms-client-request-id": "0aadc408b9fc2639eff14751ab075f01", + "x-ms-correlation-request-id": "3a86aecd-5909-4826-a7ee-8734122ae192", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "840dcccb-fcab-4314-8e04-66524b112469", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102817Z:f678fd1c-cc6a-41c2-8350-148a3b5a9e5a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "cc2fb39b-8676-4d8e-afe9-0d1df71a0d67", + "x-ms-routing-request-id": "EASTUS:20230616T023058Z:3a86aecd-5909-4826-a7ee-8734122ae192", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget9286", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9286", + "name": "storagetarget10", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5199/storageTargets/storagetarget10", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -560,36 +13406,36 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T10:27:38.5037539Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-16T02:30:24.278045Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T10:27:38.5037539Z" + "lastModifiedAt": "2023-06-16T02:30:24.278045Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9286/flush?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5199/storageTargets/storagetarget10/flush?api-version=2023-05-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "traceparent": "00-7e7d0b325bce42439eb8600a5f6f5f5b-3da55bb04ce03442-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0944e901882e1632b4171efe93c5a624", + "traceparent": "00-456fcb6f2fec294397d1fb0835ab2c4e-f3a6821fc611b745-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "aacdc5aa193adcfc866f489fc1a0ba39", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/afb92c78-a1ad-4f5e-88c5-b42c3b691c94?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/21fcd80c-2482-47f8-b8e1-9effbc46bea1?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:28:17 GMT", + "Date": "Fri, 16 Jun 2023 02:30:58 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/afb92c78-a1ad-4f5e-88c5-b42c3b691c94?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/21fcd80c-2482-47f8-b8e1-9effbc46bea1?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -597,33 +13443,33 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0944e901882e1632b4171efe93c5a624", - "x-ms-correlation-request-id": "73001d12-2921-4b24-850f-e58edca2ca7c", + "x-ms-client-request-id": "aacdc5aa193adcfc866f489fc1a0ba39", + "x-ms-correlation-request-id": "fdf4150e-0c5c-42df-bb8e-21225c74d33c", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/FlushOrInvalidateStorageTarget5Min;119", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "afb92c78-a1ad-4f5e-88c5-b42c3b691c94", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102818Z:73001d12-2921-4b24-850f-e58edca2ca7c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "21fcd80c-2482-47f8-b8e1-9effbc46bea1", + "x-ms-routing-request-id": "EASTUS:20230616T023059Z:fdf4150e-0c5c-42df-bb8e-21225c74d33c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/afb92c78-a1ad-4f5e-88c5-b42c3b691c94?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/21fcd80c-2482-47f8-b8e1-9effbc46bea1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7e7d0b325bce42439eb8600a5f6f5f5b-ccb1edfb0ca17d46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1cd0633289e4792f98a5aeed33273657", + "traceparent": "00-456fcb6f2fec294397d1fb0835ab2c4e-eccd0ab07a6dbe42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "78a4c6ab8adcee54c8d0848d719a644f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:28:18 GMT", + "Date": "Fri, 16 Jun 2023 02:30:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -632,37 +13478,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1cd0633289e4792f98a5aeed33273657", - "x-ms-correlation-request-id": "9c4ce4b0-cfb8-454d-92e5-8b3136419581", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "ad8e7769-ac1e-4fe3-b4a6-b7926710b632", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102819Z:9c4ce4b0-cfb8-454d-92e5-8b3136419581", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "78a4c6ab8adcee54c8d0848d719a644f", + "x-ms-correlation-request-id": "76f3231c-8d5a-461a-aa94-2fb6355beabb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "fb00170a-6377-4822-94fe-2deb7c2ab032", + "x-ms-routing-request-id": "EASTUS:20230616T023059Z:76f3231c-8d5a-461a-aa94-2fb6355beabb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:28:18.0757378\u002B00:00", + "startTime": "2023-06-16T02:30:59.256131\u002B00:00", "status": "InProgress", - "name": "afb92c78-a1ad-4f5e-88c5-b42c3b691c94" + "name": "21fcd80c-2482-47f8-b8e1-9effbc46bea1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/afb92c78-a1ad-4f5e-88c5-b42c3b691c94?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/21fcd80c-2482-47f8-b8e1-9effbc46bea1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7e7d0b325bce42439eb8600a5f6f5f5b-db9dd666f09f094b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0526947b639880d4a191b12c2867749c", + "traceparent": "00-456fcb6f2fec294397d1fb0835ab2c4e-fa940eecfdd94541-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b5f50d360772477ee10451f2949fc802", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:28:20 GMT", + "Date": "Fri, 16 Jun 2023 02:30:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -671,37 +13517,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0526947b639880d4a191b12c2867749c", - "x-ms-correlation-request-id": "5b594146-f055-489f-ac4b-3e750dce713a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "bcd9b414-1c39-4f5f-b34c-f623e00daa15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102820Z:5b594146-f055-489f-ac4b-3e750dce713a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "b5f50d360772477ee10451f2949fc802", + "x-ms-correlation-request-id": "8c87b1a3-778b-4740-bd4f-7fb1ef1e2f44", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "9bfdd246-40bf-47a1-b358-3329e75c0bca", + "x-ms-routing-request-id": "EASTUS:20230616T023100Z:8c87b1a3-778b-4740-bd4f-7fb1ef1e2f44", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:28:18.0757378\u002B00:00", + "startTime": "2023-06-16T02:30:59.256131\u002B00:00", "status": "InProgress", - "name": "afb92c78-a1ad-4f5e-88c5-b42c3b691c94" + "name": "21fcd80c-2482-47f8-b8e1-9effbc46bea1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/afb92c78-a1ad-4f5e-88c5-b42c3b691c94?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/21fcd80c-2482-47f8-b8e1-9effbc46bea1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7e7d0b325bce42439eb8600a5f6f5f5b-1bf3dfeafe14a744-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "30cc312989f52f3fc662c3c8d25a7f30", + "traceparent": "00-456fcb6f2fec294397d1fb0835ab2c4e-403ee675da177146-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fbf3165941fcd15da1a68fb1de5657be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "134", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:28:21 GMT", + "Date": "Fri, 16 Jun 2023 02:31:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -710,37 +13556,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30cc312989f52f3fc662c3c8d25a7f30", - "x-ms-correlation-request-id": "72a74a61-cfde-490a-b0f4-0a1df73f2b2c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "6b0bd5e0-fcce-49b4-94d0-0aa7e66a25fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102821Z:72a74a61-cfde-490a-b0f4-0a1df73f2b2c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "fbf3165941fcd15da1a68fb1de5657be", + "x-ms-correlation-request-id": "f39631a1-1b1a-403f-b06f-1ce10ad43c62", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "3b94716a-14d6-4397-abf5-499cad19083f", + "x-ms-routing-request-id": "EASTUS:20230616T023101Z:f39631a1-1b1a-403f-b06f-1ce10ad43c62", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:28:18.0757378\u002B00:00", + "startTime": "2023-06-16T02:30:59.256131\u002B00:00", "status": "InProgress", - "name": "afb92c78-a1ad-4f5e-88c5-b42c3b691c94" + "name": "21fcd80c-2482-47f8-b8e1-9effbc46bea1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/afb92c78-a1ad-4f5e-88c5-b42c3b691c94?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/21fcd80c-2482-47f8-b8e1-9effbc46bea1?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7e7d0b325bce42439eb8600a5f6f5f5b-872109fa28ede043-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0e4f08cbe8f1ce558f4f7b53d8025030", + "traceparent": "00-456fcb6f2fec294397d1fb0835ab2c4e-01ed957d38ac6442-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "052536e25f8ea3bf475c97d739615928", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "234", + "Content-Length": "133", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:28:22 GMT", + "Date": "Fri, 16 Jun 2023 02:31:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -749,45 +13595,84 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e4f08cbe8f1ce558f4f7b53d8025030", - "x-ms-correlation-request-id": "e7f02d5d-1e08-4458-ba14-769c4e783f79", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "48750018-c630-4f1c-b037-bbadad6e45ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102823Z:e7f02d5d-1e08-4458-ba14-769c4e783f79", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "052536e25f8ea3bf475c97d739615928", + "x-ms-correlation-request-id": "fd4c6cae-717d-427f-a078-23b6db593515", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;212", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "8d1ca48f-426c-4158-8ae6-fe3db8276b31", + "x-ms-routing-request-id": "EASTUS:20230616T023102Z:fd4c6cae-717d-427f-a078-23b6db593515", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:30:59.256131\u002B00:00", + "status": "InProgress", + "name": "21fcd80c-2482-47f8-b8e1-9effbc46bea1" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/21fcd80c-2482-47f8-b8e1-9effbc46bea1?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-456fcb6f2fec294397d1fb0835ab2c4e-78ba85e4e0613242-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5a33810869a7f452b02314cb78cd698a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "233", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:31:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a33810869a7f452b02314cb78cd698a", + "x-ms-correlation-request-id": "8f594cfc-49ea-4d3c-ba7a-31f5b06dbed5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "76005f42-4861-42cc-b54d-4c860a0dc086", + "x-ms-routing-request-id": "EASTUS:20230616T023105Z:8f594cfc-49ea-4d3c-ba7a-31f5b06dbed5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:28:18.0757378\u002B00:00", - "endTime": "2023-03-23T10:28:22.6073174\u002B00:00", + "startTime": "2023-06-16T02:30:59.256131\u002B00:00", + "endTime": "2023-06-16T02:31:02.7405164\u002B00:00", "status": "Succeeded", "properties": { "output": "success" }, - "name": "afb92c78-a1ad-4f5e-88c5-b42c3b691c94" + "name": "21fcd80c-2482-47f8-b8e1-9effbc46bea1" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9286/dnsRefresh?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5199/storageTargets/storagetarget10/dnsRefresh?api-version=2023-05-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "traceparent": "00-7edede12d64c2043b47cf4ee7de3a51d-ff76b390a105dc46-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "02c41131055bf16154f63e36a00bae46", + "traceparent": "00-f6d6feacb715884684cca1139c16057f-cf9886a7fbe8574a-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5e1093adc279f973574fb3a0aa86983f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/05bb357f-2e63-4ad2-ad1b-8489bc785d39?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bf8e6a81-d457-4ded-9996-81b74c236d99?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:28:23 GMT", + "Date": "Fri, 16 Jun 2023 02:31:04 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/05bb357f-2e63-4ad2-ad1b-8489bc785d39?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bf8e6a81-d457-4ded-9996-81b74c236d99?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -795,24 +13680,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02c41131055bf16154f63e36a00bae46", - "x-ms-correlation-request-id": "878396e4-b71b-4ddb-b7cc-1053c4ebdd10", + "x-ms-client-request-id": "5e1093adc279f973574fb3a0aa86983f", + "x-ms-correlation-request-id": "2a63d932-efe3-4065-b943-a72d87dcdaf9", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DnsRefreshStorageTarget1Min;89", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "05bb357f-2e63-4ad2-ad1b-8489bc785d39", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102823Z:878396e4-b71b-4ddb-b7cc-1053c4ebdd10", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "bf8e6a81-d457-4ded-9996-81b74c236d99", + "x-ms-routing-request-id": "EASTUS:20230616T023105Z:2a63d932-efe3-4065-b943-a72d87dcdaf9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/05bb357f-2e63-4ad2-ad1b-8489bc785d39?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bf8e6a81-d457-4ded-9996-81b74c236d99?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7edede12d64c2043b47cf4ee7de3a51d-e3cdb09cf2d2524d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c09693117c96c6d5a65ebafaa91f2e83", + "traceparent": "00-f6d6feacb715884684cca1139c16057f-b6264b5874cea04b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a5290df2fb5146ae0d3a0257b5b14a29", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -821,7 +13706,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:28:23 GMT", + "Date": "Fri, 16 Jun 2023 02:31:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -830,28 +13715,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c09693117c96c6d5a65ebafaa91f2e83", - "x-ms-correlation-request-id": "738b5d53-5a9f-4b8d-bfbb-abe47b877acc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "bdce0bd7-6de4-4afe-9a8f-2e863cedc7d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102823Z:738b5d53-5a9f-4b8d-bfbb-abe47b877acc", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "a5290df2fb5146ae0d3a0257b5b14a29", + "x-ms-correlation-request-id": "6ac57ed5-84af-41c0-84c3-fca6b7132bc0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;210", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "2034a814-f8af-4af3-aabd-7ba5489ba4b2", + "x-ms-routing-request-id": "EASTUS:20230616T023105Z:6ac57ed5-84af-41c0-84c3-fca6b7132bc0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:28:23.5917137\u002B00:00", + "startTime": "2023-06-16T02:31:05.1996296\u002B00:00", "status": "InProgress", - "name": "05bb357f-2e63-4ad2-ad1b-8489bc785d39" + "name": "bf8e6a81-d457-4ded-9996-81b74c236d99" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/05bb357f-2e63-4ad2-ad1b-8489bc785d39?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bf8e6a81-d457-4ded-9996-81b74c236d99?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7edede12d64c2043b47cf4ee7de3a51d-b08797aacadf284f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "574134a130a1cc186683275c64bbe367", + "traceparent": "00-f6d6feacb715884684cca1139c16057f-0bdb887576588c42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "117ed58b0c24b0677c967a486c09ae64", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -860,7 +13745,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:28:24 GMT", + "Date": "Fri, 16 Jun 2023 02:31:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -869,28 +13754,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "574134a130a1cc186683275c64bbe367", - "x-ms-correlation-request-id": "b26b1234-872c-4aa4-8d14-87092e02cc63", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "e9c46d67-a78d-4c6d-a9f2-732eb894228f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102825Z:b26b1234-872c-4aa4-8d14-87092e02cc63", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "117ed58b0c24b0677c967a486c09ae64", + "x-ms-correlation-request-id": "733717b2-b806-4c16-bd04-d0f7f2df2bd6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;209", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "c86b3e60-9f79-4170-9174-d8f1c7fc5ca0", + "x-ms-routing-request-id": "EASTUS:20230616T023106Z:733717b2-b806-4c16-bd04-d0f7f2df2bd6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:28:23.5917137\u002B00:00", + "startTime": "2023-06-16T02:31:05.1996296\u002B00:00", "status": "InProgress", - "name": "05bb357f-2e63-4ad2-ad1b-8489bc785d39" + "name": "bf8e6a81-d457-4ded-9996-81b74c236d99" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/05bb357f-2e63-4ad2-ad1b-8489bc785d39?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bf8e6a81-d457-4ded-9996-81b74c236d99?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7edede12d64c2043b47cf4ee7de3a51d-d6db759b9f802248-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0d247a9fed7595b0ab9a79b9abb196bc", + "traceparent": "00-f6d6feacb715884684cca1139c16057f-ea8012511c195d44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9dad3924f25c52edb7624fe8fabfc331", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -899,7 +13784,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:28:25 GMT", + "Date": "Fri, 16 Jun 2023 02:31:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -908,28 +13793,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d247a9fed7595b0ab9a79b9abb196bc", - "x-ms-correlation-request-id": "930ec274-bb15-4ef8-b7d1-236a7f519bfa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "d2964f9d-ef8a-4b02-9979-4bc88751c1d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102826Z:930ec274-bb15-4ef8-b7d1-236a7f519bfa", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "9dad3924f25c52edb7624fe8fabfc331", + "x-ms-correlation-request-id": "29302fcc-0bd4-41fb-bce1-7d463d8b5795", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;208", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "01abc8cd-7be8-45fa-bf91-ad88a79fbc28", + "x-ms-routing-request-id": "EASTUS:20230616T023107Z:29302fcc-0bd4-41fb-bce1-7d463d8b5795", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:28:23.5917137\u002B00:00", + "startTime": "2023-06-16T02:31:05.1996296\u002B00:00", "status": "InProgress", - "name": "05bb357f-2e63-4ad2-ad1b-8489bc785d39" + "name": "bf8e6a81-d457-4ded-9996-81b74c236d99" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/05bb357f-2e63-4ad2-ad1b-8489bc785d39?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bf8e6a81-d457-4ded-9996-81b74c236d99?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7edede12d64c2043b47cf4ee7de3a51d-7fbd903183933c4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d9041dd0ffabe1227aca5a12557861eb", + "traceparent": "00-f6d6feacb715884684cca1139c16057f-c02b2f88bbb14844-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "75df2ce61975e655a57929bb8066d904", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -938,7 +13823,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:28:27 GMT", + "Date": "Fri, 16 Jun 2023 02:31:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -947,28 +13832,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d9041dd0ffabe1227aca5a12557861eb", - "x-ms-correlation-request-id": "aca5a666-091f-41b6-92ff-c92eedc8f323", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "36154274-88dc-473b-820e-4fdc6e79ea52", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102827Z:aca5a666-091f-41b6-92ff-c92eedc8f323", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "75df2ce61975e655a57929bb8066d904", + "x-ms-correlation-request-id": "4fe7c340-bba4-4482-8295-30c417da4534", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;207", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "cd772b19-11a9-40ee-b8ee-8978f519913e", + "x-ms-routing-request-id": "EASTUS:20230616T023108Z:4fe7c340-bba4-4482-8295-30c417da4534", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:28:23.5917137\u002B00:00", + "startTime": "2023-06-16T02:31:05.1996296\u002B00:00", "status": "InProgress", - "name": "05bb357f-2e63-4ad2-ad1b-8489bc785d39" + "name": "bf8e6a81-d457-4ded-9996-81b74c236d99" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/05bb357f-2e63-4ad2-ad1b-8489bc785d39?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bf8e6a81-d457-4ded-9996-81b74c236d99?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7edede12d64c2043b47cf4ee7de3a51d-5b93513461d1844b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2f5b527a21fab40d83abab07b65e20b5", + "traceparent": "00-f6d6feacb715884684cca1139c16057f-29bddc731a84ab4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7b339e8bad0498cce82b5ac1bd7eb6bd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -977,7 +13862,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:28:29 GMT", + "Date": "Fri, 16 Jun 2023 02:31:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -986,28 +13871,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2f5b527a21fab40d83abab07b65e20b5", - "x-ms-correlation-request-id": "d569ad9c-30d0-46b5-a161-bb77d11c08ba", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "7449920c-b5c6-4112-a3d8-b4997496e6db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102830Z:d569ad9c-30d0-46b5-a161-bb77d11c08ba", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "7b339e8bad0498cce82b5ac1bd7eb6bd", + "x-ms-correlation-request-id": "ee29b1c1-d46c-4220-8b03-648127a582b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;205", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "411d0085-b1b7-42a2-99bb-e391b09ac911", + "x-ms-routing-request-id": "EASTUS:20230616T023110Z:ee29b1c1-d46c-4220-8b03-648127a582b3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:28:23.5917137\u002B00:00", + "startTime": "2023-06-16T02:31:05.1996296\u002B00:00", "status": "InProgress", - "name": "05bb357f-2e63-4ad2-ad1b-8489bc785d39" + "name": "bf8e6a81-d457-4ded-9996-81b74c236d99" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/05bb357f-2e63-4ad2-ad1b-8489bc785d39?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bf8e6a81-d457-4ded-9996-81b74c236d99?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7edede12d64c2043b47cf4ee7de3a51d-1c7bf71aa2ec9847-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "468c6aec0ab79fbc574392ab929e3f33", + "traceparent": "00-f6d6feacb715884684cca1139c16057f-a27b7836fcf42540-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "406149d239290aeee4c6f7e3c932d151", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1016,7 +13901,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:28:33 GMT", + "Date": "Fri, 16 Jun 2023 02:31:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1025,28 +13910,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "468c6aec0ab79fbc574392ab929e3f33", - "x-ms-correlation-request-id": "53804ca2-1f07-4ccf-a515-4877be7e0f05", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "f4768186-cddb-41a0-b1bb-aad793affba9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102834Z:53804ca2-1f07-4ccf-a515-4877be7e0f05", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "406149d239290aeee4c6f7e3c932d151", + "x-ms-correlation-request-id": "70b99b31-9796-4cb1-9dfb-62cd0756f5ab", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;203", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "b1d82dc1-2c2d-46f2-a979-97c8ae3a8dda", + "x-ms-routing-request-id": "EASTUS:20230616T023114Z:70b99b31-9796-4cb1-9dfb-62cd0756f5ab", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:28:23.5917137\u002B00:00", + "startTime": "2023-06-16T02:31:05.1996296\u002B00:00", "status": "InProgress", - "name": "05bb357f-2e63-4ad2-ad1b-8489bc785d39" + "name": "bf8e6a81-d457-4ded-9996-81b74c236d99" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/05bb357f-2e63-4ad2-ad1b-8489bc785d39?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bf8e6a81-d457-4ded-9996-81b74c236d99?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7edede12d64c2043b47cf4ee7de3a51d-b81aef024ca9144a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "593f8e396755aec10f4f55ff531b2b1c", + "traceparent": "00-f6d6feacb715884684cca1139c16057f-6ac235a537da8547-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5c5c4a89488c392d5f478d49bf942926", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1055,7 +13940,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:28:41 GMT", + "Date": "Fri, 16 Jun 2023 02:31:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1064,28 +13949,67 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "593f8e396755aec10f4f55ff531b2b1c", - "x-ms-correlation-request-id": "d35b4b14-ad93-4e3d-8fd9-d330ce923f10", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "e8d35a2d-7478-4269-9587-21692cca2e2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102842Z:d35b4b14-ad93-4e3d-8fd9-d330ce923f10", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "5c5c4a89488c392d5f478d49bf942926", + "x-ms-correlation-request-id": "b0b20d08-78a5-4b77-ad4e-3b14ce3ab4e8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;208", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "182d8b6c-f344-48d0-9a0e-9154b729ca47", + "x-ms-routing-request-id": "EASTUS:20230616T023122Z:b0b20d08-78a5-4b77-ad4e-3b14ce3ab4e8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:31:05.1996296\u002B00:00", + "status": "InProgress", + "name": "bf8e6a81-d457-4ded-9996-81b74c236d99" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bf8e6a81-d457-4ded-9996-81b74c236d99?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f6d6feacb715884684cca1139c16057f-71c69e3d4f05194d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "37e86bc2990552dbaf28973db5e8ceb5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:31:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37e86bc2990552dbaf28973db5e8ceb5", + "x-ms-correlation-request-id": "7dffde02-1263-4f55-bc21-f62277f360d5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;209", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "01f33d8c-252e-44b8-929d-9cbc4937257d", + "x-ms-routing-request-id": "EASTUS:20230616T023138Z:7dffde02-1263-4f55-bc21-f62277f360d5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:28:23.5917137\u002B00:00", + "startTime": "2023-06-16T02:31:05.1996296\u002B00:00", "status": "InProgress", - "name": "05bb357f-2e63-4ad2-ad1b-8489bc785d39" + "name": "bf8e6a81-d457-4ded-9996-81b74c236d99" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/05bb357f-2e63-4ad2-ad1b-8489bc785d39?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/bf8e6a81-d457-4ded-9996-81b74c236d99?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7edede12d64c2043b47cf4ee7de3a51d-d37f8abbafd9a54c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "eb25a5a91aeb6f3495bbd7b78e6221e4", + "traceparent": "00-f6d6feacb715884684cca1139c16057f-dda2b135c884b643-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "723809595a228a311b27e1e1aba44b4f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1094,7 +14018,7 @@ "Cache-Control": "no-cache", "Content-Length": "234", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:28:58 GMT", + "Date": "Fri, 16 Jun 2023 02:32:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1103,45 +14027,45 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb25a5a91aeb6f3495bbd7b78e6221e4", - "x-ms-correlation-request-id": "33ba591a-e54e-42a4-a9ef-46d28d1d6ec1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "9c6a4a06-f02f-411e-924d-9d13f2f0d2f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102858Z:33ba591a-e54e-42a4-a9ef-46d28d1d6ec1", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "723809595a228a311b27e1e1aba44b4f", + "x-ms-correlation-request-id": "12fce9cd-1fa6-4fec-ae81-8d05706ff486", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "7c9693f6-7147-46e6-90ed-cc7de7f734a9", + "x-ms-routing-request-id": "EASTUS:20230616T023210Z:12fce9cd-1fa6-4fec-ae81-8d05706ff486", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:28:23.5917137\u002B00:00", - "endTime": "2023-03-23T10:28:57.5076725\u002B00:00", + "startTime": "2023-06-16T02:31:05.1996296\u002B00:00", + "endTime": "2023-06-16T02:31:39.0639717\u002B00:00", "status": "Succeeded", "properties": { "output": "success" }, - "name": "05bb357f-2e63-4ad2-ad1b-8489bc785d39" + "name": "bf8e6a81-d457-4ded-9996-81b74c236d99" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9286/restoreDefaults?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5199/storageTargets/storagetarget10/restoreDefaults?api-version=2023-05-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "traceparent": "00-15886da60b232b4c9a7c6314d1ddc3b2-c07da4dd36e64d4f-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "27ce786cc71e855fa9dd3767b4bc4c3c", + "traceparent": "00-26da6b86bb2ff04894aaf9a2971214df-e4ceb7ce03c04b4d-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5d20d09d9a49f04b6f09ac63b0ef8476", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d812f03-1688-4c00-a417-2234900b0d55?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7abac449-af04-42ce-a7b0-108fd55c3d4e?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:28:58 GMT", + "Date": "Fri, 16 Jun 2023 02:32:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d812f03-1688-4c00-a417-2234900b0d55?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7abac449-af04-42ce-a7b0-108fd55c3d4e?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1149,23 +14073,23 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "27ce786cc71e855fa9dd3767b4bc4c3c", - "x-ms-correlation-request-id": "33b7b67f-6bcb-4fe9-8d7d-a88d4b827f20", + "x-ms-client-request-id": "5d20d09d9a49f04b6f09ac63b0ef8476", + "x-ms-correlation-request-id": "5b1a6802-811c-4988-81f3-8162f7f0e9bb", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "3d812f03-1688-4c00-a417-2234900b0d55", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102859Z:33b7b67f-6bcb-4fe9-8d7d-a88d4b827f20", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "7abac449-af04-42ce-a7b0-108fd55c3d4e", + "x-ms-routing-request-id": "EASTUS:20230616T023211Z:5b1a6802-811c-4988-81f3-8162f7f0e9bb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d812f03-1688-4c00-a417-2234900b0d55?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7abac449-af04-42ce-a7b0-108fd55c3d4e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-15886da60b232b4c9a7c6314d1ddc3b2-b6977c376a170a40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "db93702e034de2fd469f410de3ccbad9", + "traceparent": "00-26da6b86bb2ff04894aaf9a2971214df-4dc34ab4fac1364f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e5a047dd71c8bf6bbd480318adcdd92b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1174,7 +14098,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:28:58 GMT", + "Date": "Fri, 16 Jun 2023 02:32:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1183,28 +14107,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "db93702e034de2fd469f410de3ccbad9", - "x-ms-correlation-request-id": "3accb841-28a4-4612-af37-d891fef20afa", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "1f574a87-b80e-44b6-8806-d26db3366865", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102859Z:3accb841-28a4-4612-af37-d891fef20afa", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e5a047dd71c8bf6bbd480318adcdd92b", + "x-ms-correlation-request-id": "ac166f09-d910-4ffd-969f-cb5473e1f8b4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "38032960-808e-43b5-a7b2-15321dbee862", + "x-ms-routing-request-id": "EASTUS:20230616T023211Z:ac166f09-d910-4ffd-969f-cb5473e1f8b4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:28:59.3983612\u002B00:00", + "startTime": "2023-06-16T02:32:11.1479226\u002B00:00", "status": "InProgress", - "name": "3d812f03-1688-4c00-a417-2234900b0d55" + "name": "7abac449-af04-42ce-a7b0-108fd55c3d4e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d812f03-1688-4c00-a417-2234900b0d55?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7abac449-af04-42ce-a7b0-108fd55c3d4e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-15886da60b232b4c9a7c6314d1ddc3b2-938ef1b18834484c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "189f9b6e3460186b30afcd4e03c4f69f", + "traceparent": "00-26da6b86bb2ff04894aaf9a2971214df-6c9926d91bacf34b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d4696aa395b4e6f4cbb722eb7f6e3875", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1213,7 +14137,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:29:00 GMT", + "Date": "Fri, 16 Jun 2023 02:32:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1222,28 +14146,106 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "189f9b6e3460186b30afcd4e03c4f69f", - "x-ms-correlation-request-id": "ae56126f-3d4c-498d-83c0-be35a56f147a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "6a224c7c-c92f-42e0-8bab-26fc22a8bad2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102901Z:ae56126f-3d4c-498d-83c0-be35a56f147a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "d4696aa395b4e6f4cbb722eb7f6e3875", + "x-ms-correlation-request-id": "99fc0f37-edcc-43d9-910d-1f60c7124479", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "04f8ce1b-150a-40b8-bc56-d782f27fae71", + "x-ms-routing-request-id": "EASTUS:20230616T023212Z:99fc0f37-edcc-43d9-910d-1f60c7124479", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:32:11.1479226\u002B00:00", + "status": "InProgress", + "name": "7abac449-af04-42ce-a7b0-108fd55c3d4e" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7abac449-af04-42ce-a7b0-108fd55c3d4e?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-26da6b86bb2ff04894aaf9a2971214df-375efd7ec9bc094b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6985a1629e4f07ae6b30f813b3ecbb6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:32:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6985a1629e4f07ae6b30f813b3ecbb6c", + "x-ms-correlation-request-id": "d801960e-93d3-462b-ba07-1e7fd6845525", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "ed231358-7992-4994-95bc-f74256eff360", + "x-ms-routing-request-id": "EASTUS:20230616T023213Z:d801960e-93d3-462b-ba07-1e7fd6845525", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:32:11.1479226\u002B00:00", + "status": "InProgress", + "name": "7abac449-af04-42ce-a7b0-108fd55c3d4e" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7abac449-af04-42ce-a7b0-108fd55c3d4e?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-26da6b86bb2ff04894aaf9a2971214df-6bcad58deb36f64a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4d39ef84d290475653b919104e803f4f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:32:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4d39ef84d290475653b919104e803f4f", + "x-ms-correlation-request-id": "d66c990e-6312-4001-a4d0-1ba2b46b74d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "93411390-9ebc-4e1e-8356-f7852fb714bb", + "x-ms-routing-request-id": "EASTUS:20230616T023214Z:d66c990e-6312-4001-a4d0-1ba2b46b74d0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:28:59.3983612\u002B00:00", + "startTime": "2023-06-16T02:32:11.1479226\u002B00:00", "status": "InProgress", - "name": "3d812f03-1688-4c00-a417-2234900b0d55" + "name": "7abac449-af04-42ce-a7b0-108fd55c3d4e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d812f03-1688-4c00-a417-2234900b0d55?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7abac449-af04-42ce-a7b0-108fd55c3d4e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-15886da60b232b4c9a7c6314d1ddc3b2-ee4f5f8de2528846-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "44398abd712914ef781fa6d912393b8d", + "traceparent": "00-26da6b86bb2ff04894aaf9a2971214df-458cf9bced1c9c41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0cb58d10704704dbbc6169849de032de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1252,7 +14254,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:29:01 GMT", + "Date": "Fri, 16 Jun 2023 02:32:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1261,28 +14263,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44398abd712914ef781fa6d912393b8d", - "x-ms-correlation-request-id": "da983939-a445-423f-af20-e147cc8b559c", + "x-ms-client-request-id": "0cb58d10704704dbbc6169849de032de", + "x-ms-correlation-request-id": "181ac1d2-5adb-4de8-a8d9-b6ce0a3e2cdd", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "7ad91f0f-9e8e-45bf-a51e-55dbbd3fb3c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102902Z:da983939-a445-423f-af20-e147cc8b559c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "5b9d5324-3176-4faa-87b4-e480cdf7e8b5", + "x-ms-routing-request-id": "EASTUS:20230616T023216Z:181ac1d2-5adb-4de8-a8d9-b6ce0a3e2cdd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:28:59.3983612\u002B00:00", + "startTime": "2023-06-16T02:32:11.1479226\u002B00:00", "status": "InProgress", - "name": "3d812f03-1688-4c00-a417-2234900b0d55" + "name": "7abac449-af04-42ce-a7b0-108fd55c3d4e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d812f03-1688-4c00-a417-2234900b0d55?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7abac449-af04-42ce-a7b0-108fd55c3d4e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-15886da60b232b4c9a7c6314d1ddc3b2-297cb724d3b1bf4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f32bea150869f94c057baa9d36afdf82", + "traceparent": "00-26da6b86bb2ff04894aaf9a2971214df-e14b332bce1c9b4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8f67b5fcea348fe54b3e1596859db9eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1291,7 +14293,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:29:02 GMT", + "Date": "Fri, 16 Jun 2023 02:32:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1300,28 +14302,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f32bea150869f94c057baa9d36afdf82", - "x-ms-correlation-request-id": "5eccecb3-59fa-4ae6-a25a-da04b9117f01", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "7d060f86-f42b-44f6-9def-80b253472bb3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102903Z:5eccecb3-59fa-4ae6-a25a-da04b9117f01", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "8f67b5fcea348fe54b3e1596859db9eb", + "x-ms-correlation-request-id": "6f6bd796-9afc-4bd8-a8bc-9a871a738401", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "4bc30619-04c0-45f6-a2be-58f282aabe89", + "x-ms-routing-request-id": "EASTUS:20230616T023220Z:6f6bd796-9afc-4bd8-a8bc-9a871a738401", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:28:59.3983612\u002B00:00", + "startTime": "2023-06-16T02:32:11.1479226\u002B00:00", "status": "InProgress", - "name": "3d812f03-1688-4c00-a417-2234900b0d55" + "name": "7abac449-af04-42ce-a7b0-108fd55c3d4e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d812f03-1688-4c00-a417-2234900b0d55?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7abac449-af04-42ce-a7b0-108fd55c3d4e?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-15886da60b232b4c9a7c6314d1ddc3b2-678df76c9bd61347-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5950a2a97693fdafab8b9f418d9205f6", + "traceparent": "00-26da6b86bb2ff04894aaf9a2971214df-d0bd1475244f4247-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2503a9f0ae3713251335912e69d1aa72", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1330,7 +14332,7 @@ "Cache-Control": "no-cache", "Content-Length": "233", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:29:04 GMT", + "Date": "Fri, 16 Jun 2023 02:32:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1339,32 +14341,32 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5950a2a97693fdafab8b9f418d9205f6", - "x-ms-correlation-request-id": "b48428f8-9fcc-4d0c-aaf9-3db2a7dfdadd", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "a5fb7bc9-974c-48ef-846e-e2474780cd8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102905Z:b48428f8-9fcc-4d0c-aaf9-3db2a7dfdadd", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "2503a9f0ae3713251335912e69d1aa72", + "x-ms-correlation-request-id": "a8b28478-1341-4d69-9ff6-540ade689676", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "6fd90a22-c47f-4dea-885c-bbf1fd56c69b", + "x-ms-routing-request-id": "EASTUS:20230616T023228Z:a8b28478-1341-4d69-9ff6-540ade689676", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:28:59.3983612\u002B00:00", - "endTime": "2023-03-23T10:29:05.555121\u002B00:00", + "startTime": "2023-06-16T02:32:11.1479226\u002B00:00", + "endTime": "2023-06-16T02:32:27.991776\u002B00:00", "status": "Succeeded", "properties": { "output": "success" }, - "name": "3d812f03-1688-4c00-a417-2234900b0d55" + "name": "7abac449-af04-42ce-a7b0-108fd55c3d4e" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/3d812f03-1688-4c00-a417-2234900b0d55?monitor=true\u0026api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/7abac449-af04-42ce-a7b0-108fd55c3d4e?monitor=true\u0026api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-15886da60b232b4c9a7c6314d1ddc3b2-ab37782502ac124b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "19383f740298b5353d3f3faec651ddc9", + "traceparent": "00-26da6b86bb2ff04894aaf9a2971214df-0c770aefd33bcb42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "98133a86b018251aa825c1095a457f1e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1373,7 +14375,7 @@ "Cache-Control": "no-cache", "Content-Length": "9", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:29:05 GMT", + "Date": "Fri, 16 Jun 2023 02:32:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1382,37 +14384,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19383f740298b5353d3f3faec651ddc9", - "x-ms-correlation-request-id": "ce099a23-1a1c-4390-b895-68397674e996", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "4fbeea10-4aa8-4e64-8d68-2b18d42c9637", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102906Z:ce099a23-1a1c-4390-b895-68397674e996", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "98133a86b018251aa825c1095a457f1e", + "x-ms-correlation-request-id": "314c9cd8-b639-4fea-9236-907c5316d7df", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "def21af0-05fb-4e7e-aebf-ae4c97a6ae54", + "x-ms-routing-request-id": "EASTUS:20230616T023228Z:314c9cd8-b639-4fea-9236-907c5316d7df", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": "\u0022success\u0022" }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9286/invalidate?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5199/storageTargets/storagetarget10/invalidate?api-version=2023-05-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "traceparent": "00-e2e6d269de6eae47aeff6f5d11f8ba39-74fc08f43fe51d4c-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7030243fe2e99ef93b2e47dd680a6b72", + "traceparent": "00-94cdf20b1c9c64449e32950ea475c58e-1bbc02fb5b5f2d4c-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f3937da80cdd4da790537bfe59b62679", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/17f7abdb-edf8-4a02-8833-5a3987fd0023?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3872885c-07f7-4471-8c54-e86a02ea4481?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:29:05 GMT", + "Date": "Fri, 16 Jun 2023 02:32:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/17f7abdb-edf8-4a02-8833-5a3987fd0023?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3872885c-07f7-4471-8c54-e86a02ea4481?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1420,24 +14422,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7030243fe2e99ef93b2e47dd680a6b72", - "x-ms-correlation-request-id": "a752c2e6-b3d2-4fbd-91a4-9c3072151f8d", + "x-ms-client-request-id": "f3937da80cdd4da790537bfe59b62679", + "x-ms-correlation-request-id": "60afd241-7ea6-48e3-8052-39208cf12fb3", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/FlushOrInvalidateStorageTarget5Min;118", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "17f7abdb-edf8-4a02-8833-5a3987fd0023", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102906Z:a752c2e6-b3d2-4fbd-91a4-9c3072151f8d", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "3872885c-07f7-4471-8c54-e86a02ea4481", + "x-ms-routing-request-id": "EASTUS:20230616T023228Z:60afd241-7ea6-48e3-8052-39208cf12fb3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/17f7abdb-edf8-4a02-8833-5a3987fd0023?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3872885c-07f7-4471-8c54-e86a02ea4481?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e2e6d269de6eae47aeff6f5d11f8ba39-e1912d41f04ae24f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6802d5ae9562910d4599dd6aba584c33", + "traceparent": "00-94cdf20b1c9c64449e32950ea475c58e-055efa1358d3a843-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "eb8572b6b63d799593c507c4341bcbf2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1446,7 +14448,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:29:05 GMT", + "Date": "Fri, 16 Jun 2023 02:32:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1455,28 +14457,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6802d5ae9562910d4599dd6aba584c33", - "x-ms-correlation-request-id": "eeee7eab-d986-497e-b831-528a61c9388d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "f55a4562-1246-405a-8c9a-6d08900e82ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102906Z:eeee7eab-d986-497e-b831-528a61c9388d", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "eb8572b6b63d799593c507c4341bcbf2", + "x-ms-correlation-request-id": "e5d2e830-382d-47db-a15e-86c4ae74c8d3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "829e581f-0336-4f69-85d1-63a14134ccab", + "x-ms-routing-request-id": "EASTUS:20230616T023228Z:e5d2e830-382d-47db-a15e-86c4ae74c8d3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:29:06.5551252\u002B00:00", + "startTime": "2023-06-16T02:32:28.8355162\u002B00:00", "status": "InProgress", - "name": "17f7abdb-edf8-4a02-8833-5a3987fd0023" + "name": "3872885c-07f7-4471-8c54-e86a02ea4481" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/17f7abdb-edf8-4a02-8833-5a3987fd0023?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3872885c-07f7-4471-8c54-e86a02ea4481?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e2e6d269de6eae47aeff6f5d11f8ba39-c093d21714632247-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1339ccd3e62879533b89044ec6a5673a", + "traceparent": "00-94cdf20b1c9c64449e32950ea475c58e-8a918b617d0f1942-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b87647ff34368894ab5365ff8f956075", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1485,7 +14487,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:29:08 GMT", + "Date": "Fri, 16 Jun 2023 02:32:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1494,28 +14496,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1339ccd3e62879533b89044ec6a5673a", - "x-ms-correlation-request-id": "0845c853-d505-44e5-bb1a-1ed2f6d96768", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "91954273-095c-4532-93d7-ffe0ea0c656e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102908Z:0845c853-d505-44e5-bb1a-1ed2f6d96768", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "b87647ff34368894ab5365ff8f956075", + "x-ms-correlation-request-id": "74d2a446-db94-4f24-88d5-af5b321722ba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;213", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "d60bbfaf-1232-4179-b6cc-216ac082bfe5", + "x-ms-routing-request-id": "EASTUS:20230616T023229Z:74d2a446-db94-4f24-88d5-af5b321722ba", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:29:06.5551252\u002B00:00", + "startTime": "2023-06-16T02:32:28.8355162\u002B00:00", "status": "InProgress", - "name": "17f7abdb-edf8-4a02-8833-5a3987fd0023" + "name": "3872885c-07f7-4471-8c54-e86a02ea4481" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/17f7abdb-edf8-4a02-8833-5a3987fd0023?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3872885c-07f7-4471-8c54-e86a02ea4481?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e2e6d269de6eae47aeff6f5d11f8ba39-5b3d29bf7de22f4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "922fedf70208e010a697b1dce87feb14", + "traceparent": "00-94cdf20b1c9c64449e32950ea475c58e-7ec0953288a4324c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e748ad9a3a30dc3b0d95b7c4180d0b72", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1524,7 +14526,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:29:09 GMT", + "Date": "Fri, 16 Jun 2023 02:32:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1533,28 +14535,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "922fedf70208e010a697b1dce87feb14", - "x-ms-correlation-request-id": "d0f2b25b-6f51-4500-823a-06713f2ef248", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "0d753b0d-1ee8-49f8-bfae-201fb964e4ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102909Z:d0f2b25b-6f51-4500-823a-06713f2ef248", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e748ad9a3a30dc3b0d95b7c4180d0b72", + "x-ms-correlation-request-id": "b522ee46-a521-4b4b-ba0a-a6219b9f6637", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "2d6c9196-66a6-45ac-b2d2-49dae6bb0f50", + "x-ms-routing-request-id": "EASTUS:20230616T023231Z:b522ee46-a521-4b4b-ba0a-a6219b9f6637", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:29:06.5551252\u002B00:00", + "startTime": "2023-06-16T02:32:28.8355162\u002B00:00", "status": "InProgress", - "name": "17f7abdb-edf8-4a02-8833-5a3987fd0023" + "name": "3872885c-07f7-4471-8c54-e86a02ea4481" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/17f7abdb-edf8-4a02-8833-5a3987fd0023?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3872885c-07f7-4471-8c54-e86a02ea4481?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e2e6d269de6eae47aeff6f5d11f8ba39-a8b23835e14bc54f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6b80e74e23c7c83282882dd891beca9f", + "traceparent": "00-94cdf20b1c9c64449e32950ea475c58e-de8b98c3ba204641-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a5128a1200a58198defd40ea5196eafd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1563,7 +14565,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:29:10 GMT", + "Date": "Fri, 16 Jun 2023 02:32:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1572,28 +14574,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b80e74e23c7c83282882dd891beca9f", - "x-ms-correlation-request-id": "8e3fe69b-dbc8-48ec-9674-d8b183546d3d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "ac7f3782-0876-4f37-9ca1-af3d9e47ca0d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102910Z:8e3fe69b-dbc8-48ec-9674-d8b183546d3d", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "a5128a1200a58198defd40ea5196eafd", + "x-ms-correlation-request-id": "4c5f70f8-506e-4844-bb2e-058a48c05133", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "e43341d3-70fd-4bc7-9716-00cd12fbf875", + "x-ms-routing-request-id": "EASTUS:20230616T023232Z:4c5f70f8-506e-4844-bb2e-058a48c05133", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:29:06.5551252\u002B00:00", + "startTime": "2023-06-16T02:32:28.8355162\u002B00:00", "status": "InProgress", - "name": "17f7abdb-edf8-4a02-8833-5a3987fd0023" + "name": "3872885c-07f7-4471-8c54-e86a02ea4481" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/17f7abdb-edf8-4a02-8833-5a3987fd0023?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3872885c-07f7-4471-8c54-e86a02ea4481?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e2e6d269de6eae47aeff6f5d11f8ba39-37773c08a8481d4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cd73a332ba28d02bbb596d90347691bb", + "traceparent": "00-94cdf20b1c9c64449e32950ea475c58e-fe2f4f7020d5b345-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "872a9265e4d2c4c10b99aba07dd06f9d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1602,7 +14604,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:29:13 GMT", + "Date": "Fri, 16 Jun 2023 02:32:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1611,28 +14613,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd73a332ba28d02bbb596d90347691bb", - "x-ms-correlation-request-id": "6c15e022-58cf-4c64-9f9a-bc082ad9fa72", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "acfc9d91-37c1-4fbb-b603-e8e09d9c99eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102913Z:6c15e022-58cf-4c64-9f9a-bc082ad9fa72", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "872a9265e4d2c4c10b99aba07dd06f9d", + "x-ms-correlation-request-id": "2b54a54d-e4fc-4a14-bbef-24759631e6fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;213", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "d2bed863-c7ea-44e7-9cb9-413d34eecb8a", + "x-ms-routing-request-id": "EASTUS:20230616T023234Z:2b54a54d-e4fc-4a14-bbef-24759631e6fe", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:29:06.5551252\u002B00:00", + "startTime": "2023-06-16T02:32:28.8355162\u002B00:00", "status": "InProgress", - "name": "17f7abdb-edf8-4a02-8833-5a3987fd0023" + "name": "3872885c-07f7-4471-8c54-e86a02ea4481" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/17f7abdb-edf8-4a02-8833-5a3987fd0023?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3872885c-07f7-4471-8c54-e86a02ea4481?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e2e6d269de6eae47aeff6f5d11f8ba39-e88a869f3970cc4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "df00ef9efc25d372bb670f7fd5384ee7", + "traceparent": "00-94cdf20b1c9c64449e32950ea475c58e-b86f334431503845-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "04ecf248ba839ad014c70932f9518b76", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1641,7 +14643,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:29:17 GMT", + "Date": "Fri, 16 Jun 2023 02:32:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1650,28 +14652,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df00ef9efc25d372bb670f7fd5384ee7", - "x-ms-correlation-request-id": "acab861a-d3a3-4e4a-9375-68ad3b857129", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "8b9de385-4e97-48b9-8726-f7b23de1cae6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102917Z:acab861a-d3a3-4e4a-9375-68ad3b857129", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "04ecf248ba839ad014c70932f9518b76", + "x-ms-correlation-request-id": "8769004c-f79a-44f0-8c38-911d8df37505", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "ce2c02cd-a75c-4976-a41f-a99580300964", + "x-ms-routing-request-id": "EASTUS:20230616T023238Z:8769004c-f79a-44f0-8c38-911d8df37505", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:29:06.5551252\u002B00:00", + "startTime": "2023-06-16T02:32:28.8355162\u002B00:00", "status": "InProgress", - "name": "17f7abdb-edf8-4a02-8833-5a3987fd0023" + "name": "3872885c-07f7-4471-8c54-e86a02ea4481" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/17f7abdb-edf8-4a02-8833-5a3987fd0023?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3872885c-07f7-4471-8c54-e86a02ea4481?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e2e6d269de6eae47aeff6f5d11f8ba39-23738cfc65f2ee44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "44aa12cc1d0c94ebbcafaf6eb6a1930c", + "traceparent": "00-94cdf20b1c9c64449e32950ea475c58e-133c33bd22c32b48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "855ebaab83e32d9fc94d990b55f7040d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1680,7 +14682,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:29:25 GMT", + "Date": "Fri, 16 Jun 2023 02:32:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1689,28 +14691,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44aa12cc1d0c94ebbcafaf6eb6a1930c", - "x-ms-correlation-request-id": "3a292005-41f0-422e-b8ab-d5f4f307b6a8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "fd3fcff7-05d6-41e6-a59a-59c1e19e669d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102925Z:3a292005-41f0-422e-b8ab-d5f4f307b6a8", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "855ebaab83e32d9fc94d990b55f7040d", + "x-ms-correlation-request-id": "e64cf4dc-c793-48d5-ac9f-6d70640ef99f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;212", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "ac7bb978-04e4-4b87-bd24-8d9ccf74d480", + "x-ms-routing-request-id": "EASTUS:20230616T023246Z:e64cf4dc-c793-48d5-ac9f-6d70640ef99f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:29:06.5551252\u002B00:00", + "startTime": "2023-06-16T02:32:28.8355162\u002B00:00", "status": "InProgress", - "name": "17f7abdb-edf8-4a02-8833-5a3987fd0023" + "name": "3872885c-07f7-4471-8c54-e86a02ea4481" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/17f7abdb-edf8-4a02-8833-5a3987fd0023?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3872885c-07f7-4471-8c54-e86a02ea4481?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e2e6d269de6eae47aeff6f5d11f8ba39-9667971df25df146-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a13972f6ebbd367a319f12c1aaabfb83", + "traceparent": "00-94cdf20b1c9c64449e32950ea475c58e-ba29369df4bffe43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5ea1a38ee5a9aa7ac28f720bdb8ecbba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1719,7 +14721,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:29:41 GMT", + "Date": "Fri, 16 Jun 2023 02:33:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1728,37 +14730,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a13972f6ebbd367a319f12c1aaabfb83", - "x-ms-correlation-request-id": "693b0f4f-cc1a-4a34-96f2-800d2d9a16a9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "fe2afe39-cf16-478e-80c9-02280f89fa2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T102941Z:693b0f4f-cc1a-4a34-96f2-800d2d9a16a9", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "5ea1a38ee5a9aa7ac28f720bdb8ecbba", + "x-ms-correlation-request-id": "77e5be08-148e-4c4d-bbd5-c8446b071c8b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "0d75003b-3d9b-46b5-adea-9dc4aaca1d91", + "x-ms-routing-request-id": "EASTUS:20230616T023302Z:77e5be08-148e-4c4d-bbd5-c8446b071c8b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:29:06.5551252\u002B00:00", + "startTime": "2023-06-16T02:32:28.8355162\u002B00:00", "status": "InProgress", - "name": "17f7abdb-edf8-4a02-8833-5a3987fd0023" + "name": "3872885c-07f7-4471-8c54-e86a02ea4481" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/17f7abdb-edf8-4a02-8833-5a3987fd0023?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3872885c-07f7-4471-8c54-e86a02ea4481?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e2e6d269de6eae47aeff6f5d11f8ba39-9544c88094826e4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "22c3850a4dcb80af046c23764c031d19", + "traceparent": "00-94cdf20b1c9c64449e32950ea475c58e-936031718aff674e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c3f5340ee971c4b952be3b3520c4441d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "234", + "Content-Length": "233", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:30:13 GMT", + "Date": "Fri, 16 Jun 2023 02:33:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1767,45 +14769,45 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22c3850a4dcb80af046c23764c031d19", - "x-ms-correlation-request-id": "292dbc09-b583-49fa-b7ed-436f25ef931c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "ce2ac00a-bd08-4150-9a41-62544e3783b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103014Z:292dbc09-b583-49fa-b7ed-436f25ef931c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "c3f5340ee971c4b952be3b3520c4441d", + "x-ms-correlation-request-id": "ba4721f3-8f84-4e64-b8ef-7d959cc474b6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "a1e597f9-5ce9-4623-aa5a-f79e39d39dd1", + "x-ms-routing-request-id": "EASTUS:20230616T023334Z:ba4721f3-8f84-4e64-b8ef-7d959cc474b6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:29:06.5551252\u002B00:00", - "endTime": "2023-03-23T10:29:50.0660501\u002B00:00", + "startTime": "2023-06-16T02:32:28.8355162\u002B00:00", + "endTime": "2023-06-16T02:33:11.480695\u002B00:00", "status": "Succeeded", "properties": { "output": "success" }, - "name": "17f7abdb-edf8-4a02-8833-5a3987fd0023" + "name": "3872885c-07f7-4471-8c54-e86a02ea4481" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9286/suspend?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5199/storageTargets/storagetarget10/suspend?api-version=2023-05-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "traceparent": "00-e74ead407b9ce141a6a004fa586d8ab6-eef272737e4f2045-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "638903d3adfee1299874136c0b2ae910", + "traceparent": "00-56ea3be7f2353b4d8896f05bfa12c2e2-a233ccd3b8f4b741-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "56a4fbc32cb0c6cc3fb4c3531194523a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/c745279d-3b05-40d8-8be6-dac7b9fa7d4c?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a75fadea-44ff-45c4-b004-e98c52261875?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:30:15 GMT", + "Date": "Fri, 16 Jun 2023 02:33:33 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/c745279d-3b05-40d8-8be6-dac7b9fa7d4c?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a75fadea-44ff-45c4-b004-e98c52261875?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1813,24 +14815,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "638903d3adfee1299874136c0b2ae910", - "x-ms-correlation-request-id": "c5fa880e-6824-4fcd-a96d-d103b46dd60e", + "x-ms-client-request-id": "56a4fbc32cb0c6cc3fb4c3531194523a", + "x-ms-correlation-request-id": "9ed39569-42b2-4c90-b592-206c64beaafd", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ResumeOrSuspendStorageTarget1Min;239", "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "c745279d-3b05-40d8-8be6-dac7b9fa7d4c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103015Z:c5fa880e-6824-4fcd-a96d-d103b46dd60e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "a75fadea-44ff-45c4-b004-e98c52261875", + "x-ms-routing-request-id": "EASTUS:20230616T023334Z:9ed39569-42b2-4c90-b592-206c64beaafd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/c745279d-3b05-40d8-8be6-dac7b9fa7d4c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a75fadea-44ff-45c4-b004-e98c52261875?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e74ead407b9ce141a6a004fa586d8ab6-6107242a61d3364b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a6edf88298225c845be28a57394374d9", + "traceparent": "00-56ea3be7f2353b4d8896f05bfa12c2e2-dd284b829ebf3a4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "df48554b74eae209682e83bd2665b3be", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1839,7 +14841,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:30:15 GMT", + "Date": "Fri, 16 Jun 2023 02:33:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1848,28 +14850,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a6edf88298225c845be28a57394374d9", - "x-ms-correlation-request-id": "4dc4d124-760d-40fe-ab16-bc40df6dbe66", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "cea443f7-291f-4742-8016-3408b19990c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103015Z:4dc4d124-760d-40fe-ab16-bc40df6dbe66", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "df48554b74eae209682e83bd2665b3be", + "x-ms-correlation-request-id": "835ae7a0-316c-40af-8d39-9aa905a20b31", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "7e51e439-4365-4d77-97cf-0484f779d29e", + "x-ms-routing-request-id": "EASTUS:20230616T023334Z:835ae7a0-316c-40af-8d39-9aa905a20b31", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:30:15.5052941\u002B00:00", + "startTime": "2023-06-16T02:33:34.6916875\u002B00:00", "status": "InProgress", - "name": "c745279d-3b05-40d8-8be6-dac7b9fa7d4c" + "name": "a75fadea-44ff-45c4-b004-e98c52261875" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/c745279d-3b05-40d8-8be6-dac7b9fa7d4c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a75fadea-44ff-45c4-b004-e98c52261875?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e74ead407b9ce141a6a004fa586d8ab6-df1df545a0326a47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1fc21282ed9f623bc2dfa04510d91894", + "traceparent": "00-56ea3be7f2353b4d8896f05bfa12c2e2-a269508dbb22804d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "41b2006c24c7821a5fff6cd320e11cfb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1878,7 +14880,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:30:16 GMT", + "Date": "Fri, 16 Jun 2023 02:33:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1887,28 +14889,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1fc21282ed9f623bc2dfa04510d91894", - "x-ms-correlation-request-id": "733b9d18-2fe9-45cb-bcbe-7809038b53a3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "0961d4d2-abb8-4c9a-9f1f-c5c211020d42", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103017Z:733b9d18-2fe9-45cb-bcbe-7809038b53a3", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "41b2006c24c7821a5fff6cd320e11cfb", + "x-ms-correlation-request-id": "92f7505d-b917-4790-9359-c717b42d3925", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "f0470cb8-8012-4c07-a9dd-70565bbc53f3", + "x-ms-routing-request-id": "EASTUS:20230616T023335Z:92f7505d-b917-4790-9359-c717b42d3925", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:30:15.5052941\u002B00:00", + "startTime": "2023-06-16T02:33:34.6916875\u002B00:00", "status": "InProgress", - "name": "c745279d-3b05-40d8-8be6-dac7b9fa7d4c" + "name": "a75fadea-44ff-45c4-b004-e98c52261875" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/c745279d-3b05-40d8-8be6-dac7b9fa7d4c?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/a75fadea-44ff-45c4-b004-e98c52261875?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-e74ead407b9ce141a6a004fa586d8ab6-35c212bc38708a4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "13e9e68a433d1beea807d4fbe7e96f7e", + "traceparent": "00-56ea3be7f2353b4d8896f05bfa12c2e2-c2d7319a847ba346-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bc08c52a724c0d50d61ab8d3bdde7e83", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1917,7 +14919,7 @@ "Cache-Control": "no-cache", "Content-Length": "234", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:30:17 GMT", + "Date": "Fri, 16 Jun 2023 02:33:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1926,45 +14928,45 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "13e9e68a433d1beea807d4fbe7e96f7e", - "x-ms-correlation-request-id": "8a048dad-6a81-44a2-b7a9-b1df0bd14ff5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "01fbe9fe-b70d-466a-85e8-a2b4015e723b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103018Z:8a048dad-6a81-44a2-b7a9-b1df0bd14ff5", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "bc08c52a724c0d50d61ab8d3bdde7e83", + "x-ms-correlation-request-id": "46b5be41-7f61-4301-99dd-594ab2294ab3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "192d1f31-53aa-47f9-bc4e-f92825fe301d", + "x-ms-routing-request-id": "EASTUS:20230616T023336Z:46b5be41-7f61-4301-99dd-594ab2294ab3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:30:15.5052941\u002B00:00", - "endTime": "2023-03-23T10:30:17.2084413\u002B00:00", + "startTime": "2023-06-16T02:33:34.6916875\u002B00:00", + "endTime": "2023-06-16T02:33:36.4260785\u002B00:00", "status": "Succeeded", "properties": { "output": "success" }, - "name": "c745279d-3b05-40d8-8be6-dac7b9fa7d4c" + "name": "a75fadea-44ff-45c4-b004-e98c52261875" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9286/resume?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5199/storageTargets/storagetarget10/resume?api-version=2023-05-01", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "0", - "traceparent": "00-d300193cc778fd4486f2042242a9380b-fd79dc888d52d34a-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b6cec344ca41948dbd8be442f73e4c82", + "traceparent": "00-cc8858fb8e3f564a8747b82222000a92-fb7ef48b9b412341-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a87f4d29489127363ac580ea0836c187", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b878fa52-5e73-4a18-99cd-37e67acf5811?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/50f5c981-1db6-4af6-a54e-c25de9bfc841?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:30:18 GMT", + "Date": "Fri, 16 Jun 2023 02:33:36 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b878fa52-5e73-4a18-99cd-37e67acf5811?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/50f5c981-1db6-4af6-a54e-c25de9bfc841?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1972,24 +14974,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b6cec344ca41948dbd8be442f73e4c82", - "x-ms-correlation-request-id": "31d25e66-fcc6-4a73-a20f-456d0cb5c3e1", + "x-ms-client-request-id": "a87f4d29489127363ac580ea0836c187", + "x-ms-correlation-request-id": "c3e02a34-56bd-4322-90ac-af1994c946b4", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ResumeOrSuspendStorageTarget1Min;238", "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "b878fa52-5e73-4a18-99cd-37e67acf5811", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103019Z:31d25e66-fcc6-4a73-a20f-456d0cb5c3e1", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "50f5c981-1db6-4af6-a54e-c25de9bfc841", + "x-ms-routing-request-id": "EASTUS:20230616T023337Z:c3e02a34-56bd-4322-90ac-af1994c946b4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b878fa52-5e73-4a18-99cd-37e67acf5811?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/50f5c981-1db6-4af6-a54e-c25de9bfc841?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d300193cc778fd4486f2042242a9380b-acc744149f9dd84f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4c01226f620abf52585456b25fac2369", + "traceparent": "00-cc8858fb8e3f564a8747b82222000a92-9e9fea5d8078c545-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d3a9e8817361e1698ee18186f265059f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1998,7 +15000,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:30:18 GMT", + "Date": "Fri, 16 Jun 2023 02:33:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2007,28 +15009,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c01226f620abf52585456b25fac2369", - "x-ms-correlation-request-id": "4b32d248-6c8f-4a6b-b144-86a7ee1b1ede", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "d8b4479c-2e98-4684-8e77-cf93f365950f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103019Z:4b32d248-6c8f-4a6b-b144-86a7ee1b1ede", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "d3a9e8817361e1698ee18186f265059f", + "x-ms-correlation-request-id": "98b1c574-4c8e-4261-b492-1e786a06041c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "b6b0ebd8-a049-469a-b5a8-ba18f1d57e1d", + "x-ms-routing-request-id": "EASTUS:20230616T023337Z:98b1c574-4c8e-4261-b492-1e786a06041c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:30:18.9116715\u002B00:00", + "startTime": "2023-06-16T02:33:37.0667111\u002B00:00", "status": "InProgress", - "name": "b878fa52-5e73-4a18-99cd-37e67acf5811" + "name": "50f5c981-1db6-4af6-a54e-c25de9bfc841" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/b878fa52-5e73-4a18-99cd-37e67acf5811?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/50f5c981-1db6-4af6-a54e-c25de9bfc841?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d300193cc778fd4486f2042242a9380b-a6f2472533292741-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f13251bb1c1be325278e929b52f57b7d", + "traceparent": "00-cc8858fb8e3f564a8747b82222000a92-2fd59e3d6ac5884b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "35c131591d4b3226da85f8ecdd8abbf3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2037,7 +15039,7 @@ "Cache-Control": "no-cache", "Content-Length": "234", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:30:20 GMT", + "Date": "Fri, 16 Jun 2023 02:33:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2046,88 +15048,29 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f13251bb1c1be325278e929b52f57b7d", - "x-ms-correlation-request-id": "e6755d97-5640-492b-bdb9-817085a5c193", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "cbb538da-689e-4549-b360-4cf8d2164ad5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103020Z:e6755d97-5640-492b-bdb9-817085a5c193", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "35c131591d4b3226da85f8ecdd8abbf3", + "x-ms-correlation-request-id": "0e2cd8f1-5dfc-4baa-9c5b-1535863cc864", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "0c6a5c3f-8657-4f3d-98d5-43c54f4ec392", + "x-ms-routing-request-id": "EASTUS:20230616T023338Z:0e2cd8f1-5dfc-4baa-9c5b-1535863cc864", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:30:18.9116715\u002B00:00", - "endTime": "2023-03-23T10:30:19.8336686\u002B00:00", + "startTime": "2023-06-16T02:33:37.0667111\u002B00:00", + "endTime": "2023-06-16T02:33:37.8323681\u002B00:00", "status": "Succeeded", "properties": { "output": "success" }, - "name": "b878fa52-5e73-4a18-99cd-37e67acf5811" + "name": "50f5c981-1db6-4af6-a54e-c25de9bfc841" } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg8370?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2da546077acdaa4da49becdbf5136163-a19a2b5bbad56747-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d5d20a10ff3d6778a30dfb040aeae077", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:30:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4MzcwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0fde30c-d41a-4c67-b40b-bc7ff16e5817", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "c0fde30c-d41a-4c67-b40b-bc7ff16e5817", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103026Z:c0fde30c-d41a-4c67-b40b-bc7ff16e5817" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4MzcwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2da546077acdaa4da49becdbf5136163-67bd887324079941-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "54a1d8d94ed9bb2cd9ca4d0e2020d83c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:30:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4MzcwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15779ce2-d2e9-4582-9fe3-0714a946e0ba", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "15779ce2-d2e9-4582-9fe3-0714a946e0ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103027Z:15779ce2-d2e9-4582-9fe3-0714a946e0ba" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1019477286", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "850154780", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/Update().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/Update().json index 0197fc7a6a2c..c6188b698f67 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/Update().json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/Update().json @@ -1,40 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-7233d3f63325444bad5974e3a39fedd5-b87cd12d9cb9c54a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f486f1331d7cf56a99167d3d95775659", + "traceparent": "00-a99cd6d0a0f9e546ac93f4a5db406cec-1b4d5b78872a7d49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "845597d752cfb9e59dd34968c5e3c94a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:40:42 GMT", + "Date": "Fri, 16 Jun 2023 01:45:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d63820c-9bf3-441c-b5ee-7622b4066f74", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "6d63820c-9bf3-441c-b5ee-7622b4066f74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094042Z:6d63820c-9bf3-441c-b5ee-7622b4066f74" + "x-ms-correlation-request-id": "9dc99134-b800-47da-a058-662a9042975b", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "9dc99134-b800-47da-a058-662a9042975b", + "x-ms-routing-request-id": "EASTUS:20230616T014600Z:9dc99134-b800-47da-a058-662a9042975b" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -44,64 +43,13411 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2368?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-436cc7e5a7964d4487b83b35c87ba23d-cfedc2f1a2b45540-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7357f972c42c0d37110a3a7b9e66b355", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:45:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "12987ed6-66c5-45f6-a6db-0e98f5eea603", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "12987ed6-66c5-45f6-a6db-0e98f5eea603", + "x-ms-routing-request-id": "EASTUS:20230616T014600Z:12987ed6-66c5-45f6-a6db-0e98f5eea603" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-6d35ac04c840ee46b288e3cebef1aa7a-d4fa12a6943bfa42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "25f61d69e98b106b2665d378f1d225e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "156364", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:46:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3311af88-ffab-417d-b1bb-cee8bedd83f3", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "3311af88-ffab-417d-b1bb-cee8bedd83f3", + "x-ms-routing-request-id": "EASTUS:20230616T014602Z:3311af88-ffab-417d-b1bb-cee8bedd83f3" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", + "namespace": "Microsoft.Network", + "authorizations": [ + { + "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", + "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" + }, + { + "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", + "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" + }, + { + "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", + "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" + }, + { + "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", + "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" + }, + { + "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", + "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" + }, + { + "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", + "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" + }, + { + "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", + "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" + }, + { + "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", + "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" + }, + { + "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", + "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" + }, + { + "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", + "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" + }, + { + "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", + "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" + }, + { + "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", + "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" + } + ], + "resourceTypes": [ + { + "resourceType": "virtualNetworks", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/taggedTrafficConsumers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "natGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "publicIPAddresses", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "internalPublicIpAddresses", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "customIpPrefixes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkInterfaces", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dscpConfigurations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateEndpoints", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateEndpoints/privateLinkServiceProxies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "None" + }, + { + "resourceType": "privateEndpointRedirectMaps", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "loadBalancers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkSecurityGroups", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationSecurityGroups", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2017-09-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "serviceEndpointPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkIntentPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "routeTables", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "publicIPPrefixes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers/connectionMonitors", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers/flowLogs", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers/pingMeshes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworkGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "localNetworkGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "connections", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationGatewayWebApplicationFirewallPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/operations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/operationResults", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/CheckDnsNameAvailability", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01" + ], + "capabilities": "None" + }, + { + "resourceType": "cloudServiceSlots", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01" + ], + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/usages", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/virtualNetworkAvailableEndpointServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/availableDelegations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/ApplicationGatewayWafDynamicManifests", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/serviceTags", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/availablePrivateEndpointTypes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/availableServiceAliases", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/checkPrivateLinkServiceVisibility", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/autoApprovedPrivateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/supportedVirtualMachineSizes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/setAzureNetworkManagerConfiguration", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/publishResources", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/getAzureNetworkManagerConfiguration", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/checkAcceleratedNetworkingSupport", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/validateResourceOwnership", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/setResourceOwnership", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/effectiveResourceOwnership", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "operations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "dnszones", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2016-04-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnsOperationStatuses", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "getDnsResourceReference", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "internalNotify", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/A", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/AAAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/CNAME", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/PTR", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/MX", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/TXT", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/SRV", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/SOA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/NS", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/CAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/recordsets", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateDnsZones/virtualNetworkLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateDnsOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsOperationStatuses", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZonesInternal", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-01-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/A", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/AAAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/CNAME", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/PTR", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/MX", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/TXT", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SRV", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SOA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/privateDnsZoneLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "None" + }, + { + "resourceType": "dnsResolvers", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsResolvers/inboundEndpoints", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsResolvers/outboundEndpoints", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsForwardingRulesets", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsForwardingRulesets/forwardingRules", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "dnsForwardingRulesets/virtualNetworkLinks", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listDnsResolvers", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listDnsForwardingRulesets", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "locations/dnsResolverOperationResults", + "locations": [], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "locations/dnsResolverOperationStatuses", + "locations": [], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "trafficmanagerprofiles/heatMaps", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles/azureendpoints", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles/externalendpoints", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles/nestedendpoints", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "checkTrafficManagerNameAvailability", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, + { + "resourceType": "trafficManagerUserMetricsKeys", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficManagerGeographicHierarchies", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "expressRouteCircuits", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRouteServiceProviders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableWafRuleSets", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableSslOptions", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableServerVariables", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableRequestHeaders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableResponseHeaders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "capabilities": "None" + }, + { + "resourceType": "routeFilters", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "bgpServiceCommunities", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01" + ], + "capabilities": "None" + }, + { + "resourceType": "virtualWans", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "vpnSites", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "vpnServerConfigurations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualHubs", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "vpnGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "p2sVpnGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRouteGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations/hybridEdgeZone", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "expressRoutePortsLocations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "firewallPolicies", + "locations": [ + "Qatar Central", + "Poland Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "ipGroups", + "locations": [ + "Qatar Central", + "Poland Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "West Central US", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureWebCategories", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "defaultApiVersion": "2020-08-01", + "capabilities": "None" + }, + { + "resourceType": "locations/nfvOperations", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/nfvOperationResults", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "capabilities": "None" + }, + { + "resourceType": "securityPartnerProviders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureFirewalls", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "France Central", + "Australia Central", + "Japan West", + "Japan East", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureFirewallFqdnTags", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "virtualNetworkTaps", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations/privateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "ddosProtectionPlans", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2018-02-01" + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkProfiles", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "checkFrontdoorNameAvailability", + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "None" + }, + { + "resourceType": "locations/bareMetalTenants", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "capabilities": "None" + }, + { + "resourceType": "bastionHosts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualRouters", + "locations": [ + "Qatar Central", + "Poland Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkVirtualAppliances", + "locations": [ + "Qatar Central", + "Poland Central", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SystemAssignedResourceIdentity, SupportsTags, SupportsLocation" + }, + { + "resourceType": "ipAllocations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagerConnections", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/queryNetworkSecurityPerimeter", + "locations": [ + "West Central US", + "Jio India West", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2022-02-01-preview", + "2021-05-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": "2021-02-01-preview", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "None" + }, + { + "resourceType": "networkGroupMemberships", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2022-06-01-preview" + ], + "defaultApiVersion": "2022-06-01-preview", + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/commitInternalAzureNetworkManagerConfiguration", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/internalAzureVirtualNetworkManagerOperation", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "networkVirtualApplianceSkus", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "None" + }, + { + "resourceType": "locations/serviceTagDetails", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/dataTasks", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-5491?api-version=2023-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", + "Content-Length": "173", "Content-Type": "application/json", - "traceparent": "00-1fa0ec1431780040b1e44b946b2d5e0d-58fb43a3f07ed94c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "afcfdfdf2ef8be37b0ac975cbebfd9ba", + "traceparent": "00-6d35ac04c840ee46b288e3cebef1aa7a-730f01e22100a540-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ec8134405f127347c418691a361ff306", "x-ms-return-client-request-id": "true" }, "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-8284", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, "location": "eastus" }, - "StatusCode": 201, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/61147e82-6cbc-4827-8043-bea56a747501?api-version=2023-04-01", + "Cache-Control": "no-cache", + "Content-Length": "1016", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:46:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "7eb9905b-4ad0-43d5-a371-400659eafa99", + "x-ms-client-request-id": "ec8134405f127347c418691a361ff306", + "x-ms-correlation-request-id": "45df5646-4269-44e8-abbc-17f995362184", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "61147e82-6cbc-4827-8043-bea56a747501", + "x-ms-routing-request-id": "EASTUS:20230616T014604Z:45df5646-4269-44e8-abbc-17f995362184" + }, + "ResponseBody": { + "name": "scTestVNet-5491", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-5491", + "etag": "W/\u0022a9b3068b-055e-4953-b7a5-a11d6a2ee8a0\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "55f894bf-2568-41f0-b254-78b681264f7d", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-8284", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-5491/subnets/scTestSubnet-8284", + "etag": "W/\u0022a9b3068b-055e-4953-b7a5-a11d6a2ee8a0\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/61147e82-6cbc-4827-8043-bea56a747501?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6d35ac04c840ee46b288e3cebef1aa7a-a5d84923c0cdfc43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2173837865df0acdd68361728050d906", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:46:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "9b72fa7f-01dd-4ddb-b868-588b72190ec1", + "x-ms-client-request-id": "2173837865df0acdd68361728050d906", + "x-ms-correlation-request-id": "4f1ffaf6-f4be-48d0-9018-404be682cc62", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "f8ba7225-2c68-4ade-86d3-2adb2709a439", + "x-ms-routing-request-id": "EASTUS:20230616T014604Z:4f1ffaf6-f4be-48d0-9018-404be682cc62" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/61147e82-6cbc-4827-8043-bea56a747501?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6d35ac04c840ee46b288e3cebef1aa7a-bfb7fbdaba9be546-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ee05cd72f9726b6867f82c5e4e9f3532", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:46:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "345ce694-e783-46dd-800d-33ce859278f4", + "x-ms-client-request-id": "ee05cd72f9726b6867f82c5e4e9f3532", + "x-ms-correlation-request-id": "a0695a9c-98e4-4798-bfbc-b7ee1e65c1dc", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "3d4e9a50-ba94-4adf-a454-25df0685039f", + "x-ms-routing-request-id": "EASTUS:20230616T014614Z:a0695a9c-98e4-4798-bfbc-b7ee1e65c1dc" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-5491?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-6d35ac04c840ee46b288e3cebef1aa7a-969e06f8f43ecb48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b3a2c0d0d2ab0d26365555f77359096f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1018", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:46:14 GMT", + "ETag": "W/\u002283b4bece-a491-4a52-8253-3ab28ceaf6ac\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "0874f283-5c44-4345-9fa5-d645ac898259", + "x-ms-client-request-id": "b3a2c0d0d2ab0d26365555f77359096f", + "x-ms-correlation-request-id": "f0e37a69-f4f1-4e19-9b9c-fd3f64bf4b3a", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "4ba3d98d-9679-42a7-8206-449a5f484241", + "x-ms-routing-request-id": "EASTUS:20230616T014614Z:f0e37a69-f4f1-4e19-9b9c-fd3f64bf4b3a" + }, + "ResponseBody": { + "name": "scTestVNet-5491", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-5491", + "etag": "W/\u002283b4bece-a491-4a52-8253-3ab28ceaf6ac\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "55f894bf-2568-41f0-b254-78b681264f7d", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-8284", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-5491/subnets/scTestSubnet-8284", + "etag": "W/\u002283b4bece-a491-4a52-8253-3ab28ceaf6ac\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8197?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "295", + "Content-Type": "application/json", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-aed419ccec43794d-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6f350adb598d7e371b07b9e7396fbc36", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_2G" + }, + "tags": {}, + "location": "eastus", + "properties": { + "cacheSizeGB": 3072, + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-5491/subnets/scTestSubnet-8284", + "zones": [ + "1" + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1968", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:46:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f350adb598d7e371b07b9e7396fbc36", + "x-ms-correlation-request-id": "90383611-ff9e-495b-a3fc-b44c0421e658", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "6eaef6af-d360-4dff-9317-9a4154acfcc8", + "x-ms-routing-request-id": "EASTUS:20230616T014616Z:90383611-ff9e-495b-a3fc-b44c0421e658", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testsc8197", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8197", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Transitioning", + "statusDescription": "The cache is being allocated." + }, + "provisioningState": "Creating", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-5491/subnets/scTestSubnet-8284", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-16T01:46:15.4879644Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-16T01:46:15.2103792Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-16T01:46:15.2103792Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-8ab4ed30b30b634a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4482bceec56a76a5882398a3183ed3c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:46:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4482bceec56a76a5882398a3183ed3c7", + "x-ms-correlation-request-id": "e7a44a0e-fea0-493a-8245-68714569a82c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "52d8f2d5-7a6d-4dba-bdbb-b53aeba4ce0e", + "x-ms-routing-request-id": "EASTUS:20230616T014616Z:e7a44a0e-fea0-493a-8245-68714569a82c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-260997eab3198d45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "44a91f9949b7b5c1ae95c895a11adbaa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:46:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44a91f9949b7b5c1ae95c895a11adbaa", + "x-ms-correlation-request-id": "9c0ca2d5-a421-45ce-984a-4720db7b19f8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "726520d2-fa4f-4985-99b8-4a664aa89cc8", + "x-ms-routing-request-id": "EASTUS:20230616T014617Z:9c0ca2d5-a421-45ce-984a-4720db7b19f8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-4f0e1373b5e47047-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7df9ab0f78ec88cc892c378a8db78768", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:46:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7df9ab0f78ec88cc892c378a8db78768", + "x-ms-correlation-request-id": "5a339989-7651-4789-b6c9-e309cb5425ee", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "7fffffcd-a769-4340-94bb-51958a88229e", + "x-ms-routing-request-id": "EASTUS:20230616T014618Z:5a339989-7651-4789-b6c9-e309cb5425ee", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-94d3238ba2da1348-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8483f123b4c6a557fbcd95d5fc0fd46e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:46:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8483f123b4c6a557fbcd95d5fc0fd46e", + "x-ms-correlation-request-id": "ef2b80df-a4c2-477e-b0d8-77461f47cff3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "7feb9469-365c-497e-982b-28a30522b7e5", + "x-ms-routing-request-id": "EASTUS:20230616T014619Z:ef2b80df-a4c2-477e-b0d8-77461f47cff3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-80014e26574b014d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6d94ed48564421da5221bb8a123727f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:46:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d94ed48564421da5221bb8a123727f7", + "x-ms-correlation-request-id": "c76d6c8b-e4eb-4814-858a-6723ac448da1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "b4cbe0c8-833f-4106-b27c-b2f6cc3fdbc0", + "x-ms-routing-request-id": "EASTUS:20230616T014621Z:c76d6c8b-e4eb-4814-858a-6723ac448da1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-fd6edc08c6770d40-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b0715f0d56975ae45354811ee2f78b79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:46:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0715f0d56975ae45354811ee2f78b79", + "x-ms-correlation-request-id": "b71a2cae-07f8-4454-bd8c-383cfef9831b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "99ddddf2-96ec-4694-8b47-c5965685b18d", + "x-ms-routing-request-id": "EASTUS:20230616T014625Z:b71a2cae-07f8-4454-bd8c-383cfef9831b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-dbe2ddbd9a337941-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a041c8581922cc23166132a5f9cc92c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:46:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a041c8581922cc23166132a5f9cc92c4", + "x-ms-correlation-request-id": "7045c2a2-6287-44c0-8472-c5d6dde5a0b3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "a4552e03-7fdf-4c12-a43f-378251140a69", + "x-ms-routing-request-id": "EASTUS:20230616T014633Z:7045c2a2-6287-44c0-8472-c5d6dde5a0b3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-481c53043e30a140-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9dc79da6249df2d7083a19f0d5bc3e5a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:46:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9dc79da6249df2d7083a19f0d5bc3e5a", + "x-ms-correlation-request-id": "c4c128d2-249b-4471-8c22-e9621a7c4b58", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "3f5abe63-d417-4607-bdd7-1b0552cbd4be", + "x-ms-routing-request-id": "EASTUS:20230616T014649Z:c4c128d2-249b-4471-8c22-e9621a7c4b58", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-71017ad962c11d43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4932419586f5f3d53ba49935243e6187", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:47:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4932419586f5f3d53ba49935243e6187", + "x-ms-correlation-request-id": "3d4f1991-fa7c-4235-a290-26979731b07b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "fd51b7f2-70d1-47b4-9b66-df64af5e0341", + "x-ms-routing-request-id": "EASTUS:20230616T014721Z:3d4f1991-fa7c-4235-a290-26979731b07b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-3f2c41be4c46534b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4578bdc1ee3033dbf14f97e8ff33f75a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:47:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4578bdc1ee3033dbf14f97e8ff33f75a", + "x-ms-correlation-request-id": "9fb842ac-e27b-4bc7-8601-10ac40943abc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "f95101aa-a780-42c6-9d19-9ccdaf217d41", + "x-ms-routing-request-id": "EASTUS:20230616T014754Z:9fb842ac-e27b-4bc7-8601-10ac40943abc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-06fd3420ac3e0040-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b710d723499a1fcec7d361f88aa1cdca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:48:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b710d723499a1fcec7d361f88aa1cdca", + "x-ms-correlation-request-id": "a241a54a-a7af-4f74-8fd8-990775507af4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "bf365838-4a7b-4017-9fb6-1ebe29423e2a", + "x-ms-routing-request-id": "EASTUS:20230616T014826Z:a241a54a-a7af-4f74-8fd8-990775507af4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-2eed06943e32f743-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "172f92d8f943a72a65fe57a6efedf408", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:48:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "172f92d8f943a72a65fe57a6efedf408", + "x-ms-correlation-request-id": "e124c333-d242-4211-96ed-c2d9b6db2e82", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "018810f3-bdb9-452d-bedc-ac0943d49418", + "x-ms-routing-request-id": "EASTUS:20230616T014858Z:e124c333-d242-4211-96ed-c2d9b6db2e82", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-a040354a126c1b47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4c123faca92e77edef597d5c8de2a950", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:49:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c123faca92e77edef597d5c8de2a950", + "x-ms-correlation-request-id": "a41e2a9d-7832-4706-876f-6604e1feb34b", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "5577350d-b32e-4133-a78f-70290ad0858d", + "x-ms-routing-request-id": "EASTUS:20230616T014930Z:a41e2a9d-7832-4706-876f-6604e1feb34b", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-555bf52756bc7e44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6d0fcd81e0042a16ad68529bf2282fda", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:50:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d0fcd81e0042a16ad68529bf2282fda", + "x-ms-correlation-request-id": "8421afc2-e649-4be1-afe3-32cc97bc72c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "c4f5363e-479b-4a08-9044-e421d5809229", + "x-ms-routing-request-id": "EASTUS:20230616T015002Z:8421afc2-e649-4be1-afe3-32cc97bc72c9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-7e6b0b633f9a4f49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4a4b58df818f2f9ba5b728ea7bcd1a82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:50:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a4b58df818f2f9ba5b728ea7bcd1a82", + "x-ms-correlation-request-id": "bcb630ec-d5f4-4bcc-96c6-bbd265c056d2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "11a50c26-ffde-44d4-86f6-110c42913d98", + "x-ms-routing-request-id": "EASTUS:20230616T015034Z:bcb630ec-d5f4-4bcc-96c6-bbd265c056d2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-fac97b05b72e054f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2124075486decc0429e79ec5565185c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:51:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2124075486decc0429e79ec5565185c6", + "x-ms-correlation-request-id": "155e3d37-c344-4f0f-ba70-d324cd108232", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "dfe671d6-2d6b-4f63-a36d-624ecab211d4", + "x-ms-routing-request-id": "EASTUS:20230616T015106Z:155e3d37-c344-4f0f-ba70-d324cd108232", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-4dfc089985a0bd4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "347da2295f9700c032dfc74db72caee0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:51:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "347da2295f9700c032dfc74db72caee0", + "x-ms-correlation-request-id": "30ab9718-593f-4577-97f3-16b856f386c3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "31efb534-69c5-425c-bdb9-7b5ada9dfd42", + "x-ms-routing-request-id": "EASTUS:20230616T015139Z:30ab9718-593f-4577-97f3-16b856f386c3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-da54fc7f63066a47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "eb46cf4e0e0358fc547f21a7e2d5d854", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:52:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb46cf4e0e0358fc547f21a7e2d5d854", + "x-ms-correlation-request-id": "f7f0ff82-2098-475a-b61d-546930e81caf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "507b293f-89a4-4c5f-a5ab-a1afe28f5087", + "x-ms-routing-request-id": "EASTUS:20230616T015211Z:f7f0ff82-2098-475a-b61d-546930e81caf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-884075167c947e4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d8c06131e550f5eb4624effebeb714fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:52:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8c06131e550f5eb4624effebeb714fc", + "x-ms-correlation-request-id": "ad1177d1-fe7d-4936-b0d4-79e20b114dc1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "2d5c27da-48be-4011-98e7-48d9d1219bb4", + "x-ms-routing-request-id": "EASTUS:20230616T015243Z:ad1177d1-fe7d-4936-b0d4-79e20b114dc1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-d918995413c7b44f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8776be399a0a1bc3a624df173d191d5c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:53:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8776be399a0a1bc3a624df173d191d5c", + "x-ms-correlation-request-id": "ccc0e39b-f0ae-43a6-9fcc-3510fe0478ae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "c58812b8-f32a-453f-b6f0-a81cda0a516f", + "x-ms-routing-request-id": "EASTUS:20230616T015315Z:ccc0e39b-f0ae-43a6-9fcc-3510fe0478ae", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-97c71c815caa704e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "561b7306d66c6990e451a4de1efd9a9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:53:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "561b7306d66c6990e451a4de1efd9a9d", + "x-ms-correlation-request-id": "30d6d4c3-7cf1-485c-84be-de774fe9a94d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "855a5497-3472-4cce-b0bc-8ea77c861a80", + "x-ms-routing-request-id": "EASTUS:20230616T015347Z:30d6d4c3-7cf1-485c-84be-de774fe9a94d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-1c6b4f852acd954c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "236e246a515f97499da4322b06d3b72d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:54:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "236e246a515f97499da4322b06d3b72d", + "x-ms-correlation-request-id": "ec9bf263-56d4-4681-89b1-db3a6967e6e3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "ef0a26a4-69bd-4b40-8ac1-44ecfbcfca94", + "x-ms-routing-request-id": "EASTUS:20230616T015419Z:ec9bf263-56d4-4681-89b1-db3a6967e6e3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-5ba2eef634203348-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4af89306be9b62902e0da2b8f5e5fca8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:54:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4af89306be9b62902e0da2b8f5e5fca8", + "x-ms-correlation-request-id": "a98b1046-c440-49b5-8873-d47b1d892555", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "8f977b25-b1fa-4a3a-9aa7-77c4b3c4a2ca", + "x-ms-routing-request-id": "EASTUS:20230616T015451Z:a98b1046-c440-49b5-8873-d47b1d892555", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-0c05b4925bf36d4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "18ad418af9abb4fd2a83b8c7a4646210", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:55:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "18ad418af9abb4fd2a83b8c7a4646210", + "x-ms-correlation-request-id": "0f53b9da-ab2d-4081-a7dc-eb1f1ecce48d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "7d3c4b94-2c25-4333-affe-a11e86ff6d39", + "x-ms-routing-request-id": "EASTUS:20230616T015523Z:0f53b9da-ab2d-4081-a7dc-eb1f1ecce48d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-0efd30a878342844-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8bd777994f05ac01940bf551af90a1b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:55:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8bd777994f05ac01940bf551af90a1b8", + "x-ms-correlation-request-id": "86580af4-024c-4ed9-a87a-dd47e29ce3a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "1d6280ee-93c9-4c2b-bfd8-175b35e55c49", + "x-ms-routing-request-id": "EASTUS:20230616T015555Z:86580af4-024c-4ed9-a87a-dd47e29ce3a7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-dde1eaf1b04ad042-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c4a189a79e260c819543201705c8beca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:56:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c4a189a79e260c819543201705c8beca", + "x-ms-correlation-request-id": "3ce48780-56c8-474b-a48c-0111e79653a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "6cf18603-41dc-4a1f-8c0c-256754fe965d", + "x-ms-routing-request-id": "EASTUS:20230616T015627Z:3ce48780-56c8-474b-a48c-0111e79653a7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-741901f9d82bb143-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7e1f91aa710d3aa34000849f04ab0599", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:56:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7e1f91aa710d3aa34000849f04ab0599", + "x-ms-correlation-request-id": "4f3fa77a-d54a-4887-a9e4-87092146cfe7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "80661c24-b69f-4790-b349-17c371284fa3", + "x-ms-routing-request-id": "EASTUS:20230616T015700Z:4f3fa77a-d54a-4887-a9e4-87092146cfe7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-77595602ec1d6141-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1b1f00e29ec2fbe9f5caf5c22eeaa7cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:57:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1b1f00e29ec2fbe9f5caf5c22eeaa7cc", + "x-ms-correlation-request-id": "73b3d015-6d2e-43d4-8818-554f9114b91d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "dc23a5de-2864-4bef-8f92-352b80fd9c8c", + "x-ms-routing-request-id": "EASTUS:20230616T015732Z:73b3d015-6d2e-43d4-8818-554f9114b91d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "status": "InProgress", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6eaef6af-d360-4dff-9317-9a4154acfcc8?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-fee6a004445eb341-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1da62a4c237136aae56684261ae208ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:58:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1da62a4c237136aae56684261ae208ea", + "x-ms-correlation-request-id": "90f698b1-cb85-4f26-879f-93ab834112a1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "257749a3-1248-44e0-aabe-f45ab8c3ccf9", + "x-ms-routing-request-id": "EASTUS:20230616T015804Z:90f698b1-cb85-4f26-879f-93ab834112a1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:46:15.2692126\u002B00:00", + "endTime": "2023-06-16T01:57:41.5162096\u002B00:00", + "status": "Succeeded", + "name": "6eaef6af-d360-4dff-9317-9a4154acfcc8" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8197?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-06f901c5b2597948984c3cb83c59a5a1-5025b9e426ef5641-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0435863da3a80c08a82488427be00b55", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2181", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:58:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0435863da3a80c08a82488427be00b55", + "x-ms-correlation-request-id": "86101f82-268b-413d-924c-eb46c91a18a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "48294187-c7f7-461a-9d93-c60942301f79", + "x-ms-routing-request-id": "EASTUS:20230616T015804Z:86101f82-268b-413d-924c-eb46c91a18a7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testsc8197", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8197", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "utilityAddresses": [ + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" + ], + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-5491/subnets/scTestSubnet-8284", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-16T01:46:15.4879644Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-16T01:46:15.2103792Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-16T01:46:15.2103792Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8197/storageTargets/storagetarget3354?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "113", + "Content-Type": "application/json", + "traceparent": "00-702ba41ee2e8614cbf55df9ffc721f0b-7ea0f37b3e8c974b-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "05d953b728e855bfe9355b19c3e013c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "targetType": "nfs3", + "nfs3": { + "target": "10.0.2.4", + "usageModel": "READ_ONLY", + "verificationTimer": 10 + } + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3895fc62-4b7d-4480-9021-158ea492e9e7?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "918", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:58:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "05d953b728e855bfe9355b19c3e013c2", + "x-ms-correlation-request-id": "7f85a079-93a6-41ed-98c2-3ebc3e88f1bd", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "3895fc62-4b7d-4480-9021-158ea492e9e7", + "x-ms-routing-request-id": "EASTUS:20230616T015804Z:7f85a079-93a6-41ed-98c2-3ebc3e88f1bd", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "storagetarget3354", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8197/storageTargets/storagetarget3354", + "type": "Microsoft.StorageCache/caches/storageTargets", + "location": "eastus", + "properties": { + "allocationPercentage": 100, + "targetType": "nfs3", + "provisioningState": "Creating", + "state": "Busy", + "junctions": [], + "nfs3": { + "target": "10.0.2.4", + "usageModel": "READ_ONLY", + "verificationTimer": 10 + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-16T01:58:04.3931268Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-16T01:58:04.3931268Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3895fc62-4b7d-4480-9021-158ea492e9e7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-702ba41ee2e8614cbf55df9ffc721f0b-83a65114be4ee741-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8e62cc2ee52e5e5576afbf6eacf2e443", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:58:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8e62cc2ee52e5e5576afbf6eacf2e443", + "x-ms-correlation-request-id": "856ab601-2f09-41d7-8d9e-226b97e736ae", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "4e51a4ff-3f73-43de-82c5-c86e061f4b82", + "x-ms-routing-request-id": "EASTUS:20230616T015804Z:856ab601-2f09-41d7-8d9e-226b97e736ae", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:58:04.4722343\u002B00:00", + "status": "InProgress", + "name": "3895fc62-4b7d-4480-9021-158ea492e9e7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3895fc62-4b7d-4480-9021-158ea492e9e7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-702ba41ee2e8614cbf55df9ffc721f0b-b586b6b116d6094f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5c6f8075a16394b7aab76a73da24ed2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:58:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c6f8075a16394b7aab76a73da24ed2d", + "x-ms-correlation-request-id": "0d8af5c7-e758-4190-b281-c0a9db0ca329", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "69a31594-3002-4cd1-bc8e-499cfd339ccb", + "x-ms-routing-request-id": "EASTUS:20230616T015805Z:0d8af5c7-e758-4190-b281-c0a9db0ca329", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:58:04.4722343\u002B00:00", + "status": "InProgress", + "name": "3895fc62-4b7d-4480-9021-158ea492e9e7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3895fc62-4b7d-4480-9021-158ea492e9e7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-702ba41ee2e8614cbf55df9ffc721f0b-3298519a793f0745-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f6eb0030847e26942f493ef2643a75a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:58:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f6eb0030847e26942f493ef2643a75a7", + "x-ms-correlation-request-id": "9f370a15-ada0-4b9d-9e75-f48e299bc1b2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "daf92506-ad95-41ca-a436-92b6f1d9d1ea", + "x-ms-routing-request-id": "EASTUS:20230616T015806Z:9f370a15-ada0-4b9d-9e75-f48e299bc1b2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:58:04.4722343\u002B00:00", + "status": "InProgress", + "name": "3895fc62-4b7d-4480-9021-158ea492e9e7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3895fc62-4b7d-4480-9021-158ea492e9e7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-702ba41ee2e8614cbf55df9ffc721f0b-7f7f86cd3b31874f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e7250a90a84c8df715cee4767ae28451", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:58:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7250a90a84c8df715cee4767ae28451", + "x-ms-correlation-request-id": "42bf47c1-d6d4-496e-8659-bcb62745dee0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "92f66fbd-b4d2-43af-a4de-96175717ddb4", + "x-ms-routing-request-id": "EASTUS:20230616T015807Z:42bf47c1-d6d4-496e-8659-bcb62745dee0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:58:04.4722343\u002B00:00", + "status": "InProgress", + "name": "3895fc62-4b7d-4480-9021-158ea492e9e7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3895fc62-4b7d-4480-9021-158ea492e9e7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-702ba41ee2e8614cbf55df9ffc721f0b-3a5ef7205cb4da42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ac3e91c1ed07f0c5ec482c1a62c42f6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:58:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac3e91c1ed07f0c5ec482c1a62c42f6f", + "x-ms-correlation-request-id": "8ff38011-3072-43dd-9640-bbdb6b6496c8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "49743cd8-60d6-4411-bcf6-4641d45c57fb", + "x-ms-routing-request-id": "EASTUS:20230616T015809Z:8ff38011-3072-43dd-9640-bbdb6b6496c8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:58:04.4722343\u002B00:00", + "status": "InProgress", + "name": "3895fc62-4b7d-4480-9021-158ea492e9e7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3895fc62-4b7d-4480-9021-158ea492e9e7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-702ba41ee2e8614cbf55df9ffc721f0b-077d999a5d9c4f42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d0e2c34206fe87e1095ee0afa01dac4d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:58:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d0e2c34206fe87e1095ee0afa01dac4d", + "x-ms-correlation-request-id": "d9678d44-4c66-4345-9b5d-6de4e8fbad07", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "0ce3eb64-7b2c-404e-9eeb-ae38a9ac43a7", + "x-ms-routing-request-id": "EASTUS:20230616T015813Z:d9678d44-4c66-4345-9b5d-6de4e8fbad07", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:58:04.4722343\u002B00:00", + "status": "InProgress", + "name": "3895fc62-4b7d-4480-9021-158ea492e9e7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3895fc62-4b7d-4480-9021-158ea492e9e7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-702ba41ee2e8614cbf55df9ffc721f0b-06829e5d9a0dcb4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d231edc5c8fca3a04435fb037cdc2a51", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:58:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d231edc5c8fca3a04435fb037cdc2a51", + "x-ms-correlation-request-id": "499a7be6-65c2-4af7-afc5-34eb8ea83d5f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "7ce038fa-5229-4cad-aa36-388311d91f04", + "x-ms-routing-request-id": "EASTUS:20230616T015821Z:499a7be6-65c2-4af7-afc5-34eb8ea83d5f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:58:04.4722343\u002B00:00", + "status": "InProgress", + "name": "3895fc62-4b7d-4480-9021-158ea492e9e7" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/3895fc62-4b7d-4480-9021-158ea492e9e7?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-702ba41ee2e8614cbf55df9ffc721f0b-0c48ee818cd2d149-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b734749eb3ffbb52b0b6a3a80c154fce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:40:46 GMT", + "Date": "Fri, 16 Jun 2023 01:58:37 GMT", "Expires": "-1", "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50275fb2-7bf2-47d4-8878-5d644b525866", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "50275fb2-7bf2-47d4-8878-5d644b525866", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094046Z:50275fb2-7bf2-47d4-8878-5d644b525866" + "x-ms-client-request-id": "b734749eb3ffbb52b0b6a3a80c154fce", + "x-ms-correlation-request-id": "9ce33ea5-0217-4f0a-89fd-80c8d32ddb0c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "a77a0ec1-0d55-49ea-a9fb-5cb4579525e5", + "x-ms-routing-request-id": "EASTUS:20230616T015837Z:9ce33ea5-0217-4f0a-89fd-80c8d32ddb0c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg2368", - "name": "storagecachetestrg2368", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } + "startTime": "2023-06-16T01:58:04.4722343\u002B00:00", + "endTime": "2023-06-16T01:58:36.8380245\u002B00:00", + "status": "Succeeded", + "name": "3895fc62-4b7d-4480-9021-158ea492e9e7" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8197/storageTargets/storagetarget3354?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-004682d75e0e8d45816a1aeac34766f5-57e3d4113dd4e447-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "afac041040a865fb7f4ad73e53d79ad3", + "traceparent": "00-702ba41ee2e8614cbf55df9ffc721f0b-025d950a68cd484f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7555de9c5d937973223e8bc90bdd0b2c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "19", + "Content-Length": "920", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:40:48 GMT", + "Date": "Fri, 16 Jun 2023 01:58:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -110,49 +13456,74 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "afac041040a865fb7f4ad73e53d79ad3", - "x-ms-correlation-request-id": "411ca20e-e7b5-4136-9ddd-3f47a441ac4e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "84603864-36d4-4d55-b9d1-d8ad9b7e024d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094048Z:411ca20e-e7b5-4136-9ddd-3f47a441ac4e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "7555de9c5d937973223e8bc90bdd0b2c", + "x-ms-correlation-request-id": "1c7551f6-d848-4e65-88f5-3cca140c75ca", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "f3466f81-a609-4251-b551-fcf8a5634c16", + "x-ms-routing-request-id": "EASTUS:20230616T015838Z:1c7551f6-d848-4e65-88f5-3cca140c75ca", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "value": [] + "name": "storagetarget3354", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8197/storageTargets/storagetarget3354", + "type": "Microsoft.StorageCache/caches/storageTargets", + "location": "eastus", + "properties": { + "allocationPercentage": 100, + "targetType": "nfs3", + "provisioningState": "Succeeded", + "state": "Ready", + "junctions": [], + "nfs3": { + "target": "10.0.2.4", + "usageModel": "READ_ONLY", + "verificationTimer": 10 + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-16T01:58:04.3931268Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-16T01:58:04.3931268Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget2182?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8197/storageTargets/storagetarget3354?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "113", + "Content-Length": "144", "Content-Type": "application/json", - "traceparent": "00-5fe8ac5b813a674c93bc42a89e5dae4a-e0ac86c7f671f04c-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "60dbe6413aca4fc236cb71d399da57a4", + "traceparent": "00-29895a50fa304f4c8c363db786e03e5c-0fdc5958b677594c-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2b108f33f5e8114d9a76224625f7962e", "x-ms-return-client-request-id": "true" }, "RequestBody": { "properties": { + "junctions": [], "targetType": "nfs3", + "state": "Ready", "nfs3": { "target": "10.0.2.4", "usageModel": "READ_ONLY", - "verificationTimer": 10 + "verificationTimer": 20 } } }, - "StatusCode": 201, + "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a371f944-1841-4e96-b3d5-b440c1314399?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33413376-c012-4552-95a4-e18fcc6e8568?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "911", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:40:49 GMT", + "Content-Length": "0", + "Date": "Fri, 16 Jun 2023 01:58:38 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33413376-c012-4552-95a4-e18fcc6e8568?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -160,49 +13531,63 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60dbe6413aca4fc236cb71d399da57a4", - "x-ms-correlation-request-id": "13467899-1d76-4325-9680-d9bcfc13d49c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", + "x-ms-client-request-id": "2b108f33f5e8114d9a76224625f7962e", + "x-ms-correlation-request-id": "27ab6d96-08d2-4f7e-b60a-5eb9f1be6f9e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;58", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "a371f944-1841-4e96-b3d5-b440c1314399", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094050Z:13467899-1d76-4325-9680-d9bcfc13d49c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-request-id": "33413376-c012-4552-95a4-e18fcc6e8568", + "x-ms-routing-request-id": "EASTUS:20230616T015838Z:27ab6d96-08d2-4f7e-b60a-5eb9f1be6f9e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33413376-c012-4552-95a4-e18fcc6e8568?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-29895a50fa304f4c8c363db786e03e5c-80d306693d902a48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7d7577ab2405a6e69143db1d3a2d542a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 01:58:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d7577ab2405a6e69143db1d3a2d542a", + "x-ms-correlation-request-id": "75c9ddec-a4a9-4dea-98ff-6c3e99a3d0e9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "0ed8a95c-6384-4411-98af-988dbfbe12d5", + "x-ms-routing-request-id": "EASTUS:20230616T015838Z:75c9ddec-a4a9-4dea-98ff-6c3e99a3d0e9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget2182", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget2182", - "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", - "properties": { - "allocationPercentage": 100, - "targetType": "nfs3", - "provisioningState": "Creating", - "state": "Busy", - "junctions": [], - "nfs3": { - "target": "10.0.2.4", - "usageModel": "READ_ONLY", - "verificationTimer": 10 - } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T09:40:49.7683188Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:40:49.7683188Z" - } + "startTime": "2023-06-16T01:58:38.3067771\u002B00:00", + "status": "InProgress", + "name": "33413376-c012-4552-95a4-e18fcc6e8568" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a371f944-1841-4e96-b3d5-b440c1314399?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33413376-c012-4552-95a4-e18fcc6e8568?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5fe8ac5b813a674c93bc42a89e5dae4a-816247713aeaa94f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d87d9dc35afdc945ea5f71758a91e66f", + "traceparent": "00-29895a50fa304f4c8c363db786e03e5c-928b82fded429547-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dfe45da86d767ea5d1cf2a2d608cea11", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -211,7 +13596,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:40:50 GMT", + "Date": "Fri, 16 Jun 2023 01:58:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -220,28 +13605,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d87d9dc35afdc945ea5f71758a91e66f", - "x-ms-correlation-request-id": "176dc8f7-6618-4d54-91db-085dc83115ab", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "fb7f3e7b-0bf4-476d-acf4-551bdea5eb0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094051Z:176dc8f7-6618-4d54-91db-085dc83115ab", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "dfe45da86d767ea5d1cf2a2d608cea11", + "x-ms-correlation-request-id": "e8220a49-69c0-4b1e-9bd2-0821607ad87c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "76ab0f32-44ef-4c0d-979e-8baa7426e67e", + "x-ms-routing-request-id": "EASTUS:20230616T015839Z:e8220a49-69c0-4b1e-9bd2-0821607ad87c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:40:50.0796265\u002B00:00", + "startTime": "2023-06-16T01:58:38.3067771\u002B00:00", "status": "InProgress", - "name": "a371f944-1841-4e96-b3d5-b440c1314399" + "name": "33413376-c012-4552-95a4-e18fcc6e8568" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a371f944-1841-4e96-b3d5-b440c1314399?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33413376-c012-4552-95a4-e18fcc6e8568?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5fe8ac5b813a674c93bc42a89e5dae4a-d5539c5e92a4254d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "51d099802928851547f7f69a8c6b56cb", + "traceparent": "00-29895a50fa304f4c8c363db786e03e5c-dfcdc16fd43ebb41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ad9a4fc61982c12945c00c43daa107d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -250,7 +13635,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:40:52 GMT", + "Date": "Fri, 16 Jun 2023 01:58:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -259,28 +13644,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "51d099802928851547f7f69a8c6b56cb", - "x-ms-correlation-request-id": "61b0ebe2-f9d9-4317-b37a-e877255cb196", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "6b81d138-acef-42d1-9e4c-05eee2fad8e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094052Z:61b0ebe2-f9d9-4317-b37a-e877255cb196", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "ad9a4fc61982c12945c00c43daa107d4", + "x-ms-correlation-request-id": "d4af8818-e987-44e0-81ef-5f46a4c62134", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "87f96986-0696-44eb-ad5e-ab03a72d834e", + "x-ms-routing-request-id": "EASTUS:20230616T015840Z:d4af8818-e987-44e0-81ef-5f46a4c62134", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:40:50.0796265\u002B00:00", + "startTime": "2023-06-16T01:58:38.3067771\u002B00:00", "status": "InProgress", - "name": "a371f944-1841-4e96-b3d5-b440c1314399" + "name": "33413376-c012-4552-95a4-e18fcc6e8568" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a371f944-1841-4e96-b3d5-b440c1314399?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33413376-c012-4552-95a4-e18fcc6e8568?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5fe8ac5b813a674c93bc42a89e5dae4a-c3fd4f87f226de49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fc0f5ff17e5d28a63fa9bf49492859d8", + "traceparent": "00-29895a50fa304f4c8c363db786e03e5c-48004375acc1d449-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ca186967d0a43d5cd2f6ab36f9b94504", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -289,7 +13674,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:40:53 GMT", + "Date": "Fri, 16 Jun 2023 01:58:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -298,28 +13683,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc0f5ff17e5d28a63fa9bf49492859d8", - "x-ms-correlation-request-id": "ccb778d0-51b3-4366-9296-751019f5ff67", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "76447c29-e58a-4297-bbbc-b724f601236e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094053Z:ccb778d0-51b3-4366-9296-751019f5ff67", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "ca186967d0a43d5cd2f6ab36f9b94504", + "x-ms-correlation-request-id": "e183a214-1347-4d77-8551-dca4b97a13a7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "6655f018-a9b0-4883-bea1-4992c1c8e2b5", + "x-ms-routing-request-id": "EASTUS:20230616T015841Z:e183a214-1347-4d77-8551-dca4b97a13a7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:40:50.0796265\u002B00:00", + "startTime": "2023-06-16T01:58:38.3067771\u002B00:00", "status": "InProgress", - "name": "a371f944-1841-4e96-b3d5-b440c1314399" + "name": "33413376-c012-4552-95a4-e18fcc6e8568" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a371f944-1841-4e96-b3d5-b440c1314399?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33413376-c012-4552-95a4-e18fcc6e8568?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5fe8ac5b813a674c93bc42a89e5dae4a-aa615078dd05e34d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5fd73e49879a99e887f7910563ab3c7e", + "traceparent": "00-29895a50fa304f4c8c363db786e03e5c-beadf31be6958144-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ea56c959a6928ea8332299b56161a430", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -328,7 +13713,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:40:54 GMT", + "Date": "Fri, 16 Jun 2023 01:58:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -337,28 +13722,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5fd73e49879a99e887f7910563ab3c7e", - "x-ms-correlation-request-id": "47e17572-3f8c-4095-93d8-a8f2e842e654", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "db4d0043-2e9c-4f59-a47d-e93f7e5299b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094055Z:47e17572-3f8c-4095-93d8-a8f2e842e654", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "ea56c959a6928ea8332299b56161a430", + "x-ms-correlation-request-id": "6588740d-cfd7-47bf-8d52-ff92bf10f496", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;212", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "15f39213-5f7d-4c0d-bb47-aee3a104d988", + "x-ms-routing-request-id": "EASTUS:20230616T015843Z:6588740d-cfd7-47bf-8d52-ff92bf10f496", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:40:50.0796265\u002B00:00", + "startTime": "2023-06-16T01:58:38.3067771\u002B00:00", "status": "InProgress", - "name": "a371f944-1841-4e96-b3d5-b440c1314399" + "name": "33413376-c012-4552-95a4-e18fcc6e8568" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a371f944-1841-4e96-b3d5-b440c1314399?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33413376-c012-4552-95a4-e18fcc6e8568?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5fe8ac5b813a674c93bc42a89e5dae4a-a1359898037afa44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2a84a609ea820112f3a7127f6acb3c1e", + "traceparent": "00-29895a50fa304f4c8c363db786e03e5c-df52a8ccc06e7b43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f7c555c71f73f66cf35ddb8b6df3c78c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -367,7 +13752,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:40:56 GMT", + "Date": "Fri, 16 Jun 2023 01:58:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -376,28 +13761,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a84a609ea820112f3a7127f6acb3c1e", - "x-ms-correlation-request-id": "785a19bd-d03c-4445-aa12-f9e78e1c5ef6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "28d34099-bd49-41a6-b039-21a67d87d663", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094057Z:785a19bd-d03c-4445-aa12-f9e78e1c5ef6", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "f7c555c71f73f66cf35ddb8b6df3c78c", + "x-ms-correlation-request-id": "b04ffa81-401c-4318-8982-2187a9040d7c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;213", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "6041e832-445c-401d-ba26-aa75619d0308", + "x-ms-routing-request-id": "EASTUS:20230616T015847Z:b04ffa81-401c-4318-8982-2187a9040d7c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:40:50.0796265\u002B00:00", + "startTime": "2023-06-16T01:58:38.3067771\u002B00:00", "status": "InProgress", - "name": "a371f944-1841-4e96-b3d5-b440c1314399" + "name": "33413376-c012-4552-95a4-e18fcc6e8568" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a371f944-1841-4e96-b3d5-b440c1314399?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33413376-c012-4552-95a4-e18fcc6e8568?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5fe8ac5b813a674c93bc42a89e5dae4a-7799b556b2cb2c41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4e501e9ef794693077757465eca1c494", + "traceparent": "00-29895a50fa304f4c8c363db786e03e5c-c632baef7fbfc040-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "10ea077b1c4ac041c18a968236a7dc70", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -406,7 +13791,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:41:00 GMT", + "Date": "Fri, 16 Jun 2023 01:58:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -415,28 +13800,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4e501e9ef794693077757465eca1c494", - "x-ms-correlation-request-id": "b2b3e587-1823-4ce6-aaff-129ef6aa31ef", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "0142a74f-436c-45cf-9eea-091eb6b3c0b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094101Z:b2b3e587-1823-4ce6-aaff-129ef6aa31ef", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "10ea077b1c4ac041c18a968236a7dc70", + "x-ms-correlation-request-id": "e067b693-b3a5-4a96-afd8-eea1915084bb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;210", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "1c2c269a-a2e4-401d-a080-ab70217eb5ff", + "x-ms-routing-request-id": "EASTUS:20230616T015855Z:e067b693-b3a5-4a96-afd8-eea1915084bb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:40:50.0796265\u002B00:00", + "startTime": "2023-06-16T01:58:38.3067771\u002B00:00", "status": "InProgress", - "name": "a371f944-1841-4e96-b3d5-b440c1314399" + "name": "33413376-c012-4552-95a4-e18fcc6e8568" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a371f944-1841-4e96-b3d5-b440c1314399?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33413376-c012-4552-95a4-e18fcc6e8568?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5fe8ac5b813a674c93bc42a89e5dae4a-95792874d652854f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a240406c2ea45f552bd56bf275692fbb", + "traceparent": "00-29895a50fa304f4c8c363db786e03e5c-4715656c5398054d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a46e7b514ef339905c60f735ca1c2040", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -445,7 +13830,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:41:09 GMT", + "Date": "Fri, 16 Jun 2023 01:59:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -454,28 +13839,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a240406c2ea45f552bd56bf275692fbb", - "x-ms-correlation-request-id": "c60bd5d0-e3b7-4dc2-aa8f-3c8dc372e500", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "61eef6a9-fb82-49ba-97f8-f1464c8c096d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094110Z:c60bd5d0-e3b7-4dc2-aa8f-3c8dc372e500", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "a46e7b514ef339905c60f735ca1c2040", + "x-ms-correlation-request-id": "d8c0d3a3-d0c7-404c-a578-600be858267a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "4db509b6-7b03-4fb1-afb2-e3ba29776d48", + "x-ms-routing-request-id": "EASTUS:20230616T015911Z:d8c0d3a3-d0c7-404c-a578-600be858267a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:40:50.0796265\u002B00:00", + "startTime": "2023-06-16T01:58:38.3067771\u002B00:00", "status": "InProgress", - "name": "a371f944-1841-4e96-b3d5-b440c1314399" + "name": "33413376-c012-4552-95a4-e18fcc6e8568" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/a371f944-1841-4e96-b3d5-b440c1314399?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/33413376-c012-4552-95a4-e18fcc6e8568?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5fe8ac5b813a674c93bc42a89e5dae4a-e4ca0d5ab1feaf4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "456772baee5a11ea761ab30c75ac1551", + "traceparent": "00-29895a50fa304f4c8c363db786e03e5c-9fa7643524784c49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "593a0d5b9477abe5140536e989eabf4c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -484,7 +13869,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:41:25 GMT", + "Date": "Fri, 16 Jun 2023 01:59:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -493,38 +13878,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "456772baee5a11ea761ab30c75ac1551", - "x-ms-correlation-request-id": "0395f1ea-740a-424c-bec9-2d02ea6bdad9", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "6d98b225-8d68-4481-8715-dc54ba86662e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094126Z:0395f1ea-740a-424c-bec9-2d02ea6bdad9", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "593a0d5b9477abe5140536e989eabf4c", + "x-ms-correlation-request-id": "9b13a577-17e0-4d2e-aa36-9f384eb38b46", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "156952c6-1b30-4b30-b799-4fa6faea211a", + "x-ms-routing-request-id": "EASTUS:20230616T015943Z:9b13a577-17e0-4d2e-aa36-9f384eb38b46", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:40:50.0796265\u002B00:00", - "endTime": "2023-03-23T09:41:21.8499013\u002B00:00", + "startTime": "2023-06-16T01:58:38.3067771\u002B00:00", + "endTime": "2023-06-16T01:59:30.7608333\u002B00:00", "status": "Succeeded", - "name": "a371f944-1841-4e96-b3d5-b440c1314399" + "name": "33413376-c012-4552-95a4-e18fcc6e8568" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget2182?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8197/storageTargets/storagetarget3354?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-5fe8ac5b813a674c93bc42a89e5dae4a-9d72cb28f05da549-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2a127de29a8b707ac8f122bf8b3df30d", + "traceparent": "00-29895a50fa304f4c8c363db786e03e5c-8877e8bc36c1b448-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f2396a8023852c9876b0b3e9240cf5a4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "913", + "Content-Length": "920", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:41:26 GMT", + "Date": "Fri, 16 Jun 2023 01:59:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -533,19 +13918,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a127de29a8b707ac8f122bf8b3df30d", - "x-ms-correlation-request-id": "0b54f5d2-949d-4432-a26e-a774fb0ad2d6", + "x-ms-client-request-id": "f2396a8023852c9876b0b3e9240cf5a4", + "x-ms-correlation-request-id": "6c11bed4-cf8f-4080-8e65-67360567d184", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "e41099a2-7925-48db-a689-05d8f76ccf5f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094126Z:0b54f5d2-949d-4432-a26e-a774fb0ad2d6", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "14cfbe8c-f0d4-4bc1-b7a0-7ddb567b9bf3", + "x-ms-routing-request-id": "EASTUS:20230616T015944Z:6c11bed4-cf8f-4080-8e65-67360567d184", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget2182", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget2182", + "name": "storagetarget3354", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8197/storageTargets/storagetarget3354", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -555,52 +13940,39 @@ "nfs3": { "target": "10.0.2.4", "usageModel": "READ_ONLY", - "verificationTimer": 10 + "verificationTimer": 20 } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T09:40:49.7683188Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-16T01:58:38.2225082Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:40:49.7683188Z" + "lastModifiedAt": "2023-06-16T01:58:38.2225082Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget2182?api-version=2023-01-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc8197?api-version=2023-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "144", - "Content-Type": "application/json", - "traceparent": "00-ab561ef33d3fed4194fd2ddc53a7f945-7299288cd2d5ea47-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7aabb9467e397e3a552f2c897a49e97f", + "traceparent": "00-e6122b570d8a7143937b2dc6f05a7e23-fbc9e121e392d64d-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "29265669826cbdf995c28fee18a7b072", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "properties": { - "junctions": [], - "targetType": "nfs3", - "state": "Ready", - "nfs3": { - "target": "10.0.2.4", - "usageModel": "READ_ONLY", - "verificationTimer": 20 - } - } - }, + "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f48ed0fd-e80b-4816-b15c-872e73124c64?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cffd44e0-21e2-4945-a555-b8c9540e3c08?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:41:26 GMT", + "Date": "Fri, 16 Jun 2023 01:59:43 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f48ed0fd-e80b-4816-b15c-872e73124c64?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cffd44e0-21e2-4945-a555-b8c9540e3c08?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -608,24 +13980,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7aabb9467e397e3a552f2c897a49e97f", - "x-ms-correlation-request-id": "2a11070e-06cb-48d0-aea9-5dbce104d89f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;58", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "f48ed0fd-e80b-4816-b15c-872e73124c64", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094127Z:2a11070e-06cb-48d0-aea9-5dbce104d89f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "29265669826cbdf995c28fee18a7b072", + "x-ms-correlation-request-id": "848fdd51-3cc8-4786-ae34-c549849f8beb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "cffd44e0-21e2-4945-a555-b8c9540e3c08", + "x-ms-routing-request-id": "EASTUS:20230616T015944Z:848fdd51-3cc8-4786-ae34-c549849f8beb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f48ed0fd-e80b-4816-b15c-872e73124c64?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cffd44e0-21e2-4945-a555-b8c9540e3c08?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab561ef33d3fed4194fd2ddc53a7f945-f781d4a40b9cad4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bcc6a6279a0163174394d45b6df0f57e", + "traceparent": "00-e6122b570d8a7143937b2dc6f05a7e23-d3713f735ce9cc41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3280910f95c4fedf707c5cc293aa14cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -634,7 +14006,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:41:27 GMT", + "Date": "Fri, 16 Jun 2023 01:59:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -643,28 +14015,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bcc6a6279a0163174394d45b6df0f57e", - "x-ms-correlation-request-id": "21279e46-4529-4645-9b8d-f84b6e9f0d2a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "6e50c3b0-a3bb-45cb-b57a-10311b666512", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094128Z:21279e46-4529-4645-9b8d-f84b6e9f0d2a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "3280910f95c4fedf707c5cc293aa14cf", + "x-ms-correlation-request-id": "121d63cd-36f7-4ff5-a058-67132a15622c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "8aace530-4a4a-4e66-9426-fc900f1a01bf", + "x-ms-routing-request-id": "EASTUS:20230616T015944Z:121d63cd-36f7-4ff5-a058-67132a15622c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:41:27.5384024\u002B00:00", + "startTime": "2023-06-16T01:59:44.5578904\u002B00:00", "status": "InProgress", - "name": "f48ed0fd-e80b-4816-b15c-872e73124c64" + "name": "cffd44e0-21e2-4945-a555-b8c9540e3c08" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f48ed0fd-e80b-4816-b15c-872e73124c64?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cffd44e0-21e2-4945-a555-b8c9540e3c08?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab561ef33d3fed4194fd2ddc53a7f945-6e2ad312e5e0d247-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "71ffa308fb2d41b6888a824301d1b22a", + "traceparent": "00-e6122b570d8a7143937b2dc6f05a7e23-a3c434ddc86de046-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7948410095573bc19beeb45f9f33dd99", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -673,7 +14045,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:41:29 GMT", + "Date": "Fri, 16 Jun 2023 01:59:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -682,28 +14054,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "71ffa308fb2d41b6888a824301d1b22a", - "x-ms-correlation-request-id": "b5a5e36c-6de9-42c6-b1cb-e45c1d4af5d6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "6a9bcda1-8f0d-4322-bf95-6f1a9d062468", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094129Z:b5a5e36c-6de9-42c6-b1cb-e45c1d4af5d6", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "7948410095573bc19beeb45f9f33dd99", + "x-ms-correlation-request-id": "4da82987-afda-4e54-81b5-0179478a440e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "0d69d8f7-81e3-41c5-86ac-6c8731f070d8", + "x-ms-routing-request-id": "EASTUS:20230616T015945Z:4da82987-afda-4e54-81b5-0179478a440e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:41:27.5384024\u002B00:00", + "startTime": "2023-06-16T01:59:44.5578904\u002B00:00", "status": "InProgress", - "name": "f48ed0fd-e80b-4816-b15c-872e73124c64" + "name": "cffd44e0-21e2-4945-a555-b8c9540e3c08" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f48ed0fd-e80b-4816-b15c-872e73124c64?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cffd44e0-21e2-4945-a555-b8c9540e3c08?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab561ef33d3fed4194fd2ddc53a7f945-b14d002f04c79048-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d462f3a92c83257d02acb4c230d4b207", + "traceparent": "00-e6122b570d8a7143937b2dc6f05a7e23-d9d6db53b719f14d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "86df873b7d270baecbb6ef66d1f7a4ca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -712,7 +14084,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:41:30 GMT", + "Date": "Fri, 16 Jun 2023 01:59:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -721,28 +14093,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d462f3a92c83257d02acb4c230d4b207", - "x-ms-correlation-request-id": "cb825f5c-5a81-413e-8e87-7cfe25bc6547", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "fa30cfdd-2c2a-4509-8abe-d4a86b79279e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094130Z:cb825f5c-5a81-413e-8e87-7cfe25bc6547", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "86df873b7d270baecbb6ef66d1f7a4ca", + "x-ms-correlation-request-id": "48634f68-9817-4cb5-ba41-0da2a2ea6b0f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "ebc612ce-5765-4118-8f1e-1f14147ba763", + "x-ms-routing-request-id": "EASTUS:20230616T015946Z:48634f68-9817-4cb5-ba41-0da2a2ea6b0f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:41:27.5384024\u002B00:00", + "startTime": "2023-06-16T01:59:44.5578904\u002B00:00", "status": "InProgress", - "name": "f48ed0fd-e80b-4816-b15c-872e73124c64" + "name": "cffd44e0-21e2-4945-a555-b8c9540e3c08" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f48ed0fd-e80b-4816-b15c-872e73124c64?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cffd44e0-21e2-4945-a555-b8c9540e3c08?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab561ef33d3fed4194fd2ddc53a7f945-24ddd43afed06e42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "285fff01132c2b0bf084337718d46271", + "traceparent": "00-e6122b570d8a7143937b2dc6f05a7e23-999a49db0b232c41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9fc612f80db379b0cf4497d5e07f5e3d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -751,7 +14123,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:41:31 GMT", + "Date": "Fri, 16 Jun 2023 01:59:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -760,28 +14132,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "285fff01132c2b0bf084337718d46271", - "x-ms-correlation-request-id": "ff32b692-e4b6-4df3-856e-e317b3814ac5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "df614212-c5c3-4f18-b267-3d7919773e44", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094131Z:ff32b692-e4b6-4df3-856e-e317b3814ac5", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "9fc612f80db379b0cf4497d5e07f5e3d", + "x-ms-correlation-request-id": "bb697bb3-26a6-46ee-9292-953b8f6b420e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "996c1417-4ac7-4c7f-a78c-4c1356256403", + "x-ms-routing-request-id": "EASTUS:20230616T015947Z:bb697bb3-26a6-46ee-9292-953b8f6b420e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:41:27.5384024\u002B00:00", + "startTime": "2023-06-16T01:59:44.5578904\u002B00:00", "status": "InProgress", - "name": "f48ed0fd-e80b-4816-b15c-872e73124c64" + "name": "cffd44e0-21e2-4945-a555-b8c9540e3c08" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f48ed0fd-e80b-4816-b15c-872e73124c64?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cffd44e0-21e2-4945-a555-b8c9540e3c08?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab561ef33d3fed4194fd2ddc53a7f945-c9414ea68c040a40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7ab1a9e2218ddcfb26d96f8047f311b4", + "traceparent": "00-e6122b570d8a7143937b2dc6f05a7e23-6916ad4a4a7c834f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0b87c39e8eca82a8933dada1a65b69a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -790,7 +14162,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:41:33 GMT", + "Date": "Fri, 16 Jun 2023 01:59:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -799,28 +14171,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ab1a9e2218ddcfb26d96f8047f311b4", - "x-ms-correlation-request-id": "5469abfa-d5dc-4d21-82a3-addfb0f6d3c6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "240a8ee2-037e-46b5-938a-93f6aa9da6f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094134Z:5469abfa-d5dc-4d21-82a3-addfb0f6d3c6", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "0b87c39e8eca82a8933dada1a65b69a3", + "x-ms-correlation-request-id": "aceeeb66-a38e-4095-b7c4-d3e4a55c884f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "99a89592-b332-4a8f-aded-4356a9b417f2", + "x-ms-routing-request-id": "EASTUS:20230616T015949Z:aceeeb66-a38e-4095-b7c4-d3e4a55c884f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:41:27.5384024\u002B00:00", + "startTime": "2023-06-16T01:59:44.5578904\u002B00:00", "status": "InProgress", - "name": "f48ed0fd-e80b-4816-b15c-872e73124c64" + "name": "cffd44e0-21e2-4945-a555-b8c9540e3c08" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f48ed0fd-e80b-4816-b15c-872e73124c64?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cffd44e0-21e2-4945-a555-b8c9540e3c08?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab561ef33d3fed4194fd2ddc53a7f945-074e27418f884b48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "02417ad7897196fee837e3fef8060c2d", + "traceparent": "00-e6122b570d8a7143937b2dc6f05a7e23-3bbe13b3ec9edf42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8c67ea493e6c2ee6d765b6e2e6d82a4b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -829,7 +14201,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:41:38 GMT", + "Date": "Fri, 16 Jun 2023 01:59:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -838,28 +14210,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02417ad7897196fee837e3fef8060c2d", - "x-ms-correlation-request-id": "a3e190ee-64b0-463f-9b9b-ec348253c0b6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "5a7022a5-c471-47c8-9c17-c5cd12475dee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094138Z:a3e190ee-64b0-463f-9b9b-ec348253c0b6", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "8c67ea493e6c2ee6d765b6e2e6d82a4b", + "x-ms-correlation-request-id": "749c86ed-ccc9-4541-bb12-1db327fd50e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "4b30f037-2821-47fe-85c9-7d92cca8267d", + "x-ms-routing-request-id": "EASTUS:20230616T015953Z:749c86ed-ccc9-4541-bb12-1db327fd50e6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:41:27.5384024\u002B00:00", + "startTime": "2023-06-16T01:59:44.5578904\u002B00:00", "status": "InProgress", - "name": "f48ed0fd-e80b-4816-b15c-872e73124c64" + "name": "cffd44e0-21e2-4945-a555-b8c9540e3c08" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f48ed0fd-e80b-4816-b15c-872e73124c64?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cffd44e0-21e2-4945-a555-b8c9540e3c08?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab561ef33d3fed4194fd2ddc53a7f945-60b97a6fa5ffe640-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "86e042493822e07903830252a38ae4fc", + "traceparent": "00-e6122b570d8a7143937b2dc6f05a7e23-8b31c4ea3047db47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0dc7b157987069ff6a440b765f0ed274", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -868,7 +14240,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:41:46 GMT", + "Date": "Fri, 16 Jun 2023 02:00:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -877,28 +14249,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86e042493822e07903830252a38ae4fc", - "x-ms-correlation-request-id": "3dc57c58-058d-41c0-aaf2-13403454fe8b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "13762f8d-754e-42f0-ace0-522af036ba1f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094146Z:3dc57c58-058d-41c0-aaf2-13403454fe8b", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "0dc7b157987069ff6a440b765f0ed274", + "x-ms-correlation-request-id": "59af74bf-c9ee-4ae4-9c30-d9fee176bbc2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "94701998-d190-4cd6-ac4b-d1398480e45e", + "x-ms-routing-request-id": "EASTUS:20230616T020001Z:59af74bf-c9ee-4ae4-9c30-d9fee176bbc2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:41:27.5384024\u002B00:00", + "startTime": "2023-06-16T01:59:44.5578904\u002B00:00", "status": "InProgress", - "name": "f48ed0fd-e80b-4816-b15c-872e73124c64" + "name": "cffd44e0-21e2-4945-a555-b8c9540e3c08" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f48ed0fd-e80b-4816-b15c-872e73124c64?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cffd44e0-21e2-4945-a555-b8c9540e3c08?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab561ef33d3fed4194fd2ddc53a7f945-7a5bd3900dc54045-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9d9f7f73609358ffab1b92563dfde320", + "traceparent": "00-e6122b570d8a7143937b2dc6f05a7e23-97c803fdc078f44a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f68bf3dad11860d0dd593464d8c69bba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -907,7 +14279,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:42:02 GMT", + "Date": "Fri, 16 Jun 2023 02:00:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -916,37 +14288,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9d9f7f73609358ffab1b92563dfde320", - "x-ms-correlation-request-id": "78677dd0-591e-4188-ba14-4fd478cc2e5a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "a9913fb8-d962-471b-9f5d-d48a99d0fef4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094203Z:78677dd0-591e-4188-ba14-4fd478cc2e5a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "f68bf3dad11860d0dd593464d8c69bba", + "x-ms-correlation-request-id": "5d3e7c09-844b-48b4-8395-5cd4853f7fb9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "e9fc8e7d-7b6d-4fa9-b8fb-065282baea61", + "x-ms-routing-request-id": "EASTUS:20230616T020018Z:5d3e7c09-844b-48b4-8395-5cd4853f7fb9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:41:27.5384024\u002B00:00", + "startTime": "2023-06-16T01:59:44.5578904\u002B00:00", "status": "InProgress", - "name": "f48ed0fd-e80b-4816-b15c-872e73124c64" + "name": "cffd44e0-21e2-4945-a555-b8c9540e3c08" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/f48ed0fd-e80b-4816-b15c-872e73124c64?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cffd44e0-21e2-4945-a555-b8c9540e3c08?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab561ef33d3fed4194fd2ddc53a7f945-24d4fda5b40bb047-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "043742cc8a139f920061feee87abf25d", + "traceparent": "00-e6122b570d8a7143937b2dc6f05a7e23-6565b4ab6a8e0543-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f44a61125c93b033ebfd2228326fcfc8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "184", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:42:34 GMT", + "Date": "Fri, 16 Jun 2023 02:00:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -955,38 +14327,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "043742cc8a139f920061feee87abf25d", - "x-ms-correlation-request-id": "fac37fde-af6b-4976-b66e-4de30af956b8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "d779f478-ab13-42a0-bf1e-adf6ad5c6c0e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094235Z:fac37fde-af6b-4976-b66e-4de30af956b8", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "f44a61125c93b033ebfd2228326fcfc8", + "x-ms-correlation-request-id": "6a7af513-a8cb-477f-9cb5-841d36cbd85e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "57e6ed26-b63e-44c7-8846-483d647d54d2", + "x-ms-routing-request-id": "EASTUS:20230616T020050Z:6a7af513-a8cb-477f-9cb5-841d36cbd85e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T09:41:27.5384024\u002B00:00", - "endTime": "2023-03-23T09:42:20.6042775\u002B00:00", - "status": "Succeeded", - "name": "f48ed0fd-e80b-4816-b15c-872e73124c64" + "startTime": "2023-06-16T01:59:44.5578904\u002B00:00", + "status": "InProgress", + "name": "cffd44e0-21e2-4945-a555-b8c9540e3c08" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget2182?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cffd44e0-21e2-4945-a555-b8c9540e3c08?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-ab561ef33d3fed4194fd2ddc53a7f945-7fb282a46e916a4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "788ae7536f66e9994387db06a523a206", + "traceparent": "00-e6122b570d8a7143937b2dc6f05a7e23-5ca09757ad6f7c4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f2074193344c8533e1673017649a91a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "913", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 09:42:36 GMT", + "Date": "Fri, 16 Jun 2023 02:01:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -995,132 +14366,184 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "788ae7536f66e9994387db06a523a206", - "x-ms-correlation-request-id": "52fe5dbc-d75a-489c-b417-a89ded3997be", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "307c6d52-94e3-44e4-8e07-2eb682261622", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094236Z:52fe5dbc-d75a-489c-b417-a89ded3997be", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "f2074193344c8533e1673017649a91a3", + "x-ms-correlation-request-id": "e650cd1c-df1b-4982-91ff-e9dc229e0fe7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "b8141b6d-53e5-4882-a97a-cb73703d5330", + "x-ms-routing-request-id": "EASTUS:20230616T020122Z:e650cd1c-df1b-4982-91ff-e9dc229e0fe7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget2182", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget2182", - "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", - "properties": { - "allocationPercentage": 100, - "targetType": "nfs3", - "provisioningState": "Succeeded", - "state": "Ready", - "junctions": [], - "nfs3": { - "target": "10.0.2.4", - "usageModel": "READ_ONLY", - "verificationTimer": 20 - } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T09:41:27.2213942Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T09:41:27.2213942Z" - } + "startTime": "2023-06-16T01:59:44.5578904\u002B00:00", + "status": "InProgress", + "name": "cffd44e0-21e2-4945-a555-b8c9540e3c08" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg2368?api-version=**", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cffd44e0-21e2-4945-a555-b8c9540e3c08?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d4bb967dec661c4ca3afc400d2675731-262e1206eb51ce43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6185e1a0e053e9e9ed009d316111d0ff", + "Connection": "close", + "traceparent": "00-e6122b570d8a7143937b2dc6f05a7e23-e0c376372b71674c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fd6351a8dec47ee1c0db0a1baea72e6d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:42:39 GMT", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:01:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd6351a8dec47ee1c0db0a1baea72e6d", + "x-ms-correlation-request-id": "2857f708-1c6b-4119-9c67-41646388ea39", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "622289ed-f2e1-45ee-8267-316db9a64edc", + "x-ms-routing-request-id": "EASTUS:20230616T020154Z:2857f708-1c6b-4119-9c67-41646388ea39", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T01:59:44.5578904\u002B00:00", + "status": "InProgress", + "name": "cffd44e0-21e2-4945-a555-b8c9540e3c08" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cffd44e0-21e2-4945-a555-b8c9540e3c08?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e6122b570d8a7143937b2dc6f05a7e23-c20c1d3dfea4d849-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "96d16b8aa8bfde6e2ec4132b2b1c4b51", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:02:26 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "64f24d9d-07aa-4c49-b152-9c596dd4d95c", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "64f24d9d-07aa-4c49-b152-9c596dd4d95c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094239Z:64f24d9d-07aa-4c49-b152-9c596dd4d95c" + "x-ms-client-request-id": "96d16b8aa8bfde6e2ec4132b2b1c4b51", + "x-ms-correlation-request-id": "a6d50df9-5daa-4b35-a89f-fb98157d8153", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "9fee9e9d-e8fe-4d48-a474-ed79b4e04dd7", + "x-ms-routing-request-id": "EASTUS:20230616T020226Z:a6d50df9-5daa-4b35-a89f-fb98157d8153", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T01:59:44.5578904\u002B00:00", + "status": "InProgress", + "name": "cffd44e0-21e2-4945-a555-b8c9540e3c08" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cffd44e0-21e2-4945-a555-b8c9540e3c08?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d4bb967dec661c4ca3afc400d2675731-9a21d706471d154b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a54ef8be9126730afda18b66d1688731", + "traceparent": "00-e6122b570d8a7143937b2dc6f05a7e23-3c7179b580455446-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e1807f6bd10cb404608832712a18d639", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:42:39 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:02:57 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", "Pragma": "no-cache", - "Retry-After": "15", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c8765e9-0d58-461d-8a8b-f92e60f4cf32", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "1c8765e9-0d58-461d-8a8b-f92e60f4cf32", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094240Z:1c8765e9-0d58-461d-8a8b-f92e60f4cf32" + "x-ms-client-request-id": "e1807f6bd10cb404608832712a18d639", + "x-ms-correlation-request-id": "f26aa161-426b-41ae-a0fc-065736e35523", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "2d18a401-aaca-4627-87ec-c114528d5720", + "x-ms-routing-request-id": "EASTUS:20230616T020258Z:f26aa161-426b-41ae-a0fc-065736e35523", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T01:59:44.5578904\u002B00:00", + "status": "InProgress", + "name": "cffd44e0-21e2-4945-a555-b8c9540e3c08" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkcyMzY4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/cffd44e0-21e2-4945-a555-b8c9540e3c08?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d4bb967dec661c4ca3afc400d2675731-08a98141059d4346-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "71dedbb64c2035932827b8051f5d3a62", + "traceparent": "00-e6122b570d8a7143937b2dc6f05a7e23-31284ef20fc9c545-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f98dc339fac8ffe4e385ce00cbb553a4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 09:42:56 GMT", + "Content-Length": "184", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:03:29 GMT", "Expires": "-1", "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0a08f7c-829d-413f-a4eb-c402ee450033", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "c0a08f7c-829d-413f-a4eb-c402ee450033", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T094256Z:c0a08f7c-829d-413f-a4eb-c402ee450033" + "x-ms-client-request-id": "f98dc339fac8ffe4e385ce00cbb553a4", + "x-ms-correlation-request-id": "4daa6f69-1f82-40ca-a544-adf68b726c3f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "a9e63d75-6dc8-438d-9768-de75a3f25faa", + "x-ms-routing-request-id": "EASTUS:20230616T020330Z:4daa6f69-1f82-40ca-a544-adf68b726c3f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T01:59:44.5578904\u002B00:00", + "endTime": "2023-06-16T02:03:13.0372458\u002B00:00", + "status": "Succeeded", + "name": "cffd44e0-21e2-4945-a555-b8c9540e3c08" + } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1000972600", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "680912605", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/Update()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/Update()Async.json index 01c0a773bd8f..d4233997bb06 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/Update()Async.json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/StorageTargetResourceTest/Update()Async.json @@ -1,106 +1,12450 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9f41313e116cdf449364407a221206ae-11aa7d479e7d764f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c92999a0a4f7c81be803cecea924bae3", + "traceparent": "00-496eca36aebd2f4bb2446877c990d0c9-e55a99ad80357542-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c54741cee1f889c5b5ad122a324d2d08", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "429", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:30:31 GMT", + "Date": "Fri, 16 Jun 2023 02:33:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c939b91f-84d1-436b-95f9-a9dc4926dc0e", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "c939b91f-84d1-436b-95f9-a9dc4926dc0e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103032Z:c939b91f-84d1-436b-95f9-a9dc4926dc0e" + "x-ms-correlation-request-id": "ed4580d5-0e97-481f-a8b7-eae07498b154", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "ed4580d5-0e97-481f-a8b7-eae07498b154", + "x-ms-routing-request-id": "EASTUS:20230616T023339Z:ed4580d5-0e97-481f-a8b7-eae07498b154" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", + "managedByTenants": [], + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": "Avere_AscTIP1_Test", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-c2bb46b2bebf414787ed5d32ec3bcfae-4fd5fe1ae876c148-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "814e057e3c58b911a9a384b4cd116ec2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "348", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:33:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0d0adfbf-3d0b-468a-b96d-41c0eef35cad", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "0d0adfbf-3d0b-468a-b96d-41c0eef35cad", + "x-ms-routing-request-id": "EASTUS:20230616T023339Z:0d0adfbf-3d0b-468a-b96d-41c0eef35cad" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", + "type": "Microsoft.Resources/resourceGroups", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-a3ab11d748f052478a47bd239b35a7df-fdd63c0aaee14844-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "28dc59830f0fae171b1f257608b7d295", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "156364", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:33:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8df3f523-53da-4c58-bc77-acaadd11512a", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "8df3f523-53da-4c58-bc77-acaadd11512a", + "x-ms-routing-request-id": "EASTUS:20230616T023340Z:8df3f523-53da-4c58-bc77-acaadd11512a" + }, + "ResponseBody": { + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", + "namespace": "Microsoft.Network", + "authorizations": [ + { + "applicationId": "2cf9eb86-36b5-49dc-86ae-9a63135dfa8c", + "roleDefinitionId": "13ba9ab4-19f0-4804-adc4-14ece36cc7a1" + }, + { + "applicationId": "7c33bfcb-8d33-48d6-8e60-dc6404003489", + "roleDefinitionId": "ad6261e4-fa9a-4642-aa5f-104f1b67e9e3" + }, + { + "applicationId": "1e3e4475-288f-4018-a376-df66fd7fac5f", + "roleDefinitionId": "1d538b69-3d87-4e56-8ff8-25786fd48261" + }, + { + "applicationId": "a0be0c72-870e-46f0-9c49-c98333a996f7", + "roleDefinitionId": "7ce22727-ffce-45a9-930c-ddb2e56fa131" + }, + { + "applicationId": "486c78bf-a0f7-45f1-92fd-37215929e116", + "roleDefinitionId": "98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d" + }, + { + "applicationId": "19947cfd-0303-466c-ac3c-fcc19a7a1570", + "roleDefinitionId": "d813ab6c-bfb7-413e-9462-005b21f0ce09" + }, + { + "applicationId": "341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd", + "roleDefinitionId": "8141843c-c51c-4c1e-a5bf-0d351594b86c" + }, + { + "applicationId": "328fd23b-de6e-462c-9433-e207470a5727", + "roleDefinitionId": "79e29e06-4056-41e5-a6b2-959f1f47747e" + }, + { + "applicationId": "6d057c82-a784-47ae-8d12-ca7b38cf06b4", + "roleDefinitionId": "c27dd31e-c1e5-4ab0-93e1-a12ba34f182e" + }, + { + "applicationId": "b4ca0290-4e73-4e31-ade0-c82ecfaabf6a", + "roleDefinitionId": "18363e25-ff21-4159-ae8d-7dfecb5bd001" + }, + { + "applicationId": "79d7fb34-4bef-4417-8184-ff713af7a679", + "roleDefinitionId": "1c1f11ef-abfa-4abe-a02b-226771d07fc7" + }, + { + "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", + "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" + } + ], + "resourceTypes": [ + { + "resourceType": "virtualNetworks", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworks/taggedTrafficConsumers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "natGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "publicIPAddresses", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "internalPublicIpAddresses", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "customIpPrefixes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkInterfaces", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dscpConfigurations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateEndpoints", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateEndpoints/privateLinkServiceProxies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "None" + }, + { + "resourceType": "privateEndpointRedirectMaps", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "loadBalancers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkSecurityGroups", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationSecurityGroups", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2017-09-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "serviceEndpointPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkIntentPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "routeTables", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "publicIPPrefixes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers/connectionMonitors", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers/flowLogs", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkWatchers/pingMeshes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualNetworkGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "localNetworkGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "connections", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-03-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "applicationGatewayWebApplicationFirewallPolicies", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/operations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/operationResults", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/CheckDnsNameAvailability", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01" + ], + "capabilities": "None" + }, + { + "resourceType": "cloudServiceSlots", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01" + ], + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/usages", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2015-06-15" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/virtualNetworkAvailableEndpointServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/availableDelegations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/ApplicationGatewayWafDynamicManifests", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/serviceTags", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/availablePrivateEndpointTypes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/availableServiceAliases", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/checkPrivateLinkServiceVisibility", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/autoApprovedPrivateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/supportedVirtualMachineSizes", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/setAzureNetworkManagerConfiguration", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/publishResources", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/getAzureNetworkManagerConfiguration", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/checkAcceleratedNetworkingSupport", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/validateResourceOwnership", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/setResourceOwnership", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/effectiveResourceOwnership", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "operations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "dnszones", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-04-01" + }, + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2016-04-01" + } + ], + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnsOperationStatuses", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "getDnsResourceReference", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "internalNotify", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/A", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/AAAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/CNAME", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/PTR", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/MX", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/TXT", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/SRV", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/SOA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/NS", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/CAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/recordsets", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "dnszones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateDnsZones/virtualNetworkLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateDnsOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsOperationStatuses", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZonesInternal", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-01-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/A", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/AAAA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/CNAME", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/PTR", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/MX", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/TXT", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SRV", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/SOA", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "privateDnsZones/all", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/privateDnsZoneLinks", + "locations": [ + "global" + ], + "apiVersions": [ + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "capabilities": "None" + }, + { + "resourceType": "dnsResolvers", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsResolvers/inboundEndpoints", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsResolvers/outboundEndpoints", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsForwardingRulesets", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "dnsForwardingRulesets/forwardingRules", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "dnsForwardingRulesets/virtualNetworkLinks", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listDnsResolvers", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listDnsForwardingRulesets", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "locations/dnsResolverOperationResults", + "locations": [], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "locations/dnsResolverOperationStatuses", + "locations": [], + "apiVersions": [ + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "trafficmanagerprofiles/heatMaps", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles/azureendpoints", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles/externalendpoints", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficmanagerprofiles/nestedendpoints", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "checkTrafficManagerNameAvailability", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, + { + "resourceType": "trafficManagerUserMetricsKeys", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "trafficManagerGeographicHierarchies", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview", + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01" + ], + "defaultApiVersion": "2018-08-01", + "capabilities": "None" + }, + { + "resourceType": "expressRouteCircuits", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRouteServiceProviders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableWafRuleSets", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableSslOptions", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableServerVariables", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableRequestHeaders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "capabilities": "None" + }, + { + "resourceType": "applicationGatewayAvailableResponseHeaders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "capabilities": "None" + }, + { + "resourceType": "routeFilters", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "bgpServiceCommunities", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01" + ], + "capabilities": "None" + }, + { + "resourceType": "virtualWans", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "vpnSites", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "vpnServerConfigurations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualHubs", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "vpnGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "p2sVpnGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "expressRouteGateways", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations/hybridEdgeZone", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "expressRoutePortsLocations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "expressRoutePorts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "firewallPolicies", + "locations": [ + "Qatar Central", + "Poland Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "ipGroups", + "locations": [ + "Qatar Central", + "Poland Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "West Central US", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureWebCategories", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "defaultApiVersion": "2020-08-01", + "capabilities": "None" + }, + { + "resourceType": "locations/nfvOperations", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/nfvOperationResults", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "capabilities": "None" + }, + { + "resourceType": "securityPartnerProviders", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureFirewalls", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "France Central", + "Australia Central", + "Japan West", + "Japan East", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "defaultApiVersion": "2020-03-01", + "zoneMappings": [ + { + "location": "Australia East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Brazil South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Canada Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central India", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" + ] + }, + { + "location": "East Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "France Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Germany West Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Japan East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Korea Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "North Central US", + "zones": [] + }, + { + "location": "North Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Norway East", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Qatar Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Africa North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "South Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Southeast Asia", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Sweden Central", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Switzerland North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UAE North", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "UK South", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West Europe", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US", + "zones": [] + }, + { + "location": "West US 2", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "West US 3", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", + "2", + "1" + ] + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "azureFirewallFqdnTags", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "capabilities": "None" + }, + { + "resourceType": "virtualNetworkTaps", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "privateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "locations/privateLinkServices", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "ddosProtectionPlans", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01" + ], + "defaultApiVersion": "2020-03-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2018-02-01" + } + ], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkProfiles", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "checkFrontdoorNameAvailability", + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "None" + }, + { + "resourceType": "locations/bareMetalTenants", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "capabilities": "None" + }, + { + "resourceType": "bastionHosts", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "virtualRouters", + "locations": [ + "Qatar Central", + "Poland Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkVirtualAppliances", + "locations": [ + "Qatar Central", + "Poland Central", + "Brazil Southeast", + "West US 3", + "Jio India West", + "Sweden Central", + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "SystemAssignedResourceIdentity, SupportsTags, SupportsLocation" + }, + { + "resourceType": "ipAllocations", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagers", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkManagerConnections", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/queryNetworkSecurityPerimeter", + "locations": [ + "West Central US", + "Jio India West", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2022-02-01-preview", + "2021-05-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": "2021-02-01-preview", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "None" + }, + { + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "capabilities": "None" + }, + { + "resourceType": "networkGroupMemberships", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2022-06-01-preview" + ], + "defaultApiVersion": "2022-06-01-preview", + "capabilities": "SupportsExtension" + }, + { + "resourceType": "locations/commitInternalAzureNetworkManagerConfiguration", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/internalAzureVirtualNetworkManagerOperation", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "Jio India West", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "capabilities": "None" + }, + { + "resourceType": "networkVirtualApplianceSkus", + "locations": [], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "defaultApiVersion": "2020-04-01", + "capabilities": "None" + }, + { + "resourceType": "locations/serviceTagDetails", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "locations/dataTasks", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Jio India West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01" + ], + "capabilities": "None" + }, + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2108?api-version=2023-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-a3ab11d748f052478a47bd239b35a7df-1f2bac6e61ff3244-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "27a4d62430911c8e545d11bca33f4fa8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-2925", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/7f340c2f-68dc-49a1-9b55-c7634409d188?api-version=2023-04-01", + "Cache-Control": "no-cache", + "Content-Length": "1016", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:33:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1be8ac2d-e98c-4c62-8bc7-b5423af18b41", + "x-ms-client-request-id": "27a4d62430911c8e545d11bca33f4fa8", + "x-ms-correlation-request-id": "ef6ac357-0849-4a60-983a-ce7275590bea", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "7f340c2f-68dc-49a1-9b55-c7634409d188", + "x-ms-routing-request-id": "EASTUS:20230616T023342Z:ef6ac357-0849-4a60-983a-ce7275590bea" + }, + "ResponseBody": { + "name": "scTestVNet-2108", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2108", + "etag": "W/\u0022fbc7a669-491a-46b2-a11e-e01bfe89a696\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "9ac8c4eb-13fb-4a67-a906-841572de81d5", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-2925", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2108/subnets/scTestSubnet-2925", + "etag": "W/\u0022fbc7a669-491a-46b2-a11e-e01bfe89a696\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/7f340c2f-68dc-49a1-9b55-c7634409d188?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a3ab11d748f052478a47bd239b35a7df-18ed61e7b29b2443-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "eb497cfa98de5314cbc0d3b2fe5b0adc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:33:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "10", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "1f072136-3fa9-4696-b3b0-45ea974783e2", + "x-ms-client-request-id": "eb497cfa98de5314cbc0d3b2fe5b0adc", + "x-ms-correlation-request-id": "349c02c1-9680-4093-a22a-8884e8100780", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "1549643d-fbb4-439c-8a67-33b73d447a75", + "x-ms-routing-request-id": "EASTUS:20230616T023342Z:349c02c1-9680-4093-a22a-8884e8100780" + }, + "ResponseBody": { + "status": "InProgress" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/7f340c2f-68dc-49a1-9b55-c7634409d188?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a3ab11d748f052478a47bd239b35a7df-86c80071525b0146-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "61047dd0240d47f39831e6033af49827", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:33:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "b8a401f7-aeed-4722-be7d-950b92496389", + "x-ms-client-request-id": "61047dd0240d47f39831e6033af49827", + "x-ms-correlation-request-id": "03df7669-924e-44a4-b02e-8d98b0bfee27", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "ee9b7931-91f2-4f9f-96be-74cff09aa6b0", + "x-ms-routing-request-id": "EASTUS:20230616T023353Z:03df7669-924e-44a4-b02e-8d98b0bfee27" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2108?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a3ab11d748f052478a47bd239b35a7df-c62a02072c34604f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "27c115e163f6dac99257e2e0098b74e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1018", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:33:52 GMT", + "ETag": "W/\u0022c0b28892-9f72-4ec3-a2b8-f906961f15e2\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "6b7f0347-40e5-4071-a092-d64cde36cdd2", + "x-ms-client-request-id": "27c115e163f6dac99257e2e0098b74e6", + "x-ms-correlation-request-id": "c3ffa88a-c4fc-4fda-a839-9132fd1aa1e9", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "e15273bb-5084-4ee8-9a1b-c9990f4ff5ad", + "x-ms-routing-request-id": "EASTUS:20230616T023353Z:c3ffa88a-c4fc-4fda-a839-9132fd1aa1e9" + }, + "ResponseBody": { + "name": "scTestVNet-2108", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2108", + "etag": "W/\u0022c0b28892-9f72-4ec3-a2b8-f906961f15e2\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "9ac8c4eb-13fb-4a67-a906-841572de81d5", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-2925", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2108/subnets/scTestSubnet-2925", + "etag": "W/\u0022c0b28892-9f72-4ec3-a2b8-f906961f15e2\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5835?api-version=2023-05-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "295", + "Content-Type": "application/json", + "traceparent": "00-60720b616b259644857dd382e1472d3e-c3ee0ad2a5fb3a4c-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "06c919831a28d6ee880253acb11018d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_2G" + }, + "tags": {}, + "location": "eastus", + "properties": { + "cacheSizeGB": 3072, + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2108/subnets/scTestSubnet-2925", + "zones": [ + "1" + ] + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", + "Cache-Control": "no-cache", + "Content-Length": "1968", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:33:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "06c919831a28d6ee880253acb11018d7", + "x-ms-correlation-request-id": "2fca9c91-080e-429e-827b-f680d29db9b8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "f14f4a08-dfd1-4bed-9d77-045f19e0813c", + "x-ms-routing-request-id": "EASTUS:20230616T023355Z:2fca9c91-080e-429e-827b-f680d29db9b8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testsc5835", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5835", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Transitioning", + "statusDescription": "The cache is being allocated." + }, + "provisioningState": "Creating", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2108/subnets/scTestSubnet-2925", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-16T02:33:54.2156792Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-16T02:33:53.8594453Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-16T02:33:53.8594453Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-60720b616b259644857dd382e1472d3e-54c3c1bb110d6f4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "218000bd922bc6fe26ea9ff40f1c2882", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:33:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "218000bd922bc6fe26ea9ff40f1c2882", + "x-ms-correlation-request-id": "203f51db-5325-49df-9da9-aad072c1f835", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "97306001-964d-484b-bd69-f2bcf9a468cb", + "x-ms-routing-request-id": "EASTUS:20230616T023355Z:203f51db-5325-49df-9da9-aad072c1f835", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "status": "InProgress", + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-60720b616b259644857dd382e1472d3e-e84d0afad1bcff42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5db80a3e8bbaa04c335c52ff4b389475", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:33:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5db80a3e8bbaa04c335c52ff4b389475", + "x-ms-correlation-request-id": "080261e8-82f5-456d-9811-3ccb3f09e42f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "a032a4f6-6cf4-4b77-a73c-d85d2a55c245", + "x-ms-routing-request-id": "EASTUS:20230616T023356Z:080261e8-82f5-456d-9811-3ccb3f09e42f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "status": "InProgress", + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-60720b616b259644857dd382e1472d3e-a48bc7cfb7481448-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b0ef47c4f78f95acae0ac2ae44f15c97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:33:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0ef47c4f78f95acae0ac2ae44f15c97", + "x-ms-correlation-request-id": "924d86c4-b346-4313-a7d2-c2188f560396", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "f41178d5-ee00-4e8f-8026-8312999d20f6", + "x-ms-routing-request-id": "EASTUS:20230616T023357Z:924d86c4-b346-4313-a7d2-c2188f560396", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "status": "InProgress", + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-60720b616b259644857dd382e1472d3e-e406a70b046f844d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "37784c00df5a3251b4e0edce40ff7bee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:33:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37784c00df5a3251b4e0edce40ff7bee", + "x-ms-correlation-request-id": "0e912856-250a-45d9-b2cb-8fbf586edd29", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;213", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "6448e15d-a635-4a05-9bfb-3c6b75d4340d", + "x-ms-routing-request-id": "EASTUS:20230616T023358Z:0e912856-250a-45d9-b2cb-8fbf586edd29", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "status": "InProgress", + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-60720b616b259644857dd382e1472d3e-c9be0ddcd5fcfd4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c82f2956782d47f25e22afafc89d5b41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:33:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c82f2956782d47f25e22afafc89d5b41", + "x-ms-correlation-request-id": "02b356bb-02d7-4407-97ca-930009523b5c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "f75a7de8-3ee2-43eb-b4b5-b4987dacfd87", + "x-ms-routing-request-id": "EASTUS:20230616T023400Z:02b356bb-02d7-4407-97ca-930009523b5c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "status": "InProgress", + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-60720b616b259644857dd382e1472d3e-d38996dbb9fe0849-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fefebb005dc0e51af5bdfcaf09de55ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:34:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fefebb005dc0e51af5bdfcaf09de55ae", + "x-ms-correlation-request-id": "44026073-a88b-4346-ac65-960403e288bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "c9859b7f-0455-453b-b324-75c953a927c0", + "x-ms-routing-request-id": "EASTUS:20230616T023404Z:44026073-a88b-4346-ac65-960403e288bf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "status": "InProgress", + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-60720b616b259644857dd382e1472d3e-59fe627139e23243-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1a58d48f94c288695a30d83730a16916", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:34:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a58d48f94c288695a30d83730a16916", + "x-ms-correlation-request-id": "fb1ab3d4-7834-4ee2-a848-b20c97fcc33f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;210", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "00303c11-1673-4315-a1bd-e7d387121079", + "x-ms-routing-request-id": "EASTUS:20230616T023412Z:fb1ab3d4-7834-4ee2-a848-b20c97fcc33f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "status": "InProgress", + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-60720b616b259644857dd382e1472d3e-d6bbe89a8c8d4843-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "84cdac847c01f82d0f49d2707b423d80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:34:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "84cdac847c01f82d0f49d2707b423d80", + "x-ms-correlation-request-id": "7a586d5b-a148-4de8-bcaa-418bf941d45d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;207", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "babbe576-e716-4269-9e56-a04cfa3b3e61", + "x-ms-routing-request-id": "EASTUS:20230616T023428Z:7a586d5b-a148-4de8-bcaa-418bf941d45d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "status": "InProgress", + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-60720b616b259644857dd382e1472d3e-b78f11508a28544b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f42000cd41446b7f5175a48f85e2b454", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:35:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f42000cd41446b7f5175a48f85e2b454", + "x-ms-correlation-request-id": "7ea07d3e-5dbe-4b48-84e1-a8cf2233d6bf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "e048da48-0bf6-4e2b-a07e-2a2242611761", + "x-ms-routing-request-id": "EASTUS:20230616T023500Z:7ea07d3e-5dbe-4b48-84e1-a8cf2233d6bf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "status": "InProgress", + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-60720b616b259644857dd382e1472d3e-71fcf8423b67c64b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5d2ae553d01012ada6600b78c2f90c17", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:35:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d2ae553d01012ada6600b78c2f90c17", + "x-ms-correlation-request-id": "bd0859b2-fa65-4988-87f4-6798830de395", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "faa10ddc-3762-4a53-b79e-3d50c2532805", + "x-ms-routing-request-id": "EASTUS:20230616T023532Z:bd0859b2-fa65-4988-87f4-6798830de395", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "status": "InProgress", + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "Connection": "close", + "traceparent": "00-60720b616b259644857dd382e1472d3e-f2e7d8c61fe23a4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2f6a58f2758143d12c61338bd89e732c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:36:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2f6a58f2758143d12c61338bd89e732c", + "x-ms-correlation-request-id": "831aace4-3fc2-4509-b1a7-42173fe1ec38", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "14791387-51c9-4cf2-921b-c330801aa654", + "x-ms-routing-request-id": "EASTUS:20230616T023604Z:831aace4-3fc2-4509-b1a7-42173fe1ec38", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "status": "InProgress", + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-60720b616b259644857dd382e1472d3e-1b1b150779f45649-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "961c7e95e018fc6f530d4de43606a957", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:36:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "961c7e95e018fc6f530d4de43606a957", + "x-ms-correlation-request-id": "ac6b5221-a692-493e-9b97-425226c67ad9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "d7ba8778-feae-425b-99a4-0635ac19ff29", + "x-ms-routing-request-id": "EASTUS:20230616T023637Z:ac6b5221-a692-493e-9b97-425226c67ad9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "status": "InProgress", + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-60720b616b259644857dd382e1472d3e-7ee843f2debf814c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2c9c8c698578ded213e730ae9d223a08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:37:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c9c8c698578ded213e730ae9d223a08", + "x-ms-correlation-request-id": "c08e0a94-a6f0-445e-82a0-322c3bc3ebb8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "0d47c931-4b3a-4660-bb97-4b6130ec89f3", + "x-ms-routing-request-id": "EASTUS:20230616T023709Z:c08e0a94-a6f0-445e-82a0-322c3bc3ebb8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "status": "InProgress", + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-60720b616b259644857dd382e1472d3e-2b7bca21312c874c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "43e3deed76dc12ffe86edc7327ed0c26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:37:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "43e3deed76dc12ffe86edc7327ed0c26", + "x-ms-correlation-request-id": "a640c651-b83a-40dc-a902-551b36caad06", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "1b537d7e-5394-4cfb-8bde-4c29fa646e96", + "x-ms-routing-request-id": "EASTUS:20230616T023741Z:a640c651-b83a-40dc-a902-551b36caad06", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "subscriptionId": "e0f413ab-64d5-48c2-859b-af46b7e8d80b", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Azure SDK Shanghai CodeGen Test with TTL = 1 Days", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "status": "InProgress", + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg6088?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-43d70d902d2d06409455b628b68ca0c2-111f3ad658dc144f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "edf564a01457059798194e6d0f8c5889", + "traceparent": "00-60720b616b259644857dd382e1472d3e-73b6a6bcd40fec47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4c22dbb846010fb4ab3e8230b0c15f30", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:38:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c22dbb846010fb4ab3e8230b0c15f30", + "x-ms-correlation-request-id": "a3a9d707-ef3a-4670-9ced-5d1615d07555", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "e6fd2e58-13a8-4432-9d32-ac6a65f3f500", + "x-ms-routing-request-id": "EASTUS:20230616T023813Z:a3a9d707-ef3a-4670-9ced-5d1615d07555", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "StatusCode": 201, + "ResponseBody": { + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "status": "InProgress", + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-60720b616b259644857dd382e1472d3e-a33ca5dde0b53c46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "57f645d26522f27b8c8a440aa85fb625", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:30:34 GMT", + "Date": "Fri, 16 Jun 2023 02:38:45 GMT", "Expires": "-1", "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2b6fca5-9ed2-4bd2-9bd1-ec03dc6dc2ff", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "e2b6fca5-9ed2-4bd2-9bd1-ec03dc6dc2ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103034Z:e2b6fca5-9ed2-4bd2-9bd1-ec03dc6dc2ff" + "x-ms-client-request-id": "57f645d26522f27b8c8a440aa85fb625", + "x-ms-correlation-request-id": "c5e6c95f-50aa-408d-bfdf-0f4b7f0e40f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "1aed0afd-8a03-4393-a247-88490beaf6df", + "x-ms-routing-request-id": "EASTUS:20230616T023845Z:c5e6c95f-50aa-408d-bfdf-0f4b7f0e40f0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/storagecachetestrg6088", - "name": "storagecachetestrg6088", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "status": "InProgress", + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-cbad051d03859f47abae777c5fb38f7a-8a86c258ee8cce46-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "dd160add2e90a37a2f5b3a515ea5e5ec", + "traceparent": "00-60720b616b259644857dd382e1472d3e-c97bf44944c01a43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c1f609dbee00a7062ad3989df3ce6126", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1006", + "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:30:34 GMT", + "Date": "Fri, 16 Jun 2023 02:39:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -109,64 +12453,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dd160add2e90a37a2f5b3a515ea5e5ec", - "x-ms-correlation-request-id": "305df0b9-f471-4e2a-81dc-37ef4bf7ad1d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "568ca5ec-d3df-4369-8257-912c9e5ccfdd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103035Z:305df0b9-f471-4e2a-81dc-37ef4bf7ad1d", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "c1f609dbee00a7062ad3989df3ce6126", + "x-ms-correlation-request-id": "549a6122-e9c7-491d-accb-79869b1dce6c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "d98adb6a-799b-4946-a86b-0c4fe5a71b2f", + "x-ms-routing-request-id": "EASTUS:20230616T023917Z:549a6122-e9c7-491d-accb-79869b1dce6c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "value": [ - { - "name": "storagetarget9286", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9286", - "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", - "properties": { - "allocationPercentage": 100, - "targetType": "nfs3", - "provisioningState": "Succeeded", - "state": "Ready", - "junctions": [], - "nfs3": { - "target": "10.0.2.4", - "usageModel": "READ_ONLY" - } - }, - "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "createdByType": "Application", - "createdAt": "2023-03-23T10:27:38.5037539Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T10:27:38.5037539Z" - } - } - ] + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "status": "InProgress", + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/SDKEXPLOREREXECUTION10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget9286?api-version=2023-01-01", - "RequestMethod": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-1365881478f6f74d91093c1289e315b7-c6a0ab92982aab4f-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e699c29babf6854892c35f8acd5bd977", + "traceparent": "00-60720b616b259644857dd382e1472d3e-ba4fee8877a37949-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e2a0ac0eb4f65204602fbf7601a9674b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 202, + "StatusCode": 200, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/01a8fd19-f136-48f6-ba84-7f9bc0c97128?api-version=2023-01-01", "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:30:35 GMT", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:39:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/01a8fd19-f136-48f6-ba84-7f9bc0c97128?monitor=true\u0026api-version=2023-01-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -174,24 +12492,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e699c29babf6854892c35f8acd5bd977", - "x-ms-correlation-request-id": "1686aacc-d39d-4eed-8474-db71870ef44f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteStorageTarget5Min;59", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "01a8fd19-f136-48f6-ba84-7f9bc0c97128", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103035Z:1686aacc-d39d-4eed-8474-db71870ef44f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e2a0ac0eb4f65204602fbf7601a9674b", + "x-ms-correlation-request-id": "e59810ec-75b2-4229-a21d-b65d4b710401", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "31f06d43-994e-4ccb-a7d2-d2459fb447bd", + "x-ms-routing-request-id": "EASTUS:20230616T023949Z:e59810ec-75b2-4229-a21d-b65d4b710401", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": null + "ResponseBody": { + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "status": "InProgress", + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" + } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/01a8fd19-f136-48f6-ba84-7f9bc0c97128?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1365881478f6f74d91093c1289e315b7-169935dc8f6c3945-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4cd1613472f23292c1914bcdceefd6d4", + "traceparent": "00-60720b616b259644857dd382e1472d3e-8a7bff2126d5754c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a6555c889dcae4303e4f2d4eccddfebe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -200,7 +12522,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:30:35 GMT", + "Date": "Fri, 16 Jun 2023 02:40:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -209,28 +12531,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4cd1613472f23292c1914bcdceefd6d4", - "x-ms-correlation-request-id": "8c84b0bf-795d-4dd2-a41a-352e0d56e5c1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "45e365c7-77a7-4636-ac3e-b5eb5e237f1d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103036Z:8c84b0bf-795d-4dd2-a41a-352e0d56e5c1", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "a6555c889dcae4303e4f2d4eccddfebe", + "x-ms-correlation-request-id": "72217c5b-b256-4aba-b498-72cabc3e9a1c", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "28a1e0c5-33da-487a-a6d1-e8647f89e53e", + "x-ms-routing-request-id": "EASTUS:20230616T024022Z:72217c5b-b256-4aba-b498-72cabc3e9a1c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:30:35.7256475\u002B00:00", + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", "status": "InProgress", - "name": "01a8fd19-f136-48f6-ba84-7f9bc0c97128" + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/01a8fd19-f136-48f6-ba84-7f9bc0c97128?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1365881478f6f74d91093c1289e315b7-8e738723c4b6b341-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "19dbc382cbd99549de26fda4ed4cab4b", + "traceparent": "00-60720b616b259644857dd382e1472d3e-cd3e7793ce4d6348-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fcfb1d28d3be262f05a461d02f8fa580", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -239,7 +12561,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:30:36 GMT", + "Date": "Fri, 16 Jun 2023 02:40:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -248,28 +12570,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19dbc382cbd99549de26fda4ed4cab4b", - "x-ms-correlation-request-id": "37cd54ca-0265-4d89-af64-d28582c6e4d8", + "x-ms-client-request-id": "fcfb1d28d3be262f05a461d02f8fa580", + "x-ms-correlation-request-id": "a75990b2-379e-4b4d-9888-b88f7f69d68d", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "7f5c3eba-e6ef-4ac6-9907-e1e0f0b16b8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103037Z:37cd54ca-0265-4d89-af64-d28582c6e4d8", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "acd4de4a-fe0e-41f8-ad42-c5227ea3359b", + "x-ms-routing-request-id": "EASTUS:20230616T024054Z:a75990b2-379e-4b4d-9888-b88f7f69d68d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:30:35.7256475\u002B00:00", + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", "status": "InProgress", - "name": "01a8fd19-f136-48f6-ba84-7f9bc0c97128" + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/01a8fd19-f136-48f6-ba84-7f9bc0c97128?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1365881478f6f74d91093c1289e315b7-47376a1fd4aac244-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6b566c1c8c890384b2995811ba16a3f9", + "traceparent": "00-60720b616b259644857dd382e1472d3e-3309cdd3d5f44c4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "97144d6cbb78715c7bbca4a787b58582", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -278,7 +12600,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:30:37 GMT", + "Date": "Fri, 16 Jun 2023 02:41:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -287,37 +12609,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b566c1c8c890384b2995811ba16a3f9", - "x-ms-correlation-request-id": "3ae13086-f0e2-452d-90a1-9c63b92d069e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "015d1ab7-f3f6-4de0-abcf-07078d4f65c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103038Z:3ae13086-f0e2-452d-90a1-9c63b92d069e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "97144d6cbb78715c7bbca4a787b58582", + "x-ms-correlation-request-id": "48a818dd-9ce2-4a1b-9b5f-8f6cda5c25c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "88ee5133-bf93-42ff-a240-e336951f8eda", + "x-ms-routing-request-id": "EASTUS:20230616T024126Z:48a818dd-9ce2-4a1b-9b5f-8f6cda5c25c4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:30:35.7256475\u002B00:00", + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", "status": "InProgress", - "name": "01a8fd19-f136-48f6-ba84-7f9bc0c97128" + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/01a8fd19-f136-48f6-ba84-7f9bc0c97128?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1365881478f6f74d91093c1289e315b7-2c4b11158affc04c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1679e87a8d6b6819183b6dcc74ed4474", + "Connection": "close", + "traceparent": "00-60720b616b259644857dd382e1472d3e-53e53ce5a6f80d44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e34d00306baeb58d2d2fa1263b5fb4ae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:30:39 GMT", + "Date": "Fri, 16 Jun 2023 02:41:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -326,28 +12650,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1679e87a8d6b6819183b6dcc74ed4474", - "x-ms-correlation-request-id": "08b41b16-a830-42dd-a3b6-543c77681d15", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "44a704a9-2626-4b48-b999-5f8bbe2c6d86", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103039Z:08b41b16-a830-42dd-a3b6-543c77681d15", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "e34d00306baeb58d2d2fa1263b5fb4ae", + "x-ms-correlation-request-id": "69405a15-db49-4032-ac5e-fdbf2c59df05", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "98ceac79-3757-47f2-a59f-305967b00b7a", + "x-ms-routing-request-id": "EASTUS:20230616T024158Z:69405a15-db49-4032-ac5e-fdbf2c59df05", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:30:35.7256475\u002B00:00", + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", "status": "InProgress", - "name": "01a8fd19-f136-48f6-ba84-7f9bc0c97128" + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/01a8fd19-f136-48f6-ba84-7f9bc0c97128?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1365881478f6f74d91093c1289e315b7-6fbee8f5eb63fb48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "62b1ffe56b99f54a3fd767407237dbc7", + "traceparent": "00-60720b616b259644857dd382e1472d3e-77af8bee63ebce46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7fe2aca967c86d46c18a80022e889f4f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -356,7 +12680,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:30:41 GMT", + "Date": "Fri, 16 Jun 2023 02:42:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -365,28 +12689,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62b1ffe56b99f54a3fd767407237dbc7", - "x-ms-correlation-request-id": "54672ff7-7476-4702-98ee-bad038309a2b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "10ba758d-d394-495d-b174-ae88a7f16396", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103042Z:54672ff7-7476-4702-98ee-bad038309a2b", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "7fe2aca967c86d46c18a80022e889f4f", + "x-ms-correlation-request-id": "74de0ec5-f243-4b4f-ae62-d7bf9a078480", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "521907e0-8d86-4927-9370-22bb2444c395", + "x-ms-routing-request-id": "EASTUS:20230616T024230Z:74de0ec5-f243-4b4f-ae62-d7bf9a078480", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:30:35.7256475\u002B00:00", + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", "status": "InProgress", - "name": "01a8fd19-f136-48f6-ba84-7f9bc0c97128" + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/01a8fd19-f136-48f6-ba84-7f9bc0c97128?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1365881478f6f74d91093c1289e315b7-122f89ef45303a45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0529038295d38ee052ee524d1eb88ec4", + "traceparent": "00-60720b616b259644857dd382e1472d3e-6321fa5486d83044-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2fa0df1ec14201d2bf5f69491935351c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -395,7 +12719,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:30:45 GMT", + "Date": "Fri, 16 Jun 2023 02:43:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -404,28 +12728,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0529038295d38ee052ee524d1eb88ec4", - "x-ms-correlation-request-id": "3f2b51de-ef19-4a1f-bf42-24a4aefe1d51", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "3203194c-4e6f-464c-88b5-3d6a0453d069", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103046Z:3f2b51de-ef19-4a1f-bf42-24a4aefe1d51", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "2fa0df1ec14201d2bf5f69491935351c", + "x-ms-correlation-request-id": "69caa5bd-193c-45f5-b7b2-8c1a9bdfaaba", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "1939b1a3-e0cf-418c-85c7-d8a4dfff0b1e", + "x-ms-routing-request-id": "EASTUS:20230616T024302Z:69caa5bd-193c-45f5-b7b2-8c1a9bdfaaba", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:30:35.7256475\u002B00:00", + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", "status": "InProgress", - "name": "01a8fd19-f136-48f6-ba84-7f9bc0c97128" + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/01a8fd19-f136-48f6-ba84-7f9bc0c97128?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1365881478f6f74d91093c1289e315b7-c0e1e0e4e8067841-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ba2ce45440650f609d83d69326d8f5e1", + "traceparent": "00-60720b616b259644857dd382e1472d3e-29ea77db7dc9a141-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "dafdf50705d2c8b9bae02224ea8b86a5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -434,7 +12758,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:30:54 GMT", + "Date": "Fri, 16 Jun 2023 02:43:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -443,28 +12767,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba2ce45440650f609d83d69326d8f5e1", - "x-ms-correlation-request-id": "588cdb9d-d1c9-4bd0-82da-949f57eddf19", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "0b6be978-3915-4f2f-a919-450a811d90d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103054Z:588cdb9d-d1c9-4bd0-82da-949f57eddf19", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "dafdf50705d2c8b9bae02224ea8b86a5", + "x-ms-correlation-request-id": "1b74428c-d22c-4ed9-84dc-476b8f3708e6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "59a90111-db2d-42f1-9230-c909ee208269", + "x-ms-routing-request-id": "EASTUS:20230616T024334Z:1b74428c-d22c-4ed9-84dc-476b8f3708e6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:30:35.7256475\u002B00:00", + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", "status": "InProgress", - "name": "01a8fd19-f136-48f6-ba84-7f9bc0c97128" + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/01a8fd19-f136-48f6-ba84-7f9bc0c97128?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1365881478f6f74d91093c1289e315b7-3e5f867f5b405d47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7149a6603fc44fa11f2210ab18fcd787", + "traceparent": "00-60720b616b259644857dd382e1472d3e-c23bca701ee37044-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5c07518f85bee86cd9e1c069fefc548c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -473,7 +12797,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:31:10 GMT", + "Date": "Fri, 16 Jun 2023 02:44:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -482,28 +12806,67 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7149a6603fc44fa11f2210ab18fcd787", - "x-ms-correlation-request-id": "e2bec267-70ff-48df-81b8-0c30551adf79", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "5ae6011b-68b7-4e57-9943-49e0f01932a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103111Z:e2bec267-70ff-48df-81b8-0c30551adf79", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "5c07518f85bee86cd9e1c069fefc548c", + "x-ms-correlation-request-id": "bbc74de9-3162-4a59-bc1f-71f8274bce14", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "ee1ff71e-0f34-45ab-9728-c443108c72bc", + "x-ms-routing-request-id": "EASTUS:20230616T024406Z:bbc74de9-3162-4a59-bc1f-71f8274bce14", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "status": "InProgress", + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-60720b616b259644857dd382e1472d3e-2b4a856c9c2ec344-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "39fa6454c48a197c25d774629fae1634", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:44:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39fa6454c48a197c25d774629fae1634", + "x-ms-correlation-request-id": "11639729-7bec-4e35-85d6-4c3b80ac29d0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "fd98eacd-590e-4f82-9318-9c5d4317ae1a", + "x-ms-routing-request-id": "EASTUS:20230616T024438Z:11639729-7bec-4e35-85d6-4c3b80ac29d0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:30:35.7256475\u002B00:00", + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", "status": "InProgress", - "name": "01a8fd19-f136-48f6-ba84-7f9bc0c97128" + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/01a8fd19-f136-48f6-ba84-7f9bc0c97128?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f14f4a08-dfd1-4bed-9d77-045f19e0813c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1365881478f6f74d91093c1289e315b7-6b18ff05cf113a4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8eeca249200b4262a31a674fbe4c6879", + "traceparent": "00-60720b616b259644857dd382e1472d3e-6088c0ab4c50b74e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c8b9c4d9d92d815d891500f14550cabd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -512,7 +12875,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:31:43 GMT", + "Date": "Fri, 16 Jun 2023 02:45:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -521,32 +12884,139 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8eeca249200b4262a31a674fbe4c6879", - "x-ms-correlation-request-id": "86da6adb-3ec3-47ff-8303-4323ce1e8f6e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "6978ccd7-d69b-4c95-8b70-fb309266df38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103143Z:86da6adb-3ec3-47ff-8303-4323ce1e8f6e", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "c8b9c4d9d92d815d891500f14550cabd", + "x-ms-correlation-request-id": "21a6400f-a6eb-4c8e-8c89-50cef6714558", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "ffb43622-69d0-4b78-96fa-c293287dd9e4", + "x-ms-routing-request-id": "EASTUS:20230616T024510Z:21a6400f-a6eb-4c8e-8c89-50cef6714558", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:30:35.7256475\u002B00:00", - "endTime": "2023-03-23T10:31:43.2247922\u002B00:00", + "startTime": "2023-06-16T02:33:53.8562822\u002B00:00", + "endTime": "2023-06-16T02:44:48.3842265\u002B00:00", "status": "Succeeded", - "name": "01a8fd19-f136-48f6-ba84-7f9bc0c97128" + "name": "f14f4a08-dfd1-4bed-9d77-045f19e0813c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5835?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-60720b616b259644857dd382e1472d3e-4689bd1ba1015946-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "85cf958b4d90ca1ad4ee37e7110a482b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2181", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:45:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "85cf958b4d90ca1ad4ee37e7110a482b", + "x-ms-correlation-request-id": "0ba58bd6-c869-486c-9254-9baa905260d1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;115", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "8634f1c2-7f2d-4e34-8a13-0195becfd057", + "x-ms-routing-request-id": "EASTUS:20230616T024511Z:0ba58bd6-c869-486c-9254-9baa905260d1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "name": "testsc5835", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5835", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "utilityAddresses": [ + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" + ], + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-2108/subnets/scTestSubnet-2925", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-16T02:33:54.2156792Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-16T02:33:53.8594453Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-16T02:33:53.8594453Z" + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget1904?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5835/storageTargets/storagetarget3362?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "113", "Content-Type": "application/json", - "traceparent": "00-92f7e665526dc840aa90724b39ee6692-6d9761d848ba224a-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6e78ec71001d4314dc9a4330b5f6a1ac", + "traceparent": "00-2753e75ecef5c741b711e22dc3141df6-b1be823d82f0b345-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "433a8f8b5e8b067b78af75c38bd3d50d", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -561,11 +13031,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/64db2876-c359-485e-a335-2dfdeaa0aaf7?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ad2cf597-8e91-4aa6-b4db-9359a4ba2277?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "911", + "Content-Length": "918", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:31:44 GMT", + "Date": "Fri, 16 Jun 2023 02:45:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -574,19 +13044,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e78ec71001d4314dc9a4330b5f6a1ac", - "x-ms-correlation-request-id": "58ec6129-1714-47f1-9d32-81b4c16e7f64", + "x-ms-client-request-id": "433a8f8b5e8b067b78af75c38bd3d50d", + "x-ms-correlation-request-id": "0f43aaec-e6bc-46c7-b551-1731ecee4617", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "64db2876-c359-485e-a335-2dfdeaa0aaf7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103144Z:58ec6129-1714-47f1-9d32-81b4c16e7f64", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "ad2cf597-8e91-4aa6-b4db-9359a4ba2277", + "x-ms-routing-request-id": "EASTUS:20230616T024511Z:0f43aaec-e6bc-46c7-b551-1731ecee4617", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget1904", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget1904", + "name": "storagetarget3362", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5835/storageTargets/storagetarget3362", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -600,23 +13070,23 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T10:31:43.4910116Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-16T02:45:11.3888483Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T10:31:43.4910116Z" + "lastModifiedAt": "2023-06-16T02:45:11.3888483Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/64db2876-c359-485e-a335-2dfdeaa0aaf7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ad2cf597-8e91-4aa6-b4db-9359a4ba2277?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-92f7e665526dc840aa90724b39ee6692-3631b46988e2224e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0fa6b296185ea12bd74b2f851f11ed23", + "traceparent": "00-2753e75ecef5c741b711e22dc3141df6-a69a37016fe08246-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c0ba27d57a9036ff547f179da406491a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -625,7 +13095,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:31:45 GMT", + "Date": "Fri, 16 Jun 2023 02:45:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -634,28 +13104,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0fa6b296185ea12bd74b2f851f11ed23", - "x-ms-correlation-request-id": "bd920112-f9de-42c3-b029-69e2aa693d82", + "x-ms-client-request-id": "c0ba27d57a9036ff547f179da406491a", + "x-ms-correlation-request-id": "46174cd4-347c-4c80-b79f-687004b64336", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "fefde8f4-8fe7-4b65-8105-a9cbb468dbec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103145Z:bd920112-f9de-42c3-b029-69e2aa693d82", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "081b2650-9b58-49c4-808b-62e681de81e6", + "x-ms-routing-request-id": "EASTUS:20230616T024511Z:46174cd4-347c-4c80-b79f-687004b64336", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:31:44.7093485\u002B00:00", + "startTime": "2023-06-16T02:45:11.8277219\u002B00:00", "status": "InProgress", - "name": "64db2876-c359-485e-a335-2dfdeaa0aaf7" + "name": "ad2cf597-8e91-4aa6-b4db-9359a4ba2277" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/64db2876-c359-485e-a335-2dfdeaa0aaf7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ad2cf597-8e91-4aa6-b4db-9359a4ba2277?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-92f7e665526dc840aa90724b39ee6692-44a1ef8473614a4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "016fa3c68de49b90ac34674f563cf14b", + "traceparent": "00-2753e75ecef5c741b711e22dc3141df6-33248a82217d7f46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "345ad9614c3ee639049055981fd99008", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -664,7 +13134,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:31:46 GMT", + "Date": "Fri, 16 Jun 2023 02:45:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -673,28 +13143,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "016fa3c68de49b90ac34674f563cf14b", - "x-ms-correlation-request-id": "71f84af2-8089-425e-b07a-951bd608b94c", + "x-ms-client-request-id": "345ad9614c3ee639049055981fd99008", + "x-ms-correlation-request-id": "bd6d49af-2c8c-4652-bc4d-999d2da4ce5c", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "280eff65-6b83-4cdb-aefc-66804a7aa5eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103146Z:71f84af2-8089-425e-b07a-951bd608b94c", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "f6bc7851-9cf0-4a0b-b88b-20d2de9c1b12", + "x-ms-routing-request-id": "EASTUS:20230616T024512Z:bd6d49af-2c8c-4652-bc4d-999d2da4ce5c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:31:44.7093485\u002B00:00", + "startTime": "2023-06-16T02:45:11.8277219\u002B00:00", "status": "InProgress", - "name": "64db2876-c359-485e-a335-2dfdeaa0aaf7" + "name": "ad2cf597-8e91-4aa6-b4db-9359a4ba2277" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/64db2876-c359-485e-a335-2dfdeaa0aaf7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ad2cf597-8e91-4aa6-b4db-9359a4ba2277?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-92f7e665526dc840aa90724b39ee6692-9e464cf1a38fd74e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "029989c7914f374d1ee1151ca6bb24f5", + "traceparent": "00-2753e75ecef5c741b711e22dc3141df6-6500837b12d6e344-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "63eea83014193d7dd6d38a118cee04e7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -703,7 +13173,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:31:47 GMT", + "Date": "Fri, 16 Jun 2023 02:45:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -712,28 +13182,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "029989c7914f374d1ee1151ca6bb24f5", - "x-ms-correlation-request-id": "574ec3d4-df6e-4e58-996e-d9203e445aab", + "x-ms-client-request-id": "63eea83014193d7dd6d38a118cee04e7", + "x-ms-correlation-request-id": "3db5df2c-42ed-4663-ae29-83d0e7ad9b0f", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "e568ea76-922c-43bc-b7d6-e6f5ce05b1dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103148Z:574ec3d4-df6e-4e58-996e-d9203e445aab", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "e968830b-a266-4384-ba54-a0661058fe98", + "x-ms-routing-request-id": "EASTUS:20230616T024514Z:3db5df2c-42ed-4663-ae29-83d0e7ad9b0f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:31:44.7093485\u002B00:00", + "startTime": "2023-06-16T02:45:11.8277219\u002B00:00", "status": "InProgress", - "name": "64db2876-c359-485e-a335-2dfdeaa0aaf7" + "name": "ad2cf597-8e91-4aa6-b4db-9359a4ba2277" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/64db2876-c359-485e-a335-2dfdeaa0aaf7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ad2cf597-8e91-4aa6-b4db-9359a4ba2277?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-92f7e665526dc840aa90724b39ee6692-0fd81ad3ad24b741-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ad1286e0d12109d5220b6329b1dc4b9a", + "traceparent": "00-2753e75ecef5c741b711e22dc3141df6-971be3b340b96148-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9c4024aa4a16898eeed3bcff2467177a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -742,7 +13212,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:31:49 GMT", + "Date": "Fri, 16 Jun 2023 02:45:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -751,28 +13221,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad1286e0d12109d5220b6329b1dc4b9a", - "x-ms-correlation-request-id": "e5f34e4b-8989-44d8-81ac-2d3844bf80df", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "a93d12e8-9ce1-4ccc-85d7-3060cc7bd073", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103149Z:e5f34e4b-8989-44d8-81ac-2d3844bf80df", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "9c4024aa4a16898eeed3bcff2467177a", + "x-ms-correlation-request-id": "024d40ee-a867-4285-bf59-58c5dc382228", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "c3ce7c2e-70a5-48a0-8a3c-d14625e86a0f", + "x-ms-routing-request-id": "EASTUS:20230616T024515Z:024d40ee-a867-4285-bf59-58c5dc382228", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:31:44.7093485\u002B00:00", + "startTime": "2023-06-16T02:45:11.8277219\u002B00:00", "status": "InProgress", - "name": "64db2876-c359-485e-a335-2dfdeaa0aaf7" + "name": "ad2cf597-8e91-4aa6-b4db-9359a4ba2277" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/64db2876-c359-485e-a335-2dfdeaa0aaf7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ad2cf597-8e91-4aa6-b4db-9359a4ba2277?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-92f7e665526dc840aa90724b39ee6692-d9f024cef8b69944-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "96bde359eb7834d35638e3027774f5f1", + "traceparent": "00-2753e75ecef5c741b711e22dc3141df6-96b58eca7c53fe4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fc6d0feee5184d005c1d5d6bc1275a16", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -781,7 +13251,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:31:51 GMT", + "Date": "Fri, 16 Jun 2023 02:45:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -790,28 +13260,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "96bde359eb7834d35638e3027774f5f1", - "x-ms-correlation-request-id": "f20ac43f-1a61-4c0e-b270-d222509c61df", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "45d5d3be-c705-4d02-951b-f0a0e425914b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103151Z:f20ac43f-1a61-4c0e-b270-d222509c61df", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "fc6d0feee5184d005c1d5d6bc1275a16", + "x-ms-correlation-request-id": "8a10f7e7-264a-4e3b-b7e9-7fb141600653", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "03cc64ff-b7c6-4ba0-9813-5340f3ac4b86", + "x-ms-routing-request-id": "EASTUS:20230616T024517Z:8a10f7e7-264a-4e3b-b7e9-7fb141600653", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:31:44.7093485\u002B00:00", + "startTime": "2023-06-16T02:45:11.8277219\u002B00:00", "status": "InProgress", - "name": "64db2876-c359-485e-a335-2dfdeaa0aaf7" + "name": "ad2cf597-8e91-4aa6-b4db-9359a4ba2277" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/64db2876-c359-485e-a335-2dfdeaa0aaf7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ad2cf597-8e91-4aa6-b4db-9359a4ba2277?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-92f7e665526dc840aa90724b39ee6692-c1c4fb97aa14ba4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d06e710f442af629b38fe0442d238542", + "traceparent": "00-2753e75ecef5c741b711e22dc3141df6-6cdd4751c3ac5644-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fbed6d8bf399e5f119647546587d186e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -820,7 +13290,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:31:55 GMT", + "Date": "Fri, 16 Jun 2023 02:45:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -829,28 +13299,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d06e710f442af629b38fe0442d238542", - "x-ms-correlation-request-id": "fd1eb4da-6003-42ab-8f7d-c57230d8776a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "1a799a12-83fa-44d9-a1e6-172a7078eef9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103156Z:fd1eb4da-6003-42ab-8f7d-c57230d8776a", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "fbed6d8bf399e5f119647546587d186e", + "x-ms-correlation-request-id": "0a2fc7e0-f997-4bed-8a58-6aedbfad9981", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "1a40e1b1-c2dc-4b54-a3fb-17328ed0dcaa", + "x-ms-routing-request-id": "EASTUS:20230616T024521Z:0a2fc7e0-f997-4bed-8a58-6aedbfad9981", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:31:44.7093485\u002B00:00", + "startTime": "2023-06-16T02:45:11.8277219\u002B00:00", "status": "InProgress", - "name": "64db2876-c359-485e-a335-2dfdeaa0aaf7" + "name": "ad2cf597-8e91-4aa6-b4db-9359a4ba2277" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/64db2876-c359-485e-a335-2dfdeaa0aaf7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ad2cf597-8e91-4aa6-b4db-9359a4ba2277?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-92f7e665526dc840aa90724b39ee6692-f9d87a015266164f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c2c37a968efdf57db2dd57e9eed391ae", + "traceparent": "00-2753e75ecef5c741b711e22dc3141df6-bc9fd174447bae43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7d2310bb0880c5ce23f240f9ec23c8c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -859,7 +13329,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:32:03 GMT", + "Date": "Fri, 16 Jun 2023 02:45:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -868,28 +13338,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c2c37a968efdf57db2dd57e9eed391ae", - "x-ms-correlation-request-id": "203d560c-bae5-4b21-8ec4-4cde9f4bef28", + "x-ms-client-request-id": "7d2310bb0880c5ce23f240f9ec23c8c6", + "x-ms-correlation-request-id": "dafff2c1-a644-48de-b8af-a796fb413389", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "a1a8ea86-2827-4426-b0ea-845ed60b1c06", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103204Z:203d560c-bae5-4b21-8ec4-4cde9f4bef28", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "858b78a1-faaf-4c68-9bb0-26379a675dbb", + "x-ms-routing-request-id": "EASTUS:20230616T024529Z:dafff2c1-a644-48de-b8af-a796fb413389", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:31:44.7093485\u002B00:00", + "startTime": "2023-06-16T02:45:11.8277219\u002B00:00", "status": "InProgress", - "name": "64db2876-c359-485e-a335-2dfdeaa0aaf7" + "name": "ad2cf597-8e91-4aa6-b4db-9359a4ba2277" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/64db2876-c359-485e-a335-2dfdeaa0aaf7?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/ad2cf597-8e91-4aa6-b4db-9359a4ba2277?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-92f7e665526dc840aa90724b39ee6692-6c8dadb4a04f7d47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3f1972167a6d1470bac6e2e80a8e0732", + "traceparent": "00-2753e75ecef5c741b711e22dc3141df6-e153903bc6bac743-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b773a6781b7afae11d87e2b46fbaf5de", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -898,7 +13368,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:32:20 GMT", + "Date": "Fri, 16 Jun 2023 02:45:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -907,38 +13377,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f1972167a6d1470bac6e2e80a8e0732", - "x-ms-correlation-request-id": "e2ad8537-8ee1-4780-ba35-1da13c438272", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "32609f05-d37f-4254-b5e5-068a25cde327", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103220Z:e2ad8537-8ee1-4780-ba35-1da13c438272", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "b773a6781b7afae11d87e2b46fbaf5de", + "x-ms-correlation-request-id": "a7a52853-db4c-4b39-8a7c-0c27fb1cdff3", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "aaedecae-1129-444f-8ee8-2224e68f3688", + "x-ms-routing-request-id": "EASTUS:20230616T024545Z:a7a52853-db4c-4b39-8a7c-0c27fb1cdff3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:31:44.7093485\u002B00:00", - "endTime": "2023-03-23T10:32:14.8832089\u002B00:00", + "startTime": "2023-06-16T02:45:11.8277219\u002B00:00", + "endTime": "2023-06-16T02:45:43.8842791\u002B00:00", "status": "Succeeded", - "name": "64db2876-c359-485e-a335-2dfdeaa0aaf7" + "name": "ad2cf597-8e91-4aa6-b4db-9359a4ba2277" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget1904?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5835/storageTargets/storagetarget3362?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-92f7e665526dc840aa90724b39ee6692-865190c61a1b7f42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fd6ba0b232b081f3f4791e4dec4008df", + "traceparent": "00-2753e75ecef5c741b711e22dc3141df6-1bb26af40bfc0d4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b0afef04dd0383959e28d8a6b2f8f9f6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "913", + "Content-Length": "920", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:32:20 GMT", + "Date": "Fri, 16 Jun 2023 02:45:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -947,19 +13417,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd6ba0b232b081f3f4791e4dec4008df", - "x-ms-correlation-request-id": "8c1c1c4c-7909-4755-938d-d3ccc84e02a0", + "x-ms-client-request-id": "b0afef04dd0383959e28d8a6b2f8f9f6", + "x-ms-correlation-request-id": "d005137b-439c-41bd-b3b1-7d9d77e14a47", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "f58fa989-6960-48b2-b409-f345ccc48742", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103221Z:8c1c1c4c-7909-4755-938d-d3ccc84e02a0", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "ca50e29e-f321-4be6-a6e1-a032ba9bdafa", + "x-ms-routing-request-id": "EASTUS:20230616T024545Z:d005137b-439c-41bd-b3b1-7d9d77e14a47", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget1904", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget1904", + "name": "storagetarget3362", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5835/storageTargets/storagetarget3362", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -973,26 +13443,26 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T10:31:43.4910116Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-16T02:45:11.3888483Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T10:31:43.4910116Z" + "lastModifiedAt": "2023-06-16T02:45:11.3888483Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget1904?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5835/storageTargets/storagetarget3362?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "144", "Content-Type": "application/json", - "traceparent": "00-b3dcf72b51b6d845b12c8099fce3fe72-b2fa452e54f27a49-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bb2e32fe46091cd40aae0837ab94ea23", + "traceparent": "00-b31408155cd4ec419fb7a9d5773287dd-ded7f478e578734e-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b1cdaf9b6009a0f32f285ff9261a5569", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1009,12 +13479,12 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ec739040-052e-410f-8144-fd0e733c0f51?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c5d53ade-9a31-4597-b6ed-6e96f421cd4c?api-version=2023-05-01", "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:32:21 GMT", + "Date": "Fri, 16 Jun 2023 02:45:45 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ec739040-052e-410f-8144-fd0e733c0f51?monitor=true\u0026api-version=2023-01-01", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c5d53ade-9a31-4597-b6ed-6e96f421cd4c?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1022,24 +13492,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bb2e32fe46091cd40aae0837ab94ea23", - "x-ms-correlation-request-id": "7b6c31db-20ce-45b3-9315-2e60d32df2d4", + "x-ms-client-request-id": "b1cdaf9b6009a0f32f285ff9261a5569", + "x-ms-correlation-request-id": "5466945c-1576-419b-9b95-feba04c31cfa", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateStorageTarget1Min;58", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "ec739040-052e-410f-8144-fd0e733c0f51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103221Z:7b6c31db-20ce-45b3-9315-2e60d32df2d4", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "c5d53ade-9a31-4597-b6ed-6e96f421cd4c", + "x-ms-routing-request-id": "EASTUS:20230616T024545Z:5466945c-1576-419b-9b95-feba04c31cfa", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ec739040-052e-410f-8144-fd0e733c0f51?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c5d53ade-9a31-4597-b6ed-6e96f421cd4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b3dcf72b51b6d845b12c8099fce3fe72-531166d8b823404b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d8ea02be4c606b28cb4ff20229bcd560", + "traceparent": "00-b31408155cd4ec419fb7a9d5773287dd-977753d777970c41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c018ec8e43eca4d4fb0e81db7e9b5d84", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1048,7 +13518,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:32:21 GMT", + "Date": "Fri, 16 Jun 2023 02:45:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1057,28 +13527,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8ea02be4c606b28cb4ff20229bcd560", - "x-ms-correlation-request-id": "4a1b698a-72a0-421b-bdf6-d27ef6afe7c6", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "97133cb1-4814-4087-84e9-d33e4dfb4837", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103222Z:4a1b698a-72a0-421b-bdf6-d27ef6afe7c6", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "c018ec8e43eca4d4fb0e81db7e9b5d84", + "x-ms-correlation-request-id": "8639fac7-f7d8-4084-b1cf-748248935b13", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;228", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "ad50cc41-9a98-49ef-aa95-f8d605362aff", + "x-ms-routing-request-id": "EASTUS:20230616T024545Z:8639fac7-f7d8-4084-b1cf-748248935b13", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:32:21.6346837\u002B00:00", + "startTime": "2023-06-16T02:45:45.5767679\u002B00:00", "status": "InProgress", - "name": "ec739040-052e-410f-8144-fd0e733c0f51" + "name": "c5d53ade-9a31-4597-b6ed-6e96f421cd4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ec739040-052e-410f-8144-fd0e733c0f51?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c5d53ade-9a31-4597-b6ed-6e96f421cd4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b3dcf72b51b6d845b12c8099fce3fe72-bb25cb4960148242-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c777fa8eba096978344a3b71fce0bfe7", + "traceparent": "00-b31408155cd4ec419fb7a9d5773287dd-c5d76baad45d134c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "50aa6fd2fb038381ec32a01947a15df5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1087,7 +13557,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:32:22 GMT", + "Date": "Fri, 16 Jun 2023 02:45:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1096,28 +13566,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c777fa8eba096978344a3b71fce0bfe7", - "x-ms-correlation-request-id": "5378fb45-cdd8-4e85-b1ef-7a938a7689e4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "62d2fad9-e5ce-4eaf-b402-17222ac5dad4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103223Z:5378fb45-cdd8-4e85-b1ef-7a938a7689e4", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "50aa6fd2fb038381ec32a01947a15df5", + "x-ms-correlation-request-id": "91bc0138-7911-430b-9a94-be529f46e05f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "4520bbec-88f9-4189-bcdf-a5c5fd53fb45", + "x-ms-routing-request-id": "EASTUS:20230616T024546Z:91bc0138-7911-430b-9a94-be529f46e05f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:32:21.6346837\u002B00:00", + "startTime": "2023-06-16T02:45:45.5767679\u002B00:00", "status": "InProgress", - "name": "ec739040-052e-410f-8144-fd0e733c0f51" + "name": "c5d53ade-9a31-4597-b6ed-6e96f421cd4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ec739040-052e-410f-8144-fd0e733c0f51?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c5d53ade-9a31-4597-b6ed-6e96f421cd4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b3dcf72b51b6d845b12c8099fce3fe72-2b4812956413554a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a8788e8612aa89c3fccb8118a2fbbac3", + "traceparent": "00-b31408155cd4ec419fb7a9d5773287dd-0ffa972c38b5a640-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "396b39e09401b87c8d50016696e71d75", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1126,7 +13596,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:32:23 GMT", + "Date": "Fri, 16 Jun 2023 02:45:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1135,28 +13605,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a8788e8612aa89c3fccb8118a2fbbac3", - "x-ms-correlation-request-id": "44fe7f45-6a03-4feb-9701-18133b4b9045", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "35a5249e-655c-41d6-962c-f37eb1090a61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103224Z:44fe7f45-6a03-4feb-9701-18133b4b9045", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "396b39e09401b87c8d50016696e71d75", + "x-ms-correlation-request-id": "6ec0c529-b287-4e42-ab1a-736202b16c6e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "6594e5ee-6a6f-4a1b-ad36-92d853efe1d0", + "x-ms-routing-request-id": "EASTUS:20230616T024547Z:6ec0c529-b287-4e42-ab1a-736202b16c6e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:32:21.6346837\u002B00:00", + "startTime": "2023-06-16T02:45:45.5767679\u002B00:00", "status": "InProgress", - "name": "ec739040-052e-410f-8144-fd0e733c0f51" + "name": "c5d53ade-9a31-4597-b6ed-6e96f421cd4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ec739040-052e-410f-8144-fd0e733c0f51?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c5d53ade-9a31-4597-b6ed-6e96f421cd4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b3dcf72b51b6d845b12c8099fce3fe72-e7287c59757c6c46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6166eac360ab03708a80a31510b76feb", + "traceparent": "00-b31408155cd4ec419fb7a9d5773287dd-248f2b5b11adbf4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d47f9493f79092226a95d3baa3bb5c5a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1165,7 +13635,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:32:25 GMT", + "Date": "Fri, 16 Jun 2023 02:45:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1174,28 +13644,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6166eac360ab03708a80a31510b76feb", - "x-ms-correlation-request-id": "cbdaf64d-b47a-45fc-bda4-67ebdd555a87", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "4df3b93a-98f0-4855-a7e9-a434f5a8bf88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103225Z:cbdaf64d-b47a-45fc-bda4-67ebdd555a87", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "d47f9493f79092226a95d3baa3bb5c5a", + "x-ms-correlation-request-id": "299c762a-8620-466e-81fa-08a3a470a2fe", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "f2a82338-ae14-47be-b3db-a4ddf6b60067", + "x-ms-routing-request-id": "EASTUS:20230616T024548Z:299c762a-8620-466e-81fa-08a3a470a2fe", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:32:21.6346837\u002B00:00", + "startTime": "2023-06-16T02:45:45.5767679\u002B00:00", "status": "InProgress", - "name": "ec739040-052e-410f-8144-fd0e733c0f51" + "name": "c5d53ade-9a31-4597-b6ed-6e96f421cd4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ec739040-052e-410f-8144-fd0e733c0f51?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c5d53ade-9a31-4597-b6ed-6e96f421cd4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b3dcf72b51b6d845b12c8099fce3fe72-1111b5477afd1e4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9a7c0a8f2c437bb537edcb3e385fc739", + "traceparent": "00-b31408155cd4ec419fb7a9d5773287dd-ac49cc3ae76fe748-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "44fa8cb1232f3d83f2f1c3b3fa1bec05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1204,7 +13674,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:32:27 GMT", + "Date": "Fri, 16 Jun 2023 02:45:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1213,28 +13683,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a7c0a8f2c437bb537edcb3e385fc739", - "x-ms-correlation-request-id": "984901eb-ded1-4ade-8278-e8bfb8837e98", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "71301e12-4dd1-4140-a626-102a989ae166", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103228Z:984901eb-ded1-4ade-8278-e8bfb8837e98", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "44fa8cb1232f3d83f2f1c3b3fa1bec05", + "x-ms-correlation-request-id": "902f1a6c-68bb-4528-a09b-2e292232abc5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "04207811-49fd-4c8e-bd7f-8425f6b2f797", + "x-ms-routing-request-id": "EASTUS:20230616T024550Z:902f1a6c-68bb-4528-a09b-2e292232abc5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:32:21.6346837\u002B00:00", + "startTime": "2023-06-16T02:45:45.5767679\u002B00:00", "status": "InProgress", - "name": "ec739040-052e-410f-8144-fd0e733c0f51" + "name": "c5d53ade-9a31-4597-b6ed-6e96f421cd4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ec739040-052e-410f-8144-fd0e733c0f51?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c5d53ade-9a31-4597-b6ed-6e96f421cd4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b3dcf72b51b6d845b12c8099fce3fe72-2cc7d248e2ed9647-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "11ad78905d7a253c1e741e2a6ead7944", + "traceparent": "00-b31408155cd4ec419fb7a9d5773287dd-2d1f1c0c8181554e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b3862a148922e96517d8cf6bc1c115d1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1243,7 +13713,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:32:31 GMT", + "Date": "Fri, 16 Jun 2023 02:45:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1252,28 +13722,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11ad78905d7a253c1e741e2a6ead7944", - "x-ms-correlation-request-id": "461b8946-8361-481d-a25c-45f6120e006f", + "x-ms-client-request-id": "b3862a148922e96517d8cf6bc1c115d1", + "x-ms-correlation-request-id": "80870651-0639-4b91-8dfc-1dc14f668d4f", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "fe6afa40-43da-4932-9417-a002728f8e02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103232Z:461b8946-8361-481d-a25c-45f6120e006f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "d8abc7df-4159-47fc-a50f-2bfe22f2dd3e", + "x-ms-routing-request-id": "EASTUS:20230616T024554Z:80870651-0639-4b91-8dfc-1dc14f668d4f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:32:21.6346837\u002B00:00", + "startTime": "2023-06-16T02:45:45.5767679\u002B00:00", "status": "InProgress", - "name": "ec739040-052e-410f-8144-fd0e733c0f51" + "name": "c5d53ade-9a31-4597-b6ed-6e96f421cd4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ec739040-052e-410f-8144-fd0e733c0f51?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c5d53ade-9a31-4597-b6ed-6e96f421cd4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b3dcf72b51b6d845b12c8099fce3fe72-6e4b25a52858c640-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9788965b207e977f35ea2abd9532cb2a", + "traceparent": "00-b31408155cd4ec419fb7a9d5773287dd-fdf691f5a2316c42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0ab4a7f3d8ec6f451041e19e336e984f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1282,7 +13752,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:32:39 GMT", + "Date": "Fri, 16 Jun 2023 02:46:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1291,28 +13761,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9788965b207e977f35ea2abd9532cb2a", - "x-ms-correlation-request-id": "3fdf3729-4f1b-4427-a197-e097db23a080", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "3bbd1377-063f-425f-8f0d-ee9d7ce01509", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103240Z:3fdf3729-4f1b-4427-a197-e097db23a080", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "0ab4a7f3d8ec6f451041e19e336e984f", + "x-ms-correlation-request-id": "8f0aca02-c6d6-49b6-86b2-b9268d37a14a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "6eb68c23-5df3-4b16-ab2f-e1e81468843c", + "x-ms-routing-request-id": "EASTUS:20230616T024602Z:8f0aca02-c6d6-49b6-86b2-b9268d37a14a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:32:21.6346837\u002B00:00", + "startTime": "2023-06-16T02:45:45.5767679\u002B00:00", "status": "InProgress", - "name": "ec739040-052e-410f-8144-fd0e733c0f51" + "name": "c5d53ade-9a31-4597-b6ed-6e96f421cd4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ec739040-052e-410f-8144-fd0e733c0f51?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c5d53ade-9a31-4597-b6ed-6e96f421cd4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b3dcf72b51b6d845b12c8099fce3fe72-5394b4cd4abdf241-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "988569b95e093171cd567bce0e8b0c8a", + "traceparent": "00-b31408155cd4ec419fb7a9d5773287dd-3f32d6d2e45a344a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "78a5cea8a835283726112d5654177c31", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1321,7 +13791,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:32:57 GMT", + "Date": "Fri, 16 Jun 2023 02:46:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1330,39 +13800,76 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "988569b95e093171cd567bce0e8b0c8a", - "x-ms-correlation-request-id": "c4c7cb54-ae98-445d-b89b-560c73b17670", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "1ca84788-ce28-4890-b008-374e15ca6559", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103257Z:c4c7cb54-ae98-445d-b89b-560c73b17670", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-client-request-id": "78a5cea8a835283726112d5654177c31", + "x-ms-correlation-request-id": "5b66ec3a-00df-4308-b10f-0cf322c5b71a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "9b2a7580-76d1-4b33-863e-51054f443f99", + "x-ms-routing-request-id": "EASTUS:20230616T024619Z:5b66ec3a-00df-4308-b10f-0cf322c5b71a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:32:21.6346837\u002B00:00", + "startTime": "2023-06-16T02:45:45.5767679\u002B00:00", "status": "InProgress", - "name": "ec739040-052e-410f-8144-fd0e733c0f51" + "name": "c5d53ade-9a31-4597-b6ed-6e96f421cd4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/providers/Microsoft.StorageCache/locations/westus/ascOperations/ec739040-052e-410f-8144-fd0e733c0f51?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c5d53ade-9a31-4597-b6ed-6e96f421cd4c?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-b3dcf72b51b6d845b12c8099fce3fe72-386cbb4bd2de6c46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a2e286742fd76fbaf816dc8f337e90ec", + "traceparent": "00-b31408155cd4ec419fb7a9d5773287dd-369e4748ebf4de4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "52bff2dbe2663c18e416a2e0a7c6b6a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 16 Jun 2023 02:46:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "52bff2dbe2663c18e416a2e0a7c6b6a8", + "x-ms-correlation-request-id": "c1d652c0-0a18-4dfd-8cd7-9d3f4ee747e0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "35e8ff52-ad58-4b3a-a3f0-cf826729f089", + "x-ms-routing-request-id": "EASTUS:20230616T024651Z:c1d652c0-0a18-4dfd-8cd7-9d3f4ee747e0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-16T02:45:45.5767679\u002B00:00", + "status": "InProgress", + "name": "c5d53ade-9a31-4597-b6ed-6e96f421cd4c" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/c5d53ade-9a31-4597-b6ed-6e96f421cd4c?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-b31408155cd4ec419fb7a9d5773287dd-6620f129b172e747-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f2c37f409c1b4a9c6f8ce3dbabee1bf9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:33:29 GMT", + "Date": "Fri, 16 Jun 2023 02:47:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1371,38 +13878,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2e286742fd76fbaf816dc8f337e90ec", - "x-ms-correlation-request-id": "d7a66f80-c36a-49a3-b5b4-c839bdfa704f", + "x-ms-client-request-id": "f2c37f409c1b4a9c6f8ce3dbabee1bf9", + "x-ms-correlation-request-id": "0ed6a03e-1294-4db5-8c0f-d0d09e891744", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "1f06e597-a520-43f0-a316-bf0efdb81e63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103330Z:d7a66f80-c36a-49a3-b5b4-c839bdfa704f", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "d2da982f-08f5-4957-930f-e4458ba3827c", + "x-ms-routing-request-id": "EASTUS:20230616T024723Z:0ed6a03e-1294-4db5-8c0f-d0d09e891744", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-23T10:32:21.6346837\u002B00:00", - "endTime": "2023-03-23T10:33:15.4186602\u002B00:00", + "startTime": "2023-06-16T02:45:45.5767679\u002B00:00", + "endTime": "2023-06-16T02:46:51.2753229\u002B00:00", "status": "Succeeded", - "name": "ec739040-052e-410f-8144-fd0e733c0f51" + "name": "c5d53ade-9a31-4597-b6ed-6e96f421cd4c" } }, { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget1904?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5835/storageTargets/storagetarget3362?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b3dcf72b51b6d845b12c8099fce3fe72-7053606a54837f40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0570f3a9e128fd3a2456ca28a4b189a9", + "traceparent": "00-b31408155cd4ec419fb7a9d5773287dd-010600a26d82f84b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "41c3b0c445aec6e9b569941e05578060", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "913", + "Content-Length": "920", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 23 Mar 2023 10:33:32 GMT", + "Date": "Fri, 16 Jun 2023 02:47:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1411,19 +13918,19 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0570f3a9e128fd3a2456ca28a4b189a9", - "x-ms-correlation-request-id": "64b11ab8-31cd-4305-99fa-b0c8e07dd1ea", + "x-ms-client-request-id": "41c3b0c445aec6e9b569941e05578060", + "x-ms-correlation-request-id": "27ccadd7-67ea-49f8-a8fa-88671772d49e", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetStorageTarget1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "ff572730-8019-414e-a5c6-4450cec9aeaa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103332Z:64b11ab8-31cd-4305-99fa-b0c8e07dd1ea", - "x-ms-served-by": "d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990,d2e27d6c-0f7f-447e-af9e-3a7fd08e172d_133239254246064990" + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "3b70c94f-fb6b-493a-9271-2f10d472a02f", + "x-ms-routing-request-id": "EASTUS:20230616T024723Z:27ccadd7-67ea-49f8-a8fa-88671772d49e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "storagetarget1904", - "id": "/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourceGroups/sdkexplorerexecution10/providers/Microsoft.StorageCache/caches/sc1/storageTargets/storagetarget1904", + "name": "storagetarget3362", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5835/storageTargets/storagetarget3362", "type": "Microsoft.StorageCache/caches/storageTargets", - "location": "westus", + "location": "eastus", "properties": { "allocationPercentage": 100, "targetType": "nfs3", @@ -1437,79 +13944,20 @@ } }, "systemData": { - "createdBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-23T10:32:21.3211652Z", - "lastModifiedBy": "f35560bc-d90e-4787-99f9-69634ce941a6", + "createdAt": "2023-06-16T02:45:45.5001542Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-23T10:32:21.3211652Z" + "lastModifiedAt": "2023-06-16T02:45:45.5001542Z" } } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/resourcegroups/storagecachetestrg6088?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ea936a53c84e0e4c8367f1d82ea403cb-faa329bd08e7664d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0f499fdd284f8a53ae159ff381e1fe4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:33:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MDg4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "350e5642-c14c-46bc-b3f6-9db4efd9d641", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "350e5642-c14c-46bc-b3f6-9db4efd9d641", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103337Z:350e5642-c14c-46bc-b3f6-9db4efd9d641" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MDg4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ea936a53c84e0e4c8367f1d82ea403cb-938f4302811b9248-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "93b2328d8035819da0e6561241477b43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Thu, 23 Mar 2023 10:33:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/e0f413ab-64d5-48c2-859b-af46b7e8d80b/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2MDg4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96e989d8-c824-4e38-a59d-70c028d197c0", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "96e989d8-c824-4e38-a59d-70c028d197c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20230323T103338Z:96e989d8-c824-4e38-a59d-70c028d197c0" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "640946431", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "e0f413ab-64d5-48c2-859b-af46b7e8d80b" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "2089516011", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCacheSkus().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCacheSkus().json index c39c913f12bd..e4cea46deb7e 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCacheSkus().json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCacheSkus().json @@ -1,52 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-573f00a717f0744bb5a42b9b1d2a8d80-181587ebeff1424e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "872a5af2828e5dc8aa0029569b32f506", + "traceparent": "00-2d014ce95bc3134196ced4dd0696aadf-8be0a463eeaf9940-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3a7f4074301e41ce67880730b4ad8172", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:47:13 GMT", + "Date": "Thu, 15 Jun 2023 12:49:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5a5c219-7d26-469b-933d-1aad40aa804f", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "d5a5c219-7d26-469b-933d-1aad40aa804f", - "x-ms-routing-request-id": "JAPANEAST:20230321T074714Z:d5a5c219-7d26-469b-933d-1aad40aa804f" + "x-ms-correlation-request-id": "a6b5db82-3000-4801-8bd7-974675340a0b", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "a6b5db82-3000-4801-8bd7-974675340a0b", + "x-ms-routing-request-id": "EASTUS:20230615T124936Z:a6b5db82-3000-4801-8bd7-974675340a0b" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,72 +43,73 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg7357?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-569f71ca1f1fb649a8adc17fe1dd2584-449deee3ecfb9c4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "834ccb2aca2a392446f8edf1170c4869", + "traceparent": "00-100af19fdd10e04b96566e185c4526e2-ec4d8e47e787aa47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "70b2b21a594889b573b79cd0c848864b", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:47:15 GMT", + "Date": "Thu, 15 Jun 2023 12:49:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee10c230-4628-4e17-90d1-f0005b422fc9", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "ee10c230-4628-4e17-90d1-f0005b422fc9", - "x-ms-routing-request-id": "JAPANEAST:20230321T074716Z:ee10c230-4628-4e17-90d1-f0005b422fc9" + "x-ms-correlation-request-id": "f93eb871-263c-4bd7-bc2c-9425838b5367", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "f93eb871-263c-4bd7-bc2c-9425838b5367", + "x-ms-routing-request-id": "EASTUS:20230615T124936Z:f93eb871-263c-4bd7-bc2c-9425838b5367" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg7357", - "name": "storagecachetestrg7357", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/skus?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/skus?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-c3d177ff3a4c0443ad0f9ca9187bea96-ea139ad70057d742-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "993dec9bf10ba1df85c8f21d606125a0", + "traceparent": "00-16d94ad5e1839c41a56dd01a23d3c5c2-6cecb056817cfc4f-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "2f62467a80c3ef12b2e95daf82de3003", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "72877", + "Content-Length": "77732", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:47:16 GMT", + "Date": "Thu, 15 Jun 2023 12:49:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "775d59d4-36ec-49bf-8145-cd931bd7b07a", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "775d59d4-36ec-49bf-8145-cd931bd7b07a", - "x-ms-routing-request-id": "JAPANEAST:20230321T074717Z:775d59d4-36ec-49bf-8145-cd931bd7b07a" + "x-ms-correlation-request-id": "3e13d326-6ac8-4c84-be6a-56c6a982a6ab", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "3e13d326-6ac8-4c84-be6a-56c6a982a6ab", + "x-ms-routing-request-id": "EASTUS:20230615T124936Z:3e13d326-6ac8-4c84-be6a-56c6a982a6ab" }, "ResponseBody": { "value": [ @@ -154,6 +142,35 @@ ], "restrictions": [] }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-125", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "16" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "125" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, { "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-125", @@ -212,6 +229,35 @@ ], "restrictions": [] }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-125", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "16" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "125" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, { "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-125", @@ -279,7 +325,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -386,6 +436,35 @@ ], "restrictions": [] }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-125", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "16" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "125" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, { "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-125", @@ -444,6 +523,64 @@ ], "restrictions": [] }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-125", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "16" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "125" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-125", + "locations": [ + "SwedenCentral" + ], + "locationInfo": [ + { + "location": "SwedenCentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "16" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "125" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, { "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-125", @@ -618,6 +755,35 @@ ], "restrictions": [] }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-250", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "8" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "250" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, { "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-250", @@ -680,11 +846,131 @@ "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-250", "locations": [ - "centraluseuap" + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "8" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "250" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-250", + "locations": [ + "centraluseuap" + ], + "locationInfo": [ + { + "location": "centraluseuap", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "8" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "250" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-250", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "8" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "250" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-250", + "locations": [ + "eastus" + ], + "locationInfo": [ + { + "location": "eastus", + "zones": [ + "3", + "2", + "1" + ], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "8" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "250" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-250", + "locations": [ + "eastus" ], "locationInfo": [ { - "location": "centraluseuap", + "location": "eastus", "zones": [], "zoneDetails": [] } @@ -709,11 +995,11 @@ "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-250", "locations": [ - "eastus" + "eastus2" ], "locationInfo": [ { - "location": "eastus", + "location": "eastus2", "zones": [], "zoneDetails": [] } @@ -738,11 +1024,11 @@ "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-250", "locations": [ - "eastus" + "EastUS2EUAP" ], "locationInfo": [ { - "location": "eastus", + "location": "EastUS2EUAP", "zones": [], "zoneDetails": [] } @@ -767,11 +1053,11 @@ "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-250", "locations": [ - "eastus" + "northeurope" ], "locationInfo": [ { - "location": "eastus", + "location": "northeurope", "zones": [], "zoneDetails": [] } @@ -796,11 +1082,11 @@ "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-250", "locations": [ - "eastus2" + "southcentralus" ], "locationInfo": [ { - "location": "eastus2", + "location": "southcentralus", "zones": [], "zoneDetails": [] } @@ -825,11 +1111,11 @@ "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-250", "locations": [ - "EastUS2EUAP" + "southcentralus" ], "locationInfo": [ { - "location": "EastUS2EUAP", + "location": "southcentralus", "zones": [], "zoneDetails": [] } @@ -854,11 +1140,11 @@ "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-250", "locations": [ - "southcentralus" + "southeastasia" ], "locationInfo": [ { - "location": "southcentralus", + "location": "southeastasia", "zones": [], "zoneDetails": [] } @@ -883,11 +1169,11 @@ "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-250", "locations": [ - "southcentralus" + "SwedenCentral" ], "locationInfo": [ { - "location": "southcentralus", + "location": "SwedenCentral", "zones": [], "zoneDetails": [] } @@ -1149,7 +1435,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -1613,7 +1903,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -2077,7 +2371,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -2474,6 +2772,35 @@ ], "restrictions": [] }, + { + "resourceType": "caches", + "name": "Standard_2G", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "throughput (GB/s)", + "value": "2" + }, + { + "name": "cache sizes (GB)", + "value": "3072,6144,12288" + }, + { + "name": "scalingFactors", + "value": "1.0" + } + ], + "restrictions": [] + }, { "resourceType": "caches", "name": "Standard_2G", @@ -2657,7 +2984,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -3199,6 +3530,35 @@ ], "restrictions": [] }, + { + "resourceType": "caches", + "name": "Standard_4G", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "throughput (GB/s)", + "value": "4" + }, + { + "name": "cache sizes (GB)", + "value": "6144,12288,24576" + }, + { + "name": "scalingFactors", + "value": "1.0" + } + ], + "restrictions": [] + }, { "resourceType": "caches", "name": "Standard_4G", @@ -3382,7 +3742,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -3924,6 +4288,35 @@ ], "restrictions": [] }, + { + "resourceType": "caches", + "name": "Standard_8G", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "throughput (GB/s)", + "value": "8" + }, + { + "name": "cache sizes (GB)", + "value": "12288,24576,49152" + }, + { + "name": "scalingFactors", + "value": "1.0" + } + ], + "restrictions": [] + }, { "resourceType": "caches", "name": "Standard_8G", @@ -4107,7 +4500,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -4741,7 +5138,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -5230,7 +5631,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -5694,7 +6099,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -6091,6 +6500,35 @@ ], "restrictions": [] }, + { + "resourceType": "caches", + "name": "Standard_Scalable", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "throughput (GB/s)", + "value": "2" + }, + { + "name": "cache sizes (GB)", + "value": "3072,6144,12288" + }, + { + "name": "scalingFactors", + "value": "1.0,1.33,2.0,4.0" + } + ], + "restrictions": [] + }, { "resourceType": "caches", "name": "Standard_Scalable", @@ -6274,7 +6712,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -6789,214 +7231,12 @@ } ] } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg7357?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-8cae831dc315fc4b876dd1431d132fee-d37f73c5d83e1246-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ab724a5961f88fc8054e4789da6c93f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:47:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3MzU3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "387022da-15e7-46cd-b754-df5ab17d46cc", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "387022da-15e7-46cd-b754-df5ab17d46cc", - "x-ms-routing-request-id": "JAPANEAST:20230321T074718Z:387022da-15e7-46cd-b754-df5ab17d46cc" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3MzU3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8cae831dc315fc4b876dd1431d132fee-8fc60a640e6fa04b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cc974dd29d9a3a7024ad94bca956c618", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:47:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3MzU3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70d4749c-c179-4caf-9571-19095695d3fc", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "70d4749c-c179-4caf-9571-19095695d3fc", - "x-ms-routing-request-id": "JAPANEAST:20230321T074719Z:70d4749c-c179-4caf-9571-19095695d3fc" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3MzU3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8cae831dc315fc4b876dd1431d132fee-019beb7464d4d348-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "733cfe35df60ece82639bf4c6266b7fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:47:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3MzU3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f4da4ec5-73fd-4ce8-a4f7-f5a1f1233f0b", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "f4da4ec5-73fd-4ce8-a4f7-f5a1f1233f0b", - "x-ms-routing-request-id": "JAPANEAST:20230321T074734Z:f4da4ec5-73fd-4ce8-a4f7-f5a1f1233f0b" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3MzU3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8cae831dc315fc4b876dd1431d132fee-54fbe1273115ff4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8db66175c6d542597bc6210ad8678f95", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:47:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3MzU3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b84cb20-b78e-4322-964b-170585c57b1f", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "3b84cb20-b78e-4322-964b-170585c57b1f", - "x-ms-routing-request-id": "JAPANEAST:20230321T074750Z:3b84cb20-b78e-4322-964b-170585c57b1f" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3MzU3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8cae831dc315fc4b876dd1431d132fee-c91899d2cf55c94f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "da2ce6e565cbf28564aaa660de23d7bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:48:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3MzU3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b503a835-b233-4393-87d6-c4828e931773", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "b503a835-b233-4393-87d6-c4828e931773", - "x-ms-routing-request-id": "JAPANEAST:20230321T074805Z:b503a835-b233-4393-87d6-c4828e931773" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3MzU3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8cae831dc315fc4b876dd1431d132fee-46de4d48d5cb6e42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "484697f6389f6e43a4f9f799bedd14be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:48:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3MzU3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32a0365d-fb2c-4527-8019-d75b32a47704", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "32a0365d-fb2c-4527-8019-d75b32a47704", - "x-ms-routing-request-id": "JAPANEAST:20230321T074821Z:32a0365d-fb2c-4527-8019-d75b32a47704" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc3MzU3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8cae831dc315fc4b876dd1431d132fee-763af30d09aae34a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7c6729aadc3a1031dcc3282a20f96457", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:48:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad2a770b-b874-465d-8089-f4057cef3136", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "ad2a770b-b874-465d-8089-f4057cef3136", - "x-ms-routing-request-id": "JAPANEAST:20230321T074836Z:ad2a770b-b874-465d-8089-f4057cef3136" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "968503008", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1878102279", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCacheSkus()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCacheSkus()Async.json index 5b81e0a1e71e..344e65bccdd9 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCacheSkus()Async.json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCacheSkus()Async.json @@ -1,52 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-dd4a02c359df7a4ab065e5981d180087-d7952ea47776b849-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d300667bf440f9a30b8e61d1008b85cc", + "traceparent": "00-4de54b43d9f27545b8491feb3e2da0aa-c33f52f54bb44b4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f4fc0b20b9f72f4241110aa1938eaf65", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:05:08 GMT", + "Date": "Thu, 15 Jun 2023 22:52:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42a17ba9-9c7a-4fc8-8737-79f02ecc046b", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "42a17ba9-9c7a-4fc8-8737-79f02ecc046b", - "x-ms-routing-request-id": "JAPANEAST:20230321T080508Z:42a17ba9-9c7a-4fc8-8737-79f02ecc046b" + "x-ms-correlation-request-id": "dcf3c363-6f2b-4eaa-be7b-30b8a61e4e66", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "dcf3c363-6f2b-4eaa-be7b-30b8a61e4e66", + "x-ms-routing-request-id": "EASTUS:20230615T225244Z:dcf3c363-6f2b-4eaa-be7b-30b8a61e4e66" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,72 +43,72 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8537?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-7053e051facbe044b3719411b8176046-6de5deb4e283104a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "34bff3e0674abbc1b20dd7eda40026a9", + "traceparent": "00-7f9723000e0c1f44a4b5c1d9f8d5c526-f4825519c07fb348-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e8570f2fe8caef53d858fbb35ed28cf0", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:05:10 GMT", + "Date": "Thu, 15 Jun 2023 22:52:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b61e97c9-f6ad-4c24-a5b7-bba13a9978b8", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "b61e97c9-f6ad-4c24-a5b7-bba13a9978b8", - "x-ms-routing-request-id": "JAPANEAST:20230321T080510Z:b61e97c9-f6ad-4c24-a5b7-bba13a9978b8" + "x-ms-correlation-request-id": "efb61906-3923-4dcf-8f62-382f00757bdf", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "efb61906-3923-4dcf-8f62-382f00757bdf", + "x-ms-routing-request-id": "EASTUS:20230615T225244Z:efb61906-3923-4dcf-8f62-382f00757bdf" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8537", - "name": "storagecachetestrg8537", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/skus?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/skus?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-39871dbcd683d9418c7ed04c0f36edb8-d43f2821d9b23146-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "280270e113510615a7084c729efc2f23", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bc485d828f8986e088b606f969859043", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "72877", + "Content-Length": "77732", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:05:10 GMT", + "Date": "Thu, 15 Jun 2023 22:52:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4e6d8df-a816-4ba6-a7c2-34d16cb4df02", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "e4e6d8df-a816-4ba6-a7c2-34d16cb4df02", - "x-ms-routing-request-id": "JAPANEAST:20230321T080510Z:e4e6d8df-a816-4ba6-a7c2-34d16cb4df02" + "x-ms-correlation-request-id": "8a45c2f6-dd88-4b3a-bfb9-fb17f0ec60d7", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "8a45c2f6-dd88-4b3a-bfb9-fb17f0ec60d7", + "x-ms-routing-request-id": "EASTUS:20230615T225244Z:8a45c2f6-dd88-4b3a-bfb9-fb17f0ec60d7" }, "ResponseBody": { "value": [ @@ -154,6 +141,35 @@ ], "restrictions": [] }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-125", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "16" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "125" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, { "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-125", @@ -212,6 +228,35 @@ ], "restrictions": [] }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-125", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "16" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "125" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, { "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-125", @@ -279,7 +324,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -386,6 +435,35 @@ ], "restrictions": [] }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-125", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "16" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "125" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, { "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-125", @@ -444,6 +522,64 @@ ], "restrictions": [] }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-125", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "16" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "125" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-125", + "locations": [ + "SwedenCentral" + ], + "locationInfo": [ + { + "location": "SwedenCentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "16" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "125" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, { "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-125", @@ -618,6 +754,35 @@ ], "restrictions": [] }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-250", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "8" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "250" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, { "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-250", @@ -676,6 +841,35 @@ ], "restrictions": [] }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-250", + "locations": [ + "centralus" + ], + "locationInfo": [ + { + "location": "centralus", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "8" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "250" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, { "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-250", @@ -743,7 +937,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -850,6 +1048,35 @@ ], "restrictions": [] }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-250", + "locations": [ + "northeurope" + ], + "locationInfo": [ + { + "location": "northeurope", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "8" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "250" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, { "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-250", @@ -908,6 +1135,64 @@ ], "restrictions": [] }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-250", + "locations": [ + "southeastasia" + ], + "locationInfo": [ + { + "location": "southeastasia", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "8" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "250" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, + { + "resourceType": "amlFilesystems", + "name": "AMLFS-Durable-Premium-250", + "locations": [ + "SwedenCentral" + ], + "locationInfo": [ + { + "location": "SwedenCentral", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "capacity increment (TiB)", + "value": "8" + }, + { + "name": "bandwidth increment (MB/s/TiB)", + "value": "250" + }, + { + "name": "durable", + "value": "True" + } + ], + "restrictions": [] + }, { "resourceType": "amlFilesystems", "name": "AMLFS-Durable-Premium-250", @@ -1149,7 +1434,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -1613,7 +1902,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -2077,7 +2370,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -2474,6 +2771,35 @@ ], "restrictions": [] }, + { + "resourceType": "caches", + "name": "Standard_2G", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "throughput (GB/s)", + "value": "2" + }, + { + "name": "cache sizes (GB)", + "value": "3072,6144,12288" + }, + { + "name": "scalingFactors", + "value": "1.0" + } + ], + "restrictions": [] + }, { "resourceType": "caches", "name": "Standard_2G", @@ -2657,7 +2983,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -3199,6 +3529,35 @@ ], "restrictions": [] }, + { + "resourceType": "caches", + "name": "Standard_4G", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "throughput (GB/s)", + "value": "4" + }, + { + "name": "cache sizes (GB)", + "value": "6144,12288,24576" + }, + { + "name": "scalingFactors", + "value": "1.0" + } + ], + "restrictions": [] + }, { "resourceType": "caches", "name": "Standard_4G", @@ -3382,7 +3741,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -3924,6 +4287,35 @@ ], "restrictions": [] }, + { + "resourceType": "caches", + "name": "Standard_8G", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "throughput (GB/s)", + "value": "8" + }, + { + "name": "cache sizes (GB)", + "value": "12288,24576,49152" + }, + { + "name": "scalingFactors", + "value": "1.0" + } + ], + "restrictions": [] + }, { "resourceType": "caches", "name": "Standard_8G", @@ -4107,7 +4499,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -4741,7 +5137,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -5230,7 +5630,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -5694,7 +6098,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -6091,6 +6499,35 @@ ], "restrictions": [] }, + { + "resourceType": "caches", + "name": "Standard_Scalable", + "locations": [ + "brazilsouth" + ], + "locationInfo": [ + { + "location": "brazilsouth", + "zones": [], + "zoneDetails": [] + } + ], + "capabilities": [ + { + "name": "throughput (GB/s)", + "value": "2" + }, + { + "name": "cache sizes (GB)", + "value": "3072,6144,12288" + }, + { + "name": "scalingFactors", + "value": "1.0,1.33,2.0,4.0" + } + ], + "restrictions": [] + }, { "resourceType": "caches", "name": "Standard_Scalable", @@ -6274,7 +6711,11 @@ "locationInfo": [ { "location": "eastus", - "zones": [], + "zones": [ + "3", + "2", + "1" + ], "zoneDetails": [] } ], @@ -6789,71 +7230,12 @@ } ] } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8537?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-174d9e08a4df4d49b3a2c63d19141f0e-f751f2502565b247-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fddde61aaf51ff303e188ee7cc0b678e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 08:05:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NTM3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1885d928-16c1-4d57-beb8-49fcddcf7f22", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "1885d928-16c1-4d57-beb8-49fcddcf7f22", - "x-ms-routing-request-id": "JAPANEAST:20230321T080512Z:1885d928-16c1-4d57-beb8-49fcddcf7f22" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NTM3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-174d9e08a4df4d49b3a2c63d19141f0e-44671dcb1dddfc46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bdd2b4de292331583f03e938852d3a9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 08:05:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4NTM3LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e70c401-bb55-4891-b027-194bc937b3c7", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "5e70c401-bb55-4891-b027-194bc937b3c7", - "x-ms-routing-request-id": "JAPANEAST:20230321T080512Z:5e70c401-bb55-4891-b027-194bc937b3c7" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1394956616", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1574732707", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCacheUsages().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCacheUsages().json index d732dbfde3ec..0cf96fffd007 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCacheUsages().json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCacheUsages().json @@ -1,52 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-6f80af8ef205d84aac933787209c52b3-857c7ee40bbb3848-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "990e128ebbe545d25f449dadb83d709c", + "traceparent": "00-d3bec93259aa4444931833e2689af0ca-86f1c7d04a8e9e48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "50550770fece0cdd0fba79cb8771f56b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:48:37 GMT", + "Date": "Thu, 15 Jun 2023 12:49:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0fcfbf58-f0e2-4786-980e-e360f711cf61", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "0fcfbf58-f0e2-4786-980e-e360f711cf61", - "x-ms-routing-request-id": "JAPANEAST:20230321T074838Z:0fcfbf58-f0e2-4786-980e-e360f711cf61" + "x-ms-correlation-request-id": "2efae0bb-22b5-4dd3-a3b8-d20412553650", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "2efae0bb-22b5-4dd3-a3b8-d20412553650", + "x-ms-routing-request-id": "EASTUS:20230615T124937Z:2efae0bb-22b5-4dd3-a3b8-d20412553650" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,64 +43,65 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg678?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-7ca6dab7e3e9aa4c8fdfb44c4f6710b4-32a7fc18cd25b84d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "852ccce6f1c0984578beaaf233bd7667", + "traceparent": "00-4698da12360ca744b2e7e35f18d0b4a8-2107d13dc4973e43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c391daa0ef5f3c021c120954358e2dec", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "239", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:48:38 GMT", + "Date": "Thu, 15 Jun 2023 12:49:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b884f16-f065-437a-bbf3-d3e97b20f632", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "8b884f16-f065-437a-bbf3-d3e97b20f632", - "x-ms-routing-request-id": "JAPANEAST:20230321T074839Z:8b884f16-f065-437a-bbf3-d3e97b20f632" + "x-ms-correlation-request-id": "a6c4cbf5-3773-4de2-aa7d-ad9e352fc2f7", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "a6c4cbf5-3773-4de2-aa7d-ad9e352fc2f7", + "x-ms-routing-request-id": "EASTUS:20230615T124937Z:a6c4cbf5-3773-4de2-aa7d-ad9e352fc2f7" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg678", - "name": "storagecachetestrg678", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/usages?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/usages?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e0dcf413ec1b73428a0000c2258536a3-27cb540407133e45-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b8855848ea9ac1d607fc020b963bf779", + "traceparent": "00-8e6ba937ffe99146a8c34c0bf92e916d-b2b1da5d1d55764e-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5b7cb857710f012a8999e60e4a3a71b6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "382", + "Content-Length": "386", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:48:39 GMT", + "Date": "Thu, 15 Jun 2023 12:49:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -122,29 +110,29 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b8855848ea9ac1d607fc020b963bf779", - "x-ms-correlation-request-id": "83327802-ef17-4b04-8926-202ee026a2c4", + "x-ms-client-request-id": "5b7cb857710f012a8999e60e4a3a71b6", + "x-ms-correlation-request-id": "f4ef9937-69ad-48c6-81c1-928d47763659", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListUsages1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "c572ee43-d400-4f08-acba-82acd1df215e", - "x-ms-routing-request-id": "JAPANEAST:20230321T074840Z:83327802-ef17-4b04-8926-202ee026a2c4", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "d0db7bab-8494-4e48-8c4e-afcb58da3d44", + "x-ms-routing-request-id": "EASTUS:20230615T124937Z:f4ef9937-69ad-48c6-81c1-928d47763659", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { "value": [ { - "limit": 4, + "limit": 50, "unit": "Count", - "currentValue": 0, + "currentValue": 14, "name": { "value": "Cache", "localizedValue": "Cache" } }, { - "limit": 4, + "limit": 25, "unit": "Count", - "currentValue": 0, + "currentValue": 15, "name": { "value": "AmlFilesystem", "localizedValue": "AmlFilesystem" @@ -152,215 +140,12 @@ } ] } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg678?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-850563bfb3d842498ff63932d33ebf21-1a043d7f0e90cc4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "18b1f1c04bf620cdc9016cfd28532c87", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:48:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NzgtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d2eab7b-44cb-4ff4-ab32-1af3a52f1e7a", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "5d2eab7b-44cb-4ff4-ab32-1af3a52f1e7a", - "x-ms-routing-request-id": "JAPANEAST:20230321T074842Z:5d2eab7b-44cb-4ff4-ab32-1af3a52f1e7a" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NzgtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-850563bfb3d842498ff63932d33ebf21-3b4917698484bb4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "413230c65e0bfc718b64ef997ed898b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:48:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NzgtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "404675dc-7c87-4bf2-b832-ab91228f56df", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "404675dc-7c87-4bf2-b832-ab91228f56df", - "x-ms-routing-request-id": "JAPANEAST:20230321T074842Z:404675dc-7c87-4bf2-b832-ab91228f56df" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NzgtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-850563bfb3d842498ff63932d33ebf21-4560e22b2c8b604b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "50e37bd012cbdc8e31b5218bcd08328f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:48:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NzgtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8128e740-3136-4f48-9465-f789dc7965e4", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "8128e740-3136-4f48-9465-f789dc7965e4", - "x-ms-routing-request-id": "JAPANEAST:20230321T074858Z:8128e740-3136-4f48-9465-f789dc7965e4" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NzgtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-850563bfb3d842498ff63932d33ebf21-7753f5b889801543-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f7362fffea21c97bd4735986f4257d1d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:49:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NzgtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "127aaf51-0c3d-4f54-be8d-52f2d300d9fc", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "127aaf51-0c3d-4f54-be8d-52f2d300d9fc", - "x-ms-routing-request-id": "JAPANEAST:20230321T074914Z:127aaf51-0c3d-4f54-be8d-52f2d300d9fc" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NzgtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-850563bfb3d842498ff63932d33ebf21-bc676c6780b92545-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "73f4c9d2b056b371a25510553ce62e82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:49:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NzgtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82f5b00f-1600-4bbd-a7d0-870ec176ecda", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "82f5b00f-1600-4bbd-a7d0-870ec176ecda", - "x-ms-routing-request-id": "JAPANEAST:20230321T074930Z:82f5b00f-1600-4bbd-a7d0-870ec176ecda" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NzgtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-850563bfb3d842498ff63932d33ebf21-d7f21363ccc43d4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4e9a6032a1a2e592ff1a7c57b907e70c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:49:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NzgtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54480a5a-92b2-471e-951b-902fb9507208", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "54480a5a-92b2-471e-951b-902fb9507208", - "x-ms-routing-request-id": "JAPANEAST:20230321T074945Z:54480a5a-92b2-471e-951b-902fb9507208" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2NzgtRUFTVFVTIiwiam9iTG9jYXRpb24iOiJlYXN0dXMifQ?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-850563bfb3d842498ff63932d33ebf21-967843057d46254f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "04b80437be144e38be8354cbda268cee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:50:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b12ee94-211f-43ac-8881-7b2cdceed41e", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "0b12ee94-211f-43ac-8881-7b2cdceed41e", - "x-ms-routing-request-id": "JAPANEAST:20230321T075001Z:0b12ee94-211f-43ac-8881-7b2cdceed41e" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "800090097", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "950733260", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCacheUsages()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCacheUsages()Async.json index b8d9f6438a4c..7216828298f1 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCacheUsages()Async.json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCacheUsages()Async.json @@ -1,52 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-666f547c777e2d41a330554ccb99dd41-5f5a02df9571b249-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5014f4d113c60bb389d9f2c9bf2824d0", + "traceparent": "00-86f02c8e7c21164e8a33ef41c1c2689c-1dfe027d1b081745-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "70d52c2ee091e98fbf7193ccc2ceb89a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:05:17 GMT", + "Date": "Thu, 15 Jun 2023 22:52:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1144521-a12e-41b6-83cf-2e00cb3db653", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "f1144521-a12e-41b6-83cf-2e00cb3db653", - "x-ms-routing-request-id": "JAPANEAST:20230321T080517Z:f1144521-a12e-41b6-83cf-2e00cb3db653" + "x-ms-correlation-request-id": "33c70e82-48c0-486a-922c-2c096fa6fc18", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "33c70e82-48c0-486a-922c-2c096fa6fc18", + "x-ms-routing-request-id": "EASTUS:20230615T225244Z:33c70e82-48c0-486a-922c-2c096fa6fc18" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,64 +43,64 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg3670?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-ec945d4971b86c449c71f713883b8f35-c21687726fc12d44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b5891d22db96827ff454eb10df5bbd50", + "traceparent": "00-6d5a76ab5ade3f43afd25ce1e5a937f4-e7bcddee28b04a44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e5fdada48c5b8f602e7513161ca57ce6", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:05:18 GMT", + "Date": "Thu, 15 Jun 2023 22:52:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75546f1f-fd4b-4f7a-a241-fece00a2f85c", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "75546f1f-fd4b-4f7a-a241-fece00a2f85c", - "x-ms-routing-request-id": "JAPANEAST:20230321T080518Z:75546f1f-fd4b-4f7a-a241-fece00a2f85c" + "x-ms-correlation-request-id": "38f2b188-36c3-49b4-ab15-6c767fb8c0bf", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "38f2b188-36c3-49b4-ab15-6c767fb8c0bf", + "x-ms-routing-request-id": "EASTUS:20230615T225244Z:38f2b188-36c3-49b4-ab15-6c767fb8c0bf" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg3670", - "name": "storagecachetestrg3670", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/usages?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/usages?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-3504738178dc0745b2c608a2a6331cb3-585d0edff3cc794e-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c950b4fc35c27fe6e076bb98bc8edcb1", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e9107fc8d296a8bbd80161926c68e4f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "382", + "Content-Length": "386", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:05:18 GMT", + "Date": "Thu, 15 Jun 2023 22:52:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -122,29 +109,29 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c950b4fc35c27fe6e076bb98bc8edcb1", - "x-ms-correlation-request-id": "da896c89-e585-499e-8ce6-7a7bc0edb389", + "x-ms-client-request-id": "e9107fc8d296a8bbd80161926c68e4f2", + "x-ms-correlation-request-id": "8e687d26-6f6b-4671-afad-6ba1c7555ebf", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListUsages1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "893f31d0-d6b1-425a-bb9d-e71f6edd38f1", - "x-ms-routing-request-id": "JAPANEAST:20230321T080518Z:da896c89-e585-499e-8ce6-7a7bc0edb389", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "8663ee57-b48f-4da7-9660-b2414ec2ade0", + "x-ms-routing-request-id": "EASTUS:20230615T225245Z:8e687d26-6f6b-4671-afad-6ba1c7555ebf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { "value": [ { - "limit": 4, + "limit": 50, "unit": "Count", - "currentValue": 1, + "currentValue": 11, "name": { "value": "Cache", "localizedValue": "Cache" } }, { - "limit": 4, + "limit": 25, "unit": "Count", - "currentValue": 0, + "currentValue": 14, "name": { "value": "AmlFilesystem", "localizedValue": "AmlFilesystem" @@ -152,71 +139,12 @@ } ] } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg3670?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-6f9f423449c06b4fba8c9f50547e77f6-a022a37a90305c47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d75054be8c9d183b95ced1bec7fbaa7d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 08:05:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkczNjcwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8bc118b8-0069-4d6b-bdd5-863e3b58c276", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "8bc118b8-0069-4d6b-bdd5-863e3b58c276", - "x-ms-routing-request-id": "JAPANEAST:20230321T080520Z:8bc118b8-0069-4d6b-bdd5-863e3b58c276" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkczNjcwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6f9f423449c06b4fba8c9f50547e77f6-b258b14ce726c04c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8a523a78e50a70b2793734f46327b7e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 08:05:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkczNjcwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9840c85-8bbc-4901-9aa1-43d93749858b", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "e9840c85-8bbc-4901-9aa1-43d93749858b", - "x-ms-routing-request-id": "JAPANEAST:20230321T080520Z:e9840c85-8bbc-4901-9aa1-43d93749858b" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1250012772", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "1305494941", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCaches().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCaches().json index 82bbc645f737..4fe13996d38b 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCaches().json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCaches().json @@ -1,53 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Connection": "keep-alive", - "traceparent": "00-781c27410bb0bf4eaeb6ba0e1ad1eab9-35398b4fd406ee49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "775c107f590d9f2bc67a93c5ac1f546d", + "traceparent": "00-597e855e1b40c74f9d4a61d58f0043ed-16b9910d59286648-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "636146b0661add8d8c3d6ff7083c7b16", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:27:53 GMT", + "Date": "Thu, 15 Jun 2023 12:26:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a84adda4-b4da-42a7-a06d-2c80ca101b3a", + "x-ms-correlation-request-id": "72dc495c-22f0-4c61-834c-d76dce648a50", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "a84adda4-b4da-42a7-a06d-2c80ca101b3a", - "x-ms-routing-request-id": "JAPANEAST:20230321T072754Z:a84adda4-b4da-42a7-a06d-2c80ca101b3a" + "x-ms-request-id": "72dc495c-22f0-4c61-834c-d76dce648a50", + "x-ms-routing-request-id": "EASTUS:20230615T122652Z:72dc495c-22f0-4c61-834c-d76dce648a50" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -57,75 +43,76 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8985?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-de9b15b15ff5d64daa7e36757d7f06cb-14258c9015d54042-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "129e51a8b471206ef08157724662a3c5", + "traceparent": "00-deefdd37bfe18f46a32dc03ed46323e5-34b54c7143ddf046-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c6c81a178304ccc2ced24a2f574fbb0d", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:27:57 GMT", + "Date": "Thu, 15 Jun 2023 12:26:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2cc91c89-2989-4e50-b93c-e8423ce49775", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "2cc91c89-2989-4e50-b93c-e8423ce49775", - "x-ms-routing-request-id": "JAPANEAST:20230321T072758Z:2cc91c89-2989-4e50-b93c-e8423ce49775" + "x-ms-correlation-request-id": "6a55a5ed-01ef-4444-a8fd-ab84014bbd06", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "6a55a5ed-01ef-4444-a8fd-ab84014bbd06", + "x-ms-routing-request-id": "EASTUS:20230615T122652Z:6a55a5ed-01ef-4444-a8fd-ab84014bbd06" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8985", - "name": "storagecachetestrg8985", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-a751af3503f7c845a2222c991471aec2-60bdb33c3a8ee344-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "f2248b5b29a3a73f051d0d7a73b792d1", + "traceparent": "00-f24b8ed70237db4183fb5f379fe35410-a5857fb4cecc7248-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "16b8b0b0a515944f1e88a7fd64ff3171", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "146015", + "Content-Length": "156364", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:27:58 GMT", + "Date": "Thu, 15 Jun 2023 12:26:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "48184595-620f-4d86-9dfd-95bb1b8beffe", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "48184595-620f-4d86-9dfd-95bb1b8beffe", - "x-ms-routing-request-id": "JAPANEAST:20230321T072759Z:48184595-620f-4d86-9dfd-95bb1b8beffe" + "x-ms-correlation-request-id": "4ee25f46-18b6-455d-9e5e-f3bfc45e028f", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "4ee25f46-18b6-455d-9e5e-f3bfc45e028f", + "x-ms-routing-request-id": "EASTUS:20230615T122653Z:4ee25f46-18b6-455d-9e5e-f3bfc45e028f" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -175,6 +162,10 @@ { "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" } ], "resourceTypes": [ @@ -217,9 +208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -335,9 +331,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -453,9 +454,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -493,97 +499,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -593,89 +614,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -685,17 +706,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -740,9 +769,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -821,97 +855,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -921,89 +970,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1013,17 +1062,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1068,9 +1125,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1118,9 +1180,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1144,97 +1211,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", "zones": [ + "3", "2", - "1", - "3" + "1" + ] + }, + { + "location": "Central US EUAP", + "zones": [ + "2", + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1244,89 +1326,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1336,17 +1418,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1391,9 +1481,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1509,9 +1604,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1572,9 +1672,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1647,9 +1752,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1721,9 +1831,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1793,9 +1908,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1911,9 +2031,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2029,9 +2154,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2128,9 +2258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2214,9 +2349,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2297,9 +2437,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2415,9 +2560,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2458,97 +2608,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", "2", - "1", - "3" + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", + "2", + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2558,89 +2723,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2650,17 +2815,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -2705,9 +2878,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2809,9 +2987,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2898,9 +3081,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2987,9 +3175,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3076,9 +3269,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3194,9 +3392,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3312,9 +3515,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3430,9 +3638,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3497,97 +3710,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3597,89 +3825,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3689,17 +3917,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -3744,9 +3980,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3785,6 +4026,8 @@ "resourceType": "locations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3899,9 +4142,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4016,9 +4264,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4133,9 +4386,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4236,9 +4494,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4299,9 +4562,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4348,9 +4616,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4465,9 +4738,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4556,9 +4834,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4638,9 +4921,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4687,9 +4975,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4761,9 +5054,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4835,9 +5133,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4905,9 +5208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4978,9 +5286,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5051,9 +5364,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5116,9 +5434,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5181,9 +5504,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5263,9 +5591,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5323,9 +5656,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5373,9 +5711,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5433,9 +5776,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5515,9 +5863,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5597,9 +5950,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5679,9 +6037,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5761,9 +6124,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6337,7 +6705,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6379,7 +6750,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6421,7 +6795,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6463,7 +6840,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6505,7 +6885,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6547,7 +6930,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6589,7 +6975,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6631,7 +7020,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6666,7 +7058,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6686,6 +7080,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6701,7 +7096,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6720,7 +7117,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6739,7 +7138,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6758,7 +7159,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6771,6 +7174,17 @@ "defaultApiVersion": "2018-08-01", "capabilities": "None" }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, { "resourceType": "trafficManagerUserMetricsKeys", "locations": [ @@ -6778,6 +7192,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2017-09-01-preview" @@ -6791,7 +7206,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6841,9 +7258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6945,9 +7367,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7048,9 +7475,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7140,9 +7572,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7230,9 +7667,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7306,9 +7748,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7382,9 +7829,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7458,9 +7910,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7562,9 +8019,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7655,9 +8117,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7744,9 +8211,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7831,9 +8303,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7902,9 +8379,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7991,9 +8473,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8080,9 +8567,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8159,9 +8651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8238,9 +8735,13 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8288,9 +8789,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8366,9 +8872,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8411,6 +8922,7 @@ "resourceType": "firewallPolicies", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8454,9 +8966,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8492,6 +9008,7 @@ "resourceType": "ipGroups", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8535,9 +9052,13 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8573,6 +9094,8 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8596,6 +9119,8 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8646,6 +9171,8 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8731,9 +9258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8798,9 +9330,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8844,97 +9381,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -8944,89 +9496,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -9036,17 +9588,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -9091,9 +9651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9169,9 +9734,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9248,9 +9818,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9327,9 +9902,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9392,9 +9972,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9483,9 +10068,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9526,30 +10116,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2022-05-01", - "2021-06-01", - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -9584,7 +10150,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -9604,179 +10170,19 @@ "Australia Southeast" ], "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", + "2022-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", + "West US", "East US", "North Europe", "West Europe", @@ -9812,9 +10218,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9891,9 +10302,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9934,6 +10350,7 @@ "resourceType": "virtualRouters", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -9977,9 +10394,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10015,6 +10436,7 @@ "resourceType": "networkVirtualAppliances", "locations": [ "Qatar Central", + "Poland Central", "Brazil Southeast", "West US 3", "Jio India West", @@ -10058,9 +10480,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10126,9 +10552,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10201,10 +10632,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10220,7 +10656,9 @@ "resourceType": "networkManagerConnections", "locations": [], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10279,7 +10717,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-02-01-preview", @@ -10336,10 +10777,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10398,10 +10844,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10460,7 +10911,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-06-01-preview" @@ -10515,10 +10969,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10576,10 +11035,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10594,6 +11058,8 @@ "resourceType": "networkVirtualApplianceSkus", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10657,9 +11123,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10713,9 +11184,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10729,192 +11205,404 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8985/providers/Microsoft.Network/virtualNetworks/scTestVNet-1668?api-version=2022-11-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "173", - "Content-Type": "application/json", - "traceparent": "00-a751af3503f7c845a2222c991471aec2-8e31028bd22f3b49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0e91d89fee5c1c57d8d42c8017f0ff7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-9943", - "properties": { - "addressPrefix": "10.0.0.0/16" - } - } - ] - }, - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b4351133-8b7b-4431-bca5-f2f0de74bba8?api-version=2022-11-01", - "Cache-Control": "no-cache", - "Content-Length": "1279", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:28:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "5074811a-d9a2-47ea-b34a-688a190d7062", - "x-ms-client-request-id": "0e91d89fee5c1c57d8d42c8017f0ff7e", - "x-ms-correlation-request-id": "c6109a5e-61b7-4eb6-9c3c-a032e018dbc5", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "b4351133-8b7b-4431-bca5-f2f0de74bba8", - "x-ms-routing-request-id": "JAPANEAST:20230321T072805Z:c6109a5e-61b7-4eb6-9c3c-a032e018dbc5" - }, - "ResponseBody": { - "name": "scTestVNet-1668", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8985/providers/Microsoft.Network/virtualNetworks/scTestVNet-1668", - "etag": "W/\u002248482760-9b5d-4178-bdbe-fb97d0d4cde3\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "6253e685-9be3-4913-8328-b772511e135f", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "scTestSubnet-9943", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8985/providers/Microsoft.Network/virtualNetworks/scTestVNet-1668/subnets/scTestSubnet-9943", - "etag": "W/\u002248482760-9b5d-4178-bdbe-fb97d0d4cde3\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b4351133-8b7b-4431-bca5-f2f0de74bba8?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a751af3503f7c845a2222c991471aec2-b5af66fa6f0c9143-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ed0390b3959c6dbe340819cefdbf9015", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:28:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-865?api-version=2023-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-f24b8ed70237db4183fb5f379fe35410-0f5a481b84983642-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "865120ad832d9495471c5d863d8262f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-7508", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/5c997a78-c0c0-490f-aabc-6598be699646?api-version=2023-04-01", + "Cache-Control": "no-cache", + "Content-Length": "1013", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:26:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2713a5ec-4fb2-41be-9061-a3dfaa8860a7", - "x-ms-client-request-id": "ed0390b3959c6dbe340819cefdbf9015", - "x-ms-correlation-request-id": "44ffa0d5-a580-4f35-a7c6-b1d117a24880", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "0f4261e9-ead8-4c49-8b22-0ff42ce0559d", - "x-ms-routing-request-id": "JAPANEAST:20230321T072805Z:44ffa0d5-a580-4f35-a7c6-b1d117a24880" + "x-ms-arm-service-request-id": "22a8075f-994b-4349-bc5a-8a5ea759aff8", + "x-ms-client-request-id": "865120ad832d9495471c5d863d8262f5", + "x-ms-correlation-request-id": "aec77156-2cc5-4db8-afa1-eae622cff3bd", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "5c997a78-c0c0-490f-aabc-6598be699646", + "x-ms-routing-request-id": "EASTUS:20230615T122655Z:aec77156-2cc5-4db8-afa1-eae622cff3bd" }, "ResponseBody": { - "status": "InProgress" + "name": "scTestVNet-865", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-865", + "etag": "W/\u0022fffb4ae6-77c0-4e5c-8c7a-a2568c970422\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "f51d63bf-a7dc-440c-aeb9-85abae78c75a", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-7508", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-865/subnets/scTestSubnet-7508", + "etag": "W/\u0022fffb4ae6-77c0-4e5c-8c7a-a2568c970422\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/b4351133-8b7b-4431-bca5-f2f0de74bba8?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/5c997a78-c0c0-490f-aabc-6598be699646?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a751af3503f7c845a2222c991471aec2-a3ad5bd9f51c0b4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3afe8f1e6da53f4edda8dc5085543ad2", + "traceparent": "00-f24b8ed70237db4183fb5f379fe35410-6c034d8e5ef9e24f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ec0edd250bb02c521a23cff848c9579c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "23", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:28:15 GMT", + "Date": "Thu, 15 Jun 2023 12:26:55 GMT", "Expires": "-1", "Pragma": "no-cache", + "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "40cfdf40-9531-4687-af5f-da8c4c1c90ac", - "x-ms-client-request-id": "3afe8f1e6da53f4edda8dc5085543ad2", - "x-ms-correlation-request-id": "11acb412-657a-4666-af81-109e81ed6e65", + "x-ms-arm-service-request-id": "a230bf27-f6c6-4f19-8342-9ede39fe9760", + "x-ms-client-request-id": "ec0edd250bb02c521a23cff848c9579c", + "x-ms-correlation-request-id": "1374d4cc-1c12-435e-8197-ddbcc33f0bb6", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "9df98ad5-f5ce-4d96-b84f-e078a071e9bc", - "x-ms-routing-request-id": "JAPANEAST:20230321T072816Z:11acb412-657a-4666-af81-109e81ed6e65" + "x-ms-request-id": "1205738f-c219-4a58-802c-c0298fd66e9c", + "x-ms-routing-request-id": "EASTUS:20230615T122655Z:1374d4cc-1c12-435e-8197-ddbcc33f0bb6" }, "ResponseBody": { - "status": "Succeeded" + "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8985/providers/Microsoft.Network/virtualNetworks/scTestVNet-1668?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/5c997a78-c0c0-490f-aabc-6598be699646?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-a751af3503f7c845a2222c991471aec2-1f8a13bb29483843-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "87cc70f012ece7e17aa4f07b462cec71", + "traceparent": "00-f24b8ed70237db4183fb5f379fe35410-cebc5d5e3574754e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a986b226cc34a9136d30d13fdf526d72", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1281", + "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:28:15 GMT", - "ETag": "W/\u0022473f56a0-9197-4f92-87d4-a75732173e57\u0022", + "Date": "Thu, 15 Jun 2023 12:27:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10923,22 +11611,59 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6c6a0c7c-0c74-4f1b-bafa-b5bfc303ac31", - "x-ms-client-request-id": "87cc70f012ece7e17aa4f07b462cec71", - "x-ms-correlation-request-id": "2b570d5d-885a-49b2-a493-aaca502413d6", + "x-ms-arm-service-request-id": "02615716-f2fc-420c-90e9-43778c742517", + "x-ms-client-request-id": "a986b226cc34a9136d30d13fdf526d72", + "x-ms-correlation-request-id": "efca9350-c460-41da-ac9b-035d4678e5ef", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "5e693cd2-84b1-4b29-8d25-d4a787f9eb3b", - "x-ms-routing-request-id": "JAPANEAST:20230321T072816Z:2b570d5d-885a-49b2-a493-aaca502413d6" + "x-ms-request-id": "e9246223-9aca-42bd-9fa3-c295394b2a16", + "x-ms-routing-request-id": "EASTUS:20230615T122705Z:efca9350-c460-41da-ac9b-035d4678e5ef" + }, + "ResponseBody": { + "status": "Succeeded" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-865?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-f24b8ed70237db4183fb5f379fe35410-0d89b1121cdc6545-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "60612c3775736c45689e4b3a34bad8eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1015", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 12:27:05 GMT", + "ETag": "W/\u00222692261d-81e6-443c-a9cf-c61fe18560af\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "50ed8db0-f25c-4168-8593-a17b584def73", + "x-ms-client-request-id": "60612c3775736c45689e4b3a34bad8eb", + "x-ms-correlation-request-id": "a2760b0f-7f24-4b5a-b932-c5c3b217b390", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "cb0dfbf5-5ceb-4ce9-8457-3334318aaf68", + "x-ms-routing-request-id": "EASTUS:20230615T122705Z:a2760b0f-7f24-4b5a-b932-c5c3b217b390" }, "ResponseBody": { - "name": "scTestVNet-1668", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8985/providers/Microsoft.Network/virtualNetworks/scTestVNet-1668", - "etag": "W/\u0022473f56a0-9197-4f92-87d4-a75732173e57\u0022", + "name": "scTestVNet-865", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-865", + "etag": "W/\u00222692261d-81e6-443c-a9cf-c61fe18560af\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "6253e685-9be3-4913-8328-b772511e135f", + "resourceGuid": "f51d63bf-a7dc-440c-aeb9-85abae78c75a", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -10946,16 +11671,16 @@ }, "subnets": [ { - "name": "scTestSubnet-9943", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8985/providers/Microsoft.Network/virtualNetworks/scTestVNet-1668/subnets/scTestSubnet-9943", - "etag": "W/\u0022473f56a0-9197-4f92-87d4-a75732173e57\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, + "name": "scTestSubnet-7508", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-865/subnets/scTestSubnet-7508", + "etag": "W/\u00222692261d-81e6-443c-a9cf-c61fe18560af\u0022", + "properties": { + "provisioningState": "Succeeded", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, "type": "Microsoft.Network/virtualNetworks/subnets" } ], @@ -10965,16 +11690,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8985/providers/Microsoft.StorageCache/caches/testsc4853?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6908?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "295", + "Content-Length": "294", "Content-Type": "application/json", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-342e65cba2fb1046-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "53e4537ca908461642c30ff4b86ee7df", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-61411ffdf77d854b-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "751c08973c4e59fcca647f7f3a134dc7", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -10985,7 +11710,7 @@ "location": "eastus", "properties": { "cacheSizeGB": 3072, - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8985/providers/Microsoft.Network/virtualNetworks/scTestVNet-1668/subnets/scTestSubnet-9943", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-865/subnets/scTestSubnet-7508", "zones": [ "1" ] @@ -10993,11 +11718,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "1995", + "Content-Length": "1967", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:28:21 GMT", + "Date": "Thu, 15 Jun 2023 12:27:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11006,17 +11731,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53e4537ca908461642c30ff4b86ee7df", - "x-ms-correlation-request-id": "23a00a12-b2ec-4a94-885b-27e8ba738c2e", + "x-ms-client-request-id": "751c08973c4e59fcca647f7f3a134dc7", + "x-ms-correlation-request-id": "cfcaf2ff-87b0-42c4-8ca2-9b42755546c9", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "f73991a1-1e57-48bc-8d07-287d71a30a38", - "x-ms-routing-request-id": "JAPANEAST:20230321T072821Z:23a00a12-b2ec-4a94-885b-27e8ba738c2e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "eb8926da-6bef-46aa-a0b0-4e935557ed72", + "x-ms-routing-request-id": "EASTUS:20230615T122707Z:cfcaf2ff-87b0-42c4-8ca2-9b42755546c9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc4853", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8985/providers/Microsoft.StorageCache/caches/testsc4853", + "name": "testsc6908", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6908", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -11048,19 +11773,18 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Transitioning", "statusDescription": "The cache is being allocated." }, "provisioningState": "Creating", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8985/providers/Microsoft.Network/virtualNetworks/scTestVNet-1668/subnets/scTestSubnet-9943", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-865/subnets/scTestSubnet-7508", "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T07:28:20.1168736Z", + "lastFirmwareUpdate": "2023-06-15T12:27:07.0327267Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -11069,62 +11793,23 @@ } }, "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-21T07:28:18.2290652Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdAt": "2023-06-15T12:27:06.4776346Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T07:28:18.2290652Z" + "lastModifiedAt": "2023-06-15T12:27:06.4776346Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-43a16d8bfa7a8141-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "32d46bbce66f47ca5a86442902ed2f0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:28:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "32d46bbce66f47ca5a86442902ed2f0c", - "x-ms-correlation-request-id": "c1562fc7-a103-4368-b622-25bbfb918180", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "d1134c71-e3f0-40d5-b43a-5fc64a6ba2ec", - "x-ms-routing-request-id": "JAPANEAST:20230321T072822Z:c1562fc7-a103-4368-b622-25bbfb918180", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", - "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-060fc04dd6e1d043-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ffad10bd5f4e737e2ad8a5f1ea15c86f", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-77ea73fdb3d07a41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d7a7e558f835fa243008960ff6c63254", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11133,7 +11818,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:28:23 GMT", + "Date": "Thu, 15 Jun 2023 12:27:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11142,28 +11827,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ffad10bd5f4e737e2ad8a5f1ea15c86f", - "x-ms-correlation-request-id": "f541d09c-4ecb-45e2-bfdc-83c857545a23", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-client-request-id": "d7a7e558f835fa243008960ff6c63254", + "x-ms-correlation-request-id": "df07bcf1-7f71-4b3c-acb9-96318a8a132d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "d82e7c2b-bab2-475c-9989-15013c512f1a", - "x-ms-routing-request-id": "JAPANEAST:20230321T072823Z:f541d09c-4ecb-45e2-bfdc-83c857545a23", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "84244707-b866-4729-a692-c0ef506d4826", + "x-ms-routing-request-id": "EASTUS:20230615T122708Z:df07bcf1-7f71-4b3c-acb9-96318a8a132d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-babb4275dc1c9742-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4c375ec9b49ae76f7c96316dc3ff09c0", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-f3febb014fc3634d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "d8848351bbf8a083df6c0834fb66d7f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11172,7 +11857,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:28:25 GMT", + "Date": "Thu, 15 Jun 2023 12:27:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11181,28 +11866,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c375ec9b49ae76f7c96316dc3ff09c0", - "x-ms-correlation-request-id": "d3aeecd1-868c-4fbb-968a-1dcece07b976", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-client-request-id": "d8848351bbf8a083df6c0834fb66d7f1", + "x-ms-correlation-request-id": "e5113a72-6600-49bb-aa15-cc10df493062", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "ca6bf1be-e4c2-46db-bedb-2cf50b2751a3", - "x-ms-routing-request-id": "JAPANEAST:20230321T072825Z:d3aeecd1-868c-4fbb-968a-1dcece07b976", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "fad50949-4e6a-414e-b1c7-b8f18af62499", + "x-ms-routing-request-id": "EASTUS:20230615T122709Z:e5113a72-6600-49bb-aa15-cc10df493062", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-08d2ddc3faea0b47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6c42b2e7fa255c62ed60079741d95c45", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-f62ff5113e8a5d4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5426ccef756cbe9137c7eb606019baa6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11211,7 +11896,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:28:26 GMT", + "Date": "Thu, 15 Jun 2023 12:27:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11220,28 +11905,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6c42b2e7fa255c62ed60079741d95c45", - "x-ms-correlation-request-id": "27a30fba-2fed-457f-b573-35c183a469db", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", + "x-ms-client-request-id": "5426ccef756cbe9137c7eb606019baa6", + "x-ms-correlation-request-id": "5fa82e39-b3bd-4a12-a7e3-f419ab04bbaf", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "355545cc-0e8a-4fb4-89bc-4d59359f9127", - "x-ms-routing-request-id": "JAPANEAST:20230321T072826Z:27a30fba-2fed-457f-b573-35c183a469db", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "80af79c1-dd39-4d25-9e83-bba340e6faa5", + "x-ms-routing-request-id": "EASTUS:20230615T122710Z:5fa82e39-b3bd-4a12-a7e3-f419ab04bbaf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-b7f00baf0ac08146-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a35fd5bde2b60972a0c682b72e10af2b", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-80f89c0380435d41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fd44ece79d549cba6206f7c9eff0fec9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11250,7 +11935,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:28:28 GMT", + "Date": "Thu, 15 Jun 2023 12:27:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11259,28 +11944,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a35fd5bde2b60972a0c682b72e10af2b", - "x-ms-correlation-request-id": "25d53502-ab91-4a6b-8f35-7c3414008358", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-client-request-id": "fd44ece79d549cba6206f7c9eff0fec9", + "x-ms-correlation-request-id": "58c8cf93-bef5-46b3-97c5-e75cb8e58326", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "de2d9116-a45a-4dd0-9ed5-1c40b2917ff4", - "x-ms-routing-request-id": "JAPANEAST:20230321T072828Z:25d53502-ab91-4a6b-8f35-7c3414008358", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "a0796f9b-58d9-457e-99a4-f33b6eaba00e", + "x-ms-routing-request-id": "EASTUS:20230615T122711Z:58c8cf93-bef5-46b3-97c5-e75cb8e58326", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-951750a329d74843-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3809e4cf5bd2cf4afcda5f39acd8a5a3", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-4c7393b9dd203f4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "291fa430dda0dbe8f1c5a031cf2340c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11289,7 +11974,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:28:32 GMT", + "Date": "Thu, 15 Jun 2023 12:27:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11298,28 +11983,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3809e4cf5bd2cf4afcda5f39acd8a5a3", - "x-ms-correlation-request-id": "af9a839f-7064-47e8-bd64-4c6ba3e26cc3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-client-request-id": "291fa430dda0dbe8f1c5a031cf2340c6", + "x-ms-correlation-request-id": "f1bbde58-47bb-4f91-bc59-0ac9a3d06819", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "50cfb526-0202-45f3-8a58-062d75c71520", - "x-ms-routing-request-id": "JAPANEAST:20230321T072833Z:af9a839f-7064-47e8-bd64-4c6ba3e26cc3", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "cda705f8-a808-4acc-8237-c880cac32632", + "x-ms-routing-request-id": "EASTUS:20230615T122713Z:f1bbde58-47bb-4f91-bc59-0ac9a3d06819", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-4af8bcb715284342-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "eeafec3a659f040a3f39cc5f77ab2edc", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-6d2c61fe2cdf1f4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0f4c61b1d921529c1289f2657ec8ce47", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11328,7 +12013,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:28:40 GMT", + "Date": "Thu, 15 Jun 2023 12:27:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11337,28 +12022,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eeafec3a659f040a3f39cc5f77ab2edc", - "x-ms-correlation-request-id": "e2ff7d7c-fbeb-45dd-b89c-f07338897723", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;227", + "x-ms-client-request-id": "0f4c61b1d921529c1289f2657ec8ce47", + "x-ms-correlation-request-id": "73406104-e079-4ca1-a66c-81d9e9f63083", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "74d6f79a-eced-4c3c-8a80-90ec9a23f61b", - "x-ms-routing-request-id": "JAPANEAST:20230321T072841Z:e2ff7d7c-fbeb-45dd-b89c-f07338897723", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "c5f10402-46cd-40ad-bc74-89544876eb2f", + "x-ms-routing-request-id": "EASTUS:20230615T122717Z:73406104-e079-4ca1-a66c-81d9e9f63083", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-aaaa23f2e7713c45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5dc7dcb024cf61728b90a7db83385cc8", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-10208625ba403240-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bc3022c890f90a0604690c8ffc88cd3f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11367,7 +12052,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:28:57 GMT", + "Date": "Thu, 15 Jun 2023 12:27:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11376,28 +12061,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5dc7dcb024cf61728b90a7db83385cc8", - "x-ms-correlation-request-id": "c8cd2617-64cb-4ef4-bfa8-b9f32795da25", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-client-request-id": "bc3022c890f90a0604690c8ffc88cd3f", + "x-ms-correlation-request-id": "3e8747af-9a53-4025-aa3e-2dfbb91a6399", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "662a74e2-0505-47fb-94d6-8d802973a47c", - "x-ms-routing-request-id": "JAPANEAST:20230321T072857Z:c8cd2617-64cb-4ef4-bfa8-b9f32795da25", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "054e3c30-db14-40b7-8ed6-d6e28880e5df", + "x-ms-routing-request-id": "EASTUS:20230615T122725Z:3e8747af-9a53-4025-aa3e-2dfbb91a6399", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-30fe9e21a6b7744a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "417ddf20c1616a8cda05f8998fea5750", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-9fbf29dbda05c948-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8d1730c6efa456a707cd1717eb825d29", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11406,7 +12091,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:29:29 GMT", + "Date": "Thu, 15 Jun 2023 12:27:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11415,28 +12100,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "417ddf20c1616a8cda05f8998fea5750", - "x-ms-correlation-request-id": "9bf0a436-cfc7-4deb-ae03-6834e6b7d79f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-client-request-id": "8d1730c6efa456a707cd1717eb825d29", + "x-ms-correlation-request-id": "a2db8fa9-dc42-4f62-a27a-99861c4bfd22", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "4d14134a-999f-41fb-9fb8-4d2924a4d712", - "x-ms-routing-request-id": "JAPANEAST:20230321T072930Z:9bf0a436-cfc7-4deb-ae03-6834e6b7d79f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "e1fa423b-ac98-4f9d-8574-363f3494c7c4", + "x-ms-routing-request-id": "EASTUS:20230615T122741Z:a2db8fa9-dc42-4f62-a27a-99861c4bfd22", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-086a1706dbf67247-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d08982ab481015d4794d630fbd2e8106", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-92eaecfdcf80e64f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ad6958f783f221cd5b410bb8cd0d5589", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11445,7 +12130,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:30:01 GMT", + "Date": "Thu, 15 Jun 2023 12:28:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11454,28 +12139,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d08982ab481015d4794d630fbd2e8106", - "x-ms-correlation-request-id": "af7f3e4e-d66c-4ed0-8a8a-b5f692c8457f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-client-request-id": "ad6958f783f221cd5b410bb8cd0d5589", + "x-ms-correlation-request-id": "dc215535-bf70-4250-9163-04b9b8d8667d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "4102a4ac-c2eb-4deb-a5a7-76adc6584017", - "x-ms-routing-request-id": "JAPANEAST:20230321T073002Z:af7f3e4e-d66c-4ed0-8a8a-b5f692c8457f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "8769eeaf-1384-4b5c-bb3f-b67f2b0fcfcf", + "x-ms-routing-request-id": "EASTUS:20230615T122813Z:dc215535-bf70-4250-9163-04b9b8d8667d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-9c156dc500ed5840-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "983e04dced2eef7b505d82ca2cd9d2a0", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-cbbe6ef9b9119e45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4d9eb3bc40b0d8a37adab42b79ef1f81", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11484,7 +12169,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:30:34 GMT", + "Date": "Thu, 15 Jun 2023 12:28:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11493,28 +12178,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "983e04dced2eef7b505d82ca2cd9d2a0", - "x-ms-correlation-request-id": "4ec05abb-2797-4108-827b-63c0c190cbdc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", + "x-ms-client-request-id": "4d9eb3bc40b0d8a37adab42b79ef1f81", + "x-ms-correlation-request-id": "fa5b4751-0868-4d0d-affb-446905e55255", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "5bbf9f68-23c5-414e-8993-314fc5a47ad1", - "x-ms-routing-request-id": "JAPANEAST:20230321T073034Z:4ec05abb-2797-4108-827b-63c0c190cbdc", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "9eeb6614-4197-4cf4-8eaa-945cdc1db442", + "x-ms-routing-request-id": "EASTUS:20230615T122845Z:fa5b4751-0868-4d0d-affb-446905e55255", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-7a24418adb4b6a49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "002f57398cafd7b70b67c8135d7cacab", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-3ffd8ee20d604745-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a398e30c1f1f424c63f63262e4ef88fa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11523,7 +12208,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:31:06 GMT", + "Date": "Thu, 15 Jun 2023 12:29:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11532,28 +12217,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "002f57398cafd7b70b67c8135d7cacab", - "x-ms-correlation-request-id": "e4d81e6e-89b3-45ac-ad98-18a2e3f5f097", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-client-request-id": "a398e30c1f1f424c63f63262e4ef88fa", + "x-ms-correlation-request-id": "f0249aed-5cd1-47a3-8572-1e8f1b74e000", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "0513803c-8130-400f-b78c-390810f33eb9", - "x-ms-routing-request-id": "JAPANEAST:20230321T073107Z:e4d81e6e-89b3-45ac-ad98-18a2e3f5f097", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "c8a154d5-1ec6-4bb4-bccc-3505bc3b6b69", + "x-ms-routing-request-id": "EASTUS:20230615T122917Z:f0249aed-5cd1-47a3-8572-1e8f1b74e000", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-56413d13105d044b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8bbcf183beabbe22079980b3c50ae9a0", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-3f8d6e19a793924b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "375a8d770fe4b678b5913218cfa2a76c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11562,7 +12247,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:31:39 GMT", + "Date": "Thu, 15 Jun 2023 12:29:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11571,28 +12256,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8bbcf183beabbe22079980b3c50ae9a0", - "x-ms-correlation-request-id": "7e9ff889-5eb2-47b9-bddd-381f2027a162", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "375a8d770fe4b678b5913218cfa2a76c", + "x-ms-correlation-request-id": "6eba57fa-dea0-4ce4-8a85-63a9339e1474", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "d9e266c9-dbd6-4f07-a4ed-5bb12b623fd0", - "x-ms-routing-request-id": "JAPANEAST:20230321T073139Z:7e9ff889-5eb2-47b9-bddd-381f2027a162", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "1e0fa87f-ba40-4e98-bf1c-30c0680bff39", + "x-ms-routing-request-id": "EASTUS:20230615T122949Z:6eba57fa-dea0-4ce4-8a85-63a9339e1474", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-a97aab0f2ab4144e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "66d6c27b80ff50574c668dc7246791d3", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-4cb5aa4ec476a844-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e9ac8922b1759c6a675beab90e40f48b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11601,7 +12286,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:32:10 GMT", + "Date": "Thu, 15 Jun 2023 12:30:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11610,28 +12295,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66d6c27b80ff50574c668dc7246791d3", - "x-ms-correlation-request-id": "38d11bcc-5693-4357-9d9e-4c74eac5659e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "e9ac8922b1759c6a675beab90e40f48b", + "x-ms-correlation-request-id": "4b3354cf-af53-4d29-954c-37256f48fe07", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "68a9616b-7ee2-4fe3-8b32-c38aaaf200bc", - "x-ms-routing-request-id": "JAPANEAST:20230321T073211Z:38d11bcc-5693-4357-9d9e-4c74eac5659e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "9bb18d1b-fdc0-4661-bf6f-3e0ce8cefbc6", + "x-ms-routing-request-id": "EASTUS:20230615T123021Z:4b3354cf-af53-4d29-954c-37256f48fe07", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-24c13566c7359648-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3a46d7b1471d7af43471f8160b031201", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-c3881d8d8102e54f-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ecb3ba51e794fc9d6ae1ee8eec3373c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11640,7 +12325,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:32:43 GMT", + "Date": "Thu, 15 Jun 2023 12:30:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11649,39 +12334,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3a46d7b1471d7af43471f8160b031201", - "x-ms-correlation-request-id": "18933d00-f930-43d7-a463-997c2d4cb46f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "ecb3ba51e794fc9d6ae1ee8eec3373c0", + "x-ms-correlation-request-id": "8fbe7430-c74a-4f3b-ac4a-5087ec661371", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "1fd155f1-c4c4-4613-b39b-585b61c3b5bd", - "x-ms-routing-request-id": "JAPANEAST:20230321T073244Z:18933d00-f930-43d7-a463-997c2d4cb46f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "7949094e-7913-4d60-a5ac-9ae1b4a5b755", + "x-ms-routing-request-id": "EASTUS:20230615T123053Z:8fbe7430-c74a-4f3b-ac4a-5087ec661371", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-bcacf4b76e026a46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9a98287d45a602ac9a6b3e44305b99a0", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-bfcb92a31e9b8044-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5a3fc54f9f42c58422bed08825bea874", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:33:15 GMT", + "Date": "Thu, 15 Jun 2023 12:31:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11690,37 +12373,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a98287d45a602ac9a6b3e44305b99a0", - "x-ms-correlation-request-id": "ea0dce4d-53ba-480e-b44f-3b2649fcfb8d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "5a3fc54f9f42c58422bed08825bea874", + "x-ms-correlation-request-id": "9c7c02cc-ea1e-4412-9432-50d0edabdc4f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "d39d6c67-659a-44c8-bddd-6cdc910f1888", - "x-ms-routing-request-id": "JAPANEAST:20230321T073316Z:ea0dce4d-53ba-480e-b44f-3b2649fcfb8d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "c575250a-4688-4d3a-bfec-f42fef2424bb", + "x-ms-routing-request-id": "EASTUS:20230615T123125Z:9c7c02cc-ea1e-4412-9432-50d0edabdc4f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-c6b5f5550e7ba445-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ee02ad07aec33382ce5b318d88404549", + "Connection": "close", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-8d3e27bab589704c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "15c7a79dbaee3bd7ecb07e94c3dcb034", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:33:50 GMT", + "Date": "Thu, 15 Jun 2023 12:31:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11729,28 +12414,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee02ad07aec33382ce5b318d88404549", - "x-ms-correlation-request-id": "4455badd-aa3a-4edf-bf96-83d17f98af1e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "a6474291-8b01-443e-8f43-674031a34931", - "x-ms-routing-request-id": "JAPANEAST:20230321T073350Z:4455badd-aa3a-4edf-bf96-83d17f98af1e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "15c7a79dbaee3bd7ecb07e94c3dcb034", + "x-ms-correlation-request-id": "aaab4be4-2ad8-48c0-aca3-93afefe081f7", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "4e138091-bb0c-4541-b57a-646132f691cd", + "x-ms-routing-request-id": "EASTUS:20230615T123157Z:aaab4be4-2ad8-48c0-aca3-93afefe081f7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-f27f3499c79a894c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fc498c54f6ce6b2c2b43a0b208af49d9", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-eb710e2782316b42-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "486a29e89901b24835edc9d61715d6ac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11759,7 +12444,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:34:22 GMT", + "Date": "Thu, 15 Jun 2023 12:32:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11768,28 +12453,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc498c54f6ce6b2c2b43a0b208af49d9", - "x-ms-correlation-request-id": "ad27920c-8350-4eb8-b3c0-3d8f04125fb5", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", + "x-ms-client-request-id": "486a29e89901b24835edc9d61715d6ac", + "x-ms-correlation-request-id": "0183e8d7-4240-4c38-a078-07d9dd13659e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "d5f4cf04-badd-40d1-b8e1-d68ce788fe40", - "x-ms-routing-request-id": "JAPANEAST:20230321T073422Z:ad27920c-8350-4eb8-b3c0-3d8f04125fb5", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "74cb2c23-1026-4be2-9c16-0ffe04cb51ab", + "x-ms-routing-request-id": "EASTUS:20230615T123230Z:0183e8d7-4240-4c38-a078-07d9dd13659e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-0aaee3e98d85484c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5e0e58d72401cf3da565cc4b141e7a59", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-2629dbc36aa77348-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "44f179395d6b94d2ed036e9220f00146", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11798,7 +12483,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:34:54 GMT", + "Date": "Thu, 15 Jun 2023 12:33:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11807,28 +12492,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e0e58d72401cf3da565cc4b141e7a59", - "x-ms-correlation-request-id": "2802bc78-182b-41d8-859e-121444c9ff12", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "44f179395d6b94d2ed036e9220f00146", + "x-ms-correlation-request-id": "ecda05d5-6655-4cb3-abb3-119a254745e1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "75c1e028-39dc-43a8-bca4-30f5916c2d13", - "x-ms-routing-request-id": "JAPANEAST:20230321T073455Z:2802bc78-182b-41d8-859e-121444c9ff12", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "e0e776b8-7c47-4624-8252-24fabd68c391", + "x-ms-routing-request-id": "EASTUS:20230615T123302Z:ecda05d5-6655-4cb3-abb3-119a254745e1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-238dce2971264945-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a4f0f5259d1211d18096c2800ed02a1e", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-658da46e305f7f4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "fb9f9c0e5f5403735f15df00f10124d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11837,7 +12522,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:35:27 GMT", + "Date": "Thu, 15 Jun 2023 12:33:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11846,28 +12531,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a4f0f5259d1211d18096c2800ed02a1e", - "x-ms-correlation-request-id": "27107eb3-bff8-4b49-86c1-1153203c9cac", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "fb9f9c0e5f5403735f15df00f10124d7", + "x-ms-correlation-request-id": "e13328f9-8b33-41ea-8063-50bc5dc08ac6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "0be0facc-412d-4839-8034-55e4d5193235", - "x-ms-routing-request-id": "JAPANEAST:20230321T073527Z:27107eb3-bff8-4b49-86c1-1153203c9cac", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "5ed22fa2-7638-4cfc-87de-96239a654355", + "x-ms-routing-request-id": "EASTUS:20230615T123334Z:e13328f9-8b33-41ea-8063-50bc5dc08ac6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-46e56685805bf549-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2fb65811e73230474f7957692ae1570c", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-63b884d233a37e45-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4a5ad2d96beb8bc856d65afd2bb59145", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11876,7 +12561,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:35:58 GMT", + "Date": "Thu, 15 Jun 2023 12:34:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11885,28 +12570,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2fb65811e73230474f7957692ae1570c", - "x-ms-correlation-request-id": "0599d1ea-8fc1-4448-a57d-7eab970e2031", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "4a5ad2d96beb8bc856d65afd2bb59145", + "x-ms-correlation-request-id": "f9b9b9d5-6320-4d1c-b4d8-45d65b20636e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;210", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "5e2601bb-d060-4e0c-9d6c-6a285a7fb622", - "x-ms-routing-request-id": "JAPANEAST:20230321T073559Z:0599d1ea-8fc1-4448-a57d-7eab970e2031", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "499911df-f226-4a5d-9748-9056ac2276d8", + "x-ms-routing-request-id": "EASTUS:20230615T123406Z:f9b9b9d5-6320-4d1c-b4d8-45d65b20636e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-dfb87cf1cca16f45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "138c46c8a5bf3ac786fddd6a61bcc0d5", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-97407e3505b69b43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7bc783ebda75d95806ede5567dd2a3ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11915,7 +12600,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:36:31 GMT", + "Date": "Thu, 15 Jun 2023 12:34:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11924,28 +12609,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "138c46c8a5bf3ac786fddd6a61bcc0d5", - "x-ms-correlation-request-id": "067bb614-ab49-4c4e-a0e6-0d5becdb94a3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "7bc783ebda75d95806ede5567dd2a3ec", + "x-ms-correlation-request-id": "f4c2f01d-360f-49cb-81ef-316db3ed8b50", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "2d34b9df-2362-4f62-b2f4-c9f098884cd1", - "x-ms-routing-request-id": "JAPANEAST:20230321T073632Z:067bb614-ab49-4c4e-a0e6-0d5becdb94a3", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "971de660-8195-4b0e-9fe4-88cb0d21578e", + "x-ms-routing-request-id": "EASTUS:20230615T123438Z:f4c2f01d-360f-49cb-81ef-316db3ed8b50", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-c3121536a5313344-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bb39ad3a4b673e27adbf55984568e69e", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-aa31c8011e3bd444-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "4db996dfb795a35ad314a57e0575d8a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11954,7 +12639,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:37:04 GMT", + "Date": "Thu, 15 Jun 2023 12:35:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11963,28 +12648,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bb39ad3a4b673e27adbf55984568e69e", - "x-ms-correlation-request-id": "544623ce-04f4-42c3-98c9-49f99641ec0c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "4db996dfb795a35ad314a57e0575d8a9", + "x-ms-correlation-request-id": "70a46b77-2f29-4af1-affa-d0f0c0b9e919", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;213", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "a8809c51-f379-44e8-8b5c-abb7d8bf2b8b", - "x-ms-routing-request-id": "JAPANEAST:20230321T073704Z:544623ce-04f4-42c3-98c9-49f99641ec0c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "a437fe7b-c8e8-4ec3-bdc1-573c81cd7146", + "x-ms-routing-request-id": "EASTUS:20230615T123510Z:70a46b77-2f29-4af1-affa-d0f0c0b9e919", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-3f9a2adbb975804f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c7b8b53f17436c5f917ca93509dccf92", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-71fc63a4de36554e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6d149a83a93afe617a8044fd85720d84", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11993,7 +12678,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:37:35 GMT", + "Date": "Thu, 15 Jun 2023 12:35:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12002,28 +12687,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c7b8b53f17436c5f917ca93509dccf92", - "x-ms-correlation-request-id": "cc12a2bc-bd75-4bd8-9f46-0d58a3753763", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "6d149a83a93afe617a8044fd85720d84", + "x-ms-correlation-request-id": "fcc542e5-ca71-4b6c-ab8f-45d82cfd17bc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "a9a016a2-d845-4df8-bd36-7d88cc2a4caf", - "x-ms-routing-request-id": "JAPANEAST:20230321T073736Z:cc12a2bc-bd75-4bd8-9f46-0d58a3753763", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "bdba4063-0e2a-4603-b225-9a928321bf5c", + "x-ms-routing-request-id": "EASTUS:20230615T123542Z:fcc542e5-ca71-4b6c-ab8f-45d82cfd17bc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-1a03be9be0a8b84f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7c2f81b99ba87da51f4e65ff4f2ef41d", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-2d5f0173d938d14d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "941e6e3244fc34af2824a76135d9d490", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12032,7 +12717,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:38:08 GMT", + "Date": "Thu, 15 Jun 2023 12:36:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12041,28 +12726,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c2f81b99ba87da51f4e65ff4f2ef41d", - "x-ms-correlation-request-id": "5513941c-01de-4056-96a7-dfb0a371f498", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-client-request-id": "941e6e3244fc34af2824a76135d9d490", + "x-ms-correlation-request-id": "a78c5921-1fbe-4e9e-8e10-46ae371af99d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "2c3056c7-3ab3-4a4a-aec3-e2be17c53b5f", - "x-ms-routing-request-id": "JAPANEAST:20230321T073809Z:5513941c-01de-4056-96a7-dfb0a371f498", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "1e6fa7eb-0082-4e66-aaf2-c66fdb15bcb3", + "x-ms-routing-request-id": "EASTUS:20230615T123614Z:a78c5921-1fbe-4e9e-8e10-46ae371af99d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-a22b02650cb4d744-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ab2a3e16f80423914ecc29eba1f135d1", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-a3dda23ab62f4546-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e3d23b1535bd36b134bbd315725c1d60", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12071,7 +12756,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:38:41 GMT", + "Date": "Thu, 15 Jun 2023 12:36:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12080,39 +12765,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab2a3e16f80423914ecc29eba1f135d1", - "x-ms-correlation-request-id": "11042366-6235-4c3d-92bd-fc2a8a154cd8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-client-request-id": "e3d23b1535bd36b134bbd315725c1d60", + "x-ms-correlation-request-id": "2464edc5-c73b-4026-9a58-5cd9ffdaf172", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "ef31ac47-516e-4b0a-bc27-eb784e8fc81c", - "x-ms-routing-request-id": "JAPANEAST:20230321T073841Z:11042366-6235-4c3d-92bd-fc2a8a154cd8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "bc9ce63a-0ca2-4c2e-a44f-251d0ad19124", + "x-ms-routing-request-id": "EASTUS:20230615T123646Z:2464edc5-c73b-4026-9a58-5cd9ffdaf172", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-2d51cf76e834d841-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c3dfc3f06a39a4f6103aa8f4b1601c62", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-ecc4e7506bf2a44a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "974b200643573fadeadf44150100c8a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:39:13 GMT", + "Date": "Thu, 15 Jun 2023 12:37:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12121,37 +12804,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3dfc3f06a39a4f6103aa8f4b1601c62", - "x-ms-correlation-request-id": "4e6419bb-660c-4428-8261-f48592b7bf83", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-client-request-id": "974b200643573fadeadf44150100c8a0", + "x-ms-correlation-request-id": "a3431128-4df3-4c62-94c2-d79a655f770e", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "c752cf64-6fe7-454f-98dd-e648d59a8edd", - "x-ms-routing-request-id": "JAPANEAST:20230321T073913Z:4e6419bb-660c-4428-8261-f48592b7bf83", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-request-id": "1a2db25a-cab6-47d8-a680-8ec08ad853e1", + "x-ms-routing-request-id": "EASTUS:20230615T123718Z:a3431128-4df3-4c62-94c2-d79a655f770e", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-981d0f1a8db79c4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ca1f8b8723b1c08def0b2edb71b9db2d", + "Connection": "close", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-0e798e2dee5c7a47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "49e8b3ac2aa0fcc6bce75f40709ac1cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:39:46 GMT", + "Date": "Thu, 15 Jun 2023 12:37:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12160,28 +12845,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca1f8b8723b1c08def0b2edb71b9db2d", - "x-ms-correlation-request-id": "d639bbc3-ebf9-4f2e-b773-176c9cb5babc", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "e3f7848f-f36f-4ac8-bcd0-16bcc98b552b", - "x-ms-routing-request-id": "JAPANEAST:20230321T073947Z:d639bbc3-ebf9-4f2e-b773-176c9cb5babc", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "49e8b3ac2aa0fcc6bce75f40709ac1cc", + "x-ms-correlation-request-id": "dfaddf64-b724-426f-9ca7-7d5c7b421eea", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "457fc273-99d8-4133-9aab-afb6ac9692dd", + "x-ms-routing-request-id": "EASTUS:20230615T123750Z:dfaddf64-b724-426f-9ca7-7d5c7b421eea", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-06343c73ac3de34b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8c0e9419304fabe448869bc9509c71ed", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-48f235eb5e8c6940-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "145a46073d8ed2398e92f8def19c3534", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12190,7 +12875,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:40:19 GMT", + "Date": "Thu, 15 Jun 2023 12:38:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12199,28 +12884,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8c0e9419304fabe448869bc9509c71ed", - "x-ms-correlation-request-id": "8da0bd5b-5bef-4b71-91da-0b4c7b961530", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "e7d37118-4a48-41a4-bfa0-8d74e157c9cc", - "x-ms-routing-request-id": "JAPANEAST:20230321T074019Z:8da0bd5b-5bef-4b71-91da-0b4c7b961530", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "145a46073d8ed2398e92f8def19c3534", + "x-ms-correlation-request-id": "3feb92e0-98ca-405d-9455-3591443c697a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "e8c87f86-4655-415f-992d-3d188ed55ecd", + "x-ms-routing-request-id": "EASTUS:20230615T123823Z:3feb92e0-98ca-405d-9455-3591443c697a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", "status": "InProgress", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/f73991a1-1e57-48bc-8d07-287d71a30a38?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/eb8926da-6bef-46aa-a0b0-4e935557ed72?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-d2c2cc7c17b6b141-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1563c7b06ad2cd1f351ed32d3b1b3257", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-4d4265d8f8074641-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "bf6832f2d374dcc05a4eda6fe36cce50", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12229,7 +12914,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:40:51 GMT", + "Date": "Thu, 15 Jun 2023 12:38:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12238,38 +12923,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1563c7b06ad2cd1f351ed32d3b1b3257", - "x-ms-correlation-request-id": "644cbf2a-a0e4-4719-a5f3-d55c150622fe", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "abb84b92-bd67-42e5-8d34-6793e248ee1c", - "x-ms-routing-request-id": "JAPANEAST:20230321T074052Z:644cbf2a-a0e4-4719-a5f3-d55c150622fe", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "bf6832f2d374dcc05a4eda6fe36cce50", + "x-ms-correlation-request-id": "08914a45-4f8e-457c-b8a6-731fbed9814f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;219", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "44045918-4747-4333-bfe2-71fb62ba5b90", + "x-ms-routing-request-id": "EASTUS:20230615T123855Z:08914a45-4f8e-457c-b8a6-731fbed9814f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:28:19.9918606\u002B00:00", - "endTime": "2023-03-21T07:40:23.8726429\u002B00:00", + "startTime": "2023-06-15T12:27:06.5265199\u002B00:00", + "endTime": "2023-06-15T12:38:27.4620242\u002B00:00", "status": "Succeeded", - "name": "f73991a1-1e57-48bc-8d07-287d71a30a38" + "name": "eb8926da-6bef-46aa-a0b0-4e935557ed72" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8985/providers/Microsoft.StorageCache/caches/testsc4853?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6908?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-1bb104579c6cb24bb90a7733124d6c2a-0ff82b827e207d41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1ddb7b5f8f515713a773822a88c47053", + "traceparent": "00-11b5deb2b828564e84ccbe7051ed2125-ef9e8c46f4c84a4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ba0d781eb4a56f117a16bb0d31e80b1f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2208", + "Content-Length": "2180", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:40:52 GMT", + "Date": "Thu, 15 Jun 2023 12:38:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12278,17 +12963,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ddb7b5f8f515713a773822a88c47053", - "x-ms-correlation-request-id": "085436b7-0d99-4f59-a6cc-c0991b013709", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "78c21758-4991-4107-ae2c-08e4332d2773", - "x-ms-routing-request-id": "JAPANEAST:20230321T074053Z:085436b7-0d99-4f59-a6cc-c0991b013709", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "ba0d781eb4a56f117a16bb0d31e80b1f", + "x-ms-correlation-request-id": "bbee2fa4-5864-48f9-8a89-76db39936281", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;113", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "31c23cfc-6c07-4b87-8aa0-1f63ee79670a", + "x-ms-routing-request-id": "EASTUS:20230615T123855Z:bbee2fa4-5864-48f9-8a89-76db39936281", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc4853", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8985/providers/Microsoft.StorageCache/caches/testsc4853", + "name": "testsc6908", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6908", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12299,9 +12984,9 @@ "networkSettings": { "mtu": 1500, "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" ], "ntpServer": "time.windows.com" }, @@ -12325,7 +13010,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12333,17 +13017,17 @@ "conditions": [] }, "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8985/providers/Microsoft.Network/virtualNetworks/scTestVNet-1668/subnets/scTestSubnet-9943", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-865/subnets/scTestSubnet-7508", "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T07:28:20.1168736Z", + "lastFirmwareUpdate": "2023-06-15T12:27:07.0327267Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -12352,54 +13036,46 @@ } }, "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-21T07:28:18.2290652Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdAt": "2023-06-15T12:27:06.4776346Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T07:28:18.2290652Z" + "lastModifiedAt": "2023-06-15T12:27:06.4776346Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/caches?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/caches?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-757e32a8afefea4cac67adb62b4b243a-0272d436b81e7444-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "aa2b4099c555ae5a744157305cb6702c", + "traceparent": "00-7f61547567d08846b61d5a74f2ee4ae8-5deda399f1a21841-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3d4e2bb202313457857dba3f62c9ee21", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2529", + "Content-Length": "1595", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:40:53 GMT", + "Date": "Thu, 15 Jun 2023 12:38:56 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aa2b4099c555ae5a744157305cb6702c", - "x-ms-correlation-request-id": "940765ef-12a3-4440-96f6-bde9fef6f00c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListCaches1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "83a1ace2-a220-409b-89e8-4c78cf16e070", - "x-ms-routing-request-id": "JAPANEAST:20230321T074054Z:940765ef-12a3-4440-96f6-bde9fef6f00c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-correlation-request-id": "f0d42786-cbb4-40bd-ae45-ed1036350ddf", + "x-ms-request-id": "f0d42786-cbb4-40bd-ae45-ed1036350ddf", + "x-ms-routing-request-id": "EASTUS:20230615T123856Z:f0d42786-cbb4-40bd-ae45-ed1036350ddf" }, "ResponseBody": { "value": [ { - "name": "testsc4853", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/STORAGECACHETESTRG8985/providers/Microsoft.StorageCache/caches/testsc4853", + "name": "testsc6908", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc6908", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12410,9 +13086,9 @@ "networkSettings": { "mtu": 1500, "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" ], "ntpServer": "time.windows.com" }, @@ -12432,220 +13108,67 @@ } ] }, - "directoryServicesSettings": {}, - "zones": [ - "1" - ], - "scalingFactor": 1.0, - "cacheSizeGB": 3072, - "health": { - "state": "Healthy", - "statusDescription": "The cache is in Running state", - "conditions": [] - }, - "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" - ], - "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg8985/providers/Microsoft.Network/virtualNetworks/scTestVNet-1668/subnets/scTestSubnet-9943", - "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", - "firmwareUpdateStatus": "unavailable", - "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T07:28:20.1168736Z", - "pendingFirmwareVersion": "" - }, - "upgradeSettings": { - "upgradeScheduleEnabled": false, - "scheduledTime": "0001-01-01T00:00:00Z" - } - }, - "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", - "createdByType": "Application", - "createdAt": "2023-03-21T07:28:18.2290652Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", - "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T07:28:18.2290652Z" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8985/providers/Microsoft.StorageCache/caches/testsc4853?api-version=2023-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2bba26a779220e4ba6cda5cc2f039e57-56e160d1e5f4a045-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d46a435454c1209cb40c6e5fe8f44571", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9282f124-a318-401c-9822-3e828b7317b1?api-version=2023-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:40:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9282f124-a318-401c-9822-3e828b7317b1?monitor=true\u0026api-version=2023-01-01", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d46a435454c1209cb40c6e5fe8f44571", - "x-ms-correlation-request-id": "022f2905-6dce-4651-9c0b-e91ef10c76eb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "9282f124-a318-401c-9822-3e828b7317b1", - "x-ms-routing-request-id": "JAPANEAST:20230321T074055Z:022f2905-6dce-4651-9c0b-e91ef10c76eb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9282f124-a318-401c-9822-3e828b7317b1?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2bba26a779220e4ba6cda5cc2f039e57-e3b89b9f0eecc946-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "44d556029b594591a40af64957fbc67f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:40:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44d556029b594591a40af64957fbc67f", - "x-ms-correlation-request-id": "7f7d9e06-4e3b-4dab-b2bf-07b3e382f9d4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "7e4950f1-e5d8-4e66-92b2-701f857f157e", - "x-ms-routing-request-id": "JAPANEAST:20230321T074055Z:7f7d9e06-4e3b-4dab-b2bf-07b3e382f9d4", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T07:40:54.9886521\u002B00:00", - "status": "InProgress", - "name": "9282f124-a318-401c-9822-3e828b7317b1" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9282f124-a318-401c-9822-3e828b7317b1?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2bba26a779220e4ba6cda5cc2f039e57-345dcb85763a9c43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "db82e6fc7522cd3b42d1b494ac8ce8d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:40:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "db82e6fc7522cd3b42d1b494ac8ce8d1", - "x-ms-correlation-request-id": "f300309e-6cde-4d28-8fcf-ed0f0d272f8e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "0416fbf9-0010-4a43-aad5-1cb3f9b2bd16", - "x-ms-routing-request-id": "JAPANEAST:20230321T074056Z:f300309e-6cde-4d28-8fcf-ed0f0d272f8e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T07:40:54.9886521\u002B00:00", - "status": "InProgress", - "name": "9282f124-a318-401c-9822-3e828b7317b1" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9282f124-a318-401c-9822-3e828b7317b1?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2bba26a779220e4ba6cda5cc2f039e57-aba15b404f5a584a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "925c7c11001e1217ef4e56e590b84125", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:40:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "925c7c11001e1217ef4e56e590b84125", - "x-ms-correlation-request-id": "72276298-2211-48e9-9309-1775239bc088", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "3d1d249a-2116-4a0e-ac4b-3eccde26868d", - "x-ms-routing-request-id": "JAPANEAST:20230321T074058Z:72276298-2211-48e9-9309-1775239bc088", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T07:40:54.9886521\u002B00:00", - "status": "InProgress", - "name": "9282f124-a318-401c-9822-3e828b7317b1" + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-865/subnets/scTestSubnet-7508", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T12:27:07.0327267Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T12:27:06.4776346Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T12:27:06.4776346Z" + } + } + ] } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9282f124-a318-401c-9822-3e828b7317b1?api-version=2023-01-01", - "RequestMethod": "GET", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc6908?api-version=2023-05-01", + "RequestMethod": "DELETE", "RequestHeaders": { + "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2bba26a779220e4ba6cda5cc2f039e57-8c7f908d0a16864e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "511328661f5f8dcf1a080288e7fd9817", + "traceparent": "00-e26c1b17cedb874e95f0407f3d4a72e9-ea10c0fdc86ca149-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "78bfa7c47a8e3e8e20f9455d17b3ab72", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88d66f6b-a2ca-436b-9ede-4ff484c443b7?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:40:58 GMT", + "Content-Length": "0", + "Date": "Thu, 15 Jun 2023 12:38:56 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88d66f6b-a2ca-436b-9ede-4ff484c443b7?monitor=true\u0026api-version=2023-05-01", "Pragma": "no-cache", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -12653,28 +13176,24 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "511328661f5f8dcf1a080288e7fd9817", - "x-ms-correlation-request-id": "7d76b9b5-7300-41e0-8269-502954f1f515", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "10903887-8149-483f-b30f-115541a7ada2", - "x-ms-routing-request-id": "JAPANEAST:20230321T074059Z:7d76b9b5-7300-41e0-8269-502954f1f515", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "78bfa7c47a8e3e8e20f9455d17b3ab72", + "x-ms-correlation-request-id": "65035e16-d797-4337-a9a5-9cc0c14b7f77", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "88d66f6b-a2ca-436b-9ede-4ff484c443b7", + "x-ms-routing-request-id": "EASTUS:20230615T123856Z:65035e16-d797-4337-a9a5-9cc0c14b7f77", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, - "ResponseBody": { - "startTime": "2023-03-21T07:40:54.9886521\u002B00:00", - "status": "InProgress", - "name": "9282f124-a318-401c-9822-3e828b7317b1" - } + "ResponseBody": null }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9282f124-a318-401c-9822-3e828b7317b1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88d66f6b-a2ca-436b-9ede-4ff484c443b7?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2bba26a779220e4ba6cda5cc2f039e57-1b6f6a882a16734f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "db372422349ffb60cf6fecd31f553c89", + "traceparent": "00-e26c1b17cedb874e95f0407f3d4a72e9-dbe35fe884fd884e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "89499a27932838919c101d37bdfa1cd2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12683,7 +13202,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:41:00 GMT", + "Date": "Thu, 15 Jun 2023 12:38:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12692,28 +13211,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "db372422349ffb60cf6fecd31f553c89", - "x-ms-correlation-request-id": "e6fd34de-4fa2-4055-b06e-8d4ee11dc7f7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "02432542-ac76-42ae-8db0-58c242208bff", - "x-ms-routing-request-id": "JAPANEAST:20230321T074101Z:e6fd34de-4fa2-4055-b06e-8d4ee11dc7f7", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "89499a27932838919c101d37bdfa1cd2", + "x-ms-correlation-request-id": "a283d555-8712-44ba-811d-4efd56c661e2", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "2cd53600-4b57-4f30-af0f-b826af914e33", + "x-ms-routing-request-id": "EASTUS:20230615T123856Z:a283d555-8712-44ba-811d-4efd56c661e2", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:40:54.9886521\u002B00:00", + "startTime": "2023-06-15T12:38:56.6808365\u002B00:00", "status": "InProgress", - "name": "9282f124-a318-401c-9822-3e828b7317b1" + "name": "88d66f6b-a2ca-436b-9ede-4ff484c443b7" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9282f124-a318-401c-9822-3e828b7317b1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88d66f6b-a2ca-436b-9ede-4ff484c443b7?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2bba26a779220e4ba6cda5cc2f039e57-60918f7bad945f41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "832d8f8f9679f171adcf7716fe8e2bf1", + "traceparent": "00-e26c1b17cedb874e95f0407f3d4a72e9-355e237f0d737549-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a7fc47d2360c330288a457b44566444e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12722,7 +13241,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:41:05 GMT", + "Date": "Thu, 15 Jun 2023 12:38:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12731,28 +13250,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "832d8f8f9679f171adcf7716fe8e2bf1", - "x-ms-correlation-request-id": "74c44b18-efbe-4f14-871e-2600b96d4dfb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "1fdbd98f-0135-44e8-a416-4f5a1e5a12ed", - "x-ms-routing-request-id": "JAPANEAST:20230321T074105Z:74c44b18-efbe-4f14-871e-2600b96d4dfb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "a7fc47d2360c330288a457b44566444e", + "x-ms-correlation-request-id": "8c0df184-d6cb-4635-9389-81fad3094754", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;216", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "005e61e1-e362-46cc-b0ed-0550e44a90ac", + "x-ms-routing-request-id": "EASTUS:20230615T123857Z:8c0df184-d6cb-4635-9389-81fad3094754", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:40:54.9886521\u002B00:00", + "startTime": "2023-06-15T12:38:56.6808365\u002B00:00", "status": "InProgress", - "name": "9282f124-a318-401c-9822-3e828b7317b1" + "name": "88d66f6b-a2ca-436b-9ede-4ff484c443b7" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9282f124-a318-401c-9822-3e828b7317b1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88d66f6b-a2ca-436b-9ede-4ff484c443b7?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2bba26a779220e4ba6cda5cc2f039e57-972f2888c9c22e46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6bc33fb666803285c71782f032fb6ec4", + "traceparent": "00-e26c1b17cedb874e95f0407f3d4a72e9-845c05f597daeb46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7c3695ec2169b04929841b0e73e75e26", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12761,7 +13280,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:41:13 GMT", + "Date": "Thu, 15 Jun 2023 12:38:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12770,28 +13289,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6bc33fb666803285c71782f032fb6ec4", - "x-ms-correlation-request-id": "73c68579-97df-4d68-9a32-c0f41e302b37", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "7c148f47-5e0e-4c6f-8f85-a3d76c380892", - "x-ms-routing-request-id": "JAPANEAST:20230321T074114Z:73c68579-97df-4d68-9a32-c0f41e302b37", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "7c3695ec2169b04929841b0e73e75e26", + "x-ms-correlation-request-id": "dae6921c-bbf3-4d5b-ac89-ea99223805c9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "615e57a3-175e-4ab2-8d08-5576ca756240", + "x-ms-routing-request-id": "EASTUS:20230615T123858Z:dae6921c-bbf3-4d5b-ac89-ea99223805c9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:40:54.9886521\u002B00:00", + "startTime": "2023-06-15T12:38:56.6808365\u002B00:00", "status": "InProgress", - "name": "9282f124-a318-401c-9822-3e828b7317b1" + "name": "88d66f6b-a2ca-436b-9ede-4ff484c443b7" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9282f124-a318-401c-9822-3e828b7317b1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88d66f6b-a2ca-436b-9ede-4ff484c443b7?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2bba26a779220e4ba6cda5cc2f039e57-b523cb2b171ae44b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "57f978cc14d08c9eb3462dcfbc4afd40", + "traceparent": "00-e26c1b17cedb874e95f0407f3d4a72e9-746631245d591b4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "b25662bc65d5f0a3981601833bdcf236", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12800,7 +13319,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:41:30 GMT", + "Date": "Thu, 15 Jun 2023 12:38:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12809,28 +13328,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57f978cc14d08c9eb3462dcfbc4afd40", - "x-ms-correlation-request-id": "008f3b7e-f114-4303-90db-0ce09db58f17", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;229", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "03205857-0f2d-466e-86c8-924ea7835b95", - "x-ms-routing-request-id": "JAPANEAST:20230321T074130Z:008f3b7e-f114-4303-90db-0ce09db58f17", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "b25662bc65d5f0a3981601833bdcf236", + "x-ms-correlation-request-id": "76320a99-1895-4436-9ef1-5312824af25f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "c320ebee-7d4d-46f4-b833-1189168062df", + "x-ms-routing-request-id": "EASTUS:20230615T123859Z:76320a99-1895-4436-9ef1-5312824af25f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:40:54.9886521\u002B00:00", + "startTime": "2023-06-15T12:38:56.6808365\u002B00:00", "status": "InProgress", - "name": "9282f124-a318-401c-9822-3e828b7317b1" + "name": "88d66f6b-a2ca-436b-9ede-4ff484c443b7" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9282f124-a318-401c-9822-3e828b7317b1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88d66f6b-a2ca-436b-9ede-4ff484c443b7?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2bba26a779220e4ba6cda5cc2f039e57-dfe02aaebad7d24d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "df1cfb43d092280909fabb611381bfb1", + "traceparent": "00-e26c1b17cedb874e95f0407f3d4a72e9-2509555d15f44542-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "284acecba0c4b068fe4c7d871bf4bfa1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12839,7 +13358,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:42:02 GMT", + "Date": "Thu, 15 Jun 2023 12:39:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12848,28 +13367,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df1cfb43d092280909fabb611381bfb1", - "x-ms-correlation-request-id": "9a3ee36d-dd0f-4d55-87d8-202122887d13", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "9983ba88-f330-4b21-b542-f31e01c7ce17", - "x-ms-routing-request-id": "JAPANEAST:20230321T074202Z:9a3ee36d-dd0f-4d55-87d8-202122887d13", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "284acecba0c4b068fe4c7d871bf4bfa1", + "x-ms-correlation-request-id": "432a1ba8-e159-4ee1-bcef-f73c5b112e64", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;217", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "289d98fb-4d4a-4ad5-a5d9-5b922e60e120", + "x-ms-routing-request-id": "EASTUS:20230615T123902Z:432a1ba8-e159-4ee1-bcef-f73c5b112e64", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:40:54.9886521\u002B00:00", + "startTime": "2023-06-15T12:38:56.6808365\u002B00:00", "status": "InProgress", - "name": "9282f124-a318-401c-9822-3e828b7317b1" + "name": "88d66f6b-a2ca-436b-9ede-4ff484c443b7" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9282f124-a318-401c-9822-3e828b7317b1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88d66f6b-a2ca-436b-9ede-4ff484c443b7?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2bba26a779220e4ba6cda5cc2f039e57-d79c3cf044694c40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "8549b361d395a121a136b83a38b6767d", + "traceparent": "00-e26c1b17cedb874e95f0407f3d4a72e9-6ed1a72bf65d994d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e3f83146920f8778f145e45320c5744d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12878,7 +13397,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:42:35 GMT", + "Date": "Thu, 15 Jun 2023 12:39:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12887,28 +13406,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8549b361d395a121a136b83a38b6767d", - "x-ms-correlation-request-id": "d3d196f1-aaf6-4e16-8bc1-024b7a6f1692", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "3123a837-79ce-479d-9971-cd69dace252d", - "x-ms-routing-request-id": "JAPANEAST:20230321T074235Z:d3d196f1-aaf6-4e16-8bc1-024b7a6f1692", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "e3f83146920f8778f145e45320c5744d", + "x-ms-correlation-request-id": "9ef0f583-0536-4fd2-8599-3ef43bf5d776", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;214", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "5feecaca-af00-41a6-aa5b-6a1b827b5aad", + "x-ms-routing-request-id": "EASTUS:20230615T123906Z:9ef0f583-0536-4fd2-8599-3ef43bf5d776", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:40:54.9886521\u002B00:00", + "startTime": "2023-06-15T12:38:56.6808365\u002B00:00", "status": "InProgress", - "name": "9282f124-a318-401c-9822-3e828b7317b1" + "name": "88d66f6b-a2ca-436b-9ede-4ff484c443b7" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9282f124-a318-401c-9822-3e828b7317b1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88d66f6b-a2ca-436b-9ede-4ff484c443b7?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2bba26a779220e4ba6cda5cc2f039e57-79c0551843ed4d48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "37ac421a8edefb316ed04ed5583d7931", + "traceparent": "00-e26c1b17cedb874e95f0407f3d4a72e9-9a945ea647d98942-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a542e492359c1c62f9a5b389e71bd5a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12917,7 +13436,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:43:06 GMT", + "Date": "Thu, 15 Jun 2023 12:39:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12926,28 +13445,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "37ac421a8edefb316ed04ed5583d7931", - "x-ms-correlation-request-id": "0b064217-2bf6-4f6c-9e4b-6020ce2e59f1", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "5d3285c9-1e1c-4840-8bfd-2568e8db0ad8", - "x-ms-routing-request-id": "JAPANEAST:20230321T074307Z:0b064217-2bf6-4f6c-9e4b-6020ce2e59f1", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "a542e492359c1c62f9a5b389e71bd5a3", + "x-ms-correlation-request-id": "98e4d413-9e7d-4191-a8c2-d6b2560e1ade", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;208", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "36fb8190-cc37-4da4-8047-1a98f504f3fb", + "x-ms-routing-request-id": "EASTUS:20230615T123914Z:98e4d413-9e7d-4191-a8c2-d6b2560e1ade", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:40:54.9886521\u002B00:00", + "startTime": "2023-06-15T12:38:56.6808365\u002B00:00", "status": "InProgress", - "name": "9282f124-a318-401c-9822-3e828b7317b1" + "name": "88d66f6b-a2ca-436b-9ede-4ff484c443b7" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9282f124-a318-401c-9822-3e828b7317b1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88d66f6b-a2ca-436b-9ede-4ff484c443b7?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2bba26a779220e4ba6cda5cc2f039e57-2dd6e689203cea49-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "086e7b8677006fabd97b3e5b17cfef53", + "traceparent": "00-e26c1b17cedb874e95f0407f3d4a72e9-b796afdc69d96544-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "093d5f560fe4392755c3367ebc148f38", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12956,7 +13475,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:43:39 GMT", + "Date": "Thu, 15 Jun 2023 12:39:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12965,28 +13484,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "086e7b8677006fabd97b3e5b17cfef53", - "x-ms-correlation-request-id": "16bd8c3b-12f4-43f7-bc22-7133f17d2cf0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "a21fbb42-e2b1-40a5-959b-e529db2a55e7", - "x-ms-routing-request-id": "JAPANEAST:20230321T074339Z:16bd8c3b-12f4-43f7-bc22-7133f17d2cf0", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "093d5f560fe4392755c3367ebc148f38", + "x-ms-correlation-request-id": "cc8a0e71-b86b-498f-8f4b-72b807ee70be", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;211", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "e5e7cf08-cedc-4f40-9bc6-0966f83b3431", + "x-ms-routing-request-id": "EASTUS:20230615T123930Z:cc8a0e71-b86b-498f-8f4b-72b807ee70be", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:40:54.9886521\u002B00:00", + "startTime": "2023-06-15T12:38:56.6808365\u002B00:00", "status": "InProgress", - "name": "9282f124-a318-401c-9822-3e828b7317b1" + "name": "88d66f6b-a2ca-436b-9ede-4ff484c443b7" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9282f124-a318-401c-9822-3e828b7317b1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88d66f6b-a2ca-436b-9ede-4ff484c443b7?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2bba26a779220e4ba6cda5cc2f039e57-e7502782a4edf240-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d1473e8487d4d2d2814d16c5854c4963", + "traceparent": "00-e26c1b17cedb874e95f0407f3d4a72e9-11e6164248eb9d44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "37f530d71ab21004cfdbe969deeea0d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12995,7 +13514,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:44:11 GMT", + "Date": "Thu, 15 Jun 2023 12:40:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13004,28 +13523,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1473e8487d4d2d2814d16c5854c4963", - "x-ms-correlation-request-id": "19293fca-b39d-4a34-8877-cd31c9d0ad84", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "0cba40d3-e361-482c-81ab-e99ab77f51fd", - "x-ms-routing-request-id": "JAPANEAST:20230321T074412Z:19293fca-b39d-4a34-8877-cd31c9d0ad84", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "37f530d71ab21004cfdbe969deeea0d6", + "x-ms-correlation-request-id": "04dac866-ca1d-44df-a33d-827593ac3cd4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;215", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "e2a12026-aeaf-47cd-a031-c2af9f5e4fc1", + "x-ms-routing-request-id": "EASTUS:20230615T124002Z:04dac866-ca1d-44df-a33d-827593ac3cd4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:40:54.9886521\u002B00:00", + "startTime": "2023-06-15T12:38:56.6808365\u002B00:00", "status": "InProgress", - "name": "9282f124-a318-401c-9822-3e828b7317b1" + "name": "88d66f6b-a2ca-436b-9ede-4ff484c443b7" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/9282f124-a318-401c-9822-3e828b7317b1?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/88d66f6b-a2ca-436b-9ede-4ff484c443b7?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-2bba26a779220e4ba6cda5cc2f039e57-8bbf50be5a11ea43-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bdb386bd6d47a27c973d5e634fd6e49f", + "traceparent": "00-e26c1b17cedb874e95f0407f3d4a72e9-ababbc4c5ec00c49-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c0fc40706b888268bc084fd9fee360e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -13034,7 +13553,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:44:44 GMT", + "Date": "Thu, 15 Jun 2023 12:49:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -13043,317 +13562,26 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bdb386bd6d47a27c973d5e634fd6e49f", - "x-ms-correlation-request-id": "e97c7687-5578-4527-bcca-99f95d1dc36f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "1e5c947c-7e39-4f5e-a9c0-5ab043959ba1", - "x-ms-routing-request-id": "JAPANEAST:20230321T074445Z:e97c7687-5578-4527-bcca-99f95d1dc36f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "c0fc40706b888268bc084fd9fee360e4", + "x-ms-correlation-request-id": "77b50d7a-bdb6-4a37-8647-4db1203a1b6a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "b49c2400-85e6-43ed-bf7d-5222a207e1c1", + "x-ms-routing-request-id": "EASTUS:20230615T124935Z:77b50d7a-bdb6-4a37-8647-4db1203a1b6a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:40:54.9886521\u002B00:00", - "endTime": "2023-03-21T07:44:22.1832418\u002B00:00", + "startTime": "2023-06-15T12:38:56.6808365\u002B00:00", + "endTime": "2023-06-15T12:42:24.9137111\u002B00:00", "status": "Succeeded", - "name": "9282f124-a318-401c-9822-3e828b7317b1" + "name": "88d66f6b-a2ca-436b-9ede-4ff484c443b7" } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg8985?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-8cdf5109eeadd04c91fd1ad6be578933-4bb277b440ee8e47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1a50fbe0a7f6ff5da99b87b261e6ea8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:44:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTg1LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7fc69d88-1ed4-465e-94fc-db24c1e5dbaa", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "7fc69d88-1ed4-465e-94fc-db24c1e5dbaa", - "x-ms-routing-request-id": "JAPANEAST:20230321T074448Z:7fc69d88-1ed4-465e-94fc-db24c1e5dbaa" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTg1LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8cdf5109eeadd04c91fd1ad6be578933-34f688bfa7aa4749-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "89e477692efb156d29b313ace5ca41b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:44:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTg1LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ec4b829-ccd4-4ebb-9ad5-5a9108d87002", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "0ec4b829-ccd4-4ebb-9ad5-5a9108d87002", - "x-ms-routing-request-id": "JAPANEAST:20230321T074450Z:0ec4b829-ccd4-4ebb-9ad5-5a9108d87002" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTg1LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8cdf5109eeadd04c91fd1ad6be578933-329686d7ffac8348-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7531d0525337ad82f03858516dc6d63a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:45:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTg1LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "040657a4-0e30-4806-bb31-dd481d4e3b18", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "040657a4-0e30-4806-bb31-dd481d4e3b18", - "x-ms-routing-request-id": "JAPANEAST:20230321T074505Z:040657a4-0e30-4806-bb31-dd481d4e3b18" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTg1LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8cdf5109eeadd04c91fd1ad6be578933-d97370df0e9c8941-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e949db18600103926c8867681e5e31f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:45:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTg1LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc410fc8-2dbe-48bd-9d7c-968951b97d23", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "bc410fc8-2dbe-48bd-9d7c-968951b97d23", - "x-ms-routing-request-id": "JAPANEAST:20230321T074521Z:bc410fc8-2dbe-48bd-9d7c-968951b97d23" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTg1LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8cdf5109eeadd04c91fd1ad6be578933-53e1eb74aebcbf4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "584489630e3c1573f43799c2d61ca862", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:45:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTg1LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2449a370-572e-4621-9773-c947b95c9f89", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "2449a370-572e-4621-9773-c947b95c9f89", - "x-ms-routing-request-id": "JAPANEAST:20230321T074536Z:2449a370-572e-4621-9773-c947b95c9f89" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTg1LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8cdf5109eeadd04c91fd1ad6be578933-72de760541f7f246-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0a93d9dc5781f2af3e2e08afec1a8e91", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:45:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTg1LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b61229a-2f92-4c64-8f4a-38c6539a5b9c", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "3b61229a-2f92-4c64-8f4a-38c6539a5b9c", - "x-ms-routing-request-id": "JAPANEAST:20230321T074552Z:3b61229a-2f92-4c64-8f4a-38c6539a5b9c" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTg1LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8cdf5109eeadd04c91fd1ad6be578933-17382d86237c2b45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e4ed61077e820afd6833f4cac7cf2c50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:46:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTg1LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d0178e0-4a79-4dc1-86f2-374fb7d9ce79", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "9d0178e0-4a79-4dc1-86f2-374fb7d9ce79", - "x-ms-routing-request-id": "JAPANEAST:20230321T074607Z:9d0178e0-4a79-4dc1-86f2-374fb7d9ce79" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTg1LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8cdf5109eeadd04c91fd1ad6be578933-37a0ba8f77b2524f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "458c04e027cb0b76d9511a0e05c429da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:46:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTg1LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af06f857-3b6c-46be-9f7e-4d9c11e1aeb7", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "af06f857-3b6c-46be-9f7e-4d9c11e1aeb7", - "x-ms-routing-request-id": "JAPANEAST:20230321T074623Z:af06f857-3b6c-46be-9f7e-4d9c11e1aeb7" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTg1LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8cdf5109eeadd04c91fd1ad6be578933-9f2776b213b6bd4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "74bb08a8c32f5ee0dc89a14d63e52a6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:46:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTg1LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2a9dc79-82c8-4f31-874a-41dd7f7f862f", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "a2a9dc79-82c8-4f31-874a-41dd7f7f862f", - "x-ms-routing-request-id": "JAPANEAST:20230321T074639Z:a2a9dc79-82c8-4f31-874a-41dd7f7f862f" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc4OTg1LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8cdf5109eeadd04c91fd1ad6be578933-20d984b08fa55d48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e7cfb802498ddfc6ebe10b3064ef04a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:47:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27b53024-a849-4735-b13a-5d5e32db7ef9", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "27b53024-a849-4735-b13a-5d5e32db7ef9", - "x-ms-routing-request-id": "JAPANEAST:20230321T074711Z:27b53024-a849-4735-b13a-5d5e32db7ef9" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "42836968", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "763554528", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCaches()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCaches()Async.json index a4abc8de8806..acf54ca36146 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCaches()Async.json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetStorageCaches()Async.json @@ -1,52 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-4cf161bbcbbae64fa700c7b3f4507231-3fd0e924daeb4747-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a13cd820739a90bfc49367b8e465d62d", + "traceparent": "00-1a53bc80bbe71b4b919887925dc08418-17bde6a82cb6974e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ae2e4941b9d27092642bcf805b7c9b56", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:51:29 GMT", + "Date": "Thu, 15 Jun 2023 22:39:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e1c948f-6cc4-4594-991b-79994edb4888", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "4e1c948f-6cc4-4594-991b-79994edb4888", - "x-ms-routing-request-id": "JAPANEAST:20230321T075130Z:4e1c948f-6cc4-4594-991b-79994edb4888" + "x-ms-correlation-request-id": "5ff9c833-9503-4986-8ca8-aa1048ecdf45", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "5ff9c833-9503-4986-8ca8-aa1048ecdf45", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223902Z:5ff9c833-9503-4986-8ca8-aa1048ecdf45" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,75 +43,76 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg5364?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-0d207a67d65ac7439061fa3ced53fd34-820dde8aa54af74a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b6d11edb135ebce66fcedd04fc77ec4f", + "traceparent": "00-433424d2a6c6ff48b0c2397342676a9c-3932cd16f8a49c4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6b3713608c9cd9e1d28827beef218857", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:51:31 GMT", + "Date": "Thu, 15 Jun 2023 22:39:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35e8b525-bf8f-407c-a2a2-0adeaa30263b", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "35e8b525-bf8f-407c-a2a2-0adeaa30263b", - "x-ms-routing-request-id": "JAPANEAST:20230321T075132Z:35e8b525-bf8f-407c-a2a2-0adeaa30263b" + "x-ms-correlation-request-id": "f6324391-59e6-4a35-bf99-e4b1c5707fa9", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "f6324391-59e6-4a35-bf99-e4b1c5707fa9", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223902Z:f6324391-59e6-4a35-bf99-e4b1c5707fa9" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5364", - "name": "storagecachetestrg5364", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network?api-version=**", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network?api-version=**", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-30fa8b6721497647a3fd3e627f2578fb-dc3300ede7e7af40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "da964e77d2b2740123fffe815f7e72c2", + "traceparent": "00-a335f6525b5b434bba8afd71966e1e6b-e7e5301f0e646f4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8e4315727e0286e926754b3dc23ad181", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "146015", + "Content-Length": "156364", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:51:32 GMT", + "Date": "Thu, 15 Jun 2023 22:39:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ab0e58c-8d64-4a13-8df7-6dd9f629eec6", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "6ab0e58c-8d64-4a13-8df7-6dd9f629eec6", - "x-ms-routing-request-id": "JAPANEAST:20230321T075133Z:6ab0e58c-8d64-4a13-8df7-6dd9f629eec6" + "x-ms-correlation-request-id": "cce336bc-79e2-4434-a319-982174ec0a2a", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "cce336bc-79e2-4434-a319-982174ec0a2a", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223903Z:cce336bc-79e2-4434-a319-982174ec0a2a" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network", "namespace": "Microsoft.Network", "authorizations": [ { @@ -174,6 +162,10 @@ { "applicationId": "38808189-fa7a-4d8a-807f-eba01edacca6", "roleDefinitionId": "7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6" + }, + { + "applicationId": "6e02f8e9-db9b-4eb5-aa5a-7c8968375f68", + "roleDefinitionId": "787424c7-f9d2-416b-a939-4d59deb2d259" } ], "resourceTypes": [ @@ -216,9 +208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -334,9 +331,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -452,9 +454,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -492,97 +499,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -592,89 +614,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -684,17 +706,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -739,9 +769,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -820,97 +855,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -920,89 +970,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1012,17 +1062,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1067,9 +1125,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1117,9 +1180,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1143,97 +1211,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1243,89 +1326,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -1335,17 +1418,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -1390,9 +1481,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1508,9 +1604,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1571,9 +1672,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1646,9 +1752,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1720,9 +1831,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1792,9 +1908,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -1910,9 +2031,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2028,9 +2154,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2127,9 +2258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2213,9 +2349,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2296,9 +2437,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2414,9 +2560,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2457,97 +2608,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2557,89 +2723,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -2649,17 +2815,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -2704,9 +2878,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2808,9 +2987,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2897,9 +3081,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -2986,9 +3175,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3075,9 +3269,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3193,9 +3392,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3311,9 +3515,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3429,9 +3638,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3496,97 +3710,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3596,89 +3825,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -3688,17 +3917,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -3743,9 +3980,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3784,6 +4026,8 @@ "resourceType": "locations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -3898,9 +4142,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4015,9 +4264,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4132,9 +4386,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4235,9 +4494,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4298,9 +4562,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4347,9 +4616,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4464,9 +4738,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4555,9 +4834,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4637,9 +4921,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4686,9 +4975,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4760,9 +5054,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4834,9 +5133,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4904,9 +5208,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -4977,9 +5286,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5050,9 +5364,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5115,9 +5434,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5180,9 +5504,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5262,9 +5591,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5322,9 +5656,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5372,9 +5711,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5432,9 +5776,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5514,9 +5863,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5596,9 +5950,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5678,9 +6037,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -5760,9 +6124,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6336,7 +6705,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6378,7 +6750,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6420,7 +6795,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6462,7 +6840,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6504,7 +6885,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6546,7 +6930,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6588,7 +6975,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6630,7 +7020,10 @@ "Australia Southeast", "Canada East", "Japan West", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ "2022-07-01", @@ -6665,7 +7058,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6685,6 +7080,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6700,7 +7096,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6719,7 +7117,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6738,7 +7138,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6757,7 +7159,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6770,6 +7174,17 @@ "defaultApiVersion": "2018-08-01", "capabilities": "None" }, + { + "resourceType": "checkTrafficManagerNameAvailabilityV2", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-12-01-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "capabilities": "None" + }, { "resourceType": "trafficManagerUserMetricsKeys", "locations": [ @@ -6777,6 +7192,7 @@ ], "apiVersions": [ "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2017-09-01-preview" @@ -6790,7 +7206,9 @@ "global" ], "apiVersions": [ + "2022-12-01-preview", "2022-04-01-preview", + "2022-04-01", "2018-08-01", "2018-04-01", "2018-03-01", @@ -6840,9 +7258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -6944,9 +7367,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7047,9 +7475,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7139,9 +7572,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7229,9 +7667,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7305,9 +7748,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7381,9 +7829,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7457,9 +7910,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7561,9 +8019,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7654,9 +8117,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7743,9 +8211,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7830,9 +8303,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7901,9 +8379,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -7990,9 +8473,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8079,9 +8567,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8158,9 +8651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8237,9 +8735,13 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8287,9 +8789,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8365,9 +8872,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8410,6 +8922,7 @@ "resourceType": "firewallPolicies", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8453,9 +8966,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8491,6 +9008,7 @@ "resourceType": "ipGroups", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -8534,9 +9052,13 @@ "Canada Central", "France Central", "West Central US", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8572,6 +9094,8 @@ "resourceType": "azureWebCategories", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8595,6 +9119,8 @@ "resourceType": "locations/nfvOperations", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8645,6 +9171,8 @@ "resourceType": "locations/nfvOperationResults", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8730,9 +9258,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8797,9 +9330,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -8843,97 +9381,112 @@ { "location": "Australia East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Brazil South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Canada Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central India", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Central US", + "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Central US EUAP", "zones": [ "2", - "1", - "3" + "1" ] }, { "location": "East Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "East US 2", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "East US 2 EUAP", + "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "France Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Germany West Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Japan East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Korea Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -8943,89 +9496,89 @@ { "location": "North Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Norway East", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Qatar Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Africa North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "South Central US", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Southeast Asia", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Sweden Central", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "Switzerland North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UAE North", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "UK South", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West Europe", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { @@ -9035,17 +9588,25 @@ { "location": "West US 2", "zones": [ + "3", "2", - "1", - "3" + "1" ] }, { "location": "West US 3", "zones": [ + "3", + "2", + "1" + ] + }, + { + "location": "Poland Central", + "zones": [ + "3", "2", - "1", - "3" + "1" ] } ], @@ -9090,9 +9651,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9168,9 +9734,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9247,9 +9818,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9326,9 +9902,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9391,9 +9972,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9482,9 +10068,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9525,30 +10116,6 @@ "defaultApiVersion": "2020-03-01", "capabilities": "SupportsTags, SupportsLocation" }, - { - "resourceType": "frontdoorOperationResults", - "locations": [ - "global" - ], - "apiVersions": [ - "2022-05-01", - "2021-06-01", - "2020-11-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, { "resourceType": "checkFrontdoorNameAvailability", "locations": [ @@ -9583,7 +10150,7 @@ "capabilities": "None" }, { - "resourceType": "frontdoors", + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", "locations": [ "global", "Central US", @@ -9603,179 +10170,19 @@ "Australia Southeast" ], "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", + "2022-05-01", + "2020-11-01", "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" + "2019-10-01", + "2019-03-01" ], - "defaultApiVersion": "2020-07-01", - "capabilities": "SupportsTags, SupportsLocation" + "defaultApiVersion": "2020-11-01", + "capabilities": "None" }, { - "resourceType": "frontdoors/frontendEndpoints", + "resourceType": "locations/bareMetalTenants", "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-07-01", - "capabilities": "None" - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ], - "defaultApiVersion": "2020-11-01", - "capabilities": "None" - }, - { - "resourceType": "networkExperimentProfiles", - "locations": [ - "global", - "Central US", - "East US", - "East US 2", - "North Central US", - "South Central US", - "West US", - "West US 2", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Brazil South", - "Australia East", - "Australia Southeast" - ], - "apiVersions": [ - "2019-11-01" - ], - "defaultApiVersion": "2019-11-01", - "capabilities": "SupportsTags, SupportsLocation" - }, - { - "resourceType": "locations/bareMetalTenants", - "locations": [ - "West US", + "West US", "East US", "North Europe", "West Europe", @@ -9811,9 +10218,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9890,9 +10302,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -9933,6 +10350,7 @@ "resourceType": "virtualRouters", "locations": [ "Qatar Central", + "Poland Central", "UAE North", "Australia Central 2", "UAE Central", @@ -9976,9 +10394,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10014,6 +10436,7 @@ "resourceType": "networkVirtualAppliances", "locations": [ "Qatar Central", + "Poland Central", "Brazil Southeast", "West US 3", "Jio India West", @@ -10057,9 +10480,13 @@ "North Central US", "Canada Central", "France Central", - "Central US" + "Central US", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10125,9 +10552,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10200,10 +10632,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10219,7 +10656,9 @@ "resourceType": "networkManagerConnections", "locations": [], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10278,7 +10717,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-02-01-preview", @@ -10335,10 +10777,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10397,10 +10844,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10459,7 +10911,10 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ "2022-06-01-preview" @@ -10514,10 +10969,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10575,10 +11035,15 @@ "Canada East", "Canada Central", "Switzerland North", - "Qatar Central" + "Qatar Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" ], "apiVersions": [ + "2023-04-01", "2023-03-01-preview", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10593,6 +11058,8 @@ "resourceType": "networkVirtualApplianceSkus", "locations": [], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10656,9 +11123,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10712,9 +11184,14 @@ "West US 3", "Jio India West", "Sweden Central", - "Qatar Central" + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" ], "apiVersions": [ + "2023-04-01", + "2023-02-01", "2022-11-01", "2022-09-01", "2022-07-01", @@ -10728,120 +11205,369 @@ "2021-03-01" ], "capabilities": "None" - } - ], - "registrationState": "Registered", - "registrationPolicy": "RegistrationRequired" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5364/providers/Microsoft.Network/virtualNetworks/scTestVNet-1006?api-version=2022-11-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "173", - "Content-Type": "application/json", - "traceparent": "00-30fa8b6721497647a3fd3e627f2578fb-66e55ee7d0ead84d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c1da3ed256c42be4a4e28bc71b7a6994", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "scTestSubnet-9189", - "properties": { - "addressPrefix": "10.0.0.0/16" - } - } - ] - }, - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/83e09c92-ce03-4a73-9b4f-854ef68743ef?api-version=2022-11-01", - "Cache-Control": "no-cache", - "Content-Length": "1279", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:51:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3cb37975-8e4c-4622-bd18-737ac1171c79", - "x-ms-client-request-id": "c1da3ed256c42be4a4e28bc71b7a6994", - "x-ms-correlation-request-id": "bdc4c32f-679b-4ebe-a0d4-e2d59f4f48f8", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "83e09c92-ce03-4a73-9b4f-854ef68743ef", - "x-ms-routing-request-id": "JAPANEAST:20230321T075138Z:bdc4c32f-679b-4ebe-a0d4-e2d59f4f48f8" - }, - "ResponseBody": { - "name": "scTestVNet-1006", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5364/providers/Microsoft.Network/virtualNetworks/scTestVNet-1006", - "etag": "W/\u00227c1ae185-1fb1-4c80-be38-fcdef8880461\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "b4b8ad6e-3dad-450d-af37-ef70305e47b7", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] }, - "subnets": [ - { - "name": "scTestSubnet-9189", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5364/providers/Microsoft.Network/virtualNetworks/scTestVNet-1006/subnets/scTestSubnet-9189", - "etag": "W/\u00227c1ae185-1fb1-4c80-be38-fcdef8880461\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/16", - "delegations": [], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/83e09c92-ce03-4a73-9b4f-854ef68743ef?api-version=2022-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-30fa8b6721497647a3fd3e627f2578fb-69f14033897c774f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "111ab48975742113696a36cf473958a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:51:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", + { + "resourceType": "networkWatchers/lenses", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "apiVersions": [ + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "defaultApiVersion": "2020-03-01", + "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoorOperationResults", + "locations": [ + "global" + ], + "apiVersions": [ + "2022-05-01", + "2021-06-01", + "2020-11-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "frontdoors/frontendEndpoints", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "capabilities": "None" + }, + { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "locations": [ + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "networkExperimentProfiles", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ], + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "capabilities": "SupportsTags, SupportsLocation" + } + ], + "registrationState": "Registered", + "registrationPolicy": "RegistrationRequired" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3503?api-version=2023-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "173", + "Content-Type": "application/json", + "traceparent": "00-a335f6525b5b434bba8afd71966e1e6b-f43cdb8553b4c147-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5cd0159468b5dc554992d38042a3781a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-2225", + "properties": { + "addressPrefix": "10.0.0.0/16" + } + } + ] + }, + "location": "eastus" + }, + "StatusCode": 201, + "ResponseHeaders": { + "Azure-AsyncNotification": "Enabled", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/639e43b4-1407-4dce-9248-8e146fcca2ce?api-version=2023-04-01", + "Cache-Control": "no-cache", + "Content-Length": "1016", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 22:39:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-arm-service-request-id": "237e094e-7629-4852-abbc-027f7559004b", + "x-ms-client-request-id": "5cd0159468b5dc554992d38042a3781a", + "x-ms-correlation-request-id": "96f45c5c-1797-41c7-9ee9-b1cc12869ff5", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "639e43b4-1407-4dce-9248-8e146fcca2ce", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223906Z:96f45c5c-1797-41c7-9ee9-b1cc12869ff5" + }, + "ResponseBody": { + "name": "scTestVNet-3503", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3503", + "etag": "W/\u002272677f32-19fe-4493-a4fc-8afd19a55f8d\u0022", + "type": "Microsoft.Network/virtualNetworks", + "location": "eastus", + "properties": { + "provisioningState": "Updating", + "resourceGuid": "248745a8-7f3f-48a4-a17f-bafad20b0178", + "addressSpace": { + "addressPrefixes": [ + "10.0.0.0/16" + ] + }, + "subnets": [ + { + "name": "scTestSubnet-2225", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3503/subnets/scTestSubnet-2225", + "etag": "W/\u002272677f32-19fe-4493-a4fc-8afd19a55f8d\u0022", + "properties": { + "provisioningState": "Updating", + "addressPrefix": "10.0.0.0/16", + "delegations": [], + "privateEndpointNetworkPolicies": "Disabled", + "privateLinkServiceNetworkPolicies": "Enabled" + }, + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/639e43b4-1407-4dce-9248-8e146fcca2ce?api-version=2023-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-a335f6525b5b434bba8afd71966e1e6b-8565fd12e5632440-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "42f4a01d74950974c0674570aa694483", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "23", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 22:39:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", "Retry-After": "10", "Server": [ "Microsoft-HTTPAPI/2.0", @@ -10849,34 +11575,34 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c0b22edf-947a-4adb-bff5-33a14f175389", - "x-ms-client-request-id": "111ab48975742113696a36cf473958a9", - "x-ms-correlation-request-id": "8570845f-306f-468b-b0fd-ab0f63e098f5", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "2a624e10-ad00-45c2-b538-ad261ddaa780", - "x-ms-routing-request-id": "JAPANEAST:20230321T075138Z:8570845f-306f-468b-b0fd-ab0f63e098f5" + "x-ms-arm-service-request-id": "57fa5688-c615-427e-a916-1b13eb6b2458", + "x-ms-client-request-id": "42f4a01d74950974c0674570aa694483", + "x-ms-correlation-request-id": "8ec865ca-18a4-43bc-b085-61eb76ac90ef", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "5eb335a7-b464-4e49-b360-8e1cfdd22f56", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223906Z:8ec865ca-18a4-43bc-b085-61eb76ac90ef" }, "ResponseBody": { "status": "InProgress" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Network/locations/eastus/operations/83e09c92-ce03-4a73-9b4f-854ef68743ef?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.Network/locations/eastus/operations/639e43b4-1407-4dce-9248-8e146fcca2ce?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-30fa8b6721497647a3fd3e627f2578fb-1ab0f2343305ff4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "61536996fbc88e7c1ff664259327ba58", + "traceparent": "00-a335f6525b5b434bba8afd71966e1e6b-7984923eb4fde440-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "6fb331fc91100f65e0e3aaafadf155fe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "29", + "Content-Length": "22", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:51:49 GMT", + "Date": "Thu, 15 Jun 2023 22:39:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10885,35 +11611,35 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "06c4d426-2445-42da-975f-4f2493b9449c", - "x-ms-client-request-id": "61536996fbc88e7c1ff664259327ba58", - "x-ms-correlation-request-id": "3e82b44b-3582-4322-8af2-a472a07dc3f9", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "5de73827-c04b-4ca0-9838-a25391d9bff8", - "x-ms-routing-request-id": "JAPANEAST:20230321T075149Z:3e82b44b-3582-4322-8af2-a472a07dc3f9" + "x-ms-arm-service-request-id": "95990940-d9c4-4cd7-a9d6-ac2da4d2494b", + "x-ms-client-request-id": "6fb331fc91100f65e0e3aaafadf155fe", + "x-ms-correlation-request-id": "89ae6163-eec3-4793-b8d1-ead1bd371a14", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "238d7329-0483-4fd8-a13d-b1858971bae0", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223916Z:89ae6163-eec3-4793-b8d1-ead1bd371a14" }, "ResponseBody": { "status": "Succeeded" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5364/providers/Microsoft.Network/virtualNetworks/scTestVNet-1006?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3503?api-version=2023-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-30fa8b6721497647a3fd3e627f2578fb-626fd75244c00b4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "663e0565585fb820eb940ddb0d4f9c23", + "traceparent": "00-a335f6525b5b434bba8afd71966e1e6b-5a67955855244f4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "a2634f2d36ae1584de2080b43fc44249", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1281", + "Content-Length": "1018", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:51:50 GMT", - "ETag": "W/\u0022abf6a985-204f-4775-918d-23b99daa6e24\u0022", + "Date": "Thu, 15 Jun 2023 22:39:16 GMT", + "ETag": "W/\u00221848fe84-83b2-479e-be7c-e68431e7e27d\u0022", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -10922,22 +11648,22 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c055ffe0-302b-4c8d-affc-2ebfacb7a95c", - "x-ms-client-request-id": "663e0565585fb820eb940ddb0d4f9c23", - "x-ms-correlation-request-id": "6b6d7a7b-5672-4b2d-b547-2fcc85b75440", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "bba1d104-2557-46af-9896-95413aef6f9d", - "x-ms-routing-request-id": "JAPANEAST:20230321T075150Z:6b6d7a7b-5672-4b2d-b547-2fcc85b75440" + "x-ms-arm-service-request-id": "51b89e63-c71b-45cc-bf34-2b9738058c2f", + "x-ms-client-request-id": "a2634f2d36ae1584de2080b43fc44249", + "x-ms-correlation-request-id": "78ea1092-4ef1-4a5b-a6ed-2bf6df1a3794", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "a500fde0-9b67-4f4d-9559-be690f416572", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223917Z:78ea1092-4ef1-4a5b-a6ed-2bf6df1a3794" }, "ResponseBody": { - "name": "scTestVNet-1006", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5364/providers/Microsoft.Network/virtualNetworks/scTestVNet-1006", - "etag": "W/\u0022abf6a985-204f-4775-918d-23b99daa6e24\u0022", + "name": "scTestVNet-3503", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3503", + "etag": "W/\u00221848fe84-83b2-479e-be7c-e68431e7e27d\u0022", "type": "Microsoft.Network/virtualNetworks", "location": "eastus", "properties": { "provisioningState": "Succeeded", - "resourceGuid": "b4b8ad6e-3dad-450d-af37-ef70305e47b7", + "resourceGuid": "248745a8-7f3f-48a4-a17f-bafad20b0178", "addressSpace": { "addressPrefixes": [ "10.0.0.0/16" @@ -10945,9 +11671,9 @@ }, "subnets": [ { - "name": "scTestSubnet-9189", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5364/providers/Microsoft.Network/virtualNetworks/scTestVNet-1006/subnets/scTestSubnet-9189", - "etag": "W/\u0022abf6a985-204f-4775-918d-23b99daa6e24\u0022", + "name": "scTestSubnet-2225", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3503/subnets/scTestSubnet-2225", + "etag": "W/\u00221848fe84-83b2-479e-be7c-e68431e7e27d\u0022", "properties": { "provisioningState": "Succeeded", "addressPrefix": "10.0.0.0/16", @@ -10964,16 +11690,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg5364/providers/Microsoft.StorageCache/caches/testsc2725?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5790?api-version=2023-05-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "295", "Content-Type": "application/json", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-bc02fd5f9af5524d-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "082619461bf98ebc388cf27d11ee8e41", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-216f3324b9245644-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "556737c1f5978c743ae462b2cac45cce", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -10984,7 +11710,7 @@ "location": "eastus", "properties": { "cacheSizeGB": 3072, - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5364/providers/Microsoft.Network/virtualNetworks/scTestVNet-1006/subnets/scTestSubnet-9189", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3503/subnets/scTestSubnet-2225", "zones": [ "1" ] @@ -10992,11 +11718,11 @@ }, "StatusCode": 201, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "Cache-Control": "no-cache", - "Content-Length": "1995", + "Content-Length": "1966", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:51:53 GMT", + "Date": "Thu, 15 Jun 2023 22:39:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11005,17 +11731,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "082619461bf98ebc388cf27d11ee8e41", - "x-ms-correlation-request-id": "dc264855-3266-4b29-b29d-005454fefe7d", + "x-ms-client-request-id": "556737c1f5978c743ae462b2cac45cce", + "x-ms-correlation-request-id": "9fdeb164-1f9e-4fdc-9e6e-e85f23034fcf", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/CreateOrUpdateCache1Min;59", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e", - "x-ms-routing-request-id": "JAPANEAST:20230321T075153Z:dc264855-3266-4b29-b29d-005454fefe7d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "59607854-9f91-49a6-954c-ea0d44014c44", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223918Z:9fdeb164-1f9e-4fdc-9e6e-e85f23034fcf", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc2725", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5364/providers/Microsoft.StorageCache/caches/testsc2725", + "name": "testsc5790", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5790", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -11047,19 +11773,18 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Transitioning", "statusDescription": "The cache is being allocated." }, "provisioningState": "Creating", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5364/providers/Microsoft.Network/virtualNetworks/scTestVNet-1006/subnets/scTestSubnet-9189", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3503/subnets/scTestSubnet-2225", "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T07:51:52.6780629Z", + "lastFirmwareUpdate": "2023-06-15T22:39:18.2521073Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -11068,23 +11793,23 @@ } }, "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-21T07:51:51.6345795Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdAt": "2023-06-15T22:39:17.883214Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T07:51:51.6345795Z" + "lastModifiedAt": "2023-06-15T22:39:17.883214Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-17f51cf5506aee48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "79de405ab200495e49b02ed366a2a7fd", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-b2a406e96fcfd84e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "75ed60a0008a3766dbd667cad4d14b19", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11093,7 +11818,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:51:54 GMT", + "Date": "Thu, 15 Jun 2023 22:39:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11102,28 +11827,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "79de405ab200495e49b02ed366a2a7fd", - "x-ms-correlation-request-id": "29cc7f7f-ad15-48bd-8773-7ba49750df12", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;239", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "9661c615-b4c3-49be-aea0-857fe86bbd74", - "x-ms-routing-request-id": "JAPANEAST:20230321T075155Z:29cc7f7f-ad15-48bd-8773-7ba49750df12", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "75ed60a0008a3766dbd667cad4d14b19", + "x-ms-correlation-request-id": "7e259119-7c71-40d5-965a-6f6d8fc80e16", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "f3f79d79-6089-4684-9991-20de037475b0", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223919Z:7e259119-7c71-40d5-965a-6f6d8fc80e16", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-b33298594e220748-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2f2acb065ae45428d0e8be5ea5889f96", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-705845e24e7d1b4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f8a2b2c3e7811f4363a0a8f964837c89", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11132,7 +11857,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:51:56 GMT", + "Date": "Thu, 15 Jun 2023 22:39:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11141,28 +11866,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2f2acb065ae45428d0e8be5ea5889f96", - "x-ms-correlation-request-id": "2a44498b-37c2-4313-913c-601281f16835", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;238", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "fd73d31f-8b1b-4876-9182-f1059658d34b", - "x-ms-routing-request-id": "JAPANEAST:20230321T075156Z:2a44498b-37c2-4313-913c-601281f16835", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "f8a2b2c3e7811f4363a0a8f964837c89", + "x-ms-correlation-request-id": "687394e4-1ac7-411d-87f8-327374097409", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;224", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "1fc77be5-8f46-49f9-9fef-20ba988e1634", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223920Z:687394e4-1ac7-411d-87f8-327374097409", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-a88969e76142164b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d023220b140ffd417f21f84bc375d8a7", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-943594ee2a0cb94a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "69124613e7d71144df0b7f2f3a0af2db", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11171,7 +11896,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:51:57 GMT", + "Date": "Thu, 15 Jun 2023 22:39:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11180,28 +11905,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d023220b140ffd417f21f84bc375d8a7", - "x-ms-correlation-request-id": "28aea129-ba45-4991-a625-b9276f5dfdd8", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;237", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "0e23f101-1766-4dd6-9e30-36a9c865af69", - "x-ms-routing-request-id": "JAPANEAST:20230321T075157Z:28aea129-ba45-4991-a625-b9276f5dfdd8", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "69124613e7d71144df0b7f2f3a0af2db", + "x-ms-correlation-request-id": "87dae2da-13fa-4d3f-b08f-bd4503811c9d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;223", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "8648a819-c59c-4ba5-b822-5abb296ddbd3", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223921Z:87dae2da-13fa-4d3f-b08f-bd4503811c9d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-d4858f5ecaef064a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "232d78f45176ffeb188aa818f300a3c0", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-8cb39f446088c348-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5e2c7752d70db89a1cce11e9576dd357", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11210,7 +11935,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:51:58 GMT", + "Date": "Thu, 15 Jun 2023 22:39:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11219,28 +11944,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "232d78f45176ffeb188aa818f300a3c0", - "x-ms-correlation-request-id": "8bb7e3e2-6554-472d-ad29-a33e6cfd158d", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "a4cd475f-3546-455c-a9cd-5d3d7298ab41", - "x-ms-routing-request-id": "JAPANEAST:20230321T075159Z:8bb7e3e2-6554-472d-ad29-a33e6cfd158d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "5e2c7752d70db89a1cce11e9576dd357", + "x-ms-correlation-request-id": "62e2ee3d-577a-46c4-a73c-8cd5e3d26156", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;222", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "17a2ff9a-dc8f-4240-ab4e-57b03c983e7f", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223922Z:62e2ee3d-577a-46c4-a73c-8cd5e3d26156", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-401c6075be557a4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "44c89810d67ef1ed8a2db0c362dc915a", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-51bf32a2b2883b47-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "8db6dd5ae1bfdb426e9019756814e459", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11249,7 +11974,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:52:01 GMT", + "Date": "Thu, 15 Jun 2023 22:39:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11258,28 +11983,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44c89810d67ef1ed8a2db0c362dc915a", - "x-ms-correlation-request-id": "1b80ba06-5ec4-410b-82cc-659a713be2e4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "013eda0a-53d5-4675-b0e5-00e9e086c2aa", - "x-ms-routing-request-id": "JAPANEAST:20230321T075201Z:1b80ba06-5ec4-410b-82cc-659a713be2e4", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "8db6dd5ae1bfdb426e9019756814e459", + "x-ms-correlation-request-id": "8e465b1a-8295-49ca-bd8e-baf9e49ba6dc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "1782a800-d972-449a-9076-79e84fe514e2", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223924Z:8e465b1a-8295-49ca-bd8e-baf9e49ba6dc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-cb7e87b5f5371742-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2c6a17107c5ab91f3623b7856b290a7e", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-30e812750a0dfb4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "eca6cdae1e563b7bac594c08d65aba72", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11288,7 +12013,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:52:05 GMT", + "Date": "Thu, 15 Jun 2023 22:39:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11297,28 +12022,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c6a17107c5ab91f3623b7856b290a7e", - "x-ms-correlation-request-id": "6c065a02-7900-46ad-b115-045c6731f042", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "11c6db09-81cd-4eaa-a37d-5b8e950a7cfe", - "x-ms-routing-request-id": "JAPANEAST:20230321T075205Z:6c065a02-7900-46ad-b115-045c6731f042", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "eca6cdae1e563b7bac594c08d65aba72", + "x-ms-correlation-request-id": "5f6237e9-f9c0-4c20-8392-5d55cda6e7db", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;218", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "a11d3807-195a-4887-905d-e05211773e7c", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223928Z:5f6237e9-f9c0-4c20-8392-5d55cda6e7db", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-a984b9260df14f4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2a3b377d94ad1d288b3c9849a1289d3c", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-851409a2cf3cb84e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5dd427386454711b3451ef7dbe255008", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11327,7 +12052,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:52:13 GMT", + "Date": "Thu, 15 Jun 2023 22:39:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11336,28 +12061,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a3b377d94ad1d288b3c9849a1289d3c", - "x-ms-correlation-request-id": "b59ad8e3-85af-4a67-8b7d-a60933b62904", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "849c5460-f0ae-4ff0-8dad-54a43f4b3f35", - "x-ms-routing-request-id": "JAPANEAST:20230321T075213Z:b59ad8e3-85af-4a67-8b7d-a60933b62904", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "5dd427386454711b3451ef7dbe255008", + "x-ms-correlation-request-id": "86edba22-2239-42cf-ad41-3cc51baf423d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;220", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "4a14f1a7-cbb1-4e82-8230-be5d66b03018", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223936Z:86edba22-2239-42cf-ad41-3cc51baf423d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-214bbe62562cc645-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "db074ef876969366790e0d5b1e688560", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-1ec8056a9ed1d24d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "893bb8eae6c63c00617ae166943a0513", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11366,7 +12091,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:52:29 GMT", + "Date": "Thu, 15 Jun 2023 22:39:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11375,28 +12100,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "db074ef876969366790e0d5b1e688560", - "x-ms-correlation-request-id": "987cdea2-ae85-4c60-b2d7-d0eb026105e3", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "d30abfd2-bce0-496b-ba90-a327cb11703d", - "x-ms-routing-request-id": "JAPANEAST:20230321T075230Z:987cdea2-ae85-4c60-b2d7-d0eb026105e3", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "893bb8eae6c63c00617ae166943a0513", + "x-ms-correlation-request-id": "91218e29-c1c1-4533-9041-1f6633d2b0c4", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;221", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "b3fdc555-9112-4374-89c4-c31eb7d4e6fa", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T223952Z:91218e29-c1c1-4533-9041-1f6633d2b0c4", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-afb70aa2ea0b3846-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2a45312266a17cadef4ca11ee3d5180e", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-bcce2971f5d1054c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "403ca6d6873f4904b235b7052efe7d87", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11405,7 +12130,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:53:02 GMT", + "Date": "Thu, 15 Jun 2023 22:40:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11414,28 +12139,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a45312266a17cadef4ca11ee3d5180e", - "x-ms-correlation-request-id": "26123bd5-a0ff-4160-a7b5-29e2fcb89f06", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "641a82e4-18c5-4a7c-ac0c-766c94128a4a", - "x-ms-routing-request-id": "JAPANEAST:20230321T075302Z:26123bd5-a0ff-4160-a7b5-29e2fcb89f06", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "403ca6d6873f4904b235b7052efe7d87", + "x-ms-correlation-request-id": "a00f37e3-6f8f-405c-80c1-a894dfa407c8", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "355e86fa-9168-41d0-b4fd-45e17133fd98", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T224024Z:a00f37e3-6f8f-405c-80c1-a894dfa407c8", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-d2e589fdbdd1f842-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "1d8c7b852e2107e7d1a7b19e86ccff23", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-4015d61b91cc504c-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "1d1e4309301f52ac2698fbda83b5dcfa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11444,7 +12169,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:53:34 GMT", + "Date": "Thu, 15 Jun 2023 22:40:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11453,28 +12178,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1d8c7b852e2107e7d1a7b19e86ccff23", - "x-ms-correlation-request-id": "acae20f7-f598-4e32-b461-a7fb0fd0fb09", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "67b618ee-f1ac-4361-a634-ffad3e34ebb9", - "x-ms-routing-request-id": "JAPANEAST:20230321T075334Z:acae20f7-f598-4e32-b461-a7fb0fd0fb09", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "1d1e4309301f52ac2698fbda83b5dcfa", + "x-ms-correlation-request-id": "a5228113-a5a4-4e54-bb0c-f1adc8c278f0", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;226", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "4c9f420e-ed8a-4002-980c-a7ed98ab95a4", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T224056Z:a5228113-a5a4-4e54-bb0c-f1adc8c278f0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-0814a6d5f2ef4b45-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "6f2737b672e2919aa08aec4ad547b0a3", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-877714082ba8d349-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "17a6dc4b0fe863c9b3f1d7902efb0e62", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11483,7 +12208,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:54:06 GMT", + "Date": "Thu, 15 Jun 2023 22:41:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11492,28 +12217,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f2737b672e2919aa08aec4ad547b0a3", - "x-ms-correlation-request-id": "3657b4d7-8857-4cec-aa10-4a0aa47b00c0", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "f483d10b-5807-436d-9219-d85041c99208", - "x-ms-routing-request-id": "JAPANEAST:20230321T075407Z:3657b4d7-8857-4cec-aa10-4a0aa47b00c0", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "17a6dc4b0fe863c9b3f1d7902efb0e62", + "x-ms-correlation-request-id": "d1f28fd0-8ba6-4592-a1e5-950a9aac896d", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;225", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "8ccbf4b5-ffd6-4a70-aff4-46de0960ba69", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T224128Z:d1f28fd0-8ba6-4592-a1e5-950a9aac896d", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-aa918003c2744942-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a2d5fef568dbf43f4a3e58fab50ff622", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-94291bcc1f89b844-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "505c5afce81ca5f3faea1aa68b2ac6fd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11522,7 +12247,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:54:39 GMT", + "Date": "Thu, 15 Jun 2023 22:42:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11531,39 +12256,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2d5fef568dbf43f4a3e58fab50ff622", - "x-ms-correlation-request-id": "a500becb-3980-44ae-b618-2150ba067e91", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "7c674951-6a7c-4178-aafb-33e5ba9111b7", - "x-ms-routing-request-id": "JAPANEAST:20230321T075439Z:a500becb-3980-44ae-b618-2150ba067e91", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "505c5afce81ca5f3faea1aa68b2ac6fd", + "x-ms-correlation-request-id": "2bddddd8-6003-46aa-904f-f33ed6665eeb", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;230", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "6f148cdb-e58e-48c6-9ffd-76a970cdb9bf", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T224201Z:2bddddd8-6003-46aa-904f-f33ed6665eeb", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-5f58b9b1520a4446-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ab677d4da9ae122be1fa7d97429d318a", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-9102462effe6b84e-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "51babd596558fa9e7aba692e591b232b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:55:11 GMT", + "Date": "Thu, 15 Jun 2023 22:42:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11572,28 +12295,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab677d4da9ae122be1fa7d97429d318a", - "x-ms-correlation-request-id": "06f8da78-38f5-4a11-80b2-58b3a7961d1a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "a50174ac-5371-4d1e-9191-3041318d2ff5", - "x-ms-routing-request-id": "JAPANEAST:20230321T075511Z:06f8da78-38f5-4a11-80b2-58b3a7961d1a", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "51babd596558fa9e7aba692e591b232b", + "x-ms-correlation-request-id": "a380b80d-6b4e-49ff-af9b-201c3eaae937", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "6538ae54-c975-48e9-8d97-0c105442e6b5", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T224233Z:a380b80d-6b4e-49ff-af9b-201c3eaae937", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-11e3b49573667049-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "87a80df75cf74e47f83224a41aa0dc91", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-665041025dcd6343-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "29dd988a8b5863dee8001dfdf522d788", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11602,7 +12325,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:55:45 GMT", + "Date": "Thu, 15 Jun 2023 22:43:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11611,28 +12334,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "87a80df75cf74e47f83224a41aa0dc91", - "x-ms-correlation-request-id": "1d52ef39-f13a-48cd-ae38-5507479a3a7c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "f32c5360-94f6-4fde-8236-0b505f452788", - "x-ms-routing-request-id": "JAPANEAST:20230321T075545Z:1d52ef39-f13a-48cd-ae38-5507479a3a7c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "29dd988a8b5863dee8001dfdf522d788", + "x-ms-correlation-request-id": "155811a2-d7c4-479f-ad38-913a86513973", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "23321d68-4283-44da-9e7c-2574db4f6214", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T224305Z:155811a2-d7c4-479f-ad38-913a86513973", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-7c8762795353d045-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "57fcc99404df4cf5d2c2c1e0eaa8b1ac", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-29590c31d7ab1f41-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7137da2bbc40970abb62d6617ec54cdf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11641,7 +12364,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:56:17 GMT", + "Date": "Thu, 15 Jun 2023 22:43:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11650,37 +12373,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57fcc99404df4cf5d2c2c1e0eaa8b1ac", - "x-ms-correlation-request-id": "3b7f1d27-1dde-404c-8f81-9a966b38c8d2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "eafadf21-0e92-479f-8cfe-59ecd6b239d6", - "x-ms-routing-request-id": "JAPANEAST:20230321T075617Z:3b7f1d27-1dde-404c-8f81-9a966b38c8d2", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "7137da2bbc40970abb62d6617ec54cdf", + "x-ms-correlation-request-id": "b55927ed-9f59-4afa-b791-d673cb8c0bc9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "5dfa055d-7611-4f64-9d1e-969f25b65877", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T224337Z:b55927ed-9f59-4afa-b791-d673cb8c0bc9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-55e54df45e03bd44-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a702ce0c6e66f02a3519b27b8487f840", + "Connection": "close", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-541e53b97bf21445-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f31ceec79d4dcda4de57685748a10557", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:56:49 GMT", + "Date": "Thu, 15 Jun 2023 22:44:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11689,28 +12414,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a702ce0c6e66f02a3519b27b8487f840", - "x-ms-correlation-request-id": "87179ee8-adc4-411d-9d53-21edb2a9e536", + "x-ms-client-request-id": "f31ceec79d4dcda4de57685748a10557", + "x-ms-correlation-request-id": "c3578e6b-a159-42d2-ac57-5bd574ab8595", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "6c916ea5-b5cb-4a2c-8a2a-bbe19830c750", - "x-ms-routing-request-id": "JAPANEAST:20230321T075650Z:87179ee8-adc4-411d-9d53-21edb2a9e536", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "905de6ed-5be7-464e-be83-76c759b58ee8", + "x-ms-routing-request-id": "CANADACENTRAL:20230615T224409Z:c3578e6b-a159-42d2-ac57-5bd574ab8595", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-8a4d369e3b382342-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7802ec1edaa0f3aa185cb4349a676350", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-642c6f0f223d9845-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "7e02e0e3b2e4cdeb8d456df6b57de423", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11719,7 +12444,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:57:22 GMT", + "Date": "Thu, 15 Jun 2023 22:44:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11728,28 +12453,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7802ec1edaa0f3aa185cb4349a676350", - "x-ms-correlation-request-id": "328e4f95-c2e4-41bb-a6d7-f7fa8a1edcec", + "x-ms-client-request-id": "7e02e0e3b2e4cdeb8d456df6b57de423", + "x-ms-correlation-request-id": "7969f877-b03a-4572-bad7-001d09cb72b7", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "3e5556c2-181b-4357-8801-036da770a3e5", - "x-ms-routing-request-id": "JAPANEAST:20230321T075722Z:328e4f95-c2e4-41bb-a6d7-f7fa8a1edcec", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "8b158c57-4398-44c3-867a-d037867e9546", + "x-ms-routing-request-id": "EASTUS:20230615T224441Z:7969f877-b03a-4572-bad7-001d09cb72b7", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-d325e0d871032a4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4b977881359d262a9e0b21c65179c74b", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-2d266580ddd41147-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "06363eb4e4068e3b356993e953b34f19", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11758,7 +12483,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:57:54 GMT", + "Date": "Thu, 15 Jun 2023 22:45:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11767,28 +12492,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b977881359d262a9e0b21c65179c74b", - "x-ms-correlation-request-id": "0ae7c91e-c710-4a0a-9d0b-fd03101b9d81", + "x-ms-client-request-id": "06363eb4e4068e3b356993e953b34f19", + "x-ms-correlation-request-id": "25f164d5-18cd-4b1d-8896-e04dea70c0e0", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "b5528ff3-2b68-4c46-8f97-735669b4486a", - "x-ms-routing-request-id": "JAPANEAST:20230321T075754Z:0ae7c91e-c710-4a0a-9d0b-fd03101b9d81", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "47908b55-5d88-41b0-b5e7-dae01ce6673b", + "x-ms-routing-request-id": "EASTUS:20230615T224513Z:25f164d5-18cd-4b1d-8896-e04dea70c0e0", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-5e6be0cdde31244e-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "fec281c939a5310b240f8e09b9f656ce", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-afa9a7fe902c1248-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "9d7e7e5ccdc215fb034e65082fad1860", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11797,7 +12522,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:58:26 GMT", + "Date": "Thu, 15 Jun 2023 22:45:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11806,28 +12531,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fec281c939a5310b240f8e09b9f656ce", - "x-ms-correlation-request-id": "a1bc1871-5c8c-42ea-a628-56a19728e10e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "72cb2312-f942-4bea-9f0d-d928f6c039c7", - "x-ms-routing-request-id": "JAPANEAST:20230321T075826Z:a1bc1871-5c8c-42ea-a628-56a19728e10e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "9d7e7e5ccdc215fb034e65082fad1860", + "x-ms-correlation-request-id": "90a2952d-a697-402e-b0dc-b730eb59c667", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "fe5cd06b-9cd3-48fa-84d7-39fe16e08c80", + "x-ms-routing-request-id": "EASTUS:20230615T224545Z:90a2952d-a697-402e-b0dc-b730eb59c667", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-a78431f9d2d7fb48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "0cfa61b6adf0e8a2c1dbd994b9e3a19f", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-9e70ffa8eefac347-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0aa24572fe6bfe51a574487a1f0279da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11836,7 +12561,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:58:59 GMT", + "Date": "Thu, 15 Jun 2023 22:46:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11845,28 +12570,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0cfa61b6adf0e8a2c1dbd994b9e3a19f", - "x-ms-correlation-request-id": "3111a1cb-c814-4d88-bbb7-0a94c731cc2e", + "x-ms-client-request-id": "0aa24572fe6bfe51a574487a1f0279da", + "x-ms-correlation-request-id": "7bfaa8db-cd1e-40c1-99c0-e19dc38aed2a", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "70881c03-4da5-45ba-b4af-22c8b92acdf1", - "x-ms-routing-request-id": "JAPANEAST:20230321T075900Z:3111a1cb-c814-4d88-bbb7-0a94c731cc2e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "558bcc95-de30-453d-af29-a31e4b0d4258", + "x-ms-routing-request-id": "EASTUS:20230615T224617Z:7bfaa8db-cd1e-40c1-99c0-e19dc38aed2a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-7fa53be4eb234b47-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "196b699464a447ab6c65268ea6216da8", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-84091e3e6947504a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "369a53f646ffe660422003b77e335f88", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11875,7 +12600,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:59:31 GMT", + "Date": "Thu, 15 Jun 2023 22:46:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11884,28 +12609,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "196b699464a447ab6c65268ea6216da8", - "x-ms-correlation-request-id": "26628840-f5e2-46ae-9bb5-ae49aee1d735", + "x-ms-client-request-id": "369a53f646ffe660422003b77e335f88", + "x-ms-correlation-request-id": "be026440-2e31-45b3-a1a3-712d54b8736a", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "47c5c935-5719-4d19-b0a8-4da98349a831", - "x-ms-routing-request-id": "JAPANEAST:20230321T075932Z:26628840-f5e2-46ae-9bb5-ae49aee1d735", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "0b8a427b-6122-4fd8-aed7-b8abbd3ed988", + "x-ms-routing-request-id": "EASTUS:20230615T224650Z:be026440-2e31-45b3-a1a3-712d54b8736a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-e2e2237d63784143-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "ef0f52b5bb7f1c5bded93dca5f767840", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-11411a0d441d4740-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0e76325145105dae2c7ff84e8480f600", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11914,7 +12639,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:00:03 GMT", + "Date": "Thu, 15 Jun 2023 22:47:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11923,28 +12648,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef0f52b5bb7f1c5bded93dca5f767840", - "x-ms-correlation-request-id": "d7076239-773f-409f-a81c-7c3480834d9d", + "x-ms-client-request-id": "0e76325145105dae2c7ff84e8480f600", + "x-ms-correlation-request-id": "383a8df1-47a8-4f7a-9e85-b592928a5eb5", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "b50bb139-897c-4236-aab3-10171b98261c", - "x-ms-routing-request-id": "JAPANEAST:20230321T080004Z:d7076239-773f-409f-a81c-7c3480834d9d", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "507c9b76-8b42-4a4e-a719-114cc0d8fb61", + "x-ms-routing-request-id": "EASTUS:20230615T224722Z:383a8df1-47a8-4f7a-9e85-b592928a5eb5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-fa304ec4c0301f40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4f74ef6e3c8b512ab6b29f8a861442a0", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-0f1c2c1d612dfd43-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "db118bd4e2132c61e4bcc74afb9a8072", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -11953,7 +12678,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:00:36 GMT", + "Date": "Thu, 15 Jun 2023 22:47:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -11962,39 +12687,37 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f74ef6e3c8b512ab6b29f8a861442a0", - "x-ms-correlation-request-id": "02cd3fb2-4669-47c5-8eaa-54c8235294a4", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "04aa7877-a925-45a1-9c96-a06e9f2c1fd5", - "x-ms-routing-request-id": "JAPANEAST:20230321T080036Z:02cd3fb2-4669-47c5-8eaa-54c8235294a4", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "db118bd4e2132c61e4bcc74afb9a8072", + "x-ms-correlation-request-id": "e83e83a0-6579-4378-b344-275bd81cd2f6", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "e1f4df41-0a01-4f80-9941-2f0f8715e45e", + "x-ms-routing-request-id": "EASTUS:20230615T224754Z:e83e83a0-6579-4378-b344-275bd81cd2f6", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "Connection": "close", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-bdf4a06a8d06414b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "66df306eb2d4d9200e4e3aca27e0e7f5", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-b17973ed2fd1704a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ec29c0156b8bb1c9a53c09804e1261c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:01:08 GMT", + "Date": "Thu, 15 Jun 2023 22:48:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12003,28 +12726,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66df306eb2d4d9200e4e3aca27e0e7f5", - "x-ms-correlation-request-id": "46aa03f4-f05f-4a47-9330-b2e77ff8f215", + "x-ms-client-request-id": "ec29c0156b8bb1c9a53c09804e1261c2", + "x-ms-correlation-request-id": "e4c0180a-ead6-48df-9e23-7cd62b00396c", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "6da57cfd-01fd-4a65-aa31-a43e8e65db5b", - "x-ms-routing-request-id": "JAPANEAST:20230321T080109Z:46aa03f4-f05f-4a47-9330-b2e77ff8f215", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "b8ad283d-9497-47a3-8b96-98807f683183", + "x-ms-routing-request-id": "EASTUS:20230615T224826Z:e4c0180a-ead6-48df-9e23-7cd62b00396c", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-cda15d6ff80d884f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b720e6ed1dac791d28be38cc1bd096ca", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-3082c7880a8f5344-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f3e2022a83216e74d14a29547d636292", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12033,7 +12756,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:01:43 GMT", + "Date": "Thu, 15 Jun 2023 22:48:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12042,28 +12765,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b720e6ed1dac791d28be38cc1bd096ca", - "x-ms-correlation-request-id": "38d9bc83-5244-4567-9339-46b82f93f04f", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "a5c5cfe7-5b38-4c04-b78a-6bd5595c3118", - "x-ms-routing-request-id": "JAPANEAST:20230321T080143Z:38d9bc83-5244-4567-9339-46b82f93f04f", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "f3e2022a83216e74d14a29547d636292", + "x-ms-correlation-request-id": "3fad1d7e-830a-4b29-adad-3d2390769457", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "ad3a7a8b-934f-48dc-b468-8ab0070ef856", + "x-ms-routing-request-id": "EASTUS:20230615T224858Z:3fad1d7e-830a-4b29-adad-3d2390769457", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-20e651cc384ca342-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "2f5b9d971297bb6ccf9b403c015f2ad6", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-9a70be2fa606c244-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c43885ff09576974c16036d7d8e0ddd1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12072,7 +12795,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:02:15 GMT", + "Date": "Thu, 15 Jun 2023 22:49:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12081,37 +12804,39 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2f5b9d971297bb6ccf9b403c015f2ad6", - "x-ms-correlation-request-id": "65cf0f8c-2b0b-49b4-b3c7-a0c9e0bbb33c", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;236", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "7a45a669-72a3-42ce-91c9-4c4b65089ca4", - "x-ms-routing-request-id": "JAPANEAST:20230321T080215Z:65cf0f8c-2b0b-49b4-b3c7-a0c9e0bbb33c", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "c43885ff09576974c16036d7d8e0ddd1", + "x-ms-correlation-request-id": "89e09df1-c591-47c6-82fc-ae0cecb83fda", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "669d1cfe-1642-43ce-ae21-7109d66f7792", + "x-ms-routing-request-id": "EASTUS:20230615T224930Z:89e09df1-c591-47c6-82fc-ae0cecb83fda", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-5415a1ae278ace40-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "9f9caacb8bf351f312653e157953be3d", + "Connection": "close", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-2a92827ab2245242-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "f81f055a8cb891514cba1b4141753341", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:02:47 GMT", + "Date": "Thu, 15 Jun 2023 22:50:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12120,28 +12845,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f9caacb8bf351f312653e157953be3d", - "x-ms-correlation-request-id": "57ed632d-f7eb-4d13-b55c-932d0c5c6048", + "x-ms-client-request-id": "f81f055a8cb891514cba1b4141753341", + "x-ms-correlation-request-id": "7877f963-8a55-4da9-b072-bcf2630e19a3", "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "10c1af65-129c-4121-b6ab-68ef5c0fbedf", - "x-ms-routing-request-id": "JAPANEAST:20230321T080248Z:57ed632d-f7eb-4d13-b55c-932d0c5c6048", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "d294780d-ccf4-470a-b6d3-e87fc064379a", + "x-ms-routing-request-id": "EASTUS:20230615T225002Z:7877f963-8a55-4da9-b072-bcf2630e19a3", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-e695e567c3bc8a48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "893370b7b885db5d7964e810dce178c8", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-ecb690d44ee9fd46-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c88176d99dd9216a8d7831c04d9c95f0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12150,7 +12875,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:03:20 GMT", + "Date": "Thu, 15 Jun 2023 22:50:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12159,28 +12884,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "893370b7b885db5d7964e810dce178c8", - "x-ms-correlation-request-id": "759e9c08-1c98-497e-9554-de4b3951217e", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "232a000c-00ee-4628-8518-07a51833c2af", - "x-ms-routing-request-id": "JAPANEAST:20230321T080320Z:759e9c08-1c98-497e-9554-de4b3951217e", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "c88176d99dd9216a8d7831c04d9c95f0", + "x-ms-correlation-request-id": "c0bdde06-53c1-49be-8bcf-05a2f6d51e63", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "651c7881-abc8-472c-8e5b-c039481c50ba", + "x-ms-routing-request-id": "EASTUS:20230615T225035Z:c0bdde06-53c1-49be-8bcf-05a2f6d51e63", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-afed27380a973c41-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "71016293f6340cd6a90a1c32d356427b", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-e5ff68b115e5cb4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "78f9576c6a4472da34a7789cee33284c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12189,7 +12914,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:03:52 GMT", + "Date": "Thu, 15 Jun 2023 22:51:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12198,28 +12923,67 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "71016293f6340cd6a90a1c32d356427b", - "x-ms-correlation-request-id": "a7a162b1-65c2-4c74-90b7-f64a29cbd294", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "68793919-84ed-4ffa-bebf-cd677a54279f", - "x-ms-routing-request-id": "JAPANEAST:20230321T080352Z:a7a162b1-65c2-4c74-90b7-f64a29cbd294", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "78f9576c6a4472da34a7789cee33284c", + "x-ms-correlation-request-id": "1e9692be-b387-49c7-9bc6-65c54ed7ca6a", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "e172be14-b69b-4c92-919c-878b3e363cae", + "x-ms-routing-request-id": "EASTUS:20230615T225107Z:1e9692be-b387-49c7-9bc6-65c54ed7ca6a", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" + }, + "ResponseBody": { + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", + "status": "InProgress", + "name": "59607854-9f91-49a6-954c-ea0d44014c44" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-80b8020e98cb194d-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "62fef42d145fbdf89afe6a3f5b9044af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 15 Jun 2023 22:51:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62fef42d145fbdf89afe6a3f5b9044af", + "x-ms-correlation-request-id": "9f5ba799-0ce6-4857-aa66-8f142c980421", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "5166a720-59fd-40cb-bd74-0fdff899cde6", + "x-ms-routing-request-id": "EASTUS:20230615T225139Z:9f5ba799-0ce6-4857-aa66-8f142c980421", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-d417c304516ec547-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "918403dda02c12504cc1258fa3e37431", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-43687a71fcd3564b-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e9d52a24ba7b6efd9c0f933225cd325a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12228,7 +12992,7 @@ "Cache-Control": "no-cache", "Content-Length": "134", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:04:24 GMT", + "Date": "Thu, 15 Jun 2023 22:52:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12237,28 +13001,28 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "918403dda02c12504cc1258fa3e37431", - "x-ms-correlation-request-id": "e6d74333-77a7-414c-890d-23a106e2cecb", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "4bddcf2e-2bbf-427e-ade8-659fd855b145", - "x-ms-routing-request-id": "JAPANEAST:20230321T080425Z:e6d74333-77a7-414c-890d-23a106e2cecb", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "e9d52a24ba7b6efd9c0f933225cd325a", + "x-ms-correlation-request-id": "6bb43101-d68d-4101-81f6-17c0f8471de1", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "5820ec02-d062-4be4-bca0-cd76d7cdc3bc", + "x-ms-routing-request-id": "EASTUS:20230615T225211Z:6bb43101-d68d-4101-81f6-17c0f8471de1", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", "status": "InProgress", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/6161f73d-6af6-4aac-bb0c-0d9db11e4a3e?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/locations/eastus/ascOperations/59607854-9f91-49a6-954c-ea0d44014c44?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-fd7ca39b24540b48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "178275ed4c52c1099926e07a9b2b0723", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-dea557e2da9ed047-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "5892e450339e57915f3cde45ff9a17a4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -12267,7 +13031,7 @@ "Cache-Control": "no-cache", "Content-Length": "184", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:04:57 GMT", + "Date": "Thu, 15 Jun 2023 22:52:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12276,38 +13040,38 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "178275ed4c52c1099926e07a9b2b0723", - "x-ms-correlation-request-id": "290b085e-9996-491b-84f8-7a65b5e60eda", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "da9ec106-04b1-4ea2-bc75-bbd7fa5400c7", - "x-ms-routing-request-id": "JAPANEAST:20230321T080457Z:290b085e-9996-491b-84f8-7a65b5e60eda", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "5892e450339e57915f3cde45ff9a17a4", + "x-ms-correlation-request-id": "607bbdd3-962b-4176-85b1-fc154def5fd5", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "f5fa377b-f9bd-436c-b101-180335692944", + "x-ms-routing-request-id": "EASTUS:20230615T225243Z:607bbdd3-962b-4176-85b1-fc154def5fd5", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "startTime": "2023-03-21T07:51:52.5356533\u002B00:00", - "endTime": "2023-03-21T08:04:33.9846988\u002B00:00", + "startTime": "2023-06-15T22:39:18.0489702\u002B00:00", + "endTime": "2023-06-15T22:52:29.5239644\u002B00:00", "status": "Succeeded", - "name": "6161f73d-6af6-4aac-bb0c-0d9db11e4a3e" + "name": "59607854-9f91-49a6-954c-ea0d44014c44" } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg5364/providers/Microsoft.StorageCache/caches/testsc2725?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5790?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-cdb6afeb4f107e48bb297c73bd0c29c2-121f3b525d16e048-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "d9336c21e75cf39c11ee2472d04769c6", + "traceparent": "00-e585b25da4627747bb68cb5592f3e113-4cfd18b209310340-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "c377c8623e5d72d1f68fc55080c697cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2208", + "Content-Length": "2179", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:04:58 GMT", + "Date": "Thu, 15 Jun 2023 22:52:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -12316,17 +13080,17 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d9336c21e75cf39c11ee2472d04769c6", - "x-ms-correlation-request-id": "0b98416e-3f62-4dfc-a048-ef51a28c99ce", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;116", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "b1b2c3d1-ace0-4ee7-993a-d56fcca4ee63", - "x-ms-routing-request-id": "JAPANEAST:20230321T080458Z:0b98416e-3f62-4dfc-a048-ef51a28c99ce", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-client-request-id": "c377c8623e5d72d1f68fc55080c697cc", + "x-ms-correlation-request-id": "f97d1290-6ef1-4fcf-bffc-b972e4f22e9f", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetCache1Min;115", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "7b532da9-18b5-4cac-a5e7-14a9976e38e9", + "x-ms-routing-request-id": "EASTUS:20230615T225243Z:f97d1290-6ef1-4fcf-bffc-b972e4f22e9f", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { - "name": "testsc2725", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5364/providers/Microsoft.StorageCache/caches/testsc2725", + "name": "testsc5790", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.StorageCache/caches/testsc5790", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12337,9 +13101,9 @@ "networkSettings": { "mtu": 1500, "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" ], "ntpServer": "time.windows.com" }, @@ -12363,7 +13127,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12371,17 +13134,17 @@ "conditions": [] }, "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5364/providers/Microsoft.Network/virtualNetworks/scTestVNet-1006/subnets/scTestSubnet-9189", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3503/subnets/scTestSubnet-2225", "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T07:51:52.6780629Z", + "lastFirmwareUpdate": "2023-06-15T22:39:18.2521073Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -12390,53 +13153,118 @@ } }, "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-21T07:51:51.6345795Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdAt": "2023-06-15T22:39:17.883214Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T07:51:51.6345795Z" + "lastModifiedAt": "2023-06-15T22:39:17.883214Z" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/caches?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/caches?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5e44eb952bd49028f9c3f705c0d57720", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "76ee10cbebfdf110997d893edcb86f01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "2529", + "Content-Length": "3179", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:04:59 GMT", + "Date": "Thu, 15 Jun 2023 22:52:43 GMT", "Expires": "-1", "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e44eb952bd49028f9c3f705c0d57720", - "x-ms-correlation-request-id": "cd66df9a-42f5-4b25-9ebd-917045a74071", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListCaches1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "d9291f82-d22a-4c3d-9b54-a9ed22685cd4", - "x-ms-routing-request-id": "JAPANEAST:20230321T080459Z:cd66df9a-42f5-4b25-9ebd-917045a74071", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" + "x-ms-correlation-request-id": "a435496d-e392-4ac5-921f-d36ce8c4d381", + "x-ms-request-id": "a435496d-e392-4ac5-921f-d36ce8c4d381", + "x-ms-routing-request-id": "EASTUS:20230615T225243Z:a435496d-e392-4ac5-921f-d36ce8c4d381" }, "ResponseBody": { "value": [ { - "name": "testsc2725", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/STORAGECACHETESTRG5364/providers/Microsoft.StorageCache/caches/testsc2725", + "name": "testsc5594", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc5594", + "type": "Microsoft.StorageCache/caches", + "location": "eastus", + "tags": {}, + "sku": { + "name": "Standard_2G" + }, + "properties": { + "networkSettings": { + "mtu": 1500, + "utilityAddresses": [ + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" + ], + "ntpServer": "time.windows.com" + }, + "securitySettings": { + "accessPolicies": [ + { + "name": "default", + "accessRules": [ + { + "scope": "default", + "access": "rw", + "suid": false, + "submountAccess": true, + "rootSquash": false + } + ] + } + ] + }, + "directoryServicesSettings": {}, + "zones": [ + "1" + ], + "cacheSizeGB": 3072, + "health": { + "state": "Healthy", + "statusDescription": "The cache is in Running state", + "conditions": [] + }, + "mountAddresses": [ + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" + ], + "provisioningState": "Succeeded", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3912/subnets/scTestSubnet-7321", + "upgradeStatus": { + "currentFirmwareVersion": "2023.04.2", + "firmwareUpdateStatus": "unavailable", + "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", + "lastFirmwareUpdate": "2023-06-15T19:39:55.1416543Z", + "pendingFirmwareVersion": "" + }, + "upgradeSettings": { + "upgradeScheduleEnabled": false, + "scheduledTime": "0001-01-01T00:00:00Z" + } + }, + "systemData": { + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "createdByType": "Application", + "createdAt": "2023-06-15T19:39:54.9544729Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", + "lastModifiedByType": "Application", + "lastModifiedAt": "2023-06-15T19:39:54.9544729Z" + } + }, + { + "name": "testsc5790", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/RG-RDUPUISSTORAGECACHE/providers/Microsoft.StorageCache/caches/testsc5790", "type": "Microsoft.StorageCache/caches", "location": "eastus", "tags": {}, @@ -12447,9 +13275,9 @@ "networkSettings": { "mtu": 1500, "utilityAddresses": [ - "10.0.2.10", - "10.0.2.11", - "10.0.2.12" + "10.0.0.10", + "10.0.0.11", + "10.0.0.12" ], "ntpServer": "time.windows.com" }, @@ -12473,7 +13301,6 @@ "zones": [ "1" ], - "scalingFactor": 1.0, "cacheSizeGB": 3072, "health": { "state": "Healthy", @@ -12481,17 +13308,17 @@ "conditions": [] }, "mountAddresses": [ - "10.0.2.7", - "10.0.2.8", - "10.0.2.9" + "10.0.0.7", + "10.0.0.8", + "10.0.0.9" ], "provisioningState": "Succeeded", - "subnet": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg5364/providers/Microsoft.Network/virtualNetworks/scTestVNet-1006/subnets/scTestSubnet-9189", + "subnet": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache/providers/Microsoft.Network/virtualNetworks/scTestVNet-3503/subnets/scTestSubnet-2225", "upgradeStatus": { - "currentFirmwareVersion": "2022.12.1", + "currentFirmwareVersion": "2023.04.2", "firmwareUpdateStatus": "unavailable", "firmwareUpdateDeadline": "0001-01-01T00:00:00Z", - "lastFirmwareUpdate": "2023-03-21T07:51:52.6780629Z", + "lastFirmwareUpdate": "2023-06-15T22:39:18.2521073Z", "pendingFirmwareVersion": "" }, "upgradeSettings": { @@ -12500,313 +13327,22 @@ } }, "systemData": { - "createdBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "createdByType": "Application", - "createdAt": "2023-03-21T07:51:51.6345795Z", - "lastModifiedBy": "18521949-6d6e-454b-b208-4d3141df8607", + "createdAt": "2023-06-15T22:39:17.883214Z", + "lastModifiedBy": "31027db9-d339-4593-9b44-454cb0ee04b7", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-03-21T07:51:51.6345795Z" + "lastModifiedAt": "2023-06-15T22:39:17.883214Z" } } ] } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg5364/providers/Microsoft.StorageCache/caches/testsc2725?api-version=2023-01-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-280066ac7214e74da914cb100cd2617f-15f0e00ebc28884d-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "366d02b99baf06d5d88e05642896f052", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0f6243dd-50d5-47f1-a98f-7f10e0a591b6?api-version=2023-01-01", - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 08:04:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0f6243dd-50d5-47f1-a98f-7f10e0a591b6?monitor=true\u0026api-version=2023-01-01", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "366d02b99baf06d5d88e05642896f052", - "x-ms-correlation-request-id": "2315f658-a9af-4623-8d1e-41ed2291e09a", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/DeleteCache5Min;29", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "0f6243dd-50d5-47f1-a98f-7f10e0a591b6", - "x-ms-routing-request-id": "JAPANEAST:20230321T080459Z:2315f658-a9af-4623-8d1e-41ed2291e09a", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0f6243dd-50d5-47f1-a98f-7f10e0a591b6?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-280066ac7214e74da914cb100cd2617f-5a557c8feec1a347-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a547a5d2c6f0103ab377f20cbc3c1641", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:05:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a547a5d2c6f0103ab377f20cbc3c1641", - "x-ms-correlation-request-id": "9325dd56-051a-484e-a7f3-94b898bf58c2", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;235", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "1dfcd959-42df-418d-b958-9c0af5956505", - "x-ms-routing-request-id": "JAPANEAST:20230321T080500Z:9325dd56-051a-484e-a7f3-94b898bf58c2", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T08:04:59.7983636\u002B00:00", - "status": "InProgress", - "name": "0f6243dd-50d5-47f1-a98f-7f10e0a591b6" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0f6243dd-50d5-47f1-a98f-7f10e0a591b6?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-280066ac7214e74da914cb100cd2617f-5ab796ecb725e841-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "24edc95b22dd8b7802eb9aa72309d07f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:05:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "24edc95b22dd8b7802eb9aa72309d07f", - "x-ms-correlation-request-id": "c113c36a-6df6-48c6-80b3-edecb236172b", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;234", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "61dbaef1-cf58-4aba-a4b0-c8156db2c905", - "x-ms-routing-request-id": "JAPANEAST:20230321T080501Z:c113c36a-6df6-48c6-80b3-edecb236172b", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T08:04:59.7983636\u002B00:00", - "status": "InProgress", - "name": "0f6243dd-50d5-47f1-a98f-7f10e0a591b6" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0f6243dd-50d5-47f1-a98f-7f10e0a591b6?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-280066ac7214e74da914cb100cd2617f-030daa0a3d0ab242-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4ac67c3b8d4fb04bc9a81a61400b3dd9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:05:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4ac67c3b8d4fb04bc9a81a61400b3dd9", - "x-ms-correlation-request-id": "abb8a423-f623-4045-a9db-591385b92b49", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;233", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "6a10edc6-7252-4b4f-b3e4-1ba3daadfb9d", - "x-ms-routing-request-id": "JAPANEAST:20230321T080502Z:abb8a423-f623-4045-a9db-591385b92b49", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T08:04:59.7983636\u002B00:00", - "status": "InProgress", - "name": "0f6243dd-50d5-47f1-a98f-7f10e0a591b6" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0f6243dd-50d5-47f1-a98f-7f10e0a591b6?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-280066ac7214e74da914cb100cd2617f-4db7aec7b10aa148-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5cea432844d7af852cbca3052b92edaa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:05:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5cea432844d7af852cbca3052b92edaa", - "x-ms-correlation-request-id": "5b91d85a-a97f-43a4-9006-be98e80e8926", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;232", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "d4edef45-932f-4f06-8edf-3089e8503ab2", - "x-ms-routing-request-id": "JAPANEAST:20230321T080504Z:5b91d85a-a97f-43a4-9006-be98e80e8926", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T08:04:59.7983636\u002B00:00", - "status": "InProgress", - "name": "0f6243dd-50d5-47f1-a98f-7f10e0a591b6" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg5364?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-484fc7c34e6e604d8b7aee6149b6eabd-e8621669ddd4134b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "b0e51abda9e6f64e44a3df98ef97333b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 08:05:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1MzY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0f76782-4ff7-42f6-9a4a-d9f379b00ed1", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "c0f76782-4ff7-42f6-9a4a-d9f379b00ed1", - "x-ms-routing-request-id": "JAPANEAST:20230321T080504Z:c0f76782-4ff7-42f6-9a4a-d9f379b00ed1" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1MzY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-484fc7c34e6e604d8b7aee6149b6eabd-fff9729b10b3884b-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "df7fc1ad731ef7a8f6161d93ea468437", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 08:05:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc1MzY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92693e86-3c73-49b7-b168-8bfb71fa83da", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "92693e86-3c73-49b7-b168-8bfb71fa83da", - "x-ms-routing-request-id": "JAPANEAST:20230321T080504Z:92693e86-3c73-49b7-b168-8bfb71fa83da" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/locations/eastus/ascOperations/0f6243dd-50d5-47f1-a98f-7f10e0a591b6?api-version=2023-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-280066ac7214e74da914cb100cd2617f-6b943a1f7c580349-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cdba70bbfd3a5b63511cdf9ae950a715", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:05:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cdba70bbfd3a5b63511cdf9ae950a715", - "x-ms-correlation-request-id": "9207083c-0178-4059-98af-6826c1b21a02", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/GetOperationStatus1Min;231", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "bd8bf83f-ff3d-431f-929b-f95984f86560", - "x-ms-routing-request-id": "JAPANEAST:20230321T080507Z:9207083c-0178-4059-98af-6826c1b21a02", - "x-ms-served-by": "ce177d51-c814-4270-8932-b87438d89e07_133237739156383018,ce177d51-c814-4270-8932-b87438d89e07_133237739156383018" - }, - "ResponseBody": { - "startTime": "2023-03-21T08:04:59.7983636\u002B00:00", - "status": "InProgress", - "name": "0f6243dd-50d5-47f1-a98f-7f10e0a591b6" - } } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "899005335", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "380893533", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetUsageModels().json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetUsageModels().json index 762b8e93b545..5b7ca4cd7119 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetUsageModels().json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetUsageModels().json @@ -1,52 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-31c921afdbb4714ea387a0328208ad73-732ee793f8dcd14f-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "e718f5aeefaf76e81aeaaabf1beb6a10", + "traceparent": "00-a5019c406c891b4d85b0a97640fa39f2-8a5b34e204aead4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "31d2cb95b288446de72aef33a477aff0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:50:03 GMT", + "Date": "Thu, 15 Jun 2023 12:49:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df14a3d8-37d0-4fff-937d-5c12fd07cd0f", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "df14a3d8-37d0-4fff-937d-5c12fd07cd0f", - "x-ms-routing-request-id": "JAPANEAST:20230321T075003Z:df14a3d8-37d0-4fff-937d-5c12fd07cd0f" + "x-ms-correlation-request-id": "80f9cd03-63ce-4c3e-b9eb-049ba24563f9", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "80f9cd03-63ce-4c3e-b9eb-049ba24563f9", + "x-ms-routing-request-id": "EASTUS:20230615T124937Z:80f9cd03-63ce-4c3e-b9eb-049ba24563f9" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,55 +43,56 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6833?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-573d21b065f2f34b8f024977129c30e3-c617d0ea1c454044-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5722488847833f0bc66c3f9d0b6db2a6", + "traceparent": "00-b46b328bb95c604baa6774dcd39f62fe-41778094d8016040-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "ac3451dc6ecda513cfe3e54a1238c2e3", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:50:07 GMT", + "Date": "Thu, 15 Jun 2023 12:49:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3914538-1aab-46db-810f-ae14b21b9289", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "d3914538-1aab-46db-810f-ae14b21b9289", - "x-ms-routing-request-id": "JAPANEAST:20230321T075007Z:d3914538-1aab-46db-810f-ae14b21b9289" + "x-ms-correlation-request-id": "1290eb4c-1f7a-48be-ac65-673910818bba", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "1290eb4c-1f7a-48be-ac65-673910818bba", + "x-ms-routing-request-id": "EASTUS:20230615T124937Z:1290eb4c-1f7a-48be-ac65-673910818bba" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg6833", - "name": "storagecachetestrg6833", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/usageModels?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/usageModels?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-97ccc5151d4c4d47b856ef5ed45dc03d-8e9cff8275a3f948-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "39b9d6432229c917e88f027d68b59315", + "traceparent": "00-bef5b89950334940a231b053d55a3af3-bfca5c2726c5024f-00", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "e29e56aa88fcd3147401519f1c783da2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -113,7 +101,7 @@ "Cache-Control": "no-cache", "Content-Length": "669", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 07:50:08 GMT", + "Date": "Thu, 15 Jun 2023 12:49:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -122,13 +110,13 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "39b9d6432229c917e88f027d68b59315", - "x-ms-correlation-request-id": "0b0cc7ed-0284-442a-875d-f8a2918e21de", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListUsages1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "81695734-a741-4707-a832-9185bad91b38", - "x-ms-routing-request-id": "JAPANEAST:20230321T075008Z:0b0cc7ed-0284-442a-875d-f8a2918e21de", - "x-ms-served-by": "e02092dc-7559-4c7f-aab8-750b87094f3a_133237991045969306,e02092dc-7559-4c7f-aab8-750b87094f3a_133237991045969306" + "x-ms-client-request-id": "e29e56aa88fcd3147401519f1c783da2", + "x-ms-correlation-request-id": "94c9dad7-c65f-478c-9bb2-e1d7ed78dac9", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListUsages1Min;118", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "6571ed16-9d0e-41ee-abeb-b9a5016ed23c", + "x-ms-routing-request-id": "EASTUS:20230615T124937Z:94c9dad7-c65f-478c-9bb2-e1d7ed78dac9", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { "value": [ @@ -148,215 +136,12 @@ } ] } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg6833?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-8af2e71e32730a49ae58a8dcddcf0135-399b3f16d47e6e46-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "64c1bd679ca1ae2b0da7e983a8d90e7c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:50:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2ODMzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03a42c5a-fb77-48b4-8cbe-db94f4eb2972", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "03a42c5a-fb77-48b4-8cbe-db94f4eb2972", - "x-ms-routing-request-id": "JAPANEAST:20230321T075010Z:03a42c5a-fb77-48b4-8cbe-db94f4eb2972" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2ODMzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8af2e71e32730a49ae58a8dcddcf0135-ad0fd94590864f4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4e352ad94eaca705ab0b2c823894210e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:50:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2ODMzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "477b94da-3f60-4fae-aae5-b924fb6eed25", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "477b94da-3f60-4fae-aae5-b924fb6eed25", - "x-ms-routing-request-id": "JAPANEAST:20230321T075011Z:477b94da-3f60-4fae-aae5-b924fb6eed25" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2ODMzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8af2e71e32730a49ae58a8dcddcf0135-512205fd97591241-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "4f8586807ede9064005a34482d36697e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:50:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2ODMzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "07ee5f20-894e-49ef-a81a-32220484c523", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "07ee5f20-894e-49ef-a81a-32220484c523", - "x-ms-routing-request-id": "JAPANEAST:20230321T075026Z:07ee5f20-894e-49ef-a81a-32220484c523" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2ODMzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8af2e71e32730a49ae58a8dcddcf0135-d3270f10d0e66242-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "7daad9cfbfa3a8cf133069a5a93a2e9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:50:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2ODMzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a0dd060-38d9-471e-80e2-7e2be474ff61", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "1a0dd060-38d9-471e-80e2-7e2be474ff61", - "x-ms-routing-request-id": "JAPANEAST:20230321T075042Z:1a0dd060-38d9-471e-80e2-7e2be474ff61" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2ODMzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8af2e71e32730a49ae58a8dcddcf0135-18dea61504fa8a42-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "bd735f3787085a32c5a54e5219bc7975", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:50:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2ODMzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "624dbaed-96a9-410e-af4b-0ad854cc74ba", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "624dbaed-96a9-410e-af4b-0ad854cc74ba", - "x-ms-routing-request-id": "JAPANEAST:20230321T075057Z:624dbaed-96a9-410e-af4b-0ad854cc74ba" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2ODMzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8af2e71e32730a49ae58a8dcddcf0135-48a38fbdd7abf341-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "5fb2ada1a3eac16bb6dc3bae14bfe6c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:51:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2ODMzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "084c5cf0-5c40-43e3-9cc5-43c556665eca", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "084c5cf0-5c40-43e3-9cc5-43c556665eca", - "x-ms-routing-request-id": "JAPANEAST:20230321T075113Z:084c5cf0-5c40-43e3-9cc5-43c556665eca" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc2ODMzLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8af2e71e32730a49ae58a8dcddcf0135-0ddc2a2912cdd246-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "cd11982cabc24876a74fb7fe717d8f56", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 07:51:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d4e6ab2-a4b3-4d66-a09d-f770ea0bdfff", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "0d4e6ab2-a4b3-4d66-a09d-f770ea0bdfff", - "x-ms-routing-request-id": "JAPANEAST:20230321T075128Z:0d4e6ab2-a4b3-4d66-a09d-f770ea0bdfff" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "2128288626", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "217726928", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetUsageModels()Async.json b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetUsageModels()Async.json index 36d03201e765..5624fd445bda 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetUsageModels()Async.json +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/SessionRecords/SubscriptionResourceExtensionsTest/GetUsageModels()Async.json @@ -1,52 +1,39 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-85cc0988ad4e8845878265ce9ec9ca28-c462aa6760b41643-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "db3067bcd0955fb4403a0ff2f22b75d4", + "traceparent": "00-de5ac644a7eacb40a92ff93881ba978a-402ae9544852dd44-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "0d85c8ff17be5c7e7939142fc8dc067b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "748", + "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:05:26 GMT", + "Date": "Thu, 15 Jun 2023 22:52:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "587a238c-bdd6-4930-ace4-70750157ce56", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "587a238c-bdd6-4930-ace4-70750157ce56", - "x-ms-routing-request-id": "JAPANEAST:20230321T080526Z:587a238c-bdd6-4930-ace4-70750157ce56" + "x-ms-correlation-request-id": "809382fe-e564-4e97-ab57-972dd8e17a52", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "809382fe-e564-4e97-ab57-972dd8e17a52", + "x-ms-routing-request-id": "EASTUS:20230615T225245Z:809382fe-e564-4e97-ab57-972dd8e17a52" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2", + "authorizationSource": "Bypassed", "managedByTenants": [], - "tags": { - "TagKey-9823": "TagValue-1254", - "TagKey-3481": "TagValue-320", - "TagKey-4926": "TagValue-1187", - "TagKey-751": "TagValue-3921", - "TagKey-1866": "TagValue-8559", - "TagKey-3094": "TagValue-9190", - "TagKey-2449": "TagValue-9", - "TagKey-8379": "TagValue-164", - "TagKey-7470": "TagValue-2205", - "TagKey-4236": "TagValue-3698", - "TagKey-5316": "TagValue-2725" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "subscriptionId": "46841c0e-69c8-4b17-af46-6626ecb15fc2", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "displayName": "Avere_AscTIP1_Test", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -56,55 +43,55 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg4678?api-version=**", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourcegroups/rg-rdupuisstoragecache?api-version=**", + "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-372adeb3ddaa5741acec9c9b943533a1-77cd8d5f5b96f845-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "3b893b5c2ab0ee728c0585d08cc5ce20", + "traceparent": "00-16504d871d0a1144bceb1d59f4862ced-f7502ee7b1a44e48-00", + "User-Agent": "azsdk-net-ResourceManager/1.6.0 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "27382889ebcd2ada0c933abee40863ce", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "241", + "Content-Length": "348", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:05:27 GMT", + "Date": "Thu, 15 Jun 2023 22:52:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf61820e-277a-4667-84db-8d4dca23ac94", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "bf61820e-277a-4667-84db-8d4dca23ac94", - "x-ms-routing-request-id": "JAPANEAST:20230321T080527Z:bf61820e-277a-4667-84db-8d4dca23ac94" + "x-ms-correlation-request-id": "7dcb37de-d723-4e9b-af37-6a43f6c82e09", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "7dcb37de-d723-4e9b-af37-6a43f6c82e09", + "x-ms-routing-request-id": "EASTUS:20230615T225245Z:7dcb37de-d723-4e9b-af37-6a43f6c82e09" }, "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/storagecachetestrg4678", - "name": "storagecachetestrg4678", + "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/rg-rdupuisstoragecache", + "name": "rg-rdupuisstoragecache", "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", + "location": "westus", + "tags": { + "ServiceDirectory": "storagecache", + "DeleteAfter": "2023-06-19T17:35:05.7616390Z", + "Owners": "rdupuis" + }, "properties": { "provisioningState": "Succeeded" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.StorageCache/usageModels?api-version=2023-01-01", + "RequestUri": "https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/providers/Microsoft.StorageCache/usageModels?api-version=2023-05-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-550b6f5000092647b407c4b447d4d60b-92ef463e195a9942-00", - "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.1.0-alpha.20230320.1 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "65898413b3d4d1759970e2459260e01f", + "User-Agent": "azsdk-net-ResourceManager.StorageCache/1.2.0-alpha.20230615.1 (.NET Framework 4.8.9166.0; Microsoft Windows 10.0.22621 )", + "x-ms-client-request-id": "3732a810b67cbae48a423a182f6faf23", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -113,7 +100,7 @@ "Cache-Control": "no-cache", "Content-Length": "669", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Mar 2023 08:05:27 GMT", + "Date": "Thu, 15 Jun 2023 22:52:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -122,13 +109,13 @@ ], "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65898413b3d4d1759970e2459260e01f", - "x-ms-correlation-request-id": "5362db09-7e17-42f7-8d6e-ed24813ab8e7", - "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListUsages1Min;119", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "66db530d-2a00-4e09-9801-686b96f53e01", - "x-ms-routing-request-id": "JAPANEAST:20230321T080528Z:5362db09-7e17-42f7-8d6e-ed24813ab8e7", - "x-ms-served-by": "e02092dc-7559-4c7f-aab8-750b87094f3a_133237991045969306,e02092dc-7559-4c7f-aab8-750b87094f3a_133237991045969306" + "x-ms-client-request-id": "3732a810b67cbae48a423a182f6faf23", + "x-ms-correlation-request-id": "26abc0f3-1106-4374-aac2-f4373fed0edc", + "x-ms-ratelimit-remaining-resource": "Microsoft.Compute/ListUsages1Min;118", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "4bdaf1b3-c299-4c34-a2e1-7395597efccd", + "x-ms-routing-request-id": "EASTUS:20230615T225245Z:26abc0f3-1106-4374-aac2-f4373fed0edc", + "x-ms-served-by": "d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712,d7051dfa-e1e4-45f5-be1e-097f5f1a8eb1_133310399576100712" }, "ResponseBody": { "value": [ @@ -148,71 +135,12 @@ } ] } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/storagecachetestrg4678?api-version=**", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-25004d8d242fd24cbf1474b976c90b58-e9b3a5b80441ff48-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "a96fc56986223d0bbdec08ca2e8eb374", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 08:05:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc0Njc4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6a346275-8a30-4ce5-9f9b-8878148d6d0a", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "6a346275-8a30-4ce5-9f9b-8878148d6d0a", - "x-ms-routing-request-id": "JAPANEAST:20230321T080529Z:6a346275-8a30-4ce5-9f9b-8878148d6d0a" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc0Njc4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=**", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-25004d8d242fd24cbf1474b976c90b58-2dbbab48872ae94a-00", - "User-Agent": "azsdk-net-ResourceManager/1.4.0 (.NET Framework 4.8.9139.0; Microsoft Windows 10.0.22621 )", - "x-ms-client-request-id": "c667662524568cfe784ca8e7abaaa30a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Date": "Tue, 21 Mar 2023 08:05:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1TVE9SQUdFQ0FDSEVURVNUUkc0Njc4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2022-09-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36a3ba7c-c978-4c93-b7d4-67deaf8ec9a3", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "36a3ba7c-c978-4c93-b7d4-67deaf8ec9a3", - "x-ms-routing-request-id": "JAPANEAST:20230321T080529Z:36a3ba7c-c978-4c93-b7d4-67deaf8ec9a3" - }, - "ResponseBody": null } ], "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1187034940", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com/", + "RandomSeed": "153332572", + "RESOURCE_MANAGER_URL": "https://management.azure.com/", + "SUBSCRIPTION_ID": "46841c0e-69c8-4b17-af46-6626ecb15fc2" } } diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/StorageCacheManagementTestBase.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/StorageCacheManagementTestBase.cs index e785d480bb7a..b575eb9666e7 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/StorageCacheManagementTestBase.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/StorageCacheManagementTestBase.cs @@ -19,8 +19,11 @@ public class StorageCacheManagementTestBase : ManagementRecordedTestBase AzureLocation.EastUS; protected ArmClient Client { get; private set; } protected SubscriptionResource DefaultSubscription { get; private set; } - protected ResourceGroupResource DefaultResourceGroup { get; private set; } + protected ResourceGroupResource DefaultResourceGroup { get; private set; } protected Stack CleanupActions { get; } = new Stack(); + protected string amlFSSubnetResourceId; + protected ResourceGroupResource amlFSResourceGroup; + protected string amlFSStorageAccountId; protected StorageCacheManagementTestBase(bool isAsync, RecordedTestMode mode) : base(isAsync, mode) @@ -37,7 +40,10 @@ public async Task Setup() { Client = GetArmClient(); DefaultSubscription = await Client.GetDefaultSubscriptionAsync().ConfigureAwait(false); - DefaultResourceGroup = await this.CreateResourceGroup(this.DefaultSubscription, "storagecachetestrg", this.DefaultLocation); + DefaultResourceGroup = await this.DefaultSubscription.GetResourceGroupAsync("rg-rdupuisstoragecache"); + amlFSResourceGroup = DefaultResourceGroup; + amlFSStorageAccountId = "/subscriptions/" + DefaultSubscription.Id.SubscriptionId +"/resourceGroups/"+ DefaultResourceGroup.Id.Name +"/providers/Microsoft.Storage/storageAccounts/" + "sdktestingstorageaccount"; + amlFSSubnetResourceId = this.amlFSResourceGroup.Id + "/providers/Microsoft.Network/virtualNetworks/" + "vnet1" + "/subnets/fsSubnet"; } [TearDown] @@ -147,6 +153,61 @@ protected void VerifyStorageCache(StorageCacheResource actual, StorageCacheData Assert.AreEqual(actual.Data.Zones[i], expected.Zones[i]); } + protected async Task CreateOrUpdateAmlFilesystem(string name = null, string zone = "1", bool verifyResult = false) + { + AmlFileSystemCollection amlFSCollectionVar = this.amlFSResourceGroup.GetAmlFileSystems(); + string amlFSName = name ?? Recording.GenerateAssetName("testamlFS"); + string subnetId = this.amlFSResourceGroup.Id + "/providers/Microsoft.Network/virtualNetworks/" + TestEnvironment.vnetName +"/subnets/fsSubnet"; + string amlFSHsmContainer = amlFSStorageAccountId + "/blobServices/default/containers/importcontainer"; + string amlFSHsmLoggingContainer = amlFSStorageAccountId + "/blobServices/default/containers/loggingcontainer"; + AmlFileSystemData dataVar = new AmlFileSystemData(this.DefaultLocation) + { + Sku = new StorageCacheSkuName + { + Name = @"AMLFS-Durable-Premium-125" + }, + StorageCapacityTiB = (float?)16.0, + FilesystemSubnet = subnetId, + MaintenanceWindow = new AmlFileSystemPropertiesMaintenanceWindow + { + DayOfWeek = MaintenanceDayOfWeekType.Monday, + TimeOfDayUTC = @"23:25" + }, + Hsm = new AmlFileSystemPropertiesHsm + { + Settings = new AmlFileSystemHsmSettings(amlFSHsmContainer, amlFSHsmLoggingContainer) + }, + Zones = + { + zone, + } + }; + ArmOperation lro = await amlFSCollectionVar.CreateOrUpdateAsync( + waitUntil: WaitUntil.Completed, + amlFileSystemName: amlFSName, + data: dataVar); + this.CleanupActions.Push(async () => await lro.Value.DeleteAsync(WaitUntil.Completed)); + if (verifyResult) + { + this.VerifyAmlFileSystem(lro.Value, dataVar); + } + return lro.Value; + } + + protected void VerifyAmlFileSystem(AmlFileSystemResource actual, AmlFileSystemData expected) + { + Assert.AreEqual(actual.Data.Sku.Name, expected.Sku.Name); + Assert.AreEqual(actual.Data.StorageCapacityTiB, expected.StorageCapacityTiB); + Assert.AreEqual(actual.Data.FilesystemSubnet, expected.FilesystemSubnet); + Assert.AreEqual(actual.Data.Zones.Count, expected.Zones.Count); + Assert.AreEqual(actual.Data.MaintenanceWindow.DayOfWeek, expected.MaintenanceWindow.DayOfWeek); + Assert.AreEqual(actual.Data.MaintenanceWindow.TimeOfDayUTC, expected.MaintenanceWindow.TimeOfDayUTC); + Assert.AreEqual(actual.Data.Hsm.Settings.Container, expected.Hsm.Settings.Container); + Assert.AreEqual(actual.Data.Hsm.Settings.LoggingContainer, expected.Hsm.Settings.LoggingContainer); + for (int i = 0; i < actual.Data.Zones.Count; i++) + Assert.AreEqual(actual.Data.Zones[i], expected.Zones[i]); + } + protected async Task CreateVirtualNetwork() { var vnetName = Recording.GenerateAssetName("scTestVNet-"); @@ -166,7 +227,7 @@ protected async Task CreateVirtualNetwork() } }; var subnets = new List() { subnet }; - var input = new GenericResourceData(DefaultLocation) + var input = new GenericResourceData(this.DefaultLocation) { Properties = BinaryData.FromObjectAsJson(new Dictionary() { diff --git a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/StorageCacheManagementTestEnvironment.cs b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/StorageCacheManagementTestEnvironment.cs index e31df1c6642e..17f28c29b126 100644 --- a/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/StorageCacheManagementTestEnvironment.cs +++ b/sdk/storagecache/Azure.ResourceManager.StorageCache/tests/StorageCacheManagementTestEnvironment.cs @@ -7,5 +7,7 @@ namespace Azure.ResourceManager.StorageCache.Tests { public class StorageCacheManagementTestEnvironment : TestEnvironment { + public string vnetName => GetRecordedVariable("vnet_name"); + public string storageAccountName => GetRecordedVariable("storage_account_name"); } -} \ No newline at end of file +} diff --git a/sdk/storagecache/test-resources.json b/sdk/storagecache/test-resources.json new file mode 100644 index 000000000000..4383856e8ea7 --- /dev/null +++ b/sdk/storagecache/test-resources.json @@ -0,0 +1,381 @@ +{ + "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", + "variables": { + "vnet_name": "vnet1", + "nsg_name": "[concat(variables('vnet_name'), '-nsg')]", + "env_region": "eastus", + "storage_account_name": "sdktestingstorageaccount" + }, + "resources": [ + { + "type": "Microsoft.Network/virtualNetworks", + "apiVersion": "2020-11-01", + "name": "[variables('vnet_name')]", + "location": "[variables('env_region')]", + "dependsOn": [ + "[resourceId('Microsoft.Network/networkSecurityGroups', variables('nsg_name'))]" + ], + "properties": { + "addressSpace": { + "addressPrefixes": [ + "10.5.0.0/24", + "10.20.0.0/24", + "192.168.1.0/24" + ] + }, + "subnets": [ + { + "name": "fsSubnet", + "properties": { + "addressPrefix": "10.5.0.0/24", + "networkSecurityGroup": { + "id": "[resourceId('Microsoft.Network/networkSecurityGroups', variables('nsg_name'))]" + }, + "delegations": [], + "privateEndpointNetworkPolicies": "Enabled", + "privateLinkServiceNetworkPolicies": "Enabled" + } + } + ], + "virtualNetworkPeerings": [], + "enableDdosProtection": false + } + }, + { + "type": "Microsoft.Storage/storageAccounts", + "apiVersion": "2021-09-01", + "name": "[variables('storage_account_name')]", + "location": "[variables('env_region')]", + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "properties": { + "defaultToOAuthAuthentication": false, + "publicNetworkAccess": "Enabled", + "allowCrossTenantReplication": true, + "minimumTlsVersion": "TLS1_2", + "allowBlobPublicAccess": true, + "allowSharedKeyAccess": true, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "requireInfrastructureEncryption": false, + "services": { + "file": { + "keyType": "Account", + "enabled": true + }, + "blob": { + "keyType": "Account", + "enabled": true + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot" + } + }, + { + "type": "Microsoft.Storage/storageAccounts/blobServices", + "apiVersion": "2021-09-01", + "name": "[concat(variables('storage_account_name'), '/default')]", + "dependsOn": [ + "[resourceId('Microsoft.Storage/storageAccounts', variables('storage_account_name'))]" + ], + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "properties": { + "changeFeed": { + "enabled": false + }, + "restorePolicy": { + "enabled": false + }, + "containerDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + }, + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "allowPermanentDelete": false, + "enabled": true, + "days": 7 + }, + "isVersioningEnabled": false + } + }, + { + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "apiVersion": "2022-09-01", + "name": "[concat(variables('storage_account_name'), '/default/importcontainer')]", + "dependsOn": [ + "[resourceId('Microsoft.Storage/storageAccounts/blobServices', variables('storage_account_name'), 'default')]", + "[resourceId('Microsoft.Storage/storageAccounts', variables('storage_account_name'))]" + ], + "properties": { + "immutableStorageWithVersioning": { + "enabled": false + }, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None" + } + }, + { + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "apiVersion": "2022-09-01", + "name": "[concat(variables('storage_account_name'), '/default/loggingcontainer')]", + "dependsOn": [ + "[resourceId('Microsoft.Storage/storageAccounts/blobServices', variables('storage_account_name'), 'default')]", + "[resourceId('Microsoft.Storage/storageAccounts', variables('storage_account_name'))]" + ], + "properties": { + "immutableStorageWithVersioning": { + "enabled": false + }, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None" + } + }, + { + "type": "Microsoft.Network/networkSecurityGroups", + "apiVersion": "2022-09-01", + "name": "[variables('nsg_name')]", + "location": "[variables('env_region')]", + "tags": { + "Creator": "Automatically added by NRMS Azure Policy", + "NRMS-Info": "http://aka.ms/nrms", + "NRMS-Version": "2019-03-20" + }, + "properties": { + "securityRules": [ + { + "name": "NRMS-Rule-105", + "type": "Microsoft.Network/networkSecurityGroups/securityRules", + "properties": { + "description": "DO NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy", + "protocol": "*", + "sourcePortRange": "*", + "sourceAddressPrefix": "Internet", + "destinationAddressPrefix": "*", + "access": "Deny", + "priority": 105, + "direction": "Inbound", + "sourcePortRanges": [], + "destinationPortRanges": [ + "1433", + "1434", + "3306", + "4333", + "5432", + "6379", + "7000", + "7001", + "7199", + "9042", + "9160", + "9300", + "16379", + "26379", + "27017" + ], + "sourceAddressPrefixes": [], + "destinationAddressPrefixes": [] + } + }, + { + "name": "NRMS-Rule-108", + "type": "Microsoft.Network/networkSecurityGroups/securityRules", + "properties": { + "description": "DO NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy", + "protocol": "*", + "sourcePortRange": "*", + "sourceAddressPrefix": "Internet", + "destinationAddressPrefix": "*", + "access": "Deny", + "priority": 108, + "direction": "Inbound", + "sourcePortRanges": [], + "destinationPortRanges": [ + "13", + "17", + "19", + "53", + "69", + "111", + "123", + "512", + "514", + "593", + "873", + "1900", + "5353", + "11211" + ], + "sourceAddressPrefixes": [], + "destinationAddressPrefixes": [] + } + }, + { + "name": "NRMS-Rule-104", + "type": "Microsoft.Network/networkSecurityGroups/securityRules", + "properties": { + "description": "Created by Azure Core Security managed policy, rule can be deleted but do not change source ips, please see aka.ms/cainsgpolicy", + "protocol": "*", + "sourcePortRange": "*", + "destinationPortRange": "*", + "sourceAddressPrefix": "CorpNetSaw", + "destinationAddressPrefix": "*", + "access": "Allow", + "priority": 104, + "direction": "Inbound", + "sourcePortRanges": [], + "destinationPortRanges": [], + "sourceAddressPrefixes": [], + "destinationAddressPrefixes": [] + } + }, + { + "name": "NRMS-Rule-107", + "type": "Microsoft.Network/networkSecurityGroups/securityRules", + "properties": { + "description": "DO NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy", + "protocol": "Tcp", + "sourcePortRange": "*", + "sourceAddressPrefix": "Internet", + "destinationAddressPrefix": "*", + "access": "Deny", + "priority": 107, + "direction": "Inbound", + "sourcePortRanges": [], + "destinationPortRanges": [ + "23", + "135", + "445", + "5985", + "5986" + ], + "sourceAddressPrefixes": [], + "destinationAddressPrefixes": [] + } + }, + { + "name": "NRMS-Rule-106", + "type": "Microsoft.Network/networkSecurityGroups/securityRules", + "properties": { + "description": "DO NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy", + "protocol": "Tcp", + "sourcePortRange": "*", + "sourceAddressPrefix": "Internet", + "destinationAddressPrefix": "*", + "access": "Deny", + "priority": 106, + "direction": "Inbound", + "sourcePortRanges": [], + "destinationPortRanges": [ + "22", + "3389" + ], + "sourceAddressPrefixes": [], + "destinationAddressPrefixes": [] + } + }, + { + "name": "NRMS-Rule-103", + "type": "Microsoft.Network/networkSecurityGroups/securityRules", + "properties": { + "description": "Created by Azure Core Security managed policy, rule can be deleted but do not change source ips, please see aka.ms/cainsgpolicy", + "protocol": "*", + "sourcePortRange": "*", + "destinationPortRange": "*", + "sourceAddressPrefix": "CorpNetPublic", + "destinationAddressPrefix": "*", + "access": "Allow", + "priority": 103, + "direction": "Inbound", + "sourcePortRanges": [], + "destinationPortRanges": [], + "sourceAddressPrefixes": [], + "destinationAddressPrefixes": [] + } + }, + { + "name": "NRMS-Rule-109", + "type": "Microsoft.Network/networkSecurityGroups/securityRules", + "properties": { + "description": "DO NOT DELETE - Will result in ICM Sev 2 - Azure Core Security, see aka.ms/cainsgpolicy", + "protocol": "*", + "sourcePortRange": "*", + "sourceAddressPrefix": "Internet", + "destinationAddressPrefix": "*", + "access": "Deny", + "priority": 109, + "direction": "Inbound", + "sourcePortRanges": [], + "destinationPortRanges": [ + "119", + "137", + "138", + "139", + "161", + "162", + "389", + "636", + "2049", + "2301", + "2381", + "3268", + "5800", + "5900" + ], + "sourceAddressPrefixes": [], + "destinationAddressPrefixes": [] + } + }, + { + "name": "NRMS-Rule-101", + "type": "Microsoft.Network/networkSecurityGroups/securityRules", + "properties": { + "description": "Created by Azure Core Security managed policy, placeholder you can delete, please see aka.ms/cainsgpolicy", + "protocol": "Tcp", + "sourcePortRange": "*", + "destinationPortRange": "443", + "sourceAddressPrefix": "VirtualNetwork", + "destinationAddressPrefix": "*", + "access": "Allow", + "priority": 101, + "direction": "Inbound", + "sourcePortRanges": [], + "destinationPortRanges": [], + "sourceAddressPrefixes": [], + "destinationAddressPrefixes": [] + } + } + ] + } + } + ], + "outputs": { + "storage_account_name": { + "type": "string", + "value": "[variables('storage_account_name')]" + }, + "vnet_name": { + "type": "string", + "value": "[variables('vnet_name')]" + } + } +} \ No newline at end of file